Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/latexandmore

This commit is contained in:
Sheppy 2017-10-05 14:21:36 +02:00
commit f71f52845b
13 changed files with 39 additions and 40 deletions

View File

@ -1,4 +1,4 @@
all:
latexmk -pdf -interaction=nonstopmode ForensInf2_Zusammenfassung.tex
latexmk -pdf ForensInf2_Zusammenfassung.tex
.PHONY: all

View File

@ -5,7 +5,7 @@ solutions:
continuous: $(PDF).continuous
clean: cleanup all
clean: cleanup
cleanup:
@-rm -f *.aux *.fdb_latexmk *.fls *.log

View File

@ -2,8 +2,7 @@
\usepackage{amsmath}
\usepackage{amssymb}
% -------- Umlaute korrekt ----------------
\usepackage{ngerman}
\usepackage[latin1, utf8]{inputenc}
\usepackage[utf8]{inputenc}
\usepackage[ngerman, english]{babel}
%-------------------------------------------

View File

@ -2,7 +2,7 @@ all: KlausurLV_SS14_September2014.tex KlausurLV_WS1415_Maerz2015.tex
continuous: $(PDF).continuous
clean: cleanup rmpdf all
clean: cleanup rmpdf
rmpdf:
@-rm -f *.pdf

View File

@ -1,3 +1,5 @@
.PHONY: all continuous cleanup single clean rmpdf
all: single
@-pdfunite Polynomordnung.pdf Konfluenz.pdf SystemF.pdf Koinduktion_reduktion.pdf Strukturelle_Induktion.pdf PumpingLemma.pdf ThProgCheatsheet.pdf
@ -5,7 +7,7 @@ single: Konfluenz.pdf Koinduktion_reduktion.pdf Strukturelle_Induktion.pdf Polyn
continuous: $(PDF).continuous
clean: cleanup rmpdf all
clean: cleanup rmpdf
rmpdf:
@-rm -f *.pdf
@ -18,5 +20,3 @@ cleanup:
%.pdf: %.tex
@latexmk -quiet -jobname=$(@:%.pdf=%) -pdf -halt-on-error $< 1>/dev/null
.PHONY: all continuous cleanup single clean rmpdf