[bootlin/training-materials updates] master: Revert "Hack to reduce the size of agendas" (60079b7a)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Apr 26 11:11:39 CEST 2019


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/60079b7a1ef15a1b9a98b73395a3cc7e26005fd6

>---------------------------------------------------------------

commit 60079b7a1ef15a1b9a98b73395a3cc7e26005fd6
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Fri Apr 26 11:11:39 2019 +0200

    Revert "Hack to reduce the size of agendas"
    
    This reverts commit e449896db9baeabf7ace5d2fb9819dc070ab218d.


>---------------------------------------------------------------

60079b7a1ef15a1b9a98b73395a3cc7e26005fd6
 Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index fa6d8a99..77da8dce 100644
--- a/Makefile
+++ b/Makefile
@@ -222,11 +222,7 @@ AGENDA_PICTURES = $(COMMON_PICTURES) $(call PICTURES,agenda)
 	rm -f $(OUTDIR)/$(basename $@).tex
 	cp $(filter %.tex,$^) $(OUTDIR)/$(basename $@).tex
 	(cd $(OUTDIR); $(PDFLATEX_ENV) $(PDFLATEX) $(basename $@).tex)
-	# Using ps2pdf instead of cat to address a size issue in the generated PDF
-	# Otherwise, the agenda file is almost as big as the slides document (just half the size)
-	# This divides the agenda size by more than 10
-	# This was needed in 2019. This may be fixed by later versions of LaTeX.
-	ps2pdf $(OUTDIR)/$@ $@
+	cat $(OUTDIR)/$@ > $@
 else
 FORCE:
 %-agenda.pdf: FORCE




More information about the training-materials-updates mailing list