Przeglądaj źródła

Add footnote example

Martin Thoma 9 lat temu
rodzic
commit
362ee691b1
2 zmienionych plików z 25 dodań i 0 usunięć
  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

Plik diff jest za duży
+ 17 - 0
documents/footnotes/footnotes.tex