mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-10 14:24:53 +00:00
(\key): Do not uppercase the argument; key names
can be mixed case, e.g., `Control'.
This commit is contained in:
parent
d5d49d2e5a
commit
4e361d0f01
1 changed files with 1 additions and 1 deletions
|
@ -1197,7 +1197,7 @@ where each line of input produces a line of output.}
|
||||||
\def\key#1{{\smallrm\textfont2=\smallsy \leavevmode\hbox{%
|
\def\key#1{{\smallrm\textfont2=\smallsy \leavevmode\hbox{%
|
||||||
\raise0.4pt\hbox{$\langle$}\kern-.08em\vtop{%
|
\raise0.4pt\hbox{$\langle$}\kern-.08em\vtop{%
|
||||||
\vbox{\hrule\kern-0.4pt
|
\vbox{\hrule\kern-0.4pt
|
||||||
\hbox{\raise0.4pt\hbox{\vphantom{$\langle$}}\uppercase{#1}}}%
|
\hbox{\raise0.4pt\hbox{\vphantom{$\langle$}}#1}}%
|
||||||
\kern-0.4pt\hrule}%
|
\kern-0.4pt\hrule}%
|
||||||
\kern-.06em\raise0.4pt\hbox{$\rangle$}}}}
|
\kern-.06em\raise0.4pt\hbox{$\rangle$}}}}
|
||||||
%\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
|
%\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
|
||||||
|
|
Loading…
Reference in a new issue