commit: 06cfb9db11d6708fd0fe911bbceaa45e93d18dbc
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 19:19:04 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 19:19:04 2020 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=06cfb9db
pms.tex: Fix an \includepdf warning in DVI mode.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
pms.tex | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pms.tex b/pms.tex
index f9b2460..e2e434c 100644
--- a/pms.tex
+++ b/pms.tex
@@ -86,12 +86,11 @@
\ifthenelse{\boolean{TEX4HT-HACKS}}{%
\chapter{Desk Reference}
-
\href{eapi-cheatsheet.pdf}{EAPI Cheat Sheet}
}{%
% Make sure that the cheat sheet starts on an odd page
\clearpage\ifthenelse{\isodd{\thepage}}{}{\null\newpage}%
- \includepdf[pages=-,landscape,turn=false,%
+ \includepdf[pages=-,landscape,turn=false,lastpage=2,%
addtotoc={1,chapter,0,Desk Reference,cheatsheet}]{eapi-cheatsheet}
}