From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D331E13835A for ; Mon, 21 Sep 2020 19:25:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A346E0824; Mon, 21 Sep 2020 19:25:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81D7CE0824 for ; Mon, 21 Sep 2020 19:25:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D78C4340E62 for ; Mon, 21 Sep 2020 19:25:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FC5F376 for ; Mon, 21 Sep 2020 19:25:08 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1600715944.06cfb9db11d6708fd0fe911bbceaa45e93d18dbc.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 06cfb9db11d6708fd0fe911bbceaa45e93d18dbc X-VCS-Branch: master Date: Mon, 21 Sep 2020 19:25:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 624685db-da75-44a8-b9fd-3833981a0ef7 X-Archives-Hash: 217ac883ed16e7e79ca023852f931063 commit: 06cfb9db11d6708fd0fe911bbceaa45e93d18dbc Author: Ulrich Müller gentoo org> AuthorDate: Mon Sep 21 19:19:04 2020 +0000 Commit: Ulrich Müller gentoo 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 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} } From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D81F13835B for ; Thu, 13 May 2021 11:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D17DE08F2; Thu, 13 May 2021 11:42:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 443F3E08F2 for ; Thu, 13 May 2021 11:42:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B179340D55 for ; Thu, 13 May 2021 11:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC2B878D for ; Thu, 13 May 2021 11:42:25 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1600715944.06cfb9db11d6708fd0fe911bbceaa45e93d18dbc.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 06cfb9db11d6708fd0fe911bbceaa45e93d18dbc X-VCS-Branch: eapi-8 Date: Thu, 13 May 2021 11:42:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9da066a7-03cb-48c2-b117-da285ec6aada X-Archives-Hash: 09ba06d20ff4c1b737c4d08c22b63bb5 Message-ID: <20210513114225.HgW1dddQJFmqrK5FpRfVaa2AuImdQgqMm_ouqGu6TCs@z> commit: 06cfb9db11d6708fd0fe911bbceaa45e93d18dbc Author: Ulrich Müller gentoo org> AuthorDate: Mon Sep 21 19:19:04 2020 +0000 Commit: Ulrich Müller gentoo 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 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} }