Martin Thoma
0d6d342867
Add README.md and rendered image to many examples
...
The examples were found by
```bash
$ find . -mindepth 2 -maxdepth 2 -type d '!' -exec test -e "{}/README.md" ';' -print
```
2015-11-17 10:08:24 +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
283ebacf8e
tikz/2d-parted-function: fixed Makefile recipe for SVG creation
2015-01-04 11:43:14 +01:00
Martin Thoma
9558d8b3c1
misc
2014-08-16 12:14:26 -04:00
Martin Thoma
a3543e94da
misc
2014-08-12 20:01:23 -04:00
Martin Thoma
20212b4f63
added README and rendered image
2014-08-04 22:31:10 -04:00
Martin Thoma
e03ffd318f
misc
2013-10-27 11:53:08 +01:00
Martin Thoma
940343261a
added readme
2013-07-18 22:23:59 +02:00
Martin Thoma
d76640d4ea
added more CSV / function plotting examples
2013-05-11 14:05:37 +02:00