mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Make it easier to figure out the where a menuselection starts and ends
by controling the font.
This commit is contained in:
parent
a66b6c1267
commit
bd5fdd93a9
3 changed files with 4 additions and 2 deletions
|
@ -822,7 +822,7 @@
|
|||
\newcommand{\infinity}{\ensuremath{\infty}}
|
||||
\newcommand{\plusminus}{\ensuremath{\pm}}
|
||||
% \menuselection{Start \sub Programs \sub Python}
|
||||
\newcommand{\menuselection}[1]{{\def\sub{ \ensuremath{>} }#1}}
|
||||
\newcommand{\menuselection}[1]{\textsf{\def\sub{ \ensuremath{>} }#1}}
|
||||
|
||||
% Also for consistency: spell Python "Python", not "python"!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue