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

6 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
a5da0b9a7b Readme.md -> README.md to make it easier to see Readme files 2014-08-31 15:06:44 -04:00
Martin Thoma
f95f0e71e3 removed tikz snakes 2014-02-13 12:38:27 +01:00
Martin Thoma
2b00ae500c fixed typo 2013-10-21 01:57:51 +02:00
Martin Thoma
f07ce0dccc added compiled example 2013-04-10 12:14:11 +02:00
Martin Thoma
fef9415b3d added my TikZ examples 2012-08-09 07:04:38 +02:00