Skip to content

Commit 7732da4

Browse files
committed
Update count of examples
1 parent 3d36e8d commit 7732da4

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

+12-14
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
LaTeX-examples
22
==============
33

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+
611

712
Many examples can be found on [my Wikpedia Commons user page](http://commons.wikimedia.org/wiki/User:MartinThoma#Galerie).
813

914
You might also be interested in [my Blog](http://martin-thoma.com/tag/tikz/).
1015

16+
1117
Usage
1218
=====
1319

@@ -20,28 +26,20 @@ If you want to get all examples offline, you have to execute
2026
$ git clone --recursive https://github.com/MartinThoma/LaTeX-examples.git
2127
```
2228

29+
2330
Requirements
2431
============
2532

2633
* You should have the latest LaTeX version. Here are
2734
[LaTeX installation instructions](http://martin-thoma.com/how-to-install-the-latest-latex-version/).
2835
* If you want to use the Makefiles, you have to have make installed.
2936

30-
POV-Ray
31-
=======
32-
Although POV-Ray has nothing to do with LaTeX, I decided to add
33-
some images here
34-
35-
* [POV-Ray Documentation](http://www.povray.org/documentation/)
36-
* [Ubuntuusers.de](http://wiki.ubuntuusers.de/POV-Ray) - German installation instructions
37-
* [Many examples](http://www.f-lohmueller.de/)
38-
* [More examples with complete sources](http://www.ms.uky.edu/~lee/visual05/povray/povray.html)
39-
* [High quality examples](http://hof.povray.org/)
4037

4138
Contact
4239
=======
43-
If you have examples or suggestions for improving given examples,
44-
please send them to [email protected].
40+
If you have examples or suggestions for improving given examples, please send
41+
42+
4543

4644
Re-use
4745
=======

0 commit comments

Comments
 (0)