Skip to content

Commit

Permalink
add new period 'paper'
Browse files Browse the repository at this point in the history
Graduation paper of this period needs to be submitted onto official website individually
  • Loading branch information
Jovi-Wong authored and TheNetAdmin committed May 13, 2022
1 parent 84297c7 commit 9e5e0be
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion zjuthesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
MajorFormat = general,
Degree = undergraduate, % 'undergraduate' or 'graduate'
Type = thesis, % 'thesis' or 'design'
Period = final, % 'proposal' or 'final'
Period = final, % 'proposal' or 'paper' or 'final'
BlindReview = false, % 'false' or 'true'
Language = chinese, % 'chinese' or 'english'
% Graduate Thesis Info
Expand Down Expand Up @@ -95,6 +95,8 @@
\poststyle
\inputpage{proposal/post}
}

\ifthenelse{\equal{\Period}{proposal}}
{
% Thesis proposal
\newcommand{\undergradcurrstage}{proposal}
Expand All @@ -115,6 +117,29 @@
\poststyle
\inputpage{proposal/post}
}

\ifthenelse{\equal{\Period}{paper}}
{
% paper only part
\newcommand{\undergradcurrstage}{paper}
\newrefsection

\coverstyle
\inputpage{final/cover}

\prevstyle
\inputpage{final/previous}
\inputpage{final/toc}

\bodystyle
\cleardoublepage

\inputbody{final/content}
\inputbody{final/post}

\poststyle
\inputpage{final/post}
}
}

\newcommand{\inputgraduate}
Expand Down

0 comments on commit 9e5e0be

Please sign in to comment.