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

1582 commits

Author SHA1 Message Date
Martin Thoma
6f6fb22253 Add seminar-pixel-exact-classification as submodule 2015-11-23 15:20:30 +01:00
Martin Thoma
4827cb6e6f minor changes 2015-11-23 15:19:41 +01:00
Martin Thoma
114356002e Move publications from /documents to /publications 2015-11-23 14:55:45 +01:00
Martin Thoma
9438adee4e Fix typo in documents/Proseminar-Netzwerkanalyse 2015-11-23 14:19:36 +01:00
Martin Thoma
87020467c7 Make documents/Proseminar-Netzwerkanalyse ready for arxiv 2015-11-23 14:13:14 +01:00
Martin Thoma
daae9bbe0b Fix typo in documents/Proseminar-Netzwerkanalyse 2015-11-23 14:12:59 +01:00
Martin Thoma
d7a871483f Add abstract to documents/Proseminar-Netzwerkanalyse 2015-11-23 13:24:16 +01:00
Martin Thoma
7e05f83a95 Fix typos, formatting 2015-11-23 07:55:38 +01:00
Martin Thoma
f02d9ab873 Add line breaks 2015-11-23 07:07:00 +01:00
Martin Thoma
59a30febaf Switch from llncs to IEEEtran 2015-11-23 07:06:14 +01:00
Martin Thoma
76f4c5728a Add protected whitespace between number and unit 2015-11-22 13:21:08 +01:00
Martin Thoma
801825a612 Remove TODO from compiled version 2015-11-22 13:20:54 +01:00
Martin Thoma
5d137b7050 Fix typo (Email -> E-Mail / e-mail) 2015-11-22 11:23:47 +01:00
Martin Thoma
15f0f5bb1d Remove 2048 2015-11-22 09:19:48 +01:00
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
de1ad26035 Adjust Python code to follow PEP8 2015-11-20 23:12:22 +01:00
Martin Thoma
b36776fc27 Add ID3 algorithm 2015-11-20 22:36:55 +01:00
Martin Thoma
59b3d42774 Fix Python code style 2015-11-20 22:36:38 +01:00
Martin Thoma
bd1f36e90c Add a second compilation run for tikz/dirichlet-function 2015-11-20 08:16:02 +01:00
Martin Thoma
bc873eab9b Name Python variables in snake case 2015-11-20 08:14:39 +01:00
Martin Thoma
6364e13a6a Add README.md and rendered image to 6 tikz examples
The examples were found by

```bash
$ find . -type d '!' -exec test -e "{}/README.md" ';' -print
```
2015-11-20 08:11:29 +01:00
Martin Thoma
7732da4f39 Update count of examples 2015-11-18 09:56:56 +01:00
Martin Thoma
3d36e8daf4 Add README and rendered example image to tikz/intersecting-lines examples 2015-11-18 09:48:02 +01:00
Martin Thoma
f98e87ba51 Remove povray
Povray has nothing to do with LaTeX. It was moved to another repository:
https://github.com/MartinThoma/visualizations
2015-11-18 09:41:25 +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
02808f8897 Make letters in comparison to triangle smaller in tikz/triangle-right-abchpq 2015-11-10 16:12:36 +01:00
Martin Thoma
2371a6de8f Make aspect ratio of tikz/triangle-angles better 2015-11-10 16:11:16 +01:00
Martin Thoma
42266527cd Add tikz/triangle-right-abchpq 2015-11-10 07:41:56 +01:00
Martin Thoma
2683ba1459 Add tikz/triangle-labels 2015-11-09 08:28:39 +01:00
Martin Thoma
afaf9d4d90 Add tikz/cos-fixpoint 2015-11-07 15:59:43 +01:00
Martin Thoma
f8f167631c Add tikz/triangle-law-of-cosines 2015-11-06 08:58:51 +01:00
Martin Thoma
76ebec17a2 Remove background from tikz/triangle-unit-circle labels 2015-11-05 11:47:08 +01:00
Martin Thoma
f40aea745e Add tikz/triangle-unit-circle 2015-11-05 10:10:10 +01:00
Martin Thoma
50f80fd98c Add recipe examples 2015-11-04 21:59:53 +01:00
Martin Thoma
dfe7d7677e Update CV 2015-11-04 21:55:58 +01:00
Martin Thoma
c689f0dea7 Add tikz/triangle-law-of-sines-2 2015-11-04 10:48:35 +01:00
Martin Thoma
f0b29401b3 Add tikz/triangle-law-of-sines 2015-11-03 07:34:19 +01:00
Martin Thoma
fe78311901 Add papers/write-math-paper 2015-10-14 14:46:02 +02: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
c578b25d2f ADD CONTRIBUTING.md 2015-10-14 14:16:51 +02:00
Martin Thoma
4144ec49ed documents/german-english-mathematics: removed trailing spaces 2015-10-12 15:44:34 +02:00
Martin Thoma
457cb5b530 documents/Warteschlangen: Use non-cursive font for d in dx, du, dt 2015-09-27 19:06:23 +02:00
Martin Thoma
56b06fdeb1 documents/Warteschlangen: prevent bad break 2015-09-27 16:37:43 +02:00
Martin Thoma
023792bed8 documents/Warteschlangen: microtype, hyperref added 2015-09-27 16:31:48 +02:00
Martin Thoma
efaf398ce5 documents/warteschlangen: Umlaute; csquotes 2015-09-27 16:28:17 +02:00
Martin Thoma
5bb0b5acd3 documents/Warteschlangen: added PDF 2015-09-27 16:16:45 +02:00
Martin Thoma
e6b89f74ee documents/Warteschlangen: real umlauts, to make the PDF searchable 2015-09-27 16:16:17 +02:00
Martin Thoma
292712ec48 documents/Warteschlangen: Added makefile for building / cleaning 2015-09-27 16:03:37 +02:00
Martin Thoma
e6b6504bfc documents/Warteschlangen: Added from http://www.ci.tuwien.ac.at/~grill/ 2015-09-27 16:01:13 +02:00
Martin Thoma
eb090f7aef minor (trailing spaces) 2015-09-25 20:41:40 +02:00