diff options
author | Tong Hui <tonghuix@gmail.com> | 2016-10-05 18:32:45 +0800 |
---|---|---|
committer | Tong Hui <tonghuix@gmail.com> | 2016-10-05 18:32:45 +0800 |
commit | 9d893f31e2a3eed3659fa9d8988d1d2df5a2c60d (patch) | |
tree | 503f20bd4c18c7bfc7fd1e032272fe339d71abc4 /pdf | |
parent | 69adac27735e9fb09952e19c0c9f68be95f2911c (diff) | |
download | fsfs-zh-9d893f31e2a3eed3659fa9d8988d1d2df5a2c60d.tar.xz |
update template
Diffstat (limited to 'pdf')
-rw-r--r-- | pdf/template.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pdf/template.tex b/pdf/template.tex index ad2d20c..762383b 100644 --- a/pdf/template.tex +++ b/pdf/template.tex @@ -30,8 +30,7 @@ \usepackage{changepage} \usepackage{pdfpages} -\usepackage{geometry} -\geometry{left=1.5cm,right=1.5cm,top=2cm,bottom=2cm} +\usepackage[bindingoffset=0.5cm, margin=1.5cm, includeheadfoot]{geometry} % To support tables so required tabulary package \usepackage{longtable,tabulary} @@ -332,7 +331,7 @@ framexleftmargin=20pt \renewcommand{\thetab}{\thechapter.\arabic{tab}} \newcommand{\prechap}{第} -\newcommand{\postchap}{章} +\newcommand{\postchap}{部分} \newcommand{\presect}{} \newcommand{\postsect}{节} \renewcommand{\chaptermark}[1]{\markboth{\textbf{\prechap \thechapter \postchap}\hspace*{1ex}#1}{}} |