From 526bc15ec8391666fbfe80fabb99bcc3ec1f5125 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 25 Apr 2024 12:04:31 +0200 Subject: [PATCH] support fast web view --- report/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/report/Makefile b/report/Makefile index 3f37dcc..5ea438e 100644 --- a/report/Makefile +++ b/report/Makefile @@ -5,11 +5,13 @@ SRC = $(TEX) PDF = $(TEX:.tex=.pdf) TEXMK = latexmk -shell-escape -lualatex -interaction=nonstopmode +QPDF = qpdf --linearize --replace-input all: $(PDF) $(PDF): %.pdf: %.tex $(TEXMK) $< + @$(QPDF) $@ 2>/dev/null |: EXTS = aux fdb_latexmk fls log nav out snm synctex.gz toc clean: