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