More than 570 examples for the usage of LaTeX. You can check that with the following command:
$ find . -type d | sort | awk '$0 !~ last "/" {print last} {last=$0} END {print last}' | grep -v .git | wc -l
Many examples can be found on my Wikpedia Commons user page.
You might also be interested in my Blog.
Every LaTeX file is in a seperate folder and has its own Makefile.
So you can simply generate the PDF by typing make
in the terminal.
If you want to get all examples offline, you have to execute
$ git clone --recursive https://github.com/MartinThoma/LaTeX-examples.git
- You should have the latest LaTeX version. Here are LaTeX installation instructions.
- If you want to use the Makefiles, you have to have make installed.