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

5 commits

Author SHA1 Message Date
Martin Thoma
2f0480a826 Adjust Makefile 2016-06-12 13:21:47 +02:00
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
3359f5d4e0 added tree example 2013-03-22 11:44:13 +01:00
Martin Thoma
fef9415b3d added my TikZ examples 2012-08-09 07:04:38 +02:00