Skip to content

OUCyf/Latex-Template-Rice-USTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

About

A Latex template including book, thesis, and assignment for Rice and USTC university.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •