]> git.lyx.org Git - lyx.git/blob - lib/layouts/slides.layout
Add some tipa accents
[lyx.git] / lib / layouts / slides.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{slides (default)}
3 # Slides textclass definition file.
4 # Author : John Weiss <jpweiss@idsi.net>
5 #
6 # Based on the Article textclass "article.layout"
7 #
8
9
10 Format 3
11 Columns        1
12 Sides          1
13 PageStyle      Plain
14
15
16 DefaultFont
17         Family       Sans
18         Series       Medium
19         Shape        Up
20         Size         Largest
21         Color        None
22 EndFont
23
24
25 ClassOptions
26         FontSize   |
27         Pagestyle  plain|headings|empty
28         Other      "dvips"
29 End
30
31
32 Preamble
33         \newcounter{slidetype}
34         \setcounter{slidetype}{0}
35         \newif\ifLyXsNoCenter
36         \LyXsNoCenterfalse
37         \newcommand{\noslidecentering}{
38            \LyXsNoCentertrue%
39         }
40         \newcommand{\slidecentering}{
41            \LyXsNoCenterfalse%
42         }
43         \newcommand{\lyxendslide}[1]{
44            \ifLyXsNoCenter%
45                 \vfill%
46            \fi%
47            \ifcase \value{slidetype}%
48                 \or % no action for 0
49                 \end{slide} \or%
50                 \end{overlay} \or%
51                 \end{note}%
52            \fi%
53            \setcounter{slidetype}{0}
54               \visible
55         }
56         \AtEndDocument{\lyxendslide{.}}
57 EndPreamble
58
59
60 Style Standard
61         Margin            Static
62         LatexType         Paragraph
63         LatexName         dummy
64         ParIndent         M
65         ParSkip           0.4
66         Align             Block
67         AlignPossible     Block, Left, Right, Center
68         LabelType         No_Label
69 End
70
71
72 #  Note that the "Section" family of environments is missing, as is
73 #  "Title" "Bibliograpy" "LaTeX-Title" "Author" "Abstract" and "Date".
74 #  I may choose to reintroduce these and/or remove others at a later
75 #  date.
76 #  -jw 10/2/96
77
78 Input stdlists.inc
79 Input stdlayouts.inc
80 Input lyxmacros.inc
81 Input stdcounters.inc
82 Input stdfloats.inc
83
84 NoStyle Address
85 NoStyle Right_Address
86
87
88 Style Slide
89         LatexType         Command
90         LatexName         lyxnewslide
91         KeepEmpty         1
92         Margin            Static
93         NextNoIndent      1
94         ParSkip           0.4
95         TopSep            1.0
96         BottomSep         1.0
97         ParSep            0.5
98         Align             Left
99         AlignPossible     Left
100         LabelType         Static
101         LabelBottomSep    0.5
102         LabelSep          xx
103         LeftMargin        "New Slide:xx"
104         LabelString       "New Slide:"
105         Font
106           Family          Typewriter
107           Series          Bold
108           Size            Large
109           Color           Blue
110         EndFont
111         LabelFont
112           Family          Typewriter
113           Size            Large
114           Color           Blue
115         EndFont
116         Preamble
117                 \newcommand{\lyxnewslide}[1]{
118                          \lyxendslide{.}
119                          \setcounter{slidetype}{1}
120                          \begin{slide}
121                 }
122         EndPreamble
123 End
124
125
126 Style Overlay
127         LatexType         Command
128         LatexName         lyxnewoverlay
129         KeepEmpty         1
130         Margin            Static
131         NextNoIndent      1
132         ParSkip           0.4
133         TopSep            1.0
134         BottomSep         1.0
135         ParSep            0.5
136         Align             Left
137         AlignPossible     Left
138         LabelType         Static
139         LabelBottomSep    0.5
140         LabelSep          xx
141         LeftMargin        "New Overlay:xx"
142         LabelString       "New Overlay:"
143         Font
144           Family          Typewriter
145           Series          Bold
146           Size            Large
147           Shape                       SmallCaps
148           Color           Magenta
149         EndFont
150         LabelFont
151           Family          Typewriter
152           Series          Bold
153           Size            Large
154           Shape                       SmallCaps
155           Color           Magenta
156         EndFont
157         Preamble
158                 \newcommand{\lyxnewoverlay}[1]{
159                          \lyxendslide{.}
160                          \setcounter{slidetype}{2}
161                          \begin{overlay}
162                 }
163         EndPreamble
164 End
165
166
167 Style Note
168         LatexType         Command
169         LatexName         lyxnewnote
170         KeepEmpty         1
171         Margin            Static
172         NextNoIndent      1
173         ParSkip           0.4
174         TopSep            1.0
175         BottomSep         1.0
176         ParSep            0.5
177         Align             Left
178         AlignPossible     Left
179         LabelType         Static
180         LabelBottomSep    0.5
181         LabelSep          xx
182         LeftMargin        "New Note:xx"
183         LabelString       "New Note:"
184         Font
185           Family          Typewriter
186           Series          Bold
187           Size            Large
188           Shape                       Italic
189           Color           Magenta
190         EndFont
191         LabelFont
192           Family          Typewriter
193           Series          Bold
194           Size            Large
195           Shape                       Italic
196           Color           Magenta
197         EndFont
198         Preamble
199                 \newcommand{\lyxnewnote}[1]{
200                          \lyxendslide{.}
201                          \setcounter{slidetype}{3}
202                          \begin{note}
203                 }
204         EndPreamble
205 End
206
207
208 Style InvisibleText
209         LatexType         Command
210         LatexName         lyxinvisible
211         KeepEmpty         1
212         Margin            Static
213         Align             Center
214         AlignPossible     Center
215         LabelType         Static
216         LabelString       "<Invisible Text Follows>"
217         Font
218           Family          Roman
219           Size            Normal
220           Color           Cyan
221         EndFont
222         LabelFont
223           Family          Roman
224           Size            Normal
225           Color           Cyan
226         EndFont
227         Preamble
228                 \newcommand{\lyxinvisible}[1]{\invisible}
229         EndPreamble
230 End
231
232
233 Style VisibleText
234         LatexType         Command
235         LatexName         lyxvisible
236         KeepEmpty         1
237         Margin            Static
238         Align             Center
239         AlignPossible     Center
240         LabelType         Static
241         LabelString       "<Visible Text Follows>"
242         Font
243           Family          Roman
244           Size            Normal
245           Color           Green
246         EndFont
247         LabelFont
248           Family          Roman
249           Size            Normal
250           Color           Green
251         EndFont
252         Preamble
253                 \newcommand{\lyxvisible}[1]{\visible}
254         EndPreamble
255 End