This is a repository for storing templates of Latex documents. Each tex file is a unique template that has all the code required to run (assuming you have Latex fully installed).
- letter.tex - A template for a single page letter (Can be run using the Latex tex engine)
- cv.tex - A template for a CV (Requires using the XeLatex tex engine)
- Open a template file from this repository (either on your computer or directly from Github.com)
- Copy and Paste the tex code directly into your Tex editor and run
-
Tex Live
- Install Tex Live via Terminal:
apt-get install texlive
or for a full tex live install:apt-get install texlive-full
- Install Tex Live via Terminal:
-
A Tex editor
- Download and install a Tex editor. A list of editors can be found here: https://en.wikipedia.org/wiki/Comparison_of_TeX_editors
- Texmaker - The Tex editor that I used