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

9 commits

Author SHA1 Message Date
Martin Thoma
c4afe1e2ad Add microtype 2016-03-19 20:42:55 +01: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
060ee0828a misc 2013-09-07 14:48:15 +02:00
Martin Thoma
2a6fb8abc9 misc 2013-09-01 17:40:24 +02:00
Martin Thoma
3b2bfde37a added section about Elementarteiler 2013-09-01 14:22:33 +02:00
Martin Thoma
943a5c4aee Legendre-Symbol 2013-09-01 11:01:24 +02:00
Martin Thoma
a411fde3ec added compiled pdf 2013-08-22 22:09:51 +02:00
Martin Thoma
94da631d55 EAZ Entwurf begonnen 2013-08-22 22:06:19 +02:00