aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/03_endlichekoerper/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-03-08 09:40:32 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2021-03-08 09:40:32 +0100
commitf2454006fa4e2a0b4093507300fab8a29e3b5901 (patch)
tree407df3e48376af0962cebaedad6db75fe886ebb0 /vorlesungen/03_endlichekoerper/Makefile
parenteuklidslide (diff)
downloadSeminarMatrizen-f2454006fa4e2a0b4093507300fab8a29e3b5901.tar.gz
SeminarMatrizen-f2454006fa4e2a0b4093507300fab8a29e3b5901.zip
final preparation
Diffstat (limited to 'vorlesungen/03_endlichekoerper/Makefile')
-rw-r--r--vorlesungen/03_endlichekoerper/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/vorlesungen/03_endlichekoerper/Makefile b/vorlesungen/03_endlichekoerper/Makefile
index 316e749..cc2ded5 100644
--- a/vorlesungen/03_endlichekoerper/Makefile
+++ b/vorlesungen/03_endlichekoerper/Makefile
@@ -15,7 +15,7 @@ MathSem-03-endlichekoerper.pdf: MathSem-03-endlichekoerper.tex $(SOURCES)
endlichekoerper-handout.pdf: endlichekoerper-handout.tex $(SOURCES)
pdflatex endlichekoerper-handout.tex
-thumbnail: thumbnail.jpg
+thumbnail: thumbnail.jpg fix1.jpg
thumbnail.pdf: MathSem-03-endlichekoerper.pdf
pdfjam --outfile thumbnail.pdf --papersize '{16cm,9cm}' \
@@ -24,3 +24,12 @@ thumbnail.jpg: thumbnail.pdf
convert -density 300 thumbnail.pdf \
-resize 1920x1080 -units PixelsPerInch thumbnail.jpg
+fix1.pdf: MathSem-03-endlichekoerper.pdf
+ pdfjam --outfile fix1.pdf --papersize '{16cm,9cm}' \
+ MathSem-03-endlichekoerper.pdf 76
+fix1.jpg: fix1.pdf
+ convert -density 300 fix1.pdf \
+ -resize 1920x1080 -units PixelsPerInch fix1.jpg
+dh.jpg: fix1.jpg
+ convert -extract 1598x860+256+186 fix1.jpg dh.jpg
+