yatex

diff help/YATEXHLP.eng @ 566:2ef9f21dd13b

Add note on YaTeX::usepackage-alist-default
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 24 Jan 2019 15:19:32 +0900
parents 0f6c76dc7a23
children c6a26b422d30
line diff
     1.1 --- a/help/YATEXHLP.eng	Thu Dec 18 20:51:15 2014 +0900
     1.2 +++ b/help/YATEXHLP.eng	Thu Jan 24 15:19:32 2019 +0900
     1.3 @@ -1788,6 +1788,36 @@
     1.4  \textbackslash
     1.5  backslash(\) itself.
     1.6  
     1.7 +geometry
     1.8 +\geometry{params...}   or   \usepackage[params...]{geometry}
     1.9 +From: geometry-samples.tex
    1.10 +See below as examples:
    1.11 +
    1.12 +\geometry{centering}
    1.13 +\geometry{width=10cm,vscale=.7}
    1.14 +\geometry{margin=1cm, papersize={12cm,19cm}, resetpaper}
    1.15 +\geometry{margin=1cm,includeheadfoot}
    1.16 +\geometry{margin=1cm,includeheadfoot,includemp}
    1.17 +\geometry{margin=1cm,bindingoffset=1cm,twoside}
    1.18 +\geometry{hmarginratio=2:1, vmargin=2cm}
    1.19 +\geometry{hscale=0.5,twoside}
    1.20 +\geometry{hscale=0.5,asymmetric}
    1.21 +\geometry{hscale=0.5,heightrounded}
    1.22 +\geometry{left=1cm,right=4cm,top=2cm,includefoot}
    1.23 +\geometry{lines=20,left=2cm,right=6cm,top=2cm,twoside}
    1.24 +\geometry{width=15cm, marginparwidth=3cm, includemp}
    1.25 +\geometry{hdivide={1cm,,2cm}, vdivide={3cm,8in,}, nohead}
    1.26 +\geometry{headsep=20pt, head=40pt,foot=20pt,includeheadfoot}
    1.27 +\geometry{text={6in,8in}, top=2cm, left=2cm}
    1.28 +\geometry{centering,includemp,twoside,landscape}
    1.29 +\geometry{mag=1414,margin=2cm}
    1.30 +\geometry{mag=1414,margin=2truecm,truedimen}
    1.31 +\geometry{a5paper, landscape, twocolumn, twoside,
    1.32 +   left=2cm, hmarginratio=2:1, includemp, marginparwidth=43pt,
    1.33 +   bottom=1cm, foot=.7cm, includefoot, textheight=11cm, heightrounded,
    1.34 +   columnsep=1cm,verbose}
    1.35 +
    1.36 +	  
    1.37  YaTeX
    1.38  (setq auto-mode-alist (cons '("\\.tex$" . yatex-mode) auto-mode-alist))
    1.39  The mode you are probably using now.