You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-14
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,19 @@
1
1
LaTeX-examples
2
2
==============
3
3
4
-
More than 200 examples for the usage of LaTeX
5
-
(you can check that with the following command: `find . -type d | sort | awk '$0 !~ last "/" {print last} {last=$0} END {print last}' | grep -v .git | wc -l`)
4
+
More than 570 examples for the usage of LaTeX. You can check that with the
5
+
following command:
6
+
7
+
```bash
8
+
$ find . -type d | sort | awk '$0 !~ last "/" {print last} {last=$0} END {print last}'| grep -v .git | wc -l
9
+
```
10
+
6
11
7
12
Many examples can be found on [my Wikpedia Commons user page](http://commons.wikimedia.org/wiki/User:MartinThoma#Galerie).
8
13
9
14
You might also be interested in [my Blog](http://martin-thoma.com/tag/tikz/).
10
15
16
+
11
17
Usage
12
18
=====
13
19
@@ -20,28 +26,20 @@ If you want to get all examples offline, you have to execute
0 commit comments