tzhuan/ntu-thesis

關於 certification

Closed this issue · 2 comments

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

\makecertification

可以改成:

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

並且在 Makefile 加:

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

好像會比較方便?

要另外

\usepackage{pdfpages}

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