Browse Source

Add footnote example

Martin Thoma 9 years ago
parent
commit
362ee691b1
2 changed files with 25 additions and 0 deletions
  1. 8 0
      documents/footnotes/Makefile
  2. 17 0
      documents/footnotes/footnotes.tex

+ 8 - 0
documents/footnotes/Makefile

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

File diff suppressed because it is too large
+ 17 - 0
documents/footnotes/footnotes.tex