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

15 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
1b2e642714 presentations/Tutorenschulung: Remove linebreak 2015-06-14 11:26:28 +02:00
Martin Thoma
20e5a62c44 Letzte Änderungen, nun mit Folien von Dominik 2012-11-23 19:29:22 +01:00
Martin Thoma
f408ee4321 Nachnamen gestrichen 2012-11-23 06:51:35 +01:00
Martin Thoma
343c3cb338 Hauptteil hinzugefügt 2012-11-23 06:47:56 +01:00
Martin Thoma
cbba0f60aa datei von Timo von 20:16 Uhr hinzugefügt 2012-11-22 21:12:23 +01:00
Martin Thoma
bd5dd64341 added Timo 2012-11-22 19:04:52 +01:00
Martin Thoma
49c7bc761b Abschluss hinzugefügt 2012-11-21 19:27:02 +01:00
Martin Thoma
2fc0b0db4f added hints for the installation of the latex beamer theme 2012-11-21 12:20:57 +01:00
Martin Thoma
17a048fe87 Einleitung fertig 2012-11-21 12:13:11 +01:00
Martin Thoma
e036aeb243 added content 2012-11-21 11:47:49 +01:00
Martin Thoma
27dd4737f2 added general structure 2012-11-21 11:37:59 +01:00
Martin Thoma
5fbcf10960 added Readme 2012-11-21 11:25:41 +01:00
Martin Thoma
2eb34a6fea added presentations 2012-11-21 11:22:39 +01:00