2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 19:48:05 +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
13fcb2ac3f compiled document examples 2013-04-14 14:06:27 +02:00
Martin Thoma
1c83946155 added comment 2012-10-17 20:24:41 +02:00
Martin Thoma
13d1aaaccc added correct index-jumping example 2012-10-17 20:23:41 +02:00
Martin Thoma
01ec592193 no shell escape needed 2012-09-28 13:45:06 +02:00
Martin Thoma
f72ee8a986 removed unnecessary stuff 2012-09-28 13:41:11 +02:00
Martin Thoma
67abbf2e4d added example for an index 2012-09-28 13:36:23 +02:00