Skip to content
New issue

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

Linux Mint 18下使用TexMaker编译成功的修改方法 #32

Open
zhouzander opened this issue Dec 9, 2016 · 0 comments
Open

Linux Mint 18下使用TexMaker编译成功的修改方法 #32

zhouzander opened this issue Dec 9, 2016 · 0 comments

Comments

@zhouzander
Copy link

zhouzander commented Dec 9, 2016

将软件源选择成中科大的。

  1. sudo apt-get install texlive-full

  2. 安装 texmaker

  3. 下载本项目并解压

  4. 打开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}

  5. 打开main.tex

    % 附录,没有请注释掉
    \begin{appendix}
    \include{chapter/chap-req}
    \end{appendix}
    修改成
    % 附录,没有请注释掉
    %\begin{appendix}
    \include{chapter/chap-req}
    % \end{appendix}

  6. 使用xelatex编译通过。

@zhouzander zhouzander changed the title Linux Mint 18下使用TexMakerb编译成功的修改方法 Linux Mint 18下使用TexMaker编译成功的修改方法 Dec 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant