Skip to content

Commit

Permalink
Fix footer/header font for graduate (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetAdmin committed Dec 4, 2021
1 parent 79be3ad commit 2f19245
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config/format/general/layout.tex
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,28 @@
\newcommand{\commonhead}
{
\fancyhead{}
\fancyhead[L]{\zihao{-5} \TitleTypeName}
\fancyhead[R]{\zihao{-5} \leftmark}
\fancyhead[L]{\zihao{-5} \songti \TitleTypeName}
\fancyhead[R]{\zihao{-5} \songti \leftmark}
\renewcommand{\headrulewidth}{0.6pt}
}
\fancypagestyle{common}
{
\commonhead{}
\fancyfoot{}
\ifthenelse{\equal{\TwoSide}{true}}{
\fancyfoot[OR,EL]{\zihao{-5} \thepage}
\fancyfoot[OR,EL]{\zihao{-5} \songti \thepage}
}{
\fancyfoot[C]{\zihao{-5} \thepage}
\fancyfoot[C]{\zihao{-5} \songti \thepage}
}
}
\fancypagestyle{previous}
{
\fancyhead{}
\fancyfoot{}
\ifthenelse{\equal{\TwoSide}{true}}{
\fancyfoot[OR,EL]{\zihao{-5} \thepage}
\fancyfoot[OR,EL]{\zihao{-5} \songti \thepage}
}{
\fancyfoot[C]{\zihao{-5} \thepage}
\fancyfoot[C]{\zihao{-5} \songti \thepage}
}
\renewcommand{\headrulewidth}{0pt}
}
Expand Down
2 changes: 1 addition & 1 deletion zjuthesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Department = 学院,
SubmitDate = 递交日期,
MajorFormat = general,
Degree = undergraduate, % 'undergraduate' or 'graduate'
Degree = graduate, % 'undergraduate' or 'graduate'
Type = thesis, % 'thesis' or 'design'
Period = final, % 'proposal' or 'final'
BlindReview = false, % 'false' or 'true'
Expand Down

0 comments on commit 2f19245

Please sign in to comment.