]> git.lyx.org Git - lyx.git/blobdiff - lib/examples/Literate.lyx
* bind/math.bind: shortcut for \psi
[lyx.git] / lib / examples / Literate.lyx
index fd466381fafe462a66eb4d4c8813c28ab98a5975..9ad85287ced8b5dab0d17146a3843c0f7544f948 100644 (file)
@@ -44,6 +44,19 @@ Modified by Bernard Michael Hurley bernardh@westherts.ac.uk ---- Don't blame
 \end_inset 
 
 
+\layout Abstract
+
+
+\series bold 
+Note:
+\series default 
+ This example program is provided for educational use only.
+ The functionality in this C program has been superceded by the equivalent
+ Python code in 
+\emph on 
+examples/listerrors.lyx
+\emph default 
+ which should be installed in the LyX scripts directory.
 \layout Date
 
 
@@ -952,6 +965,8 @@ listerrors.c
 \newline 
 #!/bin/sh
 \newline 
+if [ -z "$NOWEB_SOURCE" ]; then NOWEB_SOURCE=Literate.nw; fi
+\newline 
 notangle -L -Rlisterrors.c ${NOWEB_SOURCE} > listerrors.c
 \newline 
 gcc -g -o listerrors listerrors.c