We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
将软件源选择成中科大的。
sudo apt-get install texlive-full
安装 texmaker
下载本项目并解压
打开ustcxtra.cls 将 setmainfont{Times New Roman} setmonofont[BoldFont={Courier New Bold}]{Courier New} setsansfont[BoldFont={Arial:style=Bold}]{Arial} 修改成 \setmainfont{Latin Modern Roman} \setmonofont[BoldFont={Courier}]{Courier} \setsansfont[BoldFont={DejaVu Sans:style=Bold}]{DejaVu Sans}
打开main.tex 将 % 附录,没有请注释掉 \begin{appendix} \include{chapter/chap-req} \end{appendix} 修改成 % 附录,没有请注释掉 %\begin{appendix} \include{chapter/chap-req} % \end{appendix}
使用xelatex编译通过。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
将软件源选择成中科大的。
sudo apt-get install texlive-full
安装 texmaker
下载本项目并解压
打开ustcxtra.cls
将
setmainfont{Times New Roman}
setmonofont[BoldFont={Courier New Bold}]{Courier New}
setsansfont[BoldFont={Arial:style=Bold}]{Arial}
修改成
\setmainfont{Latin Modern Roman}
\setmonofont[BoldFont={Courier}]{Courier}
\setsansfont[BoldFont={DejaVu Sans:style=Bold}]{DejaVu Sans}
打开main.tex
将
% 附录,没有请注释掉
\begin{appendix}
\include{chapter/chap-req}
\end{appendix}
修改成
% 附录,没有请注释掉
%\begin{appendix}
\include{chapter/chap-req}
% \end{appendix}
使用xelatex编译通过。
The text was updated successfully, but these errors were encountered: