]> git.lyx.org Git - lyx.git/blobdiff - lib/examples/noweb2lyx.lyx
Update docbook example
[lyx.git] / lib / examples / noweb2lyx.lyx
index e9969882287775093de9b6854599bc9979f22010..768bacce97e5e8796d5095bfd1874ecbddfe35c7 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.4.0cvs created this file. For more info see http://www.lyx.org/
-\lyxformat 243
+#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 245
 \begin_document
 \begin_header
 \textclass literate-article
@@ -30,7 +30,6 @@
 \paragraph_separation indent
 \defskip medskip
 \quotes_language english
-\quotes_times 2
 \papercolumns 1
 \papersides 1
 \paperpagestyle default
@@ -714,11 +713,11 @@ sub setup_files {
 \newline
   my($in, $out) = @_;
 \newline
-  open(INPUT, "<$in") || die "Can not read $in: $!
+  open(INPUT, "<$in") || die "Cannot read $in: $!
 \backslash
 n";
 \newline
-  open(OUTPUT, ">$out") || die "Can not write $out: $!
+  open(OUTPUT, ">$out") || die "Cannot write $out: $!
 \backslash
 n";
 \newline
@@ -1061,7 +1060,7 @@ noweb2lyx
 \newline
 open(INPUT, "<$relyx_file") ||
 \newline
-  die "Can not read $relyx_file: $!
+  die "Cannot read $relyx_file: $!
 \backslash
 n";
 \newline