]> git.lyx.org Git - lyx.git/blob - lib/layouts/beamer.layout
Make continuous spellcheck the default.
[lyx.git] / lib / layouts / beamer.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[beamer]{Beamer}
3 #  \DeclareCategory{Presentations}
4 # Original Author: Till Tantau <tantau@users.sourceforge.net>
5 # Revised and extended by Jürgen Spitzmüller <spitz@lyx.org>, Uwe Stöhr <uwestoehr@lyx.org>,
6 #   Richard Kimberly Heck <rikiheck@lyx.org>, Martin Vermeer <martin.vermeer@hut.fi> and probably others.
7
8
9 Format 93
10
11 #
12 # GLOBAL SETTINGS
13 #
14
15 # Includes
16 Input stdcounters.inc
17 Input stdinsets.inc
18
19 # Beamer does not work with enumitem.
20 # See bug #7047.
21 ExcludesModule enumitem
22
23 # General textclass parameters
24 Columns            1
25 Sides              1
26 SecNumDepth        2
27 TocDepth           2
28 DefaultStyle       Standard
29
30 # Pre-loaded packages
31 Provides amsmath   1
32 Provides hyperref  1
33 Provides geometry  1
34 Provides color     1
35 Provides xcolor    1
36
37 # The default font layout
38 DefaultFont
39   Family           Sans
40   Series           Medium
41   Shape            Up
42   Size             Normal
43   Color            None
44 EndFont
45
46 # Provide an own maketitle command, which can be altered by Title_(Plain_Frame)
47 TitleLaTeXName makebeamertitle
48 AddToPreamble
49   % this default might be overridden by plain title style
50   \newcommand\makebeamertitle{\frame{\maketitle}}%
51   % (ERT) argument for the TOC
52   \AtBeginDocument{%
53     \let\origtableofcontents=\tableofcontents
54     \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
55     \def\gobbletableofcontents#1{\origtableofcontents}
56   }
57 EndPreamble
58
59
60 #
61 # STANDARD STYLE
62 #
63
64 Style Standard
65   Category         MainText
66   Margin           Static
67   LatexType        Paragraph
68   LatexName        dummy
69   ParIndent        MM
70   ParSkip          0.4
71   Align            Left
72   AlignPossible    Block, Left, Right, Center
73   LabelType        No_Label
74   DocBookTag       para
75 End
76
77
78 #
79 # LISTS
80 #
81
82 Style Itemize
83   Category         List
84   Margin           Static
85   LatexType        Item_Environment
86   LatexName        itemize
87   Argument 1
88     LabelString    "Overlay Specifications|v"
89     Tooltip        "Overlay specifications for this list"
90     LeftDelim      [<
91     RightDelim     >]
92     PassThru       1
93   EndArgument
94   Argument item:1
95     LabelString   "Custom Item|s"
96     Tooltip       "A customized item string"
97   EndArgument
98   Argument item:2
99     MenuString    "Item Overlay Specifications"
100     LabelString   "On Slide"
101     Tooltip       "Overlay specifications for this item"
102     LeftDelim      <
103     RightDelim     >
104     PassThru       1
105   EndArgument
106   Argument listpreamble:1
107     LabelString    "List preamble"
108     MenuString     "List Preamble"
109     Tooltip        "LaTeX code to be inserted before the first item"
110     PassThru       1
111     Font
112       Family typewriter
113       Color latex
114     EndFont
115   EndArgument
116   NextNoIndent     1
117   ToggleIndent     Never
118   LeftMargin       MMN
119   LabelSep         xx
120   ItemSep          0.2
121   TopSep           0.7
122   BottomSep        0.7
123   ParSep           0.3
124   Align            Left
125   LabelType        Itemize
126   DocBookTag            itemizedlist
127   DocBookItemTag        listitem
128   DocBookItemInnerTag   para
129 End
130
131 Style Enumerate
132   Category         List
133   Margin           Static
134   LatexType        Item_Environment
135   LatexName        enumerate
136   Argument 1
137     LabelString    "Overlay Specifications|v"
138     Tooltip        "Overlay specifications for this list"
139     LeftDelim      [<
140     RightDelim     >]
141     PassThru       1
142   EndArgument
143   Argument 2
144     LabelString    "Mini Template"
145     Tooltip        "Mini template for this list (see beamer manual for details)"
146   EndArgument
147   Argument item:1
148     LabelString   "Custom Item|s"
149     Tooltip       "A customized item string"
150   EndArgument
151   Argument item:2
152     MenuString    "Item Overlay Specifications"
153     LabelString   "On Slide"
154     Tooltip       "Overlay specifications for this item"
155     LeftDelim      <
156     RightDelim     >
157     PassThru       1
158   EndArgument
159   Argument listpreamble:1
160     LabelString    "List preamble"
161     MenuString     "List Preamble"
162     Tooltip        "LaTeX code to be inserted before the first item"
163     PassThru       1
164     Font
165       Family typewriter
166       Color latex
167     EndFont
168   EndArgument
169   NextNoIndent     1
170   ToggleIndent     Never
171   LeftMargin       MMN
172   LabelSep         xx
173   ParSkip          0.0
174   ItemSep          0.2
175   TopSep           0.7
176   BottomSep        0.7
177   ParSep           0.3
178   Align            Left
179   LabelType        Enumerate
180   RefPrefix        enu
181   DocBookTag            orderedlist
182   DocBookItemTag        listitem
183   DocBookItemInnerTag   para
184 End
185
186 Style Description
187   Category         List
188   Margin           First_Dynamic
189   LatexType        Item_environment
190   LatexName        description
191   Argument 1
192     LabelString    "Overlay Specifications|v"
193     Tooltip        "Overlay specifications for this list"
194     LeftDelim      [<
195     RightDelim     >]
196     PassThru       1
197   EndArgument
198   Argument 2
199     LabelString    "Longest label|s"
200     Tooltip        "The longest label in this list (to determine the indendation width)"
201   EndArgument
202   Argument listpreamble:1
203     LabelString    "List preamble"
204     MenuString     "List Preamble"
205     Tooltip        "LaTeX code to be inserted before the first item"
206     PassThru       1
207     Font
208       Family typewriter
209       Color latex
210     EndFont
211   EndArgument
212   Argument item:1
213     MenuString    "Item Overlay Specifications"
214     LabelString   "On Slide"
215     Tooltip       "Overlay specifications for this item"
216     LeftDelim      <
217     RightDelim     >
218     PassThru       1
219   EndArgument
220   NextNoIndent     1
221   LeftMargin       MM
222   LabelSep         xx
223   ParSkip          0.4
224   ItemSep          0.2
225   TopSep           0.7
226   BottomSep        0.7
227   ParSep           0.3
228   Align            Left
229   LabelType        Manual
230   LabelFont
231     Series         Bold
232   EndFont
233   DocBookTag            variablelist
234   DocBookItemWrapperTag varlistentry
235   DocBookItemTag        listitem
236   DocBookItemInnerTag   para
237   DocBookItemLabelTag   term
238   DocBookItemLabelTagType   paragraph
239 End
240
241
242 #
243 # SECTIONING
244 #
245
246 Style Part
247   Category         Sectioning
248   Margin           Dynamic
249   LatexType        Command
250   LatexName        part
251   Argument 1
252     LabelString    "Mode"
253     MenuString     "Mode Specification|S"
254     Tooltip        "Specify in which mode (article, presentation etc.) this header appears"
255     LeftDelim      <
256     RightDelim     >
257     PassThru       1
258   EndArgument
259   Argument 2
260     LabelString    "Short Title|S"
261     Tooltip        "The part as it appears in the table of contents/running headers"
262     InsertCotext   1
263     IsTocCaption   1
264   EndArgument
265   NeedProtect      1
266   NextNoIndent     1
267   ToggleIndent     Never
268   Labelsep         xx
269   ParSkip          0.4
270   TopSep           4
271   BottomSep        4
272   ParSep           0.8
273   Align            Center
274   LabelType        Static
275   LabelString      "Part"
276   RefPrefix        part
277   Font
278     Family         Roman
279     Series         Bold
280     Size           Huge
281   EndFont
282   LabelFont
283     Color          Latex
284   EndFont
285   TocLevel         -1
286 End
287
288 Style Section
289   Category         Sectioning
290   Margin           First_Dynamic
291   LatexType        Command
292   LatexName        section
293   NeedProtect      1
294   NextNoIndent     1
295   ToggleIndent     Never
296   LabelSep         xx
297   ParSkip          0.4
298   TopSep           2
299   BottomSep        0.25
300   ParSep           0.7
301   Align            Left
302   LabelType        Static
303   LabelCounter     section
304   LabelString      "Section \arabic{section}"
305   RefPrefix        sec
306   Argument 1
307     LabelString    "Mode"
308     MenuString     "Mode Specification|S"
309     Tooltip        "Specify in which mode (article, presentation etc.) this header appears"
310     LeftDelim      <
311     RightDelim     >
312     PassThru       1
313   EndArgument
314   Argument 2
315     LabelString    "Short Title|S"
316     Tooltip        "The section as it appears in the table of contents/running headers"
317     InsertCotext   1
318     IsTocCaption   1
319   EndArgument
320   Font
321     Family         Roman
322     Series         Bold
323     Size           huge
324   EndFont
325   LabelFont
326     Color          latex
327   EndFont
328   LabelStringAppendix "\Alph{section}"
329   TocLevel         1
330 End
331
332 Style Section*
333   CopyStyle        Section
334   Category         Unnumbered
335   Margin           Static
336   LatexName        section
337   LabelType        No_Label
338   ResetArgs        1
339   Argument 1
340     LabelString    "Mode"
341     MenuString     "Mode Specification|S"
342     Tooltip        "Specify in which mode (article, presentation etc.) this header appears"
343     LeftDelim      <
344     RightDelim     >
345     PassThru       1
346   EndArgument
347   LaTeXParam       *
348 End
349
350 Style Subsection
351   Category         Sectioning
352   Margin           First_Dynamic
353   LatexType        Command
354   LatexName        subsection
355   NeedProtect      1
356   NextNoIndent     1
357   ToggleIndent     Never
358   LabelSep         xx
359   ParSkip          0.4
360   TopSep           2
361   BottomSep        0.25
362   ParSep           0.5
363   Align            Left
364   LabelType        Static
365   LabelCounter     subsection
366   LabelString      "Subsection \arabic{section}.\arabic{subsection}"
367   RefPrefix        subsec
368   Argument 1
369     LabelString    "Mode"
370     MenuString     "Mode Specification|S"
371     Tooltip        "Specify in which mode (article, presentation etc.) this header appears"
372     LeftDelim      <
373     RightDelim     >
374     PassThru       1
375   EndArgument
376   Argument 2
377     LabelString    "Short Title|S"
378     Tooltip        "The subsection as it appears in the table of contents/running headers"
379     InsertCotext   1
380     IsTocCaption   1
381   EndArgument
382   Font
383     Family         Roman
384     Series         Bold
385     Size           larger
386   EndFont
387   LabelFont
388     Color          latex
389   EndFont
390   LabelStringAppendix "\arabic{section}.\arabic{subsection}"
391   TocLevel         2
392 End
393
394 Style Subsection*
395   CopyStyle        Subsection
396   Category         Unnumbered
397   Margin           Static
398   LatexName        subsection
399   LabelType        No_Label
400   ResetArgs        1
401   Argument 1
402     LabelString    "Mode"
403     MenuString     "Mode Specification|S"
404     Tooltip        "Specify in which mode (article, presentation etc.) this header appears"
405     LeftDelim      <
406     RightDelim     >
407     PassThru       1
408   EndArgument
409   LaTeXParam       *
410 End
411
412 Style Subsubsection
413   Category         Sectioning
414   Margin           First_Dynamic
415   LatexType        Command
416   LatexName        subsubsection
417   NeedProtect      1
418   NextNoIndent     1
419   ToggleIndent     Never
420   LabelSep         xx
421   ParSkip          0.4
422   TopSep           2
423   BottomSep        0.25
424   ParSep           0.5
425   Align            Left
426   LabelType        Static
427   LabelCounter     subsubsection
428   LabelString      "Subsubsection \arabic{section}.\arabic{subsection}.\arabic{subsubsection}"
429   RefPrefix        sub
430   Argument 1
431     LabelString    "Mode"
432     MenuString     "Mode Specification|S"
433     Tooltip        "Specify in which mode (article, presentation etc.) this header appears"
434     LeftDelim      <
435     RightDelim     >
436     PassThru       1
437   EndArgument
438   Argument 2
439     LabelString    "Short Title|S"
440     Tooltip        "The subsubsection as it appears in the table of contents/running headers"
441     InsertCotext   1
442     IsTocCaption   1
443   EndArgument
444   Font
445     Family         Roman
446     Series         Bold
447     Size           large
448   EndFont
449   LabelFont
450     Color          latex
451   EndFont
452   LabelStringAppendix "\arabic{section}.\arabic{subsection}.\arabic{subsubsection}"
453   TocLevel         3
454 End
455
456 Style Subsubsection*
457   CopyStyle        Subsubsection
458   Category         Unnumbered
459   Margin           Static
460   LatexName        subsubsection
461   LabelType        No_Label
462   ResetArgs        1
463   Argument 1
464     LabelString    "Mode"
465     MenuString     "Mode Specification|S"
466     Tooltip        "Specify in which mode (article, presentation etc.) this header appears"
467     LeftDelim      <
468     RightDelim     >
469     PassThru       1
470   EndArgument
471   LaTeXParam       *
472 End
473
474
475 #
476 # FRAMES
477 #
478
479 Style Frame
480   Category         Frames
481   Margin           First_Dynamic
482   LeftMargin       xx
483   LatexType        Environment
484   LatexName        frame
485   LabelString      "Frame"
486   TocLevel         4
487   KeepEmpty        1
488   NextNoIndent     1
489   Align            Left
490   LabelType        Static
491   LabelSep         xx
492   ParSkip          0.5
493   TopSep           1
494   BottomSep        1
495   ParSep           0
496   LabelFont
497     Size           largest
498     Family         Roman
499     Color          latex
500   EndFont
501   Argument 1
502     LabelString     "Action"
503     MenuString      "Overlay Specifications|v"
504     Tooltip         "Overlay specifications for this frame"
505     LeftDelim       <
506     RightDelim      >
507     PassThru       1
508   EndArgument
509   Argument 2
510     LabelString     "Default Overlay Specifications"
511     Tooltip         "Default overlay specifications within this frame"
512     LeftDelim       [<
513     RightDelim      >]
514     PassThru       1
515   EndArgument
516   Argument 3
517     MenuString      "Frame Options"
518     LabelString     "Options"
519     Tooltip         "Frame options (see beamer manual)"
520   EndArgument
521   Argument 4
522     LabelString    "Frame Title"
523     Tooltip        "Enter the frame title here"
524     LeftDelim      {
525     RightDelim     }
526     Decoration     conglomerate
527     Font
528       Color        textlabel1
529       Size         largest
530     EndFont
531     AutoInsert     1
532     IsTocCaption   1
533   EndArgument
534   AutoNests 
535         Standard,Itemize,Enumerate,Description,FrameTitle,FrameSubtitle,Column,
536         Columns,ColumnsCenterAligned,ColumnsTopAligned,Pause,Overprint,OverlayArea,Only,Block,
537         ExampleBlock,AlertBlock,Bibliography,Quotation,Quote,Verse,Corollary,Definition,Definitions,
538         Example,Examples,Fact,Lemma,Proof,Theorem,LyX-Code
539   EndAutoNests
540 End
541
542 Style PlainFrame
543   CopyStyle         Frame
544   LabelString       "Frame (plain)"
545   Argument 3
546     MenuString      "Frame Options"
547     LabelString     "Options"
548     Tooltip         "Frame options (see beamer manual)"
549     PresetArg       "plain"
550   EndArgument
551 End
552
553 Style FragileFrame
554   CopyStyle         Frame
555   LabelString       "Frame (fragile)"
556   Argument 3
557     MenuString      "Frame Options"
558     LabelString     "Options"
559     Tooltip         "Frame options (see beamer manual)"
560     PresetArg       "fragile"
561   EndArgument
562 End
563
564 Style AgainFrame
565   Category          Frames
566   KeepEmpty         0
567   LatexType         Command
568   LatexName         againframe
569   Argument 1
570     LabelString     "Slide"
571     MenuString      "Overlay Specifications|v"
572     Tooltip         "Overlay specifications for this frame"
573     LeftDelim       <
574     RightDelim      >
575     PassThru       1
576   EndArgument
577   Argument 2
578     LabelString     "Default Overlay Specifications"
579     Tooltip         "Default overlay specifications within this frame"
580     LeftDelim       [<
581     RightDelim      >]
582     PassThru       1
583   EndArgument
584   Argument 3
585     MenuString      "Frame Options"
586     LabelString     "Options"
587     Tooltip         "Frame options (see beamer manual)"
588   EndArgument
589   Margin            First_Dynamic
590   NextNoIndent      1
591   ParSkip           0
592   TopSep            3
593   BottomSep         3
594   ParSep            0
595   LabelType         Static
596   LabelBottomSep    0
597   LeftMargin        M
598   LabelSep          xx
599   LabelString       "Repeat frame with label"
600   Font
601     Color           latex
602   EndFont
603   LabelFont
604     Family          Roman
605     Color           latex
606     Size            Largest
607   EndFont
608   TocLevel          4
609 End
610
611 Style FrameTitle
612   Category         Frames
613   Margin           Static
614   LatexType        Command
615   LatexName        frametitle
616   ParSkip          0.4
617   ItemSep          0
618   TopSep           0
619   BottomSep        1
620   ParSep           1
621   Align            Block
622   LabelType        No_Label
623   Font
624     Color          textlabel1
625     Size           Largest
626   EndFont
627   Argument 1
628     LabelString    "On Slide"
629     MenuString     "Overlay Specifications|v"
630     Tooltip        "Specify the overlay settings (see beamer manual)"
631     LeftDelim      <
632     RightDelim     >
633     PassThru       1
634   EndArgument
635   Argument 2
636     LabelString    "Short Frame Title|S"
637     Tooltip        "A short form of the frame title used in some themes"
638     InsertCotext   1
639   EndArgument
640 End
641
642 Style FrameSubtitle
643   Category         Frames
644   Margin           Static
645   LatexType        Command
646   LatexName        framesubtitle
647   ParSkip          0.4
648   ItemSep          0
649   TopSep           0
650   BottomSep        1
651   ParSep           1
652   Align            Block
653   LabelType        No_Label
654   Font
655     Color          textlabel1
656   EndFont
657   Argument 1
658     LabelString    "On Slide"
659     MenuString     "Overlay Specifications|v"
660     Tooltip        "Specify the overlay settings (see beamer manual)"
661     LeftDelim      <
662     RightDelim     >
663     PassThru       1
664   EndArgument
665 End
666
667
668 #
669 # COLUMS
670 #
671
672 Style Column
673   Category         Columns
674   Margin           Static
675   LatexType        Command
676   LatexName        column
677   ParSkip          0.5
678   TopSep           1
679   BottomSep        1
680   ParSep           0
681   ParIndent        MM
682   Align            Left
683   LabelType        Static
684   LabelSep         xx
685   LabelString      "Start column (increase depth!), width:"
686   ToggleIndent     Never
687   Argument 1
688     MenuString     "Column Options"
689     LabelString    "Options"
690     Tooltip        "Column options (see beamer manual)"
691   EndArgument
692   LeftMargin       "Start column (increase depth!), width:xx"
693   LabelFont
694     Family         Roman
695     Color          latex
696   EndFont
697 End
698
699 Style Columns
700   Category         Columns
701   KeepEmpty        1
702   Margin           Static
703   LatexType        Environment
704   NextNoIndent     0
705   ParIndent        MM
706   Align            Left
707   LabelType        Static
708   LabelSep         xx
709   LatexName        columns
710   LabelString      "Columns"
711   LeftMargin       "Columnsxx"
712   Argument 1
713     LabelString    "Column Placement Options"
714     Tooltip        "Column placement options (t, T, c, b)"
715   EndArgument
716   ParSkip          0.5
717   TopSep           1
718   BottomSep        1
719   ParSep           0
720   LabelFont
721     Family         Roman
722     Color          latex
723   EndFont
724   AutoNests 
725         Standard,Column,Itemize,Enumerate,Description,Pause,Overprint,OverlayArea,Only,Block,
726         ExampleBlock,AlertBlock,Bibliography,Quotation,Quote,Verse,Corollary,Definition,Definitions,
727         Example,Examples,Fact,Lemma,Proof,Theorem,LyX-Code
728   EndAutoNests
729 End
730
731 Style ColumnsCenterAligned
732   CopyStyle        Columns
733   LatexParam       [c]
734   LabelString      "Columns (center aligned)"
735   LeftMargin       "Columns (center aligned)xx"
736   ResetArgs        1
737 End
738
739 Style ColumnsTopAligned
740   CopyStyle        Columns
741   LatexParam       [t]
742   LabelString      "Columns (top aligned)"
743   LeftMargin       "Columns (top aligned)xx"
744   ResetArgs        1
745 End
746
747
748 #
749 # OVERLAYS
750 #
751
752 Style Pause
753   Category         Overlays
754   KeepEmpty        1
755   LatexType        Command
756   LatexName        pause
757   Margin           First_Dynamic
758   Argument 1
759     LabelString    "Pause number"
760     Tooltip        "Number of slide where the context below the pause gets visible"
761   EndArgument
762   NextNoIndent     1
763   ParSkip          0
764   TopSep           0
765   BottomSep        0.25
766   ParSep           0
767   Align            Center
768   LabelType        Static
769   LabelBottomSep   0
770   LeftMargin       MMMMM
771   LabelString      "_ _ _ _ _ _ _ _ _ _ _ _ _ _"
772   LabelFont
773     Family         typewriter
774     Series         Medium
775     Size           Normal
776     Color          latex
777   EndFont
778 End
779
780 Style Overprint
781   Category         Overlays
782   Margin           Static
783   LatexType        Item_Environment
784   LatexName        overprint
785   ItemCommand      onslide
786   Argument 1
787     MenuString     "Overprint Area Width"
788     LabelString    "Width"
789     Tooltip        "The width of the overprint area (default: text width)"
790   EndArgument
791   Argument listpreamble:1
792     LabelString    "List preamble"
793     MenuString     "List Preamble"
794     Tooltip        "LaTeX code to be inserted before the first item"
795     PassThru       1
796     Font
797       Family typewriter
798       Color latex
799     EndFont
800   EndArgument
801   Argument item:1
802     MenuString    "Item Overlay Specifications"
803     LabelString   "On Slide"
804     Tooltip       "Overlay specifications for this item"
805     LeftDelim      <
806     RightDelim     >
807     PassThru       1
808     AutoInsert     1
809   EndArgument
810   NextNoIndent     1
811   LeftMargin       MMMMMMMMN
812   LabelSep         xx
813   ItemSep          0.2
814   TopSep           0.7
815   BottomSep        0.7
816   ParSep           0.3
817   Align            Left
818   LabelType        Static
819   LabelString      "Overprint"
820   LabelFont
821     Family         Roman
822     Color          latex
823   EndFont
824 End
825
826 Style OverlayArea
827   Category         Overlays
828   Margin           First_Dynamic
829   LatexType        Environment
830   NextNoIndent     0
831   ParIndent        MM
832   Align            Left
833   LabelType        Static
834   LabelSep         xx
835   LatexName        overlayarea
836   LabelString      "Overlayarea"
837   ParSkip          0.5
838   TopSep           1
839   BottomSep        1
840   ParSep           0
841   LabelFont
842     Family         Roman
843     Color          latex
844   EndFont
845   Argument 1
846     LabelString    "Overlay Area Width"
847     Tooltip        "The width of the overlay area"
848     Mandatory      1
849   EndArgument
850   Argument 2
851     MenuString     "Overlay Area Height"
852     LabelString    "Height"
853     Tooltip        "The height of the overlay area"
854     Mandatory      1
855   EndArgument
856 End
857
858 Style Uncover
859   Category         Overlays
860   Margin           First_Dynamic
861   LatexType        Environment
862   NextNoIndent     0
863   ParIndent        MM
864   Align            Left
865   LabelType        Static
866   LatexName        uncoverenv
867   LabelSep         xx
868   LabelString      "Uncovered on slides"
869   ParSkip          0.5
870   TopSep           1
871   BottomSep        1
872   ParSep           0
873   LabelFont
874     Family         Roman
875     Color          Latex
876   EndFont
877   Argument 1
878     LabelString    "On Slide"
879     MenuString     "Overlay Specifications|v"
880     Tooltip        "Specify the overlay settings (see beamer manual)"
881     LeftDelim      <
882     RightDelim     >
883     PassThru       1
884   EndArgument
885 End
886
887 Style Only
888   Category         Overlays
889   Margin           First_Dynamic
890   LatexType        Environment
891   NextNoIndent     0
892   ParIndent        MM
893   Align            Left
894   LabelType        Static
895   LatexName        onlyenv
896   LabelSep         xx
897   LabelString      "Only on slides"
898   ParSkip          0.5
899   TopSep           1
900   BottomSep        1
901   ParSep           0
902   LabelFont
903     Family         Roman
904     Color          Latex
905   EndFont
906   Argument 1
907     LabelString    "On Slide"
908     MenuString     "Overlay Specifications|v"
909     Tooltip        "Specify the overlay settings (see beamer manual)"
910     LeftDelim      <
911     RightDelim     >
912     PassThru       1
913   EndArgument
914 End
915
916
917 #
918 # BLOCKS
919 #
920
921 Style Block
922   Category         Blocks
923   Margin           Dynamic
924   LatexType        Environment
925   NextNoIndent     1
926   KeepEmpty        1
927   Align            Left
928   LabelType        Static
929   LabelSep         xx
930   LatexName        block
931   LabelString      "Block:"
932   ParSkip          0.5
933   TopSep           1
934   BottomSep        1
935   ParSep           0
936   LabelFont
937     Family         Roman
938     Color          latex
939   EndFont
940   Argument 1
941     LabelString    "Action"
942     MenuString     "Action Specification|S"
943     Tooltip        "Specify the overlay settings (see beamer manual)"
944     LeftDelim      <
945     RightDelim     >
946     PassThru       1
947   EndArgument
948   Argument 2
949     LabelString    "Block Title"
950     Tooltip        "Enter the block title here"
951     Mandatory      1
952     Decoration     conglomerate
953     Font
954       Color        textlabel1
955       Size         large
956     EndFont
957     AutoInsert     1
958   EndArgument
959   AutoNests 
960         Standard,Itemize,Enumerate,Description,Pause,Overprint,OverlayArea,Only,Quotation,
961         Quote,Verse,Corollary,Definition,Definitions,Example,Examples,Fact,Lemma,Proof,Theorem,LyX-Code
962   EndAutoNests
963 End
964
965 Style ExampleBlock
966   CopyStyle        Block
967   LatexName        exampleblock
968   LabelString      "Example Block:"
969   Font
970     Color          textlabel2
971   EndFont
972 End
973
974 Style AlertBlock
975   CopyStyle        Block
976   LatexName        alertblock
977   LabelString      "Alert Block:"
978   Font
979     Color          error
980   EndFont
981 End
982
983
984 #
985 # TITLING
986 #
987
988 Style Title
989   Category         Titling
990   Margin           Static
991   LatexType        Command
992   InTitle          1
993   LatexName        title
994   ParSkip          0.4
995   ItemSep          0
996   TopSep           0
997   BottomSep        1
998   ParSep           1
999   Align            Center
1000   LabelType        No_Label
1001   Argument 1
1002     LabelString   "Short Title|S"
1003     Tooltip       "Short title which appears in the sidebar/header"
1004     InsertCotext   1
1005         # TODO: In DocBook, output it in a titleabbrev outside this title.
1006   EndArgument
1007   Font
1008     Size           Huge
1009     Series         Bold
1010     Color          textlabel1
1011   EndFont
1012   DocBookTag       title
1013   DocBookTagType   paragraph
1014   DocBookInInfo    maybe
1015 End
1016
1017 Style Title_(Plain_Frame)
1018   CopyStyle        Title
1019   Preamble
1020      % plain title style, override default
1021      \renewcommand\makebeamertitle{\frame[plain]{\maketitle}}%
1022   EndPreamble
1023 End
1024
1025 Style Subtitle
1026   Category         Titling
1027   Margin           Static
1028   LatexType        Command
1029   InTitle          1
1030   LatexName        subtitle
1031   ParSkip          0.4
1032   ItemSep          0
1033   TopSep           0
1034   BottomSep        1
1035   ParSep           1
1036   Align            Center
1037   LabelType        No_Label
1038   Argument 1
1039     LabelString   "Short Subtitle|S"
1040     Tooltip       "Short subtitle which appears in the sidebar/header"
1041     InsertCotext   1
1042   EndArgument
1043   Font
1044     Size           Large
1045     Series         Bold
1046     Color          textlabel1
1047   EndFont
1048   DocBookTag       subtitle
1049   DocBookInInfo    maybe
1050 End
1051
1052 Style Author
1053   Category         Titling
1054   Margin           Static
1055   LatexType        Command
1056   InTitle          1
1057   LatexName        author
1058   ParSkip          0.4
1059   TopSep           1.3
1060   BottomSep        0.7
1061   ParSep           0.7
1062   Align            Center
1063   LabelType        No_Label
1064   Argument 1
1065     LabelString   "Short Author|S"
1066     Tooltip       "Short author which appears in the sidebar/header"
1067     InsertCotext   1
1068   EndArgument
1069   Font
1070     Size           Largest
1071     Color          textlabel1
1072   EndFont
1073   DocBookTag            personname
1074   DocBookTagType        paragraph
1075   DocBookWrapperTag     author
1076   DocBookWrapperTagType inline
1077   DocBookInInfo         always
1078 End
1079
1080 Style Institute
1081   Category         Titling
1082   Margin           Dynamic
1083   LatexType        Command
1084   InTitle          1
1085   LatexName        institute
1086   ParSkip          0.4
1087   TopSep           0.9
1088   BottomSep        0.5
1089   ParSep           1
1090   Align            Center
1091   LabelType        No_Label
1092   Argument 1
1093     LabelString   "Short Institute|S"
1094     Tooltip       "Short institute which appears in the sidebar/header"
1095     InsertCotext   1
1096   EndArgument
1097   Font
1098     Size           Large
1099     Color          textlabel1
1100   EndFont
1101 End
1102
1103 InsetLayout "Flex:InstituteMark"
1104   LyxType          custom
1105   LatexType        command
1106   LatexName        inst
1107   LabelString      "Institute Mark"
1108   Font
1109     Color          foreground
1110     Size           Small
1111     Family         Roman
1112     Shape          Up
1113     Series         Medium
1114     Misc           No_Emph
1115     Misc           No_Noun
1116     Misc           No_Bar
1117   EndFont
1118   LabelFont
1119     Color          textlabel1
1120     Size           Small
1121   EndFont
1122 End
1123
1124 Style Date
1125   Category         Titling
1126   Margin           Dynamic
1127   LatexType        Command
1128   InTitle          1
1129   LatexName        date
1130   ParSkip          0.4
1131   TopSep           0.9
1132   BottomSep        0.5
1133   ParSep           1
1134   Align            Center
1135   LabelType        No_Label
1136   Argument 1
1137     LabelString   "Short Date|S"
1138     Tooltip       "Short date which appears in the sidebar/header"
1139     InsertCotext   1
1140   EndArgument
1141   Font
1142     Size           Largest
1143     Color          textlabel1
1144   EndFont
1145 End
1146
1147 Style TitleGraphic
1148   Category         Titling
1149   Margin           Static
1150   LatexType        Command
1151   InTitle          1
1152   LatexName        titlegraphic
1153   ParSkip          0.4
1154   ItemSep          0
1155   TopSep           0
1156   BottomSep        1
1157   ParSep           1
1158   Align            Center
1159   LabelType        No_Label
1160   Font
1161     Size           Huge
1162     Series         Bold
1163     Color          textlabel1
1164   EndFont
1165 End
1166
1167
1168 #
1169 # BACK MATTER
1170 #
1171
1172 Style Bibliography
1173   Category         BackMatter
1174   Margin           First_Dynamic
1175   LatexType        Bib_Environment
1176   LatexName        thebibliography
1177   NextNoIndent     1
1178   ToggleIndent     Never
1179   LeftMargin       MM
1180   ParSkip          0.4
1181   ItemSep          0
1182   TopSep           0.7
1183   BottomSep        0.7
1184   ParSep           0.5
1185   Align            Left
1186   LabelType        Bibliography
1187   LabelString      "References"
1188   LabelBottomSep   0.7
1189   LabelFont
1190     Series         Bold
1191     Size           Larger
1192   EndFont
1193   TocLevel         1
1194   IsTocCaption     0
1195   Argument listpreamble:1
1196     LabelString    "Bib preamble"
1197     MenuString     "Bibliography Preamble"
1198     Tooltip        "LaTeX code to be inserted before the first bibliography item"
1199     PassThru       1
1200     Font
1201       Family typewriter
1202       Color latex
1203     EndFont
1204   EndArgument
1205 End
1206
1207
1208 #
1209 # QUOTATION
1210 #
1211
1212 Style Quotation
1213   Category         MainText
1214   Margin           Static
1215   LatexType        Environment
1216   LatexName        quotation
1217   NextNoIndent     1
1218   ToggleIndent     Always
1219   LeftMargin       MMM
1220   RightMargin      MMM
1221   ParIndent        MM
1222   ParSkip          0
1223   ItemSep          0
1224   TopSep           0.5
1225   BottomSep        0.5
1226   ParSep           0
1227   Align            Block
1228   AlignPossible    Block, Left, Right, Center
1229   Argument 1
1230     LabelString    "On Slide"
1231     MenuString     "Overlay Specifications|v"
1232     Tooltip        "Specify the overlay settings (see beamer manual)"
1233     LeftDelim      <
1234     RightDelim     >
1235     PassThru       1
1236   EndArgument
1237 End
1238
1239 Style Quote
1240   Category         MainText
1241   Margin           Static
1242   LatexType        Environment
1243   LatexName        quote
1244   NextNoIndent     1
1245   ToggleIndent     Never
1246   LeftMargin       MMM
1247   RightMargin      MMM
1248   TopSep           0.5
1249   ParSep           0.5
1250   BottomSep        0.5
1251   Align            Block
1252   AlignPossible    Block, Left, Right, Center
1253   LabelType        No_Label
1254   Argument 1
1255     LabelString    "On Slide"
1256     MenuString     "Overlay Specifications|v"
1257     Tooltip        "Specify the overlay settings (see beamer manual)"
1258     LeftDelim      <
1259     RightDelim     >
1260     PassThru       1
1261   EndArgument
1262 End
1263
1264 Style Verse
1265   # LaTeX type is first dynamic because of LaTeX implementation.
1266   # In LyX this does not make sense.
1267   Category         MainText
1268   LatexType        Environment
1269   LatexName        verse
1270   Margin           First_Dynamic
1271   NextNoIndent     1
1272   LeftMargin       MMMM
1273   LabelIndent      MMMM
1274   ParSkip          0.4
1275   TopSep           0.7
1276   BottomSep        0.7
1277   ParSep           0.5
1278   Align            Block
1279   AlignPossible    Block, Left
1280   LabelType        No_Label
1281   Argument 1
1282     LabelString    "On Slide"
1283     MenuString     "Overlay Specifications|v"
1284     Tooltip        "Specify the overlay settings (see beamer manual)"
1285     LeftDelim      <
1286     RightDelim     >
1287     PassThru       1
1288   EndArgument
1289 End
1290
1291
1292 #
1293 # THEOREMS AND SUCH
1294 #
1295
1296 Style Corollary
1297    Category        Reasoning
1298    Margin          First_Dynamic
1299    LatexType       Environment
1300    NextNoIndent    0
1301    ParIndent       MM
1302    Align           Left
1303    LabelType       Static
1304    LabelSep        xx
1305    LatexName       corollary
1306    LabelString     "Corollary."
1307    ParSkip         0.5
1308    TopSep          1
1309    BottomSep       1
1310    ParSep          0
1311    KeepEmpty       1
1312    LabelFont
1313      Series        Bold
1314      Color         textlabel1
1315      Size          Large
1316    EndFont
1317   Argument 1
1318     LabelString    "Action"
1319     MenuString     "Action Specifications|S"
1320     Tooltip        "Specify the overlay settings (see beamer manual)"
1321     LeftDelim      <
1322     RightDelim     >
1323     PassThru       1
1324   EndArgument
1325   Argument 2
1326     LabelString    "Additional Theorem Text"
1327     Tooltip        "Additional text appended to the theorem header"
1328   EndArgument
1329   AutoNests 
1330         Standard,Itemize,Enumerate,Description,Pause,Overprint,OverlayArea,Only,LyX-Code
1331   EndAutoNests
1332 End
1333
1334 Style Definition
1335   CopyStyle        Corollary
1336   LatexName        definition
1337   LabelString      "Definition."
1338 End
1339
1340 Style Definitions
1341   CopyStyle        Corollary
1342   LatexName        definitions
1343   LabelString      "Definitions."
1344 End
1345
1346 Style Example
1347   CopyStyle        Corollary
1348   LatexName        example
1349   LabelString      "Example."
1350   LabelFont
1351     Series         Bold
1352     Color          textlabel2
1353   EndFont
1354 End
1355
1356 Style Examples
1357   CopyStyle        Corollary
1358   LatexName        examples
1359   LabelString      "Examples."
1360 End
1361
1362 Style Fact
1363   CopyStyle        Corollary
1364   LatexName        fact
1365   LabelString      "Fact."
1366 End
1367
1368 Style Lemma
1369   CopyStyle        Corollary
1370   LatexName        lemma
1371   LabelString      "Lemma."
1372 End
1373
1374 Style Proof
1375   CopyStyle        Corollary
1376   LatexName        proof
1377   LabelString      "Proof."
1378 End
1379
1380 Style Theorem
1381   CopyStyle        Corollary
1382   LatexName        theorem
1383   LabelString      "Theorem."
1384 End
1385
1386
1387 #
1388 # MISC.
1389 #
1390
1391 Style LyX-Code
1392   Category         MainText
1393   Margin           Static
1394   LatexType        Environment
1395   LatexName        lyxcode
1396   NextNoIndent     1
1397   LeftMargin       MMM
1398   RightMargin      MMM
1399   TopSep           0.5
1400   BottomSep        0.5
1401   Align            Left
1402   AlignPossible    Block, Left, Right, Center
1403   LabelType        No_Label
1404   FreeSpacing      1
1405   Preamble
1406   \newenvironment{lyxcode}
1407     {\par\begin{list}{}{
1408       \setlength{\rightmargin}{\leftmargin}
1409       \setlength{\listparindent}{0pt}% needed for AMS classes
1410       \raggedright
1411       \setlength{\itemsep}{0pt}
1412       \setlength{\parsep}{0pt}
1413       \normalfont\ttfamily}%
1414      \def\{{\char`\{}
1415      \def\}{\char`\}}
1416      \def\textasciitilde{\char`\~}
1417      \item[]}
1418     {\end{list}}
1419   EndPreamble
1420   Font
1421     Family         Typewriter
1422   EndFont
1423   DocBookTag            programlisting
1424   DocBookTagType        paragraph
1425   DocBookAttr                   language='lyx'
1426 End
1427  
1428 Style NoteItem
1429   Category         MainText
1430   Margin           Static
1431   LatexType        Command
1432   LatexName        note
1433   LatexParam       [item]
1434   ParSkip          0.5
1435   TopSep           1
1436   BottomSep        1
1437   ParSep           0
1438   Align            Left
1439   LabelType        Static
1440   LabelSep         xx
1441   LabelString      "Note:"
1442   LeftMargin       "Note:xx"
1443   LabelFont
1444     Family         Roman
1445     Color          latex
1446   EndFont
1447   Argument 1
1448     LabelString    "On Slide"
1449     MenuString     "Overlay Specifications|v"
1450     Tooltip        "Specify the overlay settings (see beamer manual)"
1451     LeftDelim      <
1452     RightDelim     >
1453     PassThru       1
1454   EndArgument
1455   IsAutoNestedBy
1456     Itemize,Enumerate
1457   EndIsAutoNestedBy
1458 End
1459  
1460
1461 #
1462 # CHARSTYLES
1463 #
1464
1465
1466 InsetLayout Flex:Bold
1467   LyXType          charstyle
1468   LabelString      Bold
1469   LatexType        command
1470   LatexName        textbf
1471   Font
1472     Series         bold
1473   EndFont
1474   Argument 1
1475     LabelString    "Action"
1476     MenuString     "Action Specifications|S"
1477     Tooltip        "Specify the overlay settings (see beamer manual)"
1478     LeftDelim      <
1479     RightDelim     >
1480     PassThru       1
1481   EndArgument
1482   ResetsFont       true
1483   CustomPars       false
1484 End
1485
1486 InsetLayout Flex:Emphasize
1487   LyXType          charstyle
1488   LabelString      Emph.
1489   LatexType        command
1490   LatexName        emph
1491   Font
1492     Shape          italic
1493   EndFont
1494   Argument 1
1495     LabelString    "Action"
1496     MenuString     "Action Specifications|S"
1497     Tooltip        "Specify the overlay settings (see beamer manual)"
1498     LeftDelim      <
1499     RightDelim     >
1500     PassThru       1
1501   EndArgument
1502   ResetsFont       true
1503   CustomPars       false
1504 End
1505
1506 InsetLayout Flex:Alert
1507   LyXType          charstyle
1508   LabelString      Alert
1509   LatexType        command
1510   LatexName        alert
1511   Font
1512     Color          error
1513   EndFont
1514   Argument 1
1515     LabelString    "Action"
1516     MenuString     "Action Specifications|S"
1517     Tooltip        "Specify the overlay settings (see beamer manual)"
1518     LeftDelim      <
1519     RightDelim     >
1520     PassThru       1
1521   EndArgument
1522   ResetsFont       true
1523   CustomPars       false
1524 End
1525
1526 InsetLayout Flex:Structure
1527   LyXType          charstyle
1528   LabelString      Structure
1529   LatexType        command
1530   LatexName        structure
1531   Font
1532     Color          textlabel1
1533   EndFont
1534   Argument 1
1535     LabelString    "Action"
1536     MenuString     "Action Specifications|S"
1537     Tooltip        "Specify the overlay settings (see beamer manual)"
1538     LeftDelim      <
1539     RightDelim     >
1540     PassThru       1
1541   EndArgument
1542   ResetsFont       true
1543   CustomPars       false
1544 End
1545
1546 InsetLayout Flex:Only
1547   LyXType          charstyle
1548   LabelString      Only
1549   LatexType        command
1550   LatexName        only
1551   Font
1552     Color          textlabel3
1553   EndFont
1554   Argument 1
1555     LabelString    "Action"
1556     MenuString     "Action Specifications|S"
1557     Tooltip        "Specify the overlay settings (see beamer manual)"
1558     LeftDelim      <
1559     RightDelim     >
1560     PassThru       1
1561     AutoInsert     1
1562   EndArgument
1563   ResetsFont       true
1564   CustomPars       false
1565 End
1566
1567 InsetLayout Flex:Uncover
1568   LyXType          charstyle
1569   LabelString      Uncover
1570   LatexType        command
1571   LatexName        uncover
1572   Font
1573     Color          textlabel3
1574   EndFont
1575   Argument 1
1576     LabelString    "Action"
1577     MenuString     "Action Specifications|S"
1578     Tooltip        "Specify the overlay settings (see beamer manual)"
1579     LeftDelim      <
1580     RightDelim     >
1581     PassThru       1
1582     AutoInsert     1
1583   EndArgument
1584   ResetsFont       true
1585   CustomPars       false
1586 End
1587
1588 InsetLayout Flex:Visible
1589   LyXType          charstyle
1590   LabelString      Visible
1591   LatexType        command
1592   LatexName        visible
1593   Font
1594     Color          textlabel3
1595   EndFont
1596   Argument 1
1597     LabelString    "Action"
1598     MenuString     "Action Specifications|S"
1599     Tooltip        "Specify the overlay settings (see beamer manual)"
1600     LeftDelim      <
1601     RightDelim     >
1602     PassThru       1
1603     AutoInsert     1
1604   EndArgument
1605   ResetsFont       true
1606   CustomPars       false
1607 End
1608
1609 InsetLayout Flex:Invisible
1610   LyXType          charstyle
1611   LabelString      Invisible
1612   LatexType        command
1613   LatexName        invisible
1614   Font
1615     Color          textlabel3
1616   EndFont
1617   Argument 1
1618     LabelString    "Action"
1619     MenuString     "Action Specifications|S"
1620     Tooltip        "Specify the overlay settings (see beamer manual)"
1621     LeftDelim      <
1622     RightDelim     >
1623     PassThru       1
1624     AutoInsert     1
1625   EndArgument
1626   ResetsFont       true
1627   CustomPars       false
1628 End
1629
1630 InsetLayout Flex:Alternative
1631   LyXType          charstyle
1632   LabelString      Alternative
1633   LatexType        command
1634   LatexName        alt
1635   Font
1636     Color          textlabel3
1637   EndFont
1638   Argument 1
1639     LabelString    "Action"
1640     MenuString     "Action Specifications|S"
1641     Tooltip        "Specify the overlay settings (see beamer manual)"
1642     LeftDelim      <
1643     RightDelim     >
1644     PassThru       1
1645   EndArgument
1646   Argument 2
1647     LabelString    "Default Text"
1648     Tooltip        "Enter the default text here"
1649     Mandatory      1
1650   EndArgument
1651   ResetsFont       true
1652   CustomPars       false
1653 End
1654
1655 InsetLayout Flex:Beamer_Note
1656   LyXType          custom
1657   LabelString      Note
1658   LatexType        command
1659   LatexName        note
1660   Decoration       Classic
1661   Font
1662     Color          textlabel1
1663   EndFont
1664   Argument 1
1665     LabelString    "Action"
1666     MenuString     "Action Specifications|S"
1667     Tooltip        "Specify the overlay settings (see beamer manual)"
1668     LeftDelim      <
1669     RightDelim     >
1670     PassThru       1
1671   EndArgument
1672   Argument 2
1673     LabelString    "Note Options"
1674     Tooltip        "Specifiy note options (see beamer manual)"
1675   EndArgument
1676   ResetsFont       true
1677 End
1678
1679 InsetLayout Flex:ArticleMode
1680    LyXType         custom
1681    LatexName       mode
1682    LatexParam      <article>
1683    LatexType       command
1684    Decoration      classic
1685    LabelString     Article
1686    MultiPar        true
1687    ResetsFont      true
1688 End
1689
1690 InsetLayout Flex:PresentationMode
1691    LyXType         custom
1692    LatexName       mode
1693    LatexParam      <presentation>
1694    LatexType       command
1695    Decoration      classic
1696    LabelString     Presentation
1697    MultiPar        true
1698    ResetsFont      true
1699 End
1700
1701
1702 #
1703 # FLOATS
1704 #
1705
1706 Input stdfloatnames.inc
1707
1708 Float
1709   Type             table
1710   GuiName          Table
1711   Placement        tbp
1712   Extension        lot
1713   NumberWithin     none
1714   Style            plain
1715   ListName         "List of Tables"
1716   IsPredefined     true
1717   UsesFloatPkg     false
1718   ListCommand      listoftables
1719 End
1720
1721 Float
1722   Type             figure
1723   GuiName          Figure
1724   Placement        tbp
1725   Extension        lof
1726   NumberWithin     none
1727   Style            plain
1728   ListName         "List of Figures"
1729   IsPredefined     true
1730   UsesFloatPkg     false
1731   ListCommand      listoffigures
1732 End
1733
1734
1735 Input theorems-refprefix.inc