mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
update to aastex 5.2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9600 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8d88a0b2c9
commit
4e100ec148
@ -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>
|
2005-02-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* reLyX/configure.ac: use AC_CANONICAL_TARGET; use
|
* reLyX/configure.ac: use AC_CANONICAL_TARGET; use
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
# example files are available.
|
# example files are available.
|
||||||
# Version 1.1 7/25/99 - Changed \url to take advantage of new layout option.
|
# 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.2 4/18/02 - Updated for natbib in 1.2.0
|
||||||
|
# Version 1.3 5/7/04 - Updated for AASTeX 5.2
|
||||||
|
|
||||||
|
|
||||||
Columns 1
|
Columns 1
|
||||||
@ -137,6 +138,14 @@ End
|
|||||||
Style NoteToEditor
|
Style NoteToEditor
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Style Facility
|
||||||
|
End
|
||||||
|
|
||||||
|
Style Objectname
|
||||||
|
End
|
||||||
|
|
||||||
|
Style Dataset
|
||||||
|
End
|
||||||
|
|
||||||
# OK, now we have a more or less consistent Ordering. Now fill the
|
# OK, now we have a more or less consistent Ordering. Now fill the
|
||||||
# definitions. First, the standard includes
|
# definitions. First, the standard includes
|
||||||
@ -535,7 +544,6 @@ Style FigCaption
|
|||||||
Margin First_Dynamic
|
Margin First_Dynamic
|
||||||
LatexType Command
|
LatexType Command
|
||||||
LatexName figcaption
|
LatexName figcaption
|
||||||
LatexParam [FileName]
|
|
||||||
LabelSep xx
|
LabelSep xx
|
||||||
ParSkip 0.4
|
ParSkip 0.4
|
||||||
TopSep 0.5
|
TopSep 0.5
|
||||||
@ -543,4 +551,86 @@ Style FigCaption
|
|||||||
AlignPossible Block, Left
|
AlignPossible Block, Left
|
||||||
LabelType Static
|
LabelType Static
|
||||||
LabelString "Fig. --- "
|
LabelString "Fig. --- "
|
||||||
|
OptionalArgs 1
|
||||||
End
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user