This is copy from @tzhuan 's 臺灣大學碩博士論文 XeLaTeX 模板. And copy some part of 台大碩博士論文LaTeX範本. Thanks @cwahbong tolds me how to use pdftk.
- 安裝XeLaTex
- sudo apt-get install texlive texlive-xetex texlive-latex-recommended texlive-latex-extra texlive-bibtex-extra texlive-science pdftk
- 安裝字形(標楷體、Times New Roman)
- sudo mkdir -p /usr/share/fonts/truetype/win/
- sudo cp [WINDOWS]/Windows/Fonts/kaiu.ttf /usr/share/fonts/truetype/win/
- sudo cp [WINDOWS]/Windows/Fonts/times*.ttf /usr/share/fonts/truetype/win/
- fc-cache
- fc-list //for check
- 編譯
- make
- 編譯送圖書館版本(加上浮水印、保全)
- make ntulib
- 安裝Cygwin
- 安裝Cygwin套件 make texlive texlive-collection-xetex texlive-collection-latexrecommended texlive-collection-latexextra texlive-collection-bibtexextra texlive-collection-science texlive-collection-fontsrecommended pdftk
- 開啟Cygwin Terminal
- 安裝字形(標楷體、Times New Roman)
- ln -s /cygdrive/[WINDOWS]/Windows/Fonts/ /usr/share/fonts/win
- fc-cache
- fc-list //for check
- 編譯
- make
- 編譯送圖書館版本(加上浮水印、保全)
- make ntulib
- Please checout
release
branch, thanks.