daydreamdreamday / LaTeX-Templates

TeX templates for academic journal, presentation, problem set, and cheat sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeX Templates

This repo contains the following LaTeX templates:

Files under the Tips folder also contain references to some common math symbols and some helpful tips to LaTeX.

Notes

  1. All TeX styles are defined in a .sty file, which needs to be placed in the same folder with the .tex file

  2. 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 .sty file

    \graphicspath{{./figures/}}
  3. tabular created by the style files in this repo spreads out vertically a bit for aesthetic reasons (except for cheat-sheet.sty and presentation.sty to save space). If you want to modify the amount of vertical spread, change the following lines in the respective .sty file:

    % More spaced out tabular
    \setlength\extrarowheight{1.2pt}
    \renewcommand{\arraystretch}{1.2}

Resources on Getting Started with LaTeX

Guides on Making Presentation Slides

About

TeX templates for academic journal, presentation, problem set, and cheat sheet

License:MIT License


Languages

Language:TeX 100.0%