2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 06:18:05 +02:00
Examples for the usage of LaTeX
Find a file
Simon Budig 38468bfbd0 3d-function-8.tex: convert argument of sin() to degrees.
tikz apparently expectes the argument to sin() in degrees. This is in
strong contrast to the usual conventions in math, where the argument is
expected in radians.

With this example it actually provides a bogus graph - it actually
should approach f(x,y) = 1 for large x and y (since 1/(x^2+y^2) is
small for large x,y; hence sin(1/(x^2+y^2)) can be approximated by
1/(x^2+y^2), resulting in f(x,y) -> 1 for large x,y).

Also I've adjusted the plot range a bit, since this then actually shows
the "interesting" center of the function (x=y=0).
2017-08-11 03:38:20 +02:00
.meta Add README.md and rendered png to all folders except for /documents 2015-11-22 09:11:19 +01:00
asymptote Add png to asymptote/torus-three-paths 2015-11-24 10:34:17 +01:00
cheat-sheets Fix typo (Email -> E-Mail / e-mail) 2015-11-22 11:23:47 +01:00
circuits Add README.md and rendered image to many examples 2015-11-17 10:08:24 +01:00
documents documents/cv-curriculum-vitae: Update 2017-05-31 14:55:49 +02:00
images Add README.md and rendered png to all folders except for /documents 2015-11-22 09:11:19 +01:00
math Add README.md and rendered png to all folders except for /documents 2015-11-22 09:11:19 +01:00
misc/sound Remove trailing spaces 2015-10-14 14:25:34 +02:00
presentations Update 2016-11-20 11:06:56 +01:00
pstricks Remove trailing spaces 2015-10-14 14:25:34 +02:00
publications Rerender 2017-05-17 11:22:31 +02:00
source-code Improve pseudocode 2016-08-04 23:19:19 +02:00
tikz 3d-function-8.tex: convert argument of sin() to degrees. 2017-08-11 03:38:20 +02:00
uml/class-diagramm Add README.md and rendered image to many examples 2015-11-17 10:08:24 +01:00
.gitattributes Add README.md and rendered png to all folders except for /documents 2015-11-22 09:11:19 +01:00
.gitignore .gitignore: ignore pdf/a files 2015-06-14 11:25:52 +02:00
.gitmodules Remove submodule 'NeuralNets' and 'Moderne-Physik' 2016-01-28 17:23:44 +01:00
CONTRIBUTING.md Remove trailing spaces 2015-10-14 14:25:34 +02:00
LICENSE added MIT license 2013-02-01 23:34:09 +01:00
README.md Update count of examples 2015-11-18 09:56:56 +01:00

LaTeX-examples

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.

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

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