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
Martin Thoma 9e093b2657 misc
2014-11-01 12:14:15 +01: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 multiple pages table 2014-10-13 10:13:50 +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 misc 2014-11-01 12:14:15 +01: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 perceptron notation 2014-10-25 12:13:33 +02:00
uml/class-diagramm added math document examples 2012-08-13 19:22:43 +02:00
.gitignore misc 2014-03-24 23:27:53 +01:00
LICENSE added MIT license 2013-02-01 23:34:09 +01:00
README.md misc 2013-12-04 19:38:32 +01: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)

Most 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.

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, you send them to info@martin-thoma.de

Re-use

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

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

Other resources