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

19 commits

Author SHA1 Message Date
Martin Thoma
5d137b7050 Fix typo (Email -> E-Mail / e-mail) 2015-11-22 11:23:47 +01:00
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
a5da0b9a7b Readme.md -> README.md to make it easier to see Readme files 2014-08-31 15:06:44 -04:00
Martin Thoma
cc73e5f571 compiled vim 2014-08-14 16:26:20 -04:00
Bhavishya Mathur
b2971b46a5 Update vim.tex 2014-08-15 01:52:06 +05:30
Martin Thoma
d16ae71984 vim cheat sheet: added some commands 2013-04-16 18:00:50 +02:00
Martin Thoma
77e1bd7edd added cut and paste 2013-04-15 08:51:00 +02:00
Martin Thoma
c6ec2e2463 added vim cheat sheet 2013-04-15 08:13:38 +02:00
Martin Thoma
73d76f0e75 added PDF 2012-12-05 22:13:45 +01:00
Martin Thoma
0e499619c9 added Tikz cheat sheet 2012-12-05 22:10:39 +01:00
Martin Thoma
a6e8a69a2f minor changes 2012-09-24 15:01:58 +02:00
Martin Thoma
577c1350c2 x weg und wieder kursiv 2012-09-17 19:54:27 +02:00
Martin Thoma
ab9470c4f5 added vector addition and scaling example 2012-09-16 21:51:57 +02:00
Martin Thoma
2a408597cb added some deriviates 2012-09-16 12:38:49 +02:00
Martin Thoma
8870e54e7c fixed error in deriviate 2012-09-16 12:11:48 +02:00
Martin Thoma
1311d9fcc0 typo; fixed error in deriviate 2012-09-16 12:10:10 +02:00
Martin Thoma
c01d42ecb0 added DeclareMathOperator 2012-09-16 11:58:27 +02:00
Martin Thoma
e150068faf added 5 LaTeX examples 2012-08-10 10:56:38 +02:00