Skip to content

herike/LatexTemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# LatexTemplate
February 14, 2014
By Simon Pratt (mostly)

A template for writing assignments in
[LaTeX](http://en.wikipedia.org/wiki/LaTeX).

Latex can look daunting at first, but it is actually be quite easy. This
template takes care of the boilerplate code so that you can focus on content.
Start by adding content and then looking up LaTex symbols as you need them.

## Rendered PDF:

https://github.com/spratt/LatexTemplate/blob/OUTPUT/assignment.pdf
https://github.com/spratt/LatexTemplate/blob/OUTPUT/assignmentAlt.pdf

## Usage:

* Write `content to `assignment.tex`. Instructions are in the file.
* Add your references to `references.bib`
* Run `make` to render the PDF.

## Dependencies:

git (optional), GNU make (optional), LaTeX (TeX Live)

## Installation

1. Fork the repository

    `git clone https://github.com/spratt/LatexTemplate.git`

2. Install TeX Live

    Ubuntu/Debian: `sudo apt-get install texlive`

## Resources

* [LaTeX Wiki Book](http://en.wikibooks.org/wiki/LaTeX)
* [The Not So Short Introduction to
  LateX](http://tobi.oetiker.ch/lshort/lshort.pdf)

About

A template for writing assignments in Latex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published