Browse Source

added book

Martin Thoma 11 years ago
parent
commit
af5251c226

+ 7 - 0
documents/book-minimal/Makefile

@@ -0,0 +1,7 @@
+SOURCE = book-minimal
+make:
+	pdflatex $(SOURCE).tex -output-format=pdf
+	make clean
+
+clean:
+	rm -rf  $(TARGET) *.class *.html *.log *.aux *.out

+ 21 - 0
documents/book-minimal/README.md

@@ -0,0 +1,21 @@
+Source: http://www.reddit.com/r/nosleep/comments/2dh3gj/the_afterlife_experiment/
+
+Author: [The_Dalek_Emperor](http://www.reddit.com/user/The_Dalek_Emperor)
+
+## Credits
+
+* [How can I create documents in LaTeX using a calligraphic first letter for chapters?](http://tex.stackexchange.com/q/769/5645)
+
+
+
+## Used regexes
+
+### Regex: Quotes
+
+* Search: `"(.*?)"`, `"(.*?)”`, `“(.*?)"`
+* Replace: `\\enquote{$1}`
+
+### dots
+
+* Search: `...`, `…`
+* Replace: `\dots`

BIN
documents/book-minimal/book-minimal.pdf


File diff suppressed because it is too large
+ 165 - 0
documents/book-minimal/book-minimal.tex