Skip to content

Latest commit

 

History

History
executable file
·
74 lines (44 loc) · 2.61 KB

File metadata and controls

executable file
·
74 lines (44 loc) · 2.61 KB

Latex Template Rice USTC

Build The MIT License

The full LaTeX distribution are recommended in this template, and install via TexLive on Linux, and via MacTex on MacOS.

Build

  1. Git clone:

    Click Use this template to generate your own template, and then git clone from your own repo.

     $ git clone git@github.com:OUCyf/Latex-Template-Rice-USTC.git
    
  2. Install Pygments:

    We also used minted latex package to highlight code, which depended on the Pygments (a python package) installed firstly.

     $ pip install Pygments
    
  3. Build via Makefile:

     $ make
    
  4. Build via VSCode:

    Please check latex-workshop.latex.tools and latex-workshop.latex.recipes options in .vscode/settings.json file.

Download


img


Directory structure

.
├── ...
├── .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

Acknowledgemnt

The template refers to Karolinska Institutet.