commit 8c5b58a3f83457913579423cc313698a3559a7b4
Author: Scott Kostyshak <[email protected]>
Date:   Wed Jun 2 20:03:48 2021 -0400

    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.
---
 lib/examples/Modules/Noweb.lyx |   37 ++++++++++++++++++++++++++++++-------
 1 files changed, 30 insertions(+), 7 deletions(-)

diff --git a/lib/examples/Modules/Noweb.lyx b/lib/examples/Modules/Noweb.lyx
index 52b6a37..ddab709 100644
--- a/lib/examples/Modules/Noweb.lyx
+++ b/lib/examples/Modules/Noweb.lyx
@@ -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
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to