From e5dec2d8164c7c8d53e5db824b50a481edf71ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 Jan 2021 13:36:54 +0100 Subject: =?UTF-8?q?zwei=20Aufgaben=20hinzugef=C3=BCegt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cover/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cover/Makefile') diff --git a/cover/Makefile b/cover/Makefile index 76ae56f..6f682dc 100644 --- a/cover/Makefile +++ b/cover/Makefile @@ -3,9 +3,12 @@ # # (c) 2018 Prof Dr Andreas Müller, Hochschule Rapperswil # -all: buchcover.png front.pdf back.pdf +all: matrix.pdf buchcover.png front.pdf back.pdf -buchcover.pdf: buchcover.tex +matrix.pdf: matrix.tex + pdflatex matrix.tex + +buchcover.pdf: buchcover.tex matrix.pdf pdflatex buchcover.tex buchcover.png: buchcover.pdf Makefile -- cgit v1.2.1 From 3cc801ff90729bc7c168cf74df2763e52f3fdc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 9 Jan 2021 17:07:25 +0100 Subject: add problem to chapter 3 --- cover/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cover/Makefile') diff --git a/cover/Makefile b/cover/Makefile index 6f682dc..dcbe6c6 100644 --- a/cover/Makefile +++ b/cover/Makefile @@ -11,7 +11,7 @@ matrix.pdf: matrix.tex buchcover.pdf: buchcover.tex matrix.pdf pdflatex buchcover.tex -buchcover.png: buchcover.pdf Makefile +buchcover.png: buchcover.pdf convert -density 300 -extract 1966x2900+2630+190 buchcover.pdf \ buchcover.png -- cgit v1.2.1