Hi,

thanks to my text class patch (*wink*), I was able to detect errors in three layout files (llncs/cv/egs). Patch attached.

Michael

Currently uncommitted patches:
- fix for layout files
- reLyX / lyx2lyx
- example files update
- template files update
Index: lyx-devel-1.3.Xcvs/lib/layouts/cv.layout
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/layouts/cv.layout,v
retrieving revision 1.5
diff -u -r1.5 cv.layout
--- lyx-devel-1.3.Xcvs/lib/layouts/cv.layout    2002/10/24 14:09:08     1.5
+++ lyx-devel-1.3.Xcvs/lib/layouts/cv.layout    2003/01/16 22:50:23
@@ -165,5 +165,5 @@
   
 End
 
-Include stdfloats.inc
-Include stdcounters.inc
+Input stdfloats.inc
+Input stdcounters.inc
Index: lyx-devel-1.3.Xcvs/lib/layouts/egs.layout
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/layouts/egs.layout,v
retrieving revision 1.4
diff -u -r1.4 egs.layout
--- lyx-devel-1.3.Xcvs/lib/layouts/egs.layout   2002/10/24 14:09:08     1.4
+++ lyx-devel-1.3.Xcvs/lib/layouts/egs.layout   2003/01/16 22:50:24
@@ -767,5 +767,5 @@
 
 End
 
-Include stdfloats.inc
-Include stdcounters.inc
+Input stdfloats.inc
+Input stdcounters.inc
Index: lyx-devel-1.3.Xcvs/lib/layouts/llncs.layout
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/layouts/llncs.layout,v
retrieving revision 1.4
diff -u -r1.4 llncs.layout
--- lyx-devel-1.3.Xcvs/lib/layouts/llncs.layout 2002/11/04 14:09:44     1.4
+++ lyx-devel-1.3.Xcvs/lib/layouts/llncs.layout 2003/01/16 22:50:24
@@ -182,7 +182,7 @@
 
 # TOC_Title style definition
 Style TOC_Title
-  CopyStyle            Journal
+  CopyStyle            "Running LaTeX Title"
   LatexName            toctitle
   LeftMargin           "TOC title:xxx"
   LabelString          "TOC title: "
@@ -214,7 +214,7 @@
 
 # AuthorRunning style definition
 Style Author_Running
-  CopyStyle            Journal
+  CopyStyle            "Running LaTeX Title"
   LatexName            authorrunning
   LeftMargin           "Author Running:xxx"
   LabelString          "Author Running: "
@@ -222,7 +222,7 @@
 
 # TOC_Author style definition
 Style TOC_Author
-  CopyStyle            Journal
+  CopyStyle            "Running LaTeX Title"
   LatexName            tocauthor
   LeftMargin           "TOC Author :xxx"
   LabelString          "TOC Author: "
@@ -254,7 +254,7 @@
 #
 # Correspondence address style definition
 Style Mail
-  CopyStyle            Journal
+  CopyStyle            "Running LaTeX Title"
   LatexName            mail    
   LeftMargin           "Corr Author:xx."
   LabelString          "Corr Author: "


Reply via email to