Download and use of mcmthesis template

download

Just download it on GitHub, https://github.com/latexstudio-org/mcmthesis

installation

Unzip the file, open cmd under the file, and then execute the following command:

tlmgr update --self --all --reinstall-forcibly-removed
tlmgr install mcmthesis

xetex mcmthesis.dtx
xelatex mcmthesis.dtx
xelatex mcmthesis-demo.tex

use

At this point, just open the mcmthesis.tex file to compile and run. But an error will be reported, so some places in the tex file need to be changed:

  • \\Remove the two in the following figure :
    Insert picture description here
  • In \begin{document}add the following FIG front, as \headheightrequired at least 13.59999pt:
    Insert picture description here

There is no error message at this time, and it can be used on the basis of this template.

Guess you like

Origin blog.csdn.net/m0_46161993/article/details/113099403