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