]> https://gitweb.dealii.org/ - release-papers.git/commitdiff
Add a Makefile to call latexmk
authorMatthias Maier <tamiko@43-1.org>
Thu, 9 Mar 2017 21:15:49 +0000 (15:15 -0600)
committerMatthias Maier <tamiko@43-1.org>
Thu, 9 Mar 2017 21:15:49 +0000 (15:15 -0600)
The only true way to compile your latex source code is by typing
  $ make

.gitignore
8.5/Makefile [new file with mode: 0644]

index ef5f7e557e275015cb02004a1f69e6b98ae8f2f0..6018c811e9f3089488bee48221fe646323c4143d 100644 (file)
@@ -1,4 +1,8 @@
 *.aux
+*.bbl
+*.blg
 *.log
 *.out
 *.pdf
+*.fdb_latexmk
+*.fls
diff --git a/8.5/Makefile b/8.5/Makefile
new file mode 100644 (file)
index 0000000..a6e8379
--- /dev/null
@@ -0,0 +1,7 @@
+all: latexmk
+
+latexmk:
+       latexmk -pdf -f paper
+
+clean:
+       rm -f *.fls *.fdb_latexmk *.aux *.log *.dvi *.bbl *.blg *.ilg *.ind *.toc *.idx *.out *.nav *.snm

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.