tzhuan / ntu-thesis

NTU thesis template for XeLaTeX
241 stars 128 forks source link

關於 certification #13

Closed dragonkao730 closed 6 years ago

dragonkao730 commented 6 years ago

有鑒於最後繳交的時候大家用的都是掃描的 certification,

https://github.com/tzhuan/ntu-thesis/blob/13cfc8a8b1ad3aaa1edbd772f66989ba8f20a2e1/thesis.tex#L50

可以改成:

\ifdefined\withcertification
  \includepdf[angle=0]{certification.pdf}
\else
  \makecertification
\fi

並且在 Makefile 加:

ifdef CERTIFICATION
TEXFLAG+="\def\withcertification{1} "
endif

好像會比較方便?

dragonkao730 commented 6 years ago

要另外

\usepackage{pdfpages}
tzhuan commented 6 years ago

Thank you very much for your suggestion. I'll handle it this weekend.