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