]> git.lyx.org Git - lyx.git/blob - lib/layouts/beamer.layout
* layouts/*.inc: update to format 3
[lyx.git] / lib / layouts / beamer.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[beamer,pgf.sty,xcolor.sty]{Beamer Presentation Class}
3 # Author : Till Tantau <tantau@users.sourceforge.net>
4
5 # $Header: /cvsroot/latex-beamer/latex-beamer/lyx/layouts/beamer.layout,v 1.16 2004/10/07 20:53:07 tantau Exp $
6
7 # Includes
8 Format 3
9 Input stdcounters.inc
10
11 # General textclass parameters
12 Columns                 1
13 Sides                   1
14 SecNumDepth             2
15 TocDepth                2
16 DefaultStyle            Standard
17
18 # This is just to show how to declare the default font.
19 # The defaults are exactly those shown here.
20 DefaultFont
21   Family                Sans
22   Series                Medium
23   Shape                 Up
24   Size                  Normal
25   Color                 None
26 EndFont
27
28 # Standard style definition
29 Style Standard
30   Margin                Static
31   LatexType             Paragraph
32   LatexName             dummy
33   ParIndent             MM
34   ParSkip               0.4
35   Align                 Left
36   AlignPossible         Block, Left, Right, Center
37   LabelType             No_Label  
38 End
39
40 # Itemize style definition
41 Style Itemize
42   Margin                Static
43   LatexType             Item_Environment
44   LatexName             itemize
45   NextNoIndent          1
46   LeftMargin            MMN
47   LabelSep              xx
48   ItemSep               0.2
49   TopSep                0.7
50   BottomSep             0.7
51   ParSep                0.3
52   Align                 Left
53   AlignPossible         Left
54   LabelType             Itemize
55   LabelString           *
56 End
57
58 # Enumerate style definition
59 Style Enumerate
60   Margin                Static
61   LatexType             Item_Environment
62   LatexName             enumerate
63   NextNoIndent          1
64   LeftMargin            MMN
65   LabelSep              xx
66   ParSkip               0.0
67   ItemSep               0.2
68   TopSep                0.7
69   BottomSep             0.7
70   ParSep                0.3
71   Align                 Left
72   AlignPossible         Left
73   LabelType             Enumerate
74 End
75
76 # Description style definition
77 Style Description
78   Margin                First_Dynamic
79   LatexType             Item_environment
80   LatexName             description
81   NextNoIndent          1
82   LeftMargin            MM
83   LabelSep              xxx
84   ParSkip               0.4
85   ItemSep               0.2
86   TopSep                0.7
87   BottomSep             0.7
88   ParSep                0.3
89   Align                 Left
90   AlignPossible         Left
91   LabelType             Manual
92   LabelString           MM
93
94   # label font definition
95   LabelFont 
96     Series              Bold
97   EndFont
98 End
99
100 Style BeginFrame
101   KeepEmpty     1
102   LatexType     Command
103   LatexName     lyxframeend{}\lyxframe
104   Margin            First_Dynamic
105   NextNoIndent      1
106   ParSkip           0
107   TopSep            2.5
108   BottomSep         0.5
109   ParSep            0
110   Align             Center
111   AlignPossible     Center
112   LabelType         Static
113   LabelBottomSep    0
114   LeftMargin        M
115   LabelString       "Frame   "
116
117   Font
118     Series          Bold
119     Size            Largest
120     Color           Blue
121   EndFont
122
123   LabelFont 
124     Family          Roman
125     Color           latex
126   EndFont
127
128   Preamble
129     \makeatletter
130     \long\def\lyxframe#1{\@lyxframe#1\@lyxframestop}%
131     \def\@lyxframe{\@ifnextchar<{\@@lyxframe}{\@@lyxframe<*>}}%
132     \def\@@lyxframe<#1>{\@ifnextchar[{\@@@lyxframe<#1>}{\@@@lyxframe<#1>[]}}
133     \def\@@@lyxframe<#1>[{\@ifnextchar<{\@@@@@lyxframe<#1>[}{\@@@@lyxframe<#1>[<*>][}}
134     \def\@@@@@lyxframe<#1>[#2]{\@ifnextchar[{\@@@@lyxframe<#1>[#2]}{\@@@@lyxframe<#1>[#2][]}}
135     \long\def\@@@@lyxframe<#1>[#2][#3]#4\@lyxframestop#5\lyxframeend{%
136       \frame<#1>[#2][#3]{\frametitle{#4}#5}}
137     \makeatother
138   EndPreamble
139 End
140
141 Style BeginPlainFrame
142   KeepEmpty     1
143   LatexType     Command
144   LatexName     lyxframeend{}\lyxplainframe
145   Margin            First_Dynamic
146   NextNoIndent      1
147   ParSkip           0
148   TopSep            2.5
149   BottomSep         0.5
150   ParSep            0
151   Align             Center
152   AlignPossible     center
153   LabelType         Static
154   LabelBottomSep    0
155   LeftMargin        M
156   LabelString       "Frame (no head/foot/sidebars)  "
157
158   Font
159     Series          Bold
160     Size            Largest
161     Color           Blue
162   EndFont
163
164   LabelFont 
165     Family          Roman
166     Color           latex
167   EndFont
168
169   Preamble
170     \makeatletter
171     \long\def\lyxplainframe#1{\@lyxplainframe#1\@lyxframestop}%
172     \def\@lyxplainframe{\@ifnextchar<{\@@lyxplainframe}{\@@lyxplainframe<*>}}%
173     \long\def\@@lyxplainframe<#1>#2\@lyxframestop#3\lyxframeend{%
174       \frame<#1>[plain]{\frametitle{#2}#3}}
175     \makeatother
176   EndPreamble
177 End
178
179 Style EndFrame
180   KeepEmpty         1
181   LatexType         Command
182   LatexName         lyxframeend
183   Margin            First_Dynamic
184   ParSkip           0
185   TopSep            0
186   BottomSep         3
187   ParSep            0
188   Align             Center
189   AlignPossible     Center
190   LabelType         Static
191   LabelBottomSep    0
192   LeftMargin        MMMMM
193   LabelString       "________________________________" 
194
195   LabelFont 
196     Family          typewriter
197     Series          Medium
198     Size            Normal
199     Color           latex
200   EndFont
201
202   Preamble
203     \def\lyxframeend{} % In case there is a superfluous frame end
204   EndPreamble
205 End
206
207 Style Pause
208   KeepEmpty     1
209   LatexType     Command
210   LatexName     pause
211   Margin            First_Dynamic
212   NextNoIndent      1
213   ParSkip           0
214   TopSep            0
215   BottomSep         0.25
216   ParSep            0
217   Align             Center
218   AlignPossible     Center
219   LabelType         Static
220   LabelBottomSep    0
221   LeftMargin        MMMMM
222   LabelString       "_ _ _ _ _ _ _ _ _ _ _ _ _ _"
223
224   LabelFont 
225     Family          typewriter
226     Series          Medium
227     Size            Normal
228     Color           latex
229   EndFont
230 End
231
232 Counter
233   Name                 section 
234 End
235
236 Counter
237   Name                 subsection
238   Within               section
239 End
240
241 Counter
242   Name                 bibitem
243 End
244
245 Counter
246   Name                 figure
247   Name                 lyxframeend{}\section
248 End
249
250 Counter
251   Name                 table
252 End
253
254 Counter
255   Name                 enumi
256 End
257
258 Counter
259   Name                 enumii
260   Within               enumi
261 End
262
263
264 # Section style definition
265 Style Section
266   Margin                First_Dynamic
267   LatexType             Command
268   LatexName             lyxframeend{}\section
269   NeedProtect           1
270   NextNoIndent          1
271   LabelSep              xxx
272   ParSkip               0.4
273   TopSep                2
274   BottomSep             0.25
275   ParSep                0.7
276   Align                 Left
277   AlignPossible         Left
278   LabelType             Counter
279   LabelCounter section
280   LabelString           "Section \arabic{section}"
281   OptionalArgs                          1
282
283   Font 
284     Family              Roman
285     Series              Bold
286     Size                huge
287   EndFont
288
289   LabelFont 
290     Color           latex
291   EndFont
292   LabelStringAppendix "\Alph{section}"
293   TocLevel 1
294 End
295
296 # Section* style definition
297 Style Section*
298   CopyStyle             Section
299   Margin                Static
300   LatexName             lyxframeend{}\section*
301   LabelType             No_Label
302   OptionalArgs          0
303 End
304
305 # Subsection style definition
306 Style Subsection
307   Margin                First_Dynamic
308   LatexType             Command
309   LatexName             lyxframeend{}\subsection
310   NeedProtect           1
311   NextNoIndent          1
312   LabelSep              xxx
313   ParSkip               0.4
314   TopSep                2
315   BottomSep             0.25
316   ParSep                0.5
317   Align                 Left
318   AlignPossible         Left
319   LabelType             Counter
320   LabelCounter subsection
321   LabelString           "Subsection \arabic{section}.\arabic{subsection}"
322   OptionalArgs                          1
323
324   # standard font definition
325   Font 
326     Family              Roman
327     Series              Bold
328     Size                larger
329   EndFont
330
331   LabelFont 
332     Color           latex
333   EndFont
334   LabelStringAppendix "\arabic{section}.\arabic{subsection}"
335   TocLevel 2
336 End
337
338 # Subsection* style definition
339 Style Subsection*
340   CopyStyle             Subsection
341   Margin                Static
342   LatexName             lyxframeend{}\subsection*
343   LabelType             No_Label
344   OptionalArgs          0
345 End
346
347 Style AgainFrame
348   KeepEmpty         0
349   LatexType         Command
350   LatexName         lyxframeend{}\lyxagainframe
351   Margin            First_Dynamic
352   NextNoIndent      1
353   ParSkip           0
354   TopSep            3
355   BottomSep         3
356   ParSep            0
357   Align             Center
358   AlignPossible     Center
359   LabelType         Static
360   LabelBottomSep    0
361   LeftMargin        M
362   LabelString       "Again frame with label   "
363
364   Font
365     Color           latex
366   EndFont
367
368   LabelFont 
369     Family          Roman
370     Color           latex
371     Series          Bold
372     Size            Largest
373   EndFont
374
375   Preamble
376     \makeatletter
377     \long\def\lyxagainframe#1{\@lyxagainframe#1\@lyxframestop}%
378     \def\@lyxagainframe{\@ifnextchar<{\@@lyxagainframe}{\@@lyxagainframe<*>}}%
379     \def\@@lyxagainframe<#1>{\@ifnextchar[{\@@@lyxagainframe<#1>}{\@@@lyxagainframe<#1>[]}}
380     \long\def\@@@lyxagainframe<#1>[#2]#3\@lyxframestop{%
381       \againframe<#1>[#2]{#3}}
382     \makeatother
383   EndPreamble
384 End
385
386 Style AlertBlock
387   Margin                First_Dynamic
388   LatexType             Environment
389   NextNoIndent          0
390   ParIndent             MM
391   Align                 Left
392   LabelType             Static
393   LabelSep              xx
394
395   LatexName             alertblock
396   LabelString           "block with alerted text" 
397
398   ParSkip           0.5
399   TopSep            1
400   BottomSep         1
401   ParSep            0
402
403   # font & label font definition
404
405   Font
406     Color               red
407   EndFont
408
409   LabelFont 
410     Family              Roman
411     Color               latex
412   EndFont
413 End
414
415 # Author style definition
416 Style Author
417   Margin                Static
418   LatexType             Command
419   InTitle               1
420   LatexName             author
421   LabelSep              xxx
422   ParSkip               0.4
423   TopSep                1.3
424   BottomSep             0.7
425   ParSep                0.7
426   Align                 Center
427   AlignPossible         Center
428   LabelType             No_Label
429   OptionalArgs                          1
430
431   # standard font definition
432   Font 
433     Size                Largest
434     Color               Blue
435   EndFont
436
437 End
438
439 # Bibliography style definition
440 Style Bibliography
441   Margin                First_Dynamic
442   LatexType             Bib_Environment
443   LatexName             thebibliography
444   NextNoIndent          1
445   LeftMargin            MM
446   ParSkip               0.4
447   ItemSep               0
448   TopSep                0.7
449   BottomSep             0.7
450   ParSep                0.5
451   Align                 Left
452   AlignPossible         Left
453   LabelType             Bibliography
454   LabelString           References
455   LabelBottomSep    0.7
456
457   # label font definition
458   LabelFont 
459     Series              Bold
460     Size                Larger
461   EndFont
462 End
463
464 Style Block
465   Margin                First_Dynamic
466   LatexType             Environment
467   NextNoIndent          0
468   ParIndent             MM
469   Align                 Left
470   LabelType             Static
471   LabelSep              xx
472
473   LatexName             block
474   LabelString           "block" 
475
476   ParSkip           0.5
477   TopSep            1
478   BottomSep         1
479   ParSep            0
480
481   # font & label font definition
482
483   LabelFont 
484     Family              Roman
485     Color               latex
486   EndFont
487 End
488
489 # Caption style definition
490
491 Style Corollary
492   Margin                First_Dynamic
493   LatexType             Environment
494   NextNoIndent          0
495   ParIndent             MM
496   Align                 Left
497   LabelType             Static
498   LabelSep              xx
499
500   LatexName             corollary}%{
501   LabelString           "Corollary. " 
502
503   ParSkip           0.5
504   TopSep            1
505   BottomSep         1
506   ParSep            0
507   KeepEmpty             1
508
509   # font & label font definition
510
511   LabelFont 
512     Series              Bold
513     Color               Blue
514     Size                Large
515   EndFont
516 End
517
518 Style Column
519   Margin                Static
520   LatexType             Command
521   LatexName             column
522   ParSkip               0.5
523   TopSep                1
524   BottomSep             1
525   ParSep                0
526   Align                 Left
527   LabelType             Static
528   LabelSep              xx
529   LabelString           "start column of width: " 
530   OptionalArgs          1
531   LeftMargin        MMMMMMMMM
532
533   # standard font definition
534   LabelFont 
535     Family              Roman
536     Color               latex
537   EndFont
538 End
539
540
541 Style Columns
542
543   KeepEmpty             1
544   Margin                Static
545   LatexType             Environment
546   NextNoIndent          0
547   ParIndent             MM
548   Align                 Left
549   LabelType             Static
550   LabelSep              xx
551
552   LatexName             columns}%{
553   LabelString           "columns" 
554   LeftMargin        columns
555
556   ParSkip           0.5
557   TopSep            1
558   BottomSep         1
559   ParSep            0
560
561
562   # font & label font definition
563
564   LabelFont 
565     Family              Roman
566     Color               latex
567   EndFont
568 End
569
570 Style ColumnsCenterAligned
571   KeepEmpty             1
572   Margin                Static
573   LatexType             Environment
574   NextNoIndent          0
575   ParIndent             MM
576   Align                 left
577   LabelType             Static
578   LabelSep              xx
579
580   LatexName             centercolumns}%{
581   LabelString           "columns (center aligned)" 
582   LeftMargin            "columns (center aligned)"
583
584   ParSkip           0.5
585   TopSep            1
586   BottomSep         1
587   ParSep            0
588
589   Preamble
590   \newenvironment{centercolumns}{\begin{columns}[c]}{\end{columns}}
591   EndPreamble
592   # font & label font definition
593
594   LabelFont 
595     Family              Roman
596     Color               latex
597   EndFont
598 End
599
600 Style ColumnsTopAligned
601   KeepEmpty             1
602   Margin                Static
603   LatexType             Environment
604   NextNoIndent          0
605   ParIndent             MM
606   Align                 left
607   LabelType             Static
608   LabelSep              xx
609
610   LatexName             topcolumns}%{
611   LabelString           "columns (top aligned)" 
612   LeftMargin            "columns (top aligned)"
613
614   ParSkip           0.5
615   TopSep            1
616   BottomSep         1
617   ParSep            0
618
619   Preamble
620   \newenvironment{topcolumns}{\begin{columns}[t]}{\end{columns}}
621   EndPreamble
622   # font & label font definition
623
624   LabelFont 
625     Family              Roman
626     Color               latex
627   EndFont
628 End
629
630
631 # Date style definition
632 Style Date
633   Margin                Dynamic
634   LatexType             Command
635   InTitle               1
636   LatexName             date
637   LabelSep              xxx
638   ParSkip               0.4
639   TopSep                0.9
640   BottomSep             0.5
641   ParSep                1
642   Align                 Center
643   AlignPossible         Center
644   LabelType             No_Label
645   OptionalArgs                          1
646
647   # standard font definition
648   Font 
649     Size                Largest
650     Color               Blue
651   EndFont
652 End
653
654 Style Definition
655   CopyStyle             Corollary
656   LatexName             definition}%{
657   LabelString           "Definition. " 
658 End
659
660 Style Definitions
661   CopyStyle             Corollary
662   LatexName             definitions}%{
663   LabelString           "Definitions. " 
664 End
665
666 Style Example
667   CopyStyle             Corollary
668   LatexName             example}%{
669   LabelString           "Example. " 
670
671   LabelFont 
672     Series              Bold
673     Color               Green
674   EndFont
675 End
676
677 Style Examples
678   CopyStyle             Corollary
679   LatexName             examples}%{
680   LabelString           "Examples. " 
681 End
682
683 Style ExampleBlock
684   Margin                First_Dynamic
685   LatexType             Environment
686   NextNoIndent          0
687   ParIndent             MM
688   Align                 Left
689   LabelType             Static
690   LabelSep              xx
691
692   LatexName             exampleblock
693   LabelString           "block showing an example" 
694
695   ParSkip           0.5
696   TopSep            1
697   BottomSep         1
698   ParSep            0
699
700   # font & label font definition
701
702   Font
703     Color               green
704   EndFont
705
706   LabelFont 
707     Family              Roman
708     Color               latex
709   EndFont
710 End
711
712 Style Fact
713   CopyStyle             Corollary
714   LatexName             fact}%{
715   LabelString           "Fact. " 
716 End
717
718 Style FrameSubtitle
719   Margin                Static
720   LatexType             Command
721   LatexName             framesubtitle
722   ParSkip               0.4
723   ItemSep               0
724   TopSep                0
725   BottomSep             1
726   ParSep                1
727   Align                 Center
728   AlignPossible         Center
729   LabelType             No_Label
730   OptionalArgs                          1
731
732   # standard font definition
733   Font 
734     Series              Bold
735     Color               Blue
736   EndFont
737
738 End
739
740 # Date style definition
741 Style Institute
742   Margin                Dynamic
743   LatexType             Command
744   InTitle               1
745   LatexName             institute
746   LabelSep              xxx
747   ParSkip               0.4
748   TopSep                0.9
749   BottomSep             0.5
750   ParSep                1
751   Align                 Center
752   AlignPossible         Center
753   LabelType             No_Label
754   OptionalArgs                          1
755
756   # standard font definition
757   Font 
758     Size                Large
759     Color               Blue
760   EndFont
761 End
762
763 Style LyX-Code
764   Margin                Static
765   LatexType             Environment
766   LatexName             lyxcode
767   NextNoIndent          1
768   LeftMargin            MMM
769   RightMargin           MMM
770   TopSep                0.5
771   BottomSep             0.5
772   Align                 Left
773   AlignPossible         Block, Left, Right, Center
774   LabelType             No_Label
775   FreeSpacing           1
776
777   # define the environment lyxcode
778   Preamble
779   \newenvironment{lyxcode}
780     {\begin{list}{}{
781       \setlength{\rightmargin}{\leftmargin}
782       \setlength{\listparindent}{0pt}% needed for AMS classes
783       \raggedright
784       \setlength{\itemsep}{0pt}
785       \setlength{\parsep}{0pt}
786       \normalfont\ttfamily}%
787      \def\{{\char`\{}
788      \def\}{\char`\}}
789      \def\textasciitilde{\char`\~}
790      \item[]}
791     {\end{list}}
792   EndPreamble
793
794   # standard font definition
795   Font 
796     Family              Typewriter
797   EndFont
798 End
799
800 Style NoteItem
801   Margin                Static
802   LatexType             Command
803   LatexName             note[item]
804   ParSkip               0.5
805   TopSep                1
806   BottomSep             1
807   ParSep                0
808   Align                 Left
809   LabelType             Static
810   LabelSep              xx
811   LabelString           "note: " 
812   OptionalArgs          1
813   LeftMargin        MMM
814
815   # standard font definition
816   LabelFont 
817     Family              Roman
818     Color               latex
819   EndFont
820 End
821
822
823 Style Only
824   Margin                First_Dynamic
825   LatexType             Environment
826   NextNoIndent          0
827   ParIndent             MM
828   Align                 Left
829   LabelType             Static
830
831   LatexName             onlyenv}%{
832   LabelString           "only on slides " 
833
834   ParSkip           0.5
835   TopSep            1
836   BottomSep         1
837   ParSep            0
838
839   # font & label font definition
840
841   LabelFont 
842     Family              Roman           
843     Color               Latex
844   EndFont
845 End
846
847 Style Overprint
848   Margin                First_Dynamic
849   LatexType             Environment
850   NextNoIndent          0
851   ParIndent             MM
852   Align                 Left
853   LabelType             Static
854   LabelSep              xx
855
856   LatexName             overprint
857   LabelString           "overprint" 
858
859   ParSkip           0.5
860   TopSep            1
861   BottomSep         1
862   ParSep            0
863   KeepEmpty             1
864
865   # font & label font definition
866
867   LabelFont 
868     Family              Roman
869     Color               latex
870   EndFont
871 End
872
873 Style OverlayArea
874   Margin                First_Dynamic
875   LatexType             Environment
876   NextNoIndent          0
877   ParIndent             MM
878   Align                 Left
879   LabelType             Static
880   LabelSep              xx
881
882   LatexName             overlayarea
883   LabelString           "overlayarea" 
884
885   ParSkip           0.5
886   TopSep            1
887   BottomSep         1
888   ParSep            0
889
890   # font & label font definition
891
892   LabelFont 
893     Family              Roman
894     Color               latex
895   EndFont
896 End
897
898 # Part style definition
899 Style Part
900   Margin                Dynamic
901   LatexType             Command
902   LatexName             part
903   NeedProtect           1
904   NextNoIndent          1
905   Labelsep              xxx
906   ParSkip               0.4
907   TopSep                4
908   BottomSep             4
909   ParSep                0.8
910   Align                 Center         
911   Alignpossible         Center
912   LabelType             Static
913   LabelString           "Part "
914
915   # standard font definition
916   Font 
917     Family              Roman
918     Series              Bold
919     Size                Huge
920   EndFont
921
922   LabelFont
923     Color               Latex
924   EndFont
925 End
926   
927 Style Proof
928   CopyStyle             Corollary
929   LatexName             proof}%{
930   LabelString           "Proof. " 
931 End
932
933 # Separator style definition
934 Style Separator
935   LatexType             Paragraph
936   LatexName             dummy
937   ParIndent             MM
938   ParSkip               0.4
939   Align                 Left
940   AlignPossible         Block, Left, Right, Center
941   Margin                First_Dynamic
942   TopSep                0
943   BottomSep             0
944   ParSep                0
945   LabelType             Static
946   LabelBottomSep        0
947   LabelString           "___"
948   KeepEmpty             1
949
950   LabelFont 
951     Series          Medium
952     Size            Normal
953     Color           latex
954   EndFont
955 End
956
957 # Title style definition
958 Style Title
959   Margin                Static
960   LatexType             Command
961   InTitle               1
962   LatexName             title
963   ParSkip               0.4
964   ItemSep               0
965   TopSep                0
966   BottomSep             1
967   ParSep                1
968   Align                 Center
969   AlignPossible         Center
970   LabelType             No_Label
971   OptionalArgs                          1
972
973   # standard font definition
974   Font 
975     Size                Huge
976     Series              Bold
977     Color               Blue
978   EndFont
979
980 End
981
982 Style TitleGraphic
983   Margin                Static
984   LatexType             Command
985   InTitle               1
986   LatexName             titlegraphic
987   ParSkip               0.4
988   ItemSep               0
989   TopSep                0
990   BottomSep             1
991   ParSep                1
992   Align                 Center
993   AlignPossible         Center
994   LabelType             No_Label
995
996   # standard font definition
997   Font 
998     Size                Huge
999     Series              Bold
1000     Color               Blue
1001   EndFont
1002
1003 End
1004
1005 Style Theorem
1006   CopyStyle             Corollary
1007   LatexName             theorem}%{
1008   LabelString           "Theorem. " 
1009 End
1010
1011 Style Subtitle
1012   Margin                Static
1013   LatexType             Command
1014   InTitle               1
1015   LatexName             subtitle
1016   ParSkip               0.4
1017   ItemSep               0
1018   TopSep                0
1019   BottomSep             1
1020   ParSep                1
1021   Align                 Center
1022   AlignPossible         Center
1023   LabelType             No_Label
1024   OptionalArgs                          1
1025
1026   # standard font definition
1027   Font 
1028     Size                Large
1029     Series              Bold
1030     Color               Blue
1031   EndFont
1032
1033 End
1034
1035
1036 Style Uncover
1037   Margin                First_Dynamic
1038   LatexType             Environment
1039   NextNoIndent          0
1040   ParIndent             MM
1041   Align                 Left
1042   LabelType             Static
1043
1044   LatexName             uncoverenv}%{
1045   LabelString           "uncovered on slides " 
1046
1047   ParSkip           0.5
1048   TopSep            1
1049   BottomSep         1
1050   ParSep            0
1051
1052   # font & label font definition
1053
1054   LabelFont 
1055     Family              Roman           
1056     Color               Latex
1057   EndFont
1058 End
1059
1060
1061
1062
1063 # Input lyxmacros.inc
1064
1065 Float
1066   Type                  table
1067   GuiName               Table
1068   Placement             tbp
1069   Extension             lot
1070   NumberWithin          none
1071   Style                 plain
1072   ListName              "List of Tables"
1073   LaTeXBuiltin          true
1074 End
1075   
1076 Float
1077   Type                  figure
1078   GuiName               Figure
1079   Placement             tbp
1080   Extension             lof
1081   NumberWithin          none
1082   Style                 plain
1083   ListName              "List of Figures"
1084   LaTeXBuiltin          true
1085 End
1086
1087 TitleLaTeXName frame{\maketitle}
1088
1089 SecNumDepth             2
1090 TocDepth                2
1091
1092
1093 Preamble
1094   \AtBeginDocument{
1095     \let\origtableofcontents=\tableofcontents
1096     \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
1097     \def\gobbletableofcontents#1{\origtableofcontents}
1098   }
1099 EndPreamble
1100