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