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