We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91e85b commit 4b499e3Copy full SHA for 4b499e3
source/macros.tex
@@ -387,11 +387,10 @@
387
\setlength{\BnfRest}{2\BnfIndent}
388
\newcommand{\BnfNontermshape}{\small\rmfamily\itshape}
389
\newcommand{\BnfTermshape}{\small\ttfamily\upshape}
390
-\newcommand{\nonterminal}[1]{{\BnfNontermshape #1}}
391
392
\newenvironment{bnfbase}
393
{
394
- \newcommand{\nontermdef}[1]{\nonterminal{##1\itcorr}\indexgrammar{\idxgram{##1}}\textnormal{:}}
+ \newcommand{\nontermdef}[1]{{\BnfNontermshape##1\itcorr}\indexgrammar{\idxgram{##1}}\textnormal{:}}
395
\newcommand{\terminal}[1]{{\BnfTermshape ##1}\xspace}
396
\newcommand{\descr}[1]{\textnormal{##1}}
397
\newcommand{\bnfindentfirst}{\BnfIndent}
0 commit comments