mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 11:49:32 +01:00
Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/latexandmore
This commit is contained in:
commit
f71f52845b
@ -1,4 +1,4 @@
|
||||
all:
|
||||
latexmk -pdf -interaction=nonstopmode ForensInf2_Zusammenfassung.tex
|
||||
latexmk -pdf ForensInf2_Zusammenfassung.tex
|
||||
|
||||
.PHONY: all
|
||||
|
@ -5,7 +5,7 @@ solutions:
|
||||
|
||||
continuous: $(PDF).continuous
|
||||
|
||||
clean: cleanup all
|
||||
clean: cleanup
|
||||
|
||||
cleanup:
|
||||
@-rm -f *.aux *.fdb_latexmk *.fls *.log
|
||||
|
@ -2,8 +2,7 @@
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
% -------- Umlaute korrekt ----------------
|
||||
\usepackage{ngerman}
|
||||
\usepackage[latin1, utf8]{inputenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[ngerman, english]{babel}
|
||||
%-------------------------------------------
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user