Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45c634e

Browse files
committed
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.
1 parent 8a254b5 commit 45c634e

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

Doc/lib/libparser.tex

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -691,11 +691,10 @@ \subsubsection{Information Discovery}
691691

692692
\begin{seealso}
693693

694-
\seemodule{symbol}
695-
{useful constants representing internal nodes of the parse tree}
694+
\seemodule{symbol}{useful constants representing internal nodes of the
695+
parse tree}
696696

697-
\seemodule{token}
698-
{useful constants representing leaf nodes of the parse tree and
699-
functions for testing node values}
697+
\seemodule{token}{useful constants representing leaf nodes of the
698+
parse tree and functions for testing node values}
700699

701700
\end{seealso}

Doc/libparser.tex

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -691,11 +691,10 @@ \subsubsection{Information Discovery}
691691

692692
\begin{seealso}
693693

694-
\seemodule{symbol}
695-
{useful constants representing internal nodes of the parse tree}
694+
\seemodule{symbol}{useful constants representing internal nodes of the
695+
parse tree}
696696

697-
\seemodule{token}
698-
{useful constants representing leaf nodes of the parse tree and
699-
functions for testing node values}
697+
\seemodule{token}{useful constants representing leaf nodes of the
698+
parse tree and functions for testing node values}
700699

701700
\end{seealso}

0 commit comments

Comments
 (0)