Work around a small (& annoying) limitation of the latex2html support for
\seemodule. This is far easier than figuring out the real problem, but it works.
This commit is contained in:
parent
8a254b5967
commit
45c634ecae
|
@ -691,11 +691,10 @@ provide additional capabilities.
|
||||||
|
|
||||||
\begin{seealso}
|
\begin{seealso}
|
||||||
|
|
||||||
\seemodule{symbol}
|
\seemodule{symbol}{useful constants representing internal nodes of the
|
||||||
{useful constants representing internal nodes of the parse tree}
|
parse tree}
|
||||||
|
|
||||||
\seemodule{token}
|
\seemodule{token}{useful constants representing leaf nodes of the
|
||||||
{useful constants representing leaf nodes of the parse tree and
|
parse tree and functions for testing node values}
|
||||||
functions for testing node values}
|
|
||||||
|
|
||||||
\end{seealso}
|
\end{seealso}
|
||||||
|
|
|
@ -691,11 +691,10 @@ provide additional capabilities.
|
||||||
|
|
||||||
\begin{seealso}
|
\begin{seealso}
|
||||||
|
|
||||||
\seemodule{symbol}
|
\seemodule{symbol}{useful constants representing internal nodes of the
|
||||||
{useful constants representing internal nodes of the parse tree}
|
parse tree}
|
||||||
|
|
||||||
\seemodule{token}
|
\seemodule{token}{useful constants representing leaf nodes of the
|
||||||
{useful constants representing leaf nodes of the parse tree and
|
parse tree and functions for testing node values}
|
||||||
functions for testing node values}
|
|
||||||
|
|
||||||
\end{seealso}
|
\end{seealso}
|
||||||
|
|
Loading…
Reference in New Issue