關於 certification
Closed this issue · 2 comments
dragonkao730 commented
有鑒於最後繳交的時候大家用的都是掃描的 certification,
Line 50 in 13cfc8a
可以改成:
\ifdefined\withcertification
\includepdf[angle=0]{certification.pdf}
\else
\makecertification
\fi
並且在 Makefile 加:
ifdef CERTIFICATION
TEXFLAG+="\def\withcertification{1} "
endif
好像會比較方便?
dragonkao730 commented
要另外
\usepackage{pdfpages}
tzhuan commented
Thank you very much for your suggestion. I'll handle it this weekend.