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