mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Noweb.lyx: fix a few mistakes from old lyx2lyx
In fb034884
I made some manual changes to documents that weren't
correctly converted by lyx2lyx (from ERT to Chunk insets) but I left
a "@" inside a chunk, which ended it prematurely and caused
incorrect output.
This current commit also cleans up a few other things in the
document.
Thanks to Kornel for catching this.
This commit is contained in:
parent
f5d02bc7c6
commit
8c5b58a3f8
@ -399,7 +399,12 @@ int last_err_line;
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
int err_line;@
|
||||
int err_line;
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
@
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -643,11 +648,17 @@ status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\end_layout
|
||||
\begin_inset Argument 1
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
<<Global variables>>=
|
||||
Global variables
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
@ -1066,7 +1077,17 @@ status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
<<Function bodies>>=
|
||||
\begin_inset Argument 1
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
Function bodies
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
@ -1478,15 +1499,17 @@ status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\end_layout
|
||||
\begin_inset Argument 1
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
Function bodies
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\end_inset
|
||||
|
||||
|
||||
<<Function bodies>>=
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
Loading…
Reference in New Issue
Block a user