mirror of
https://github.com/python/cpython.git
synced 2026-05-14 00:18:52 -04:00
(myformat.sty): Simplify \varvars definition.
This commit is contained in:
+1
-1
@@ -173,7 +173,7 @@
|
||||
\renewcommand{\emph}[1]{{\em #1\/}}
|
||||
\newcommand{\strong}[1]{{\bf #1}}
|
||||
|
||||
\newcommand{\varvars}[1]{{\def\,{\/{\tt\char`\,}}\def\({\/{\tt\char`\(}}\def\){\/{\tt\char`\)}}\var{#1}}}
|
||||
\newcommand{\varvars}[1]{{\def\,{\/{\char`\,}}\var{#1}}}
|
||||
|
||||
\newif\iftexi\texifalse
|
||||
\newif\iflatex\latextrue
|
||||
|
||||
Reference in New Issue
Block a user