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}