2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
Commit graph

7 commits

Author SHA1 Message Date
Martin Thoma
7740f0147f Remove trailing spaces
The commands

find . -type f -name '*.md' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

and

find . -type f -name '*.tex' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

were used to do so.
2015-10-14 14:25:34 +02:00
Martin Thoma
47dec60918 fixed bug 2014-08-07 11:55:55 -04:00
Martin Thoma
67debb0b28 yticks 2014-08-06 14:03:14 -04:00
Martin Thoma
46b70eaba2 added parameter for number of yticks 2014-08-06 14:02:34 -04:00
Martin Thoma
38478cc7e3 added and automated beautification done by jenson_bo 2014-08-06 11:18:27 -04:00
Martin Thoma
0e289dd133 added Credits 2014-08-05 15:40:57 -04:00
Martin Thoma
98d00821e9 added example how to easily create a histogramm from much data 2014-08-05 15:39:13 -04:00