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

8 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
f95f0e71e3 removed tikz snakes 2014-02-13 12:38:27 +01:00
Martin Thoma
33b28743ca added functions; improved colors 2012-09-23 16:05:14 +02:00
Martin Thoma
d5dfcc6ee5 minor change 2012-09-23 14:51:55 +02:00
Martin Thoma
d85fc0f69a minor changes 2012-09-23 10:59:32 +02:00
Martin Thoma
b2372f6f8d changed position and color of boxes; added stripes 2012-09-22 16:16:22 +02:00
Martin Thoma
5a44ac6bfc added example for analysis 2012-09-22 15:46:26 +02:00