-
Notifications
You must be signed in to change notification settings - Fork 151
Home
Welcome to the nudtpaper wiki!
设置完毕后点击构建并查看按钮 ,即可完成自动编译。
注意编译命令:
xelatex thesis.tex
biber thesis
xelatex thesis.tex
(注意biber命令后面的文件名不需要加扩展名,如果要加也是要加bcf而不是tex,比如biber thesis.bcf)
xelatex thesis.tex
bibtex thesis
xelatex thesis.tex
xelatex thesis.tex
这是windows下常用的字体,通常不需要下载:
英文用
\setmainfont{Times New Roman PS Std}
\setsansfont{Arial}
\setmonofont{Courier New}
中文用
\setCJKmainfont[BoldFont={STZhongsong}]{SimSun}
\setCJKsansfont{SimHei} % Hei
\setCJKmonofont{FangSong} % Fangsong
英文用windows下常用的字体,通常不需要下载,中文用adobe字体,若没有则需要下载。
%%%% Windows Thesis Fonts
\setmainfont{Times New Roman PS Std}
\setsansfont{Arial}
\setmonofont{Courier New}
%%%% Using Adobe Family Fonts
\setCJKmainfont[BoldFont={STZhongsong}]{Adobe Song Std}
\setCJKsansfont{Adobe Heiti Std} % Hei
\setCJKmonofont{Adobe Fangsong Std} % Fangsong
英文用windows下常用的字体,通常不需要下载,中文用方正字体,若没有则需要下载。
%%%% Windows Thesis Fonts
\setmainfont{Times New Roman PS Std}
\setsansfont{Arial}
\setmonofont{Courier New}
%%%% Using Founder Family Fonts
\setCJKmainfont[BoldFont={FZYaSong-DB-GBK}]{FZShuSong_GB18030-Z01}
\setCJKsansfont{FZHei-B01} % Hei
\setCJKmonofont{FZFangSong-Z02} % fs
英文用windows下常用的字体,通常不需要下载,中文用fandol字体,texlive带通常不需要下载。
%%%% Windows Thesis Fonts
\setmainfont{Times New Roman PS Std}
\setsansfont{Arial}
\setmonofont{Courier New}
%%%% Using Fandol Family Fonts
\setCJKmainfont{FandolSong}
\setCJKsansfont{FandolHei} % Hei
\setCJKmonofont{FandolFang} % fs
上面若字体不存在,可以根据 https://github.com/liubenyuan/nudtpaper/issues/15 提示下载
使用FreeSerif 比较漂亮,通常texlive自带,不需要下载,若不存在,可以根据 https://github.com/liubenyuan/nudtpaper/issues/29 提示下载。
目前使用默认的amsmath字体,texlive等发行版自带,无需下载。