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

6 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
13fcb2ac3f compiled document examples 2013-04-14 14:06:27 +02:00
Martin Thoma
21578e8a18 changed matrix form to diagonal braces 2012-09-02 20:39:52 +02:00
Martin Thoma
84e7cc73c9 added povray example 2012-08-30 14:56:42 +02:00
Martin Thoma
4014cccca5 added first draft for the diagonal matrix form of sylvester 2012-08-30 13:50:59 +02:00