Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa02ec5

Browse filesBrowse files
committed
macros: Remove italicization due to \exposid{}
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 parent 1b2ac14 commit aa02ec5
Copy full SHA for aa02ec5

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎src/macros.tex

Copy file name to clipboardExpand all lines: src/macros.tex
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
\newcommand{\grammarterm}[1]{#1}
229229
\newcommand{\grammartermnc}[1]{\indexgram{\idxgram{#1}}\gterm{#1\nocorr}}
230230
\newcommand{\regrammarterm}[1]{\textit{#1}}
231-
\newcommand{\placeholder}[1]{\textit{#1}} % macro length: 12
231+
\newcommand{\placeholder}[1]{#1} % macro length: 12
232232
\newcommand{\placeholdernc}[1]{\textit{#1\nocorr}} % macro length: 14
233233
\newcommand{\exposid}[1]{\tcode{\placeholder{#1}}} % macro length: 8
234234
\newcommand{\exposidnc}[1]{\tcode{\placeholdernc{#1}}\itcorr[-1]} % macro length: 10
@@ -612,7 +612,7 @@
612612
\newcommand{\nontermdef}[1]{{\BnfNontermshape##1\itcorr}\indexgrammar{\idxgram{##1}}\textnormal{:}}
613613
\newcommand{\terminal}[1]{{\BnfTermshape ##1}}
614614
\renewcommand{\keyword}[1]{\terminal{##1}\indextext{\idxcode{##1}}}
615-
\renewcommand{\exposid}[1]{\terminal{\textit{##1}}}
615+
\renewcommand{\exposid}[1]{\terminal{##1}}
616616
\renewcommand{\placeholder}[1]{\textrm{\textit{##1}}}
617617
\newcommand{\descr}[1]{\textnormal{##1}}
618618
\newcommand{\bnfindent}{\hspace*{\bnfindentfirst}}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.