From 287d97d79460b9cd58ce42435bc729ea66bc0b20 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 24 Sep 2021 12:52:59 +0300 Subject: [PATCH] added provision for uncombressed pdf docs... Signed-off-by: Alex A. Naanou --- photobook.cls | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/photobook.cls b/photobook.cls index 0dadd0d..c23ae8b 100644 --- a/photobook.cls +++ b/photobook.cls @@ -59,6 +59,16 @@ %% \documentclass{ltxdoc} %% +%%% XXX Q: do we add the pdf to the repo and if so, should it be +%%% compressed (diff-able) or uncompressed (blob)?? +%%% \usepackage{iftex} +%%% \ifluatex +%%% \edef\pdfcompresslevel{\pdfvariable compresslevel} +%%% \edef\pdfobjcompresslevel{\pdfvariable objcompresslevel} +%%% \fi +%%% \pdfcompresslevel 0 +%%% \pdfobjcompresslevel 0 +%% %% \usepackage[a4paper,margin=25mm,left=55mm,nohead]{geometry} %% %% % NOTE: this needs to load before hyperref or bookmarks will break...