An open API service indexing awesome lists of open source software.

https://github.com/tajo/texreport

Simple LaTeX template for your school or lab reports.
https://github.com/tajo/texreport

Last synced: 8 months ago
JSON representation

Simple LaTeX template for your school or lab reports.

Awesome Lists containing this project

README

          

Report Latex Template
==========

Simple and nice LaTeX template for reports.

Installation
------------
1. `git clone https://github.com/tajo/texreport.git`
2. udpate paths in `tex.sh`
3. (optional) move the `tex.sh` to `/usr/local/bin` or add an alias to your `.bash_profile`

Bootstrap a report
------------
`tex REPORT_NAME`

That's it. What about some tools for LaTeX? For Mac, I recommend this combination:

- Sublime + LaTeXTools package (text editor)
- Skim (pdf viewer)
- Git (version control)

Checkout this tutorial: [http://economistry.com/2013/01/installing-and-using-latex-for-mac/](http://economistry.com/2013/01/installing-and-using-latex-for-mac/)