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

9 commits

Author SHA1 Message Date
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
f2c04a6dc0 added pgfplots compatibiliy 2014-08-23 13:58:32 -04:00
Martin Thoma
ddac88526e more variables, less manual computation 2014-08-20 20:54:02 -04:00
Martin Thoma
327111dded updated code 2014-08-20 17:56:58 -04:00
Martin Thoma
75bc9d0dae added second image for LDA article 2014-08-18 22:03:07 -04:00
Martin Thoma
9558d8b3c1 misc 2014-08-16 12:14:26 -04:00
Martin Thoma
93d0324279 fixed mistake 2014-08-14 06:51:24 -04:00
Martin Thoma
ecd37b480d misc 2014-08-13 12:27:59 -04:00
Martin Thoma
872835611f added lda-gauss-1 2014-08-11 13:54:04 -04:00