From 584cadea50b3efcc9443a2804c6f466f019c396d Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 5 Jun 2020 15:34:04 +0200 Subject: [PATCH] =?UTF-8?q?Zm=C4=9Bna=20pdfcslatex=20za=20pdflatex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Program pdfcslatex by se v nové distribuci neměl využívat. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9b0537d..1efe2a3 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,10 @@ all: vlna prace.pdf sighup # LaTeX je potreba spustit nekolikrat, aby spravne spocital odkazy prace.pdf: prace.tex $(wildcard *.tex) literatura.bib prace.xmpdata - pdfcslatex $< + pdflatex $< bibtex prace - pdfcslatex $< - pdfcslatex $< + pdflatex $< + pdflatex $< vlna: $(wildcard *.tex) -vlna -l $^