\seemodule{}: Use logical markup for the module name, to ensure it picks up
any changes introduced there. Also ensure a little more space between the module name and the parenthesized comment.
This commit is contained in:
parent
7c418ed89c
commit
0f02628dce
|
@ -251,7 +251,7 @@
|
|||
% \end{seealso}
|
||||
|
||||
\newenvironment{seealso}[0]{{\bf See Also:}\par}{\par}
|
||||
\newcommand{\seemodule}[2]{\ref{module-#1}: {\codefont #1} (#2)}
|
||||
\newcommand{\seemodule}[2]{\ref{module-#1}: \module{#1}\quad(#2)}
|
||||
\newcommand{\seetext}[1]{\par{#1}}
|
||||
|
||||
% Fix the theindex environment to add an entry to the Table of Contents;
|
||||
|
|
Loading…
Reference in New Issue