This repo contains the following LaTeX templates:
- Academic Journal
- Presentation
- Problem Set
- Cheat Sheet
Files under the Tips folder also contain references to some common math symbols and some helpful tips to LaTeX.
-
All TeX styles are defined in a
.styfile, which needs to be placed in the same folder with the.texfile -
TeX files in this repo will read image references from a subfolder
figures. If you'd rather not have such setting, remove or comment out the following line in the respective.styfile\graphicspath{{./figures/}} -
tabularcreated by the style files in this repo spreads out vertically a bit for aesthetic reasons (except forcheat-sheet.styandpresentation.styto save space). If you want to modify the amount of vertical spread, change the following lines in the respective.styfile:% More spaced out tabular \setlength\extrarowheight{1.2pt} \renewcommand{\arraystretch}{1.2}