The full LaTeX distribution are recommended in this template, and install via TexLive on Linux, and via MacTex on MacOS.
-
Git clone:
Click
Use this template
to generate your own template, and then git clone from your own repo.$ git clone [email protected]:OUCyf/Latex-Template-Rice-USTC.git
-
Install Pygments:
We also used
minted
latex package to highlight code, which depended on the Pygments (a python package) installed firstly.$ pip install Pygments
-
Build via Makefile:
$ make
-
Build via VSCode:
Please check latex-workshop.latex.tools and latex-workshop.latex.recipes options in
.vscode/settings.json
file.
-
Use via Overleaf (not the latest) https://www.overleaf.com/latex/templates/latex-template-rice-ustc/tkdscxhkympd
-
Download template PDF main.pdf
.
├── ...
├── .vscode # Compile via vscode
├── Makefile # Compile via makefile
├── main.tex # Main file
├── bib # Reference
│ └── homework.bib
├── setup # Coverpage and configuration files
│ └── copyright.tex
│ └── configuration.tex
│ └── coverpage-rice.tex
│ └── coverpage-ustc.tex
├── chapters # Other files
│ └── abstract.tex
│ └── acknowledgments.tex
│ └── homework-1.tex
│ └── homework-2.tex
│ └── ...
│ └── appendix.tex
└── figures # Figures used in chapters's tex files
The template refers to Karolinska Institutet.