comparison help/YATEXHLP.eng @ 565:6c09561c22f0 dev

Use YaTeX-package-alist-default for YaTeX::usepackage-alist-default
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 24 Jan 2019 15:16:07 +0900
parents 0f6c76dc7a23
children c6a26b422d30
comparison
equal deleted inserted replaced
564:71697ec66240 565:6c09561c22f0
1786 1786
1787 \textbackslash 1787 \textbackslash
1788 \textbackslash 1788 \textbackslash
1789 backslash(\) itself. 1789 backslash(\) itself.
1790 1790
1791 geometry
1792 \geometry{params...} or \usepackage[params...]{geometry}
1793 From: geometry-samples.tex
1794 See below as examples:
1795
1796 \geometry{centering}
1797 \geometry{width=10cm,vscale=.7}
1798 \geometry{margin=1cm, papersize={12cm,19cm}, resetpaper}
1799 \geometry{margin=1cm,includeheadfoot}
1800 \geometry{margin=1cm,includeheadfoot,includemp}
1801 \geometry{margin=1cm,bindingoffset=1cm,twoside}
1802 \geometry{hmarginratio=2:1, vmargin=2cm}
1803 \geometry{hscale=0.5,twoside}
1804 \geometry{hscale=0.5,asymmetric}
1805 \geometry{hscale=0.5,heightrounded}
1806 \geometry{left=1cm,right=4cm,top=2cm,includefoot}
1807 \geometry{lines=20,left=2cm,right=6cm,top=2cm,twoside}
1808 \geometry{width=15cm, marginparwidth=3cm, includemp}
1809 \geometry{hdivide={1cm,,2cm}, vdivide={3cm,8in,}, nohead}
1810 \geometry{headsep=20pt, head=40pt,foot=20pt,includeheadfoot}
1811 \geometry{text={6in,8in}, top=2cm, left=2cm}
1812 \geometry{centering,includemp,twoside,landscape}
1813 \geometry{mag=1414,margin=2cm}
1814 \geometry{mag=1414,margin=2truecm,truedimen}
1815 \geometry{a5paper, landscape, twocolumn, twoside,
1816 left=2cm, hmarginratio=2:1, includemp, marginparwidth=43pt,
1817 bottom=1cm, foot=.7cm, includefoot, textheight=11cm, heightrounded,
1818 columnsep=1cm,verbose}
1819
1820
1791 YaTeX 1821 YaTeX
1792 (setq auto-mode-alist (cons '("\\.tex$" . yatex-mode) auto-mode-alist)) 1822 (setq auto-mode-alist (cons '("\\.tex$" . yatex-mode) auto-mode-alist))
1793 The mode you are probably using now. 1823 The mode you are probably using now.
1794 Bells and whistles for using LaTeX at a breeze. 1824 Bells and whistles for using LaTeX at a breeze.
1795 1825

yatex.org