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

4 commits

Author SHA1 Message Date
Martin Thoma
2de9065138 Add README.md and rendered png to all folders except for /documents
The examples were found by

```bash
$ find . -not -path '*/\.*' -type d '!' -exec test -e "{}/README.md" ';' -print
```

To do so, a cleanup-script .meta/add_readme.py was created.
2015-11-22 09:11:19 +01:00
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
76192d0ecd adjusted Makefiles; added png 2013-04-25 11:03:57 +02:00
Martin Thoma
f829badf9a fixed legend 2012-08-09 17:55:14 +02:00