Skip to content

如何把正文的标题的英文字体改为Times New Roman #313

Answered by sikouhjw
phyzhenli asked this question in Q&A
Discussion options

You must be logged in to vote

fduthesis/source/fduthesis.dtx

Lines 3439 to 3470 in d84e0dd

% Times 系列。
% \begin{macrocode}
\cs_new_protected:Npn \@@_load_font_times:
{
\@@_setmainfont:nn { XITS }
{
Extension = .otf,
UprightFont = *-Regular,
BoldFont = *-Bold,
ItalicFont = *-Italic,
BoldItalicFont = *-BoldItalic,
}
\@@_setsansfont:nn { texgyreheros }
{
Extension = .otf,
UprightFont = *-regular,
BoldFont = *-bold,
ItalicFont = *-italic,
BoldItalicFont = *-bolditalic
}
\@@_setmonofont:nn { texgyrecursor }
{
Extension = .otf,
UprightFont = *-regular,
BoldFont = *-bold,
ItalicFont = *-ita…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by phyzhenli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants