mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 19:59:31 +01:00
Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/latexandmore
This commit is contained in:
commit
f71f52845b
@ -1,4 +1,4 @@
|
|||||||
all:
|
all:
|
||||||
latexmk -pdf -interaction=nonstopmode ForensInf2_Zusammenfassung.tex
|
latexmk -pdf ForensInf2_Zusammenfassung.tex
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
@ -5,7 +5,7 @@ solutions:
|
|||||||
|
|
||||||
continuous: $(PDF).continuous
|
continuous: $(PDF).continuous
|
||||||
|
|
||||||
clean: cleanup all
|
clean: cleanup
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
@-rm -f *.aux *.fdb_latexmk *.fls *.log
|
@-rm -f *.aux *.fdb_latexmk *.fls *.log
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\usepackage{amssymb}
|
\usepackage{amssymb}
|
||||||
% -------- Umlaute korrekt ----------------
|
% -------- Umlaute korrekt ----------------
|
||||||
\usepackage{ngerman}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage[latin1, utf8]{inputenc}
|
|
||||||
\usepackage[ngerman, english]{babel}
|
\usepackage[ngerman, english]{babel}
|
||||||
%-------------------------------------------
|
%-------------------------------------------
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ all: KlausurLV_SS14_September2014.tex KlausurLV_WS1415_Maerz2015.tex
|
|||||||
|
|
||||||
continuous: $(PDF).continuous
|
continuous: $(PDF).continuous
|
||||||
|
|
||||||
clean: cleanup rmpdf all
|
clean: cleanup rmpdf
|
||||||
|
|
||||||
rmpdf:
|
rmpdf:
|
||||||
@-rm -f *.pdf
|
@-rm -f *.pdf
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.PHONY: all continuous cleanup single clean rmpdf
|
||||||
|
|
||||||
all: single
|
all: single
|
||||||
@-pdfunite Polynomordnung.pdf Konfluenz.pdf SystemF.pdf Koinduktion_reduktion.pdf Strukturelle_Induktion.pdf PumpingLemma.pdf ThProgCheatsheet.pdf
|
@-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
|
continuous: $(PDF).continuous
|
||||||
|
|
||||||
clean: cleanup rmpdf all
|
clean: cleanup rmpdf
|
||||||
|
|
||||||
rmpdf:
|
rmpdf:
|
||||||
@-rm -f *.pdf
|
@-rm -f *.pdf
|
||||||
@ -18,5 +20,3 @@ cleanup:
|
|||||||
|
|
||||||
%.pdf: %.tex
|
%.pdf: %.tex
|
||||||
@latexmk -quiet -jobname=$(@:%.pdf=%) -pdf -halt-on-error $< 1>/dev/null
|
@latexmk -quiet -jobname=$(@:%.pdf=%) -pdf -halt-on-error $< 1>/dev/null
|
||||||
|
|
||||||
.PHONY: all continuous cleanup single clean rmpdf
|
|
||||||
|
Loading…
Reference in New Issue
Block a user