From 4ebfa3b9a7cec8cbf4b0c9d4622778868e389458 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 26 Feb 2017 22:34:03 +0100 Subject: Implement single column preview mode --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef2b321..ae16a1e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ .PHONY: build clean live build: - latexmk -pdf -outdir=build -jobname=$$topic zusammenfassung.tex + latexmk -pdf -outdir=build -jobname=$$topic main.tex live: - latexmk -pdf -pvc -outdir=build -jobname=$$topic zusammenfassung.tex + latexmk -pdf -pvc -outdir=build -jobname=$$topic preview.tex clean: - latexmk -C -outdir=build -jobname=$$topic zusammenfassung.tex + latexmk -C -outdir=build -jobname=$$topic main.tex -- cgit v1.2.3