2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00
Examples for the usage of LaTeX
Find a file
2015-07-30 10:54:16 +02:00
asymptote Readme.md -> README.md to make it easier to see Readme files 2014-08-31 15:06:44 -04:00
cheat-sheets Readme.md -> README.md to make it easier to see Readme files 2014-08-31 15:06:44 -04:00
circuits Readme.md -> README.md to make it easier to see Readme files 2014-08-31 15:06:44 -04:00
documents journey: updated checklist 2015-07-30 10:54:16 +02:00
images added subfig package example 2014-08-25 12:57:56 -04:00
math Readme.md -> README.md to make it easier to see Readme files 2014-08-31 15:06:44 -04:00
misc/sound added first sound example 2014-08-05 09:47:04 -04:00
povray/ellipsoid added rectangle example 2012-09-07 22:21:55 +02:00
presentations presentations/Tutorenschulung: Remove linebreak 2015-06-14 11:26:28 +02:00
pstricks Readme.md -> README.md to make it easier to see Readme files 2014-08-31 15:06:44 -04:00
source-code misc 2014-10-13 10:15:38 +02:00
tikz cyclic-graph: Added image and README 2015-07-22 21:17:03 +02:00
uml/class-diagramm added math document examples 2012-08-13 19:22:43 +02:00
.gitignore .gitignore: ignore pdf/a files 2015-06-14 11:25:52 +02:00
.gitmodules Added 'Moderne-Physik' as a git submodule (and added hint in the README.md how to clone it completely) 2015-05-09 20:43:42 +02:00
LICENSE added MIT license 2013-02-01 23:34:09 +01:00
README.md Added 'Moderne-Physik' as a git submodule (and added hint in the README.md how to clone it completely) 2015-05-09 20:43:42 +02:00

LaTeX-examples

More than 200 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.

Usage

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

Requirements

POV-Ray

Although POV-Ray has nothing to do with LaTeX, I decided to add some images here

Contact

If you have examples or suggestions for improving given examples, please send them to info@martin-thoma.de.

Re-use

Feel free to use and modify the examples in this repository, but please add a link to this repository or martin-thoma.com.

Most of the content was created completely by me. But check the Readme files in each specific folder to make sure you can use it.

Other resources