Bladeren bron

adjust the vertical spacing to meet Word version

VictorSheng 6 jaren geleden
bovenliggende
commit
c079145876
4 gewijzigde bestanden met toevoegingen van 11 en 8 verwijderingen
  1. 6 6
      BUPTthesisbachelor.sty
  2. 5 2
      README.md
  3. BIN
      main.pdf
  4. BIN
      main.synctex.gz

+ 6 - 6
BUPTthesisbachelor.sty

@@ -46,7 +46,7 @@
 \newcommand{\xiaoliuhao}{\zihao{-6}}
 \newcommand{\qihao}{\zihao{7}}
 \newcommand{\bahao}{\zihao{8}}
-% Normal font size is SiHao
+% Normal font size is XiaosiHao
 \renewcommand{\normalsize}{\xiaosihao\songti\normalfont}
 
 % Serveral Font pre-setting
@@ -101,7 +101,7 @@ bookmarksnumbered=true, bookmarksopen=true, colorlinks=true,
 pdfborder=001, linkcolor=black, citecolor=black]{hyperref}
 
 % Line spread
-\renewcommand{\baselinestretch}{1.2}
+\renewcommand{\baselinestretch}{1.3}
 % \setlength{\itemsep}{-5pt} % item seperate too wide
 
 % Indentation
@@ -126,14 +126,14 @@ pdfborder=001, linkcolor=black, citecolor=black]{hyperref}
 % Content style
 \usepackage{titletoc}
 \renewcommand\contentsname{\centerline{\toctitlefont{目\qquad{}录}}}
-\titlecontents{chapter}[0em]{\tocchapterfont}
+\titlecontents{chapter}[0em]{\tocchapterfont\vspace{0.4mm}}
     {\CTEXnumber{\CJKsection}{\thecontentslabel}{第\CJKsection{章}\quad{}}}
     {}
     {\hspace{.5em}\titlerule*[10pt]{$\cdot$}\contentspage}
-\titlecontents{section}[2em]{\tocsectionfont}{%
+\titlecontents{section}[2em]{\tocsectionfont\vspace{0.4mm}}{%
     \thecontentslabel\quad{}}{}{%
     \hspace{.5em}\titlerule*[10pt]{$\cdot$}\contentspage}%
-\titlecontents{subsection}[3em]{\tocsubsectionfont}{%
+\titlecontents{subsection}[3em]{\tocsubsectionfont\vspace{0.4mm}}{%
     \thecontentslabel\quad{}}{}{%
     \hspace{.5em}\titlerule*[10pt]{$\cdot$}\contentspage}%
 \makeatletter % Content Page style
@@ -259,4 +259,4 @@ pdfborder=001, linkcolor=black, citecolor=black]{hyperref}
 }
 
 % insert PDF
-\usepackage[final]{pdfpages}
+\usepackage[final]{pdfpages}

+ 5 - 2
README.md

@@ -21,11 +21,12 @@
 - 将任务书文档(task.*)更新至新版本(5/8)
 - 启用AutoFakeBold以应对Windows自带黑体无style=Bold的情况(5/8)(感谢<a href="https://github.com/RicardoMing">RicardoMing</a>)
 - 修正引用中“@article”类型的格式问题(5/9)
+- 对照Word版本设置正文行间距(Word版的1.2倍)和目录行间距(20磅)至目测一致(5/13)
 
 # 系统需求
 - Windows
 
-    建议直接安装TeX Live(其中已包含需要的XeLaTeX和BibTeX),同时安装TeXworks(安装过程中有勾选框,选中即可)。你也可以使用“TeX Live + 自己喜爱的编辑器 + 扩展”的方式,如使用**TeX Live + VS Code + LaTeX workshop**或**TeX Live + Atom + language-latex + latex + pdf-view**。
+    建议直接安装TeX Live(其中已包含需要的XeLaTeX和BibTeX),同时安装TeXworks(安装过程中有勾选框,选中即可)。你也可以使用“TeX Live + 自己喜爱的编辑器 + 扩展”的方式,如使用**TeX Live + Visual Studio Code + LaTeX workshop**或**TeX Live + Atom + language-latex + latex + pdf-view**。
     
     传送门:https://www.tug.org/texlive/    (流量不多的同学可以到BYRBT去下载)
 
@@ -100,7 +101,9 @@
     A:几乎任何学术文献库都会提供BibTeX格式的引用数据,你可以使用**JabRef**来管理和自动生成你引用文献的BibTeX。但在引用量不大的情况下,直接去学术搜索引擎和数据库(Google Scholar/IEEEXplore/ACM digital library/Springer Link/必应学术/百度学术)或学术组织官网(CVF)去复制也不麻烦。
 
 # BTW
-欢迎提出issue,更欢迎提pull request
+北邮人论坛帖子:https://bbs.byr.cn/#!article/Paper/30043,欢迎大家去顶帖。
+
+欢迎提出issue,更欢迎提pull request,**关于模板的问题请使用Issue功能提出,其它途径无法得到答复保证**。
 
 欢迎广而告之,欢迎在word调格式被折磨时投奔初期有一点学习(模仿)成本的LaTeX模板
 

BIN
main.pdf


BIN
main.synctex.gz