]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
Spanish EmbeddedObjects.lyx: translation update by Ignacio
[lyx.git] / lib / layouts / amsart.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{article (AMS)}
3 # AMS-Article textclass definition file. Taken from initial LyX source code
4 # and from the Article textclass definition file, following the AMS sample
5 # paper "testmath.tex" of January, 1995
6 # Author : David L. Johnson <dlj0@lehigh.edu>
7 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
8 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
9 # Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
10 # Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
11
12 Format 7
13 Columns                 1
14 Sides                   2
15 PageStyle               Headers
16
17
18 ClassOptions
19         FontSize   8|9|10|11|12
20 End
21
22
23 Style Standard
24         Category              MainText
25         Margin                Static
26         LatexType             Paragraph
27         LatexName             dummy
28         ParIndent             MM
29         ParSkip               0.4
30         Align                 Block
31         AlignPossible         Block, Left, Right, Center
32         LabelType             No_Label
33 End
34
35
36 Preamble
37         \numberwithin{equation}{section} %% Comment out for sequentially-numbered
38         \numberwithin{figure}{section} %% Comment out for sequentially-numbered
39 EndPreamble
40
41
42 Input stdfloats.inc
43 Input stdcounters.inc
44 Input stdinsets.inc
45 Input stdsections.inc
46 Input stdstarsections.inc
47 Input lyxmacros.inc
48 Input stdlayouts.inc
49 Input stdlists.inc
50 Input amsdefs.inc
51
52 NoStyle                 Chapter
53 NoStyle                 Paragraph
54 NoStyle                 Subparagraph
55 NoStyle                 Chapter*
56 #NoStyle                Paragraph*
57 #NoStyle                Subparagraph*
58
59 NoStyle Verse    # Although mathematicians tend to be poets at times,
60                  # we don't need this.
61
62
63 Style Section
64         Align                 Center
65         Font
66           Series              Medium
67           Shape               Smallcaps
68           Size                Large
69         EndFont
70 End
71
72
73 Style Subsection
74         Font
75           Series              Bold
76           Size                Normal
77         EndFont
78 End
79
80
81 Style Subsubsection
82         Font
83           Shape               Italic
84           Size                Normal
85         EndFont
86 End