]> git.lyx.org Git - features.git/commitdiff
update to aastex 5.2
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 8 Feb 2005 10:41:58 +0000 (10:41 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 8 Feb 2005 10:41:58 +0000 (10:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9600 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/layouts/aastex.layout

index 85049f11707865c8202ed9cefa2be6e91df586af..500f996625f3eeda73df1efd14259b23a244cb1c 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-08  Mike Ressler  <mike.ressler@alum.mit.edu>
+
+       * layouts/aastex.layout: Updated for AASTeX 5.2
+
 2005-02-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * reLyX/configure.ac: use AC_CANONICAL_TARGET; use 
index e0374e2566a8f8ff92fea6eeb56825e5007a2d53..9345e5950596aa6aaf18372722f0e8a84fdb4a63 100644 (file)
@@ -27,6 +27,7 @@
 #                         example files are available.
 # Version 1.1   7/25/99 - Changed \url to take advantage of new layout option.
 # Version 1.2   4/18/02 - Updated for natbib in 1.2.0
+# Version 1.3   5/7/04  - Updated for AASTeX 5.2
 
 
 Columns                 1
@@ -137,6 +138,14 @@ End
 Style NoteToEditor
 End
 
+Style Facility
+End
+
+Style Objectname
+End
+
+Style Dataset
+End
 
 # OK, now we have a more or less consistent Ordering. Now fill the
 # definitions. First, the standard includes
@@ -535,7 +544,6 @@ Style FigCaption
        Margin                First_Dynamic
        LatexType             Command
        LatexName             figcaption
-       LatexParam            [FileName]
        LabelSep              xx
        ParSkip               0.4
        TopSep                0.5
@@ -543,4 +551,86 @@ Style FigCaption
        AlignPossible         Block, Left
        LabelType             Static
        LabelString           "Fig. --- "
+       OptionalArgs          1
+End
+
+# Facility style definition
+Style Facility
+       LeftMargin            MMM
+       Margin                Dynamic
+       LatexType             Command
+       InTitle               0
+       LatexName             facility
+       ParSkip               0.4
+       BottomSep             0.4
+       Align                 Block
+       AlignPossible         Block, Left, Right, Center
+       LabelType             Static
+       LabelSep              M
+       LabelString           "Facility:"
+       Font
+         Family              Roman
+         Shape               Up
+         Size                Normal
+       EndFont
+       LabelFont
+         Family              Roman
+         Shape               Italic
+         Size                Normal
+       EndFont
+End
+
+# Objectname style definition
+Style Objectname
+       LeftMargin            MMM
+       Margin                Dynamic
+       LatexType             Command
+       InTitle               0
+       LatexName             objectname
+       ParSkip               0.4
+       BottomSep             0.4
+       Align                 Block
+       AlignPossible         Block, Left, Right, Center
+       LabelType             Static
+       LabelSep              M
+       LabelString           "Obj:"
+       OptionalArgs          1
+       Font
+         Family              Roman
+         Shape               Up
+         Size                Normal
+       EndFont
+       LabelFont
+         Family              Roman
+         Shape               Italic
+         Size                Normal
+       EndFont
+End
+
+# Dataset style definition
+Style Dataset
+       LeftMargin            MMM
+       Margin                Dynamic
+       LatexType             Command
+       InTitle               0
+       LatexName             dataset
+       ParSkip               0.4
+       BottomSep             0.4
+       Align                 Block
+       AlignPossible         Block, Left, Right, Center
+       LabelType             Static
+       LabelSep              M
+       LabelString           "Dataset:"
+       OptionalArgs          1
+       Font
+         Family              Roman
+         Shape               Up
+         Size                Normal
+       EndFont
+       LabelFont
+         Family              Roman
+         Shape               Italic
+         Size                Normal
+       EndFont
 End
+