Skip to content

Commit

Permalink
fix: set Times New Roman as the main font.
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed Oct 29, 2022
1 parent 7ad372a commit 5dd2999
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bithesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,9 @@
% \end{macrocode}
%
% 设置 Times New Roman 字体。
% 根据学校规范要求,默认情况下也使用 Times New Roman 字体。
% \begin{macrocode}
\setmainfont{Times~New~Roman}
\setromanfont{Times~New~Roman}
% \end{macrocode}
%
Expand Down
1 change: 1 addition & 0 deletions templates/graduate-thesis/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@
}
}
\setlength{\intextsep}{2\baselineskip plus 0.2\baselineskip minus 0.2\baselineskip}
\setmainfont{Times~New~Roman}
\setromanfont{Times~New~Roman}
\ctex_at_end_preamble:n {
\__bithesis_if_thesis_english:TF {
Expand Down
2 changes: 2 additions & 0 deletions templates/graduate-thesis/chapters/abstract.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@

\begin{abstractEn}
In order to exploit.......

Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet. Nisi anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est aliquip amet voluptate voluptate dolor minim nulla est proident. Nostrud officia pariatur ut officia. Sit irure elit esse ea nulla sunt ex occaecat reprehenderit commodo officia dolor Lorem duis laboris cupidatat officia voluptate. Culpa proident adipisicing id nulla nisi laboris ex in Lorem sunt duis officia eiusmod. Aliqua reprehenderit commodo ex non excepteur duis sunt velit enim. Voluptate laboris sint cupidatat ullamco ut ea consectetur et est culpa et culpa duis.
\end{abstractEn}
1 change: 1 addition & 0 deletions templates/paper-translation/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@
}
}
\setlength{\intextsep}{2\baselineskip plus 0.2\baselineskip minus 0.2\baselineskip}
\setmainfont{Times~New~Roman}
\setromanfont{Times~New~Roman}
\ctex_at_end_preamble:n {
\__bithesis_if_thesis_english:TF {
Expand Down
1 change: 1 addition & 0 deletions templates/undergraduate-thesis-en/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@
}
}
\setlength{\intextsep}{2\baselineskip plus 0.2\baselineskip minus 0.2\baselineskip}
\setmainfont{Times~New~Roman}
\setromanfont{Times~New~Roman}
\ctex_at_end_preamble:n {
\__bithesis_if_thesis_english:TF {
Expand Down
1 change: 1 addition & 0 deletions templates/undergraduate-thesis/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@
}
}
\setlength{\intextsep}{2\baselineskip plus 0.2\baselineskip minus 0.2\baselineskip}
\setmainfont{Times~New~Roman}
\setromanfont{Times~New~Roman}
\ctex_at_end_preamble:n {
\__bithesis_if_thesis_english:TF {
Expand Down

0 comments on commit 5dd2999

Please sign in to comment.