From f2cf1947b5380bb3fabbc973ae38f800a6ec56d6 Mon Sep 17 00:00:00 2001 From: Pinghao Wu Date: Sat, 7 Sep 2024 22:33:07 +0800 Subject: [PATCH] real doublespacing looks like a classic /linespread misunderstanding, making it ~2.4x onehalfspacing may be enough for chinese (default ~1.2x is way too low), we'll see --- Sections/0.1.Acknowledgement.tex | 5 +---- covers/toc_var.tex | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Sections/0.1.Acknowledgement.tex b/Sections/0.1.Acknowledgement.tex index ed9cc80..85de78c 100644 --- a/Sections/0.1.Acknowledgement.tex +++ b/Sections/0.1.Acknowledgement.tex @@ -4,9 +4,6 @@ \end{center} \vspace{1cm} -\linespread{2}% -\selectfont -\hspace{0.25cm} % 下面開始寫致謝內容 謝天謝地 @@ -18,4 +15,4 @@ 國立陽明交通大學\ \NameofDepartmentInstituteCN \ThesisDateTW -\end{flushright} \ No newline at end of file +\end{flushright} diff --git a/covers/toc_var.tex b/covers/toc_var.tex index 1ad4fbf..5edf9e6 100644 --- a/covers/toc_var.tex +++ b/covers/toc_var.tex @@ -1,3 +1,5 @@ +\doublespacing + % 縮小目錄、標題上方的空白處 \titleformat{\chapter}[display]{\normalfont\huge\bfseries}{}{0pt}{\centering} \titlespacing*{\chapter}{0pt}{-40pt}{40pt} -- 2.45.2