From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1312978-garchives=archives.gentoo.org@lists.gentoo.org> 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 523981394F6 for <garchives@archives.gentoo.org>; Sun, 15 Aug 2021 21:33:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBC95E0AED; Sun, 15 Aug 2021 12:37:48 +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 AD57DE0AED for <gentoo-commits@lists.gentoo.org>; Sun, 15 Aug 2021 12:37:48 +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 714F2344A8E for <gentoo-commits@lists.gentoo.org>; Sun, 15 Aug 2021 12:37:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2B207AF for <gentoo-commits@lists.gentoo.org>; Sun, 15 Aug 2021 12:37:45 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1629029684.88bd72dfbce9d889f9cf865cac72f26a06e8914e.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-cheatsheet.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 88bd72dfbce9d889f9cf865cac72f26a06e8914e X-VCS-Branch: master Date: Sun, 15 Aug 2021 12:37:45 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12a3dfdd-380f-4d38-b902-5f261ea92058 X-Archives-Hash: 9a7d3b5982d46040a2abd0ed5535eb9f Message-ID: <20210815123745.mYPvjTXed6fsopWEcCe2O-hSWQrA7o9a_11M5FMxbto@z> commit: 88bd72dfbce9d889f9cf865cac72f26a06e8914e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 15 12:14:44 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Aug 15 12:14:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=88bd72df eapi-cheatsheet.tex: Define \i and \t commands These occur in external aux files used with the xr-hyper package and would normally cause an "undefined control sequence" error. The problem was hidden by LaTeX using its internal \i and \t macros instead. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eapi-cheatsheet.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index c5e795d..c333b32 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -19,6 +19,10 @@ \newcommand{\featureref}[1]{\textsc{#1} on page~\pageref{feat:#1}} \renewcommand{\familydefault}{\sfdefault} \urlstyle{sf} + +% These commands may occur in external aux files from pms +\renewcommand{\i}[1]{\textit{#1}} +\renewcommand{\t}[1]{\texttt{#1}} \externaldocument{pms} \title{EAPI Cheat Sheet}