latex list
Written by Daniel Herber on January 9, 2015 (last updated on March 17, 2017).
---
### Resources
#### Beginner Resources
Here are some basic resources. I recommend the either the [YouTube playlist](https://www.youtube.com/playlist?list=PL1D4EAB31D3EBC449) or [A step-by-step LATEX tutorial](http://www.latex-tutorial.com/tutorials/) as a starting point depending on your preferred style of learning.
- [A step-by-step LATEX tutorial](http://www.latex-tutorial.com/tutorials/) — Website in lesson format
- [The Not So Short Introduction to LATEX 2e](http://ftp.math.purdue.edu/mirrors/ctan.org/info/lshort/english/lshort.pdf) — Extensive introductory PDF organized by topic
- [LaTeX/Basics](http://en.wikibooks.org/wiki/LaTeX/Basics) — Website describing the bare bones of LaTeX
- [LaTeX Tutorials](https://www.youtube.com/playlist?list=PL1D4EAB31D3EBC449) — YouTube playlist and only a select few from the playlist are shown below.
#### Intermediate Resources
Here are some intermediate resources.
- [LaTeX Notes: Structuring Large Documents](http://web.science.mq.edu.au/~rdale/resources/writingnotes/latexstruct.html) — Website
- [LaTeX Style Tips](http://web.science.mq.edu.au/~rdale/resources/writingnotes/latexstyle.html) — Website
#### Advanced Resources
Here are some advanced resources.
- [The Comprehensive LATEX Symbol List](http://www.tex.ac.uk/ctan/info/symbols/comprehensive/symbols-letter.pdf) — Large list of all the symbols possible in PDF
- [BibLaTeX - why haven't I used this earlier!?](http://blog.mikael.johanssons.org/archive/2012/03/biblatex-%E2%80%94-why-havent-i-used-this-earlier/) — Brief blog post on BibLaTeX
---
### Software/Tools
#### $\LaTeX$ and Sublime Text 3
My current setup uses [Sublime Text 3](https://www.sublimetext.com/3) and [LaTeXTools](https://github.com/SublimeText/LaTeXTools). My full installation guide is available at
[Setup for LaTeX and Sublime Text 3](http://www.danielherber.com/guides.php?option=latex-st3).
#### Online Tools
Here are some online tools that I occasionally use.
- [Overleaf](https://www.overleaf.com/) — Online, collaborative LaTeX editor (**my preferred online option**)
- [ShareLaTeX](https://www.sharelatex.com/) — Online, collaborative LaTeX editor
- [CodeCogs](http://www.codecogs.com/latex/eqneditor.php) — Online LaTeX equation editor
- [LaTeX Table Generator](http://www.tablesgenerator.com/) — Better than doing it manually although I still prefer LyX
#### Software
- [JabRef](http://sourceforge.net/projects/jabref/files/jabref/) is a reference management software that uses BibTeX as its native format. JabRef provides an easy-to-use interface for editing BibTeX files and for managing and searching BibTeX files.
- [MiKTeX](http://miktex.org/download/) (pronounced mick-tech) is an up-to-date implementation of TeXLaTeX and related programs for Windows (all current variants).
- [Texmaker](http://www.xm1math.net/texmaker/) is a free, modern, and cross-platform LaTeX editor that integrates many tools needed to develop documents with LaTeX, in just one application.
- [LyX](http://www.lyx.org/) is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).