]> git.lyx.org Git - features.git/commitdiff
grace fix from herbert, revtex4 fix from Rob
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 11 Apr 2002 13:24:44 +0000 (13:24 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 11 Apr 2002 13:24:44 +0000 (13:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3968 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/configure.m4
lib/layouts/revtex4.layout

index 898bc59a36b0ea60d2a1c9f5e26ae1f62197a67e..45c2f27ae440f21ce1a08ac65f63f016ce3fb385 100644 (file)
@@ -1,9 +1,17 @@
+2002-04-11  Rob Lahaye  <lahaye@users.sourceforge.net>
+
+       * layouts/revtex4.layout: fix tilde-output in URL and Email insets.
+
 2002-04-11  Guenter Milde  <g.milde@physik.tu-dresden.de>
 
        * doc/LaTeXConfig.lyx.in: add description for spie class.
 
        * spie.layout: new class
 
+2002-04-10 Herbert Voss  <voss@perce.de>
+
+       * configure.m4: correct entry for grace graphic format
+
 2002-04-10 Herbert Voss  <voss@perce.de>
 
        * CREDITS: correct email
index 2101970ba7a3c13984b83c81fadf0e6f894a5d57..2d0e32f1e9703f5dddad74f632bb5412b681a5f0 100644 (file)
@@ -460,7 +460,7 @@ cat >$outfile <<EOF
 \\Format fax     ""    Fax             ""
 \\Format fits     fits FITS            ""
 \\Format gif      gif  GIF             ""
-\\Format grace    agr  GRACE           ""
+\\Format agr      agr  GRACE           ""
 \\Format html    html  HTML            H
 \\Format jpg      jpg  JPEG            ""
 \\Format latex   tex   LaTeX           L
index 0f84928bc3dce9fefd2dbc51057f5408fc9a2721..7555293d76f3494d0410c7e07eec8b531845db20 100644 (file)
@@ -181,6 +181,7 @@ End
 
 Style Author_Email
   CopyStyle             Affiliation
+  PassThru              1
   LatexName             email
   LabelString           "Electronic Address: "
 
@@ -195,6 +196,7 @@ End
 
 Style Author_URL
   CopyStyle             "Author Email"
+  PassThru              1
   LatexName             homepage
   LabelString           "URL: "
 End