From f36d15a92918b0cef227f9166ddd8ec006debddb Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 3 May 2020 18:51:16 +0200 Subject: [PATCH] =?UTF-8?q?Pou=C5=BEit=C3=AD=20pdfcslatex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1efe2a3..9b0537d 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 - pdflatex $< + pdfcslatex $< bibtex prace - pdflatex $< - pdflatex $< + pdfcslatex $< + pdfcslatex $< vlna: $(wildcard *.tex) -vlna -l $^