]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsbook.layout
Add some tipa accents
[lyx.git] / lib / layouts / amsbook.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{book (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
10
11 Format 3
12 Columns                 1
13 Sides                   2
14 PageStyle               Headers
15
16
17 ClassOptions
18         FontSize   8|9|10|11|12
19 End
20
21
22 Style Standard
23         Margin                Static
24         LatexType             Paragraph
25         LatexName             dummy
26         ParIndent             MM
27         ParSkip               0.4
28         Align                 Block
29         AlignPossible         Block, Left, Right, Center
30         LabelType             No_Label
31 End
32
33
34 Preamble
35         \numberwithin{section}{chapter}
36         \theoremstyle{plain}
37         \newtheorem{thm}{Theorem}[section]
38         \numberwithin{equation}{section} %% Comment out for sequentially-numbered
39         \numberwithin{figure}{section} %% Comment out for sequentially-numbered
40 EndPreamble
41
42
43 Input stdsections.inc
44 Input numreport.inc
45
46
47 Style Section
48         Align                 Center
49         AlignPossible         Block, Center, Left
50         Font
51           Series              Medium
52           Shape               Smallcaps
53           Size                Large
54         EndFont
55 End
56
57
58 Style Subsection
59         Font
60           Series              Bold
61           Size                Normal
62         EndFont
63 End
64
65
66 Style Subsubsection
67         Font
68           Shape               Italic
69           Size                Normal
70         EndFont
71 End
72
73
74 Input stdstarsections.inc
75
76
77 Input lyxmacros.inc
78 NoStyle Address
79
80
81 Input amsdefs.inc
82
83
84 Input stdlayouts.inc
85 NoStyle Verse
86 NoStyle Abstract
87
88
89 Input stdlists.inc
90 Input stdfloats.inc
91 Input stdcounters.inc
92
93
94 # Chapter is _not_ prepended
95 Style Section
96         LabelString          "\arabic{section}"
97         LabelStringAppendix  "\arabic{section}"
98 End
99
100
101 Style Paragraph
102         Font
103           Series Medium
104         EndFont
105 End
106
107
108 # End-of Chapter exercises  I need a way to do this.
109 Style Chapter_Exercises
110         Margin                First_Dynamic
111         LatexType             Item_Environment
112         LatexName             lyxxcb
113         NextNoIndent          1
114         LeftMargin            MMN
115         LabelSep              xx
116         ParSkip               0.0
117         ItemSep               0.2
118         TopSep                0.7
119         BottomSep             0.7
120         ParSep                0.3
121         Align                 Block
122         AlignPossible         Block, Left
123         LabelType             Counter
124         LabelFont
125           Shape               Up
126           Series              Bold
127         EndFont
128         Preamble
129           \newenvironment{lyxxcb}{\begin{xcb}{Exercises}\begin{enumerate}}
130                              {\end{enumerate}\end{xcb}}
131         EndPreamble
132 End