Skip to content

abidkyo/latex-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX Template

LaTeX template for a thesis or report.

Instruction

  1. Download this repository (and rename the directory if necessary).
  2. Rename template.tex to YOUR_PROJECT_NAME.tex.
  3. Change project name in makefile PROJNAME=YOUR_PROJECT_NAME.
  4. Run make.

Requirement/Tips

For Windows Users

  • Install make for windows or even better, install Windows Subsystem for Linux (WSL).

For VSCode Users

  • There are VSCode tasks included in this repository. Make sure the LaTeX programs are included in the Path.
  • Install LaTeX Workshop Extensions for autocomplete feature
  • Due to personal preferences, I use latexmk instead of the extensions build recipe, so I disabled the auto-build feature.

Notes

Tested with TeX Live 2021.