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