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

11 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
eb090f7aef minor (trailing spaces) 2015-09-25 20:41:40 +02:00
Martin Thoma
f3bc842a3f images/scaling: Removed trailing spaces; added caption and label 2015-09-08 17:27:01 +02:00
Martin Thoma
e11b547ee7 added subfig package example 2014-08-25 12:57:56 -04:00
Martin Thoma
aa6af3fafa added label 2013-12-15 20:06:52 +01:00
Martin Thoma
a84cd83c16 misc 2013-07-28 16:15:18 +02:00
Martin Thoma
9b1fbf60d5 two images side by side 2013-04-28 17:49:57 +02:00
Martin Thoma
9d29720567 float image example 2012-12-09 13:51:19 +01:00
Martin Thoma
cd5d8c0089 minor changes 2012-11-11 15:51:42 +01:00
Martin Thoma
681442ebce added examples for image inclusion 2012-11-11 15:50:23 +01:00