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