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