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

3 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
9e7aaedd53 added numbers (thanks to Alain Matthes on tex.stackexchange.com) 2012-11-15 19:52:32 +01:00
Martin Thoma
5352a738b2 added graph with marked cycles example 2012-11-15 08:52:29 +01:00