]> git.lyx.org Git - lyx.git/blob - lib/layouts/beamer.layout
Add some tipa accents
[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 Style Corollary
490   Margin                First_Dynamic
491   LatexType             Environment
492   NextNoIndent          0
493   ParIndent             MM
494   Align                 Left
495   LabelType             Static
496   LabelSep              xx
497
498   LatexName             corollary}%{
499   LabelString           "Corollary. " 
500
501   ParSkip           0.5
502   TopSep            1
503   BottomSep         1
504   ParSep            0
505   KeepEmpty             1
506
507   # font & label font definition
508
509   LabelFont 
510     Series              Bold
511     Color               Blue
512     Size                Large
513   EndFont
514 End
515
516 Style Column
517   Margin                Static
518   LatexType             Command
519   LatexName             column
520   ParSkip               0.5
521   TopSep                1
522   BottomSep             1
523   ParSep                0
524   Align                 Left
525   LabelType             Static
526   LabelSep              xx
527   LabelString           "start column of width: " 
528   OptionalArgs          1
529   LeftMargin        MMMMMMMMM
530
531   # standard font definition
532   LabelFont 
533     Family              Roman
534     Color               latex
535   EndFont
536 End
537
538
539 Style Columns
540
541   KeepEmpty             1
542   Margin                Static
543   LatexType             Environment
544   NextNoIndent          0
545   ParIndent             MM
546   Align                 Left
547   LabelType             Static
548   LabelSep              xx
549
550   LatexName             columns}%{
551   LabelString           "columns" 
552   LeftMargin        columns
553
554   ParSkip           0.5
555   TopSep            1
556   BottomSep         1
557   ParSep            0
558
559
560   # font & label font definition
561
562   LabelFont 
563     Family              Roman
564     Color               latex
565   EndFont
566 End
567
568 Style ColumnsCenterAligned
569   KeepEmpty             1
570   Margin                Static
571   LatexType             Environment
572   NextNoIndent          0
573   ParIndent             MM
574   Align                 left
575   LabelType             Static
576   LabelSep              xx
577
578   LatexName             centercolumns}%{
579   LabelString           "columns (center aligned)" 
580   LeftMargin            "columns (center aligned)"
581
582   ParSkip           0.5
583   TopSep            1
584   BottomSep         1
585   ParSep            0
586
587   Preamble
588   \newenvironment{centercolumns}{\begin{columns}[c]}{\end{columns}}
589   EndPreamble
590   # font & label font definition
591
592   LabelFont 
593     Family              Roman
594     Color               latex
595   EndFont
596 End
597
598 Style ColumnsTopAligned
599   KeepEmpty             1
600   Margin                Static
601   LatexType             Environment
602   NextNoIndent          0
603   ParIndent             MM
604   Align                 left
605   LabelType             Static
606   LabelSep              xx
607
608   LatexName             topcolumns}%{
609   LabelString           "columns (top aligned)" 
610   LeftMargin            "columns (top aligned)"
611
612   ParSkip           0.5
613   TopSep            1
614   BottomSep         1
615   ParSep            0
616
617   Preamble
618   \newenvironment{topcolumns}{\begin{columns}[t]}{\end{columns}}
619   EndPreamble
620   # font & label font definition
621
622   LabelFont 
623     Family              Roman
624     Color               latex
625   EndFont
626 End
627
628
629 # Date style definition
630 Style Date
631   Margin                Dynamic
632   LatexType             Command
633   InTitle               1
634   LatexName             date
635   LabelSep              xxx
636   ParSkip               0.4
637   TopSep                0.9
638   BottomSep             0.5
639   ParSep                1
640   Align                 Center
641   AlignPossible         Center
642   LabelType             No_Label
643   OptionalArgs                          1
644
645   # standard font definition
646   Font 
647     Size                Largest
648     Color               Blue
649   EndFont
650 End
651
652 Style Definition
653   CopyStyle             Corollary
654   LatexName             definition}%{
655   LabelString           "Definition. " 
656 End
657
658 Style Definitions
659   CopyStyle             Corollary
660   LatexName             definitions}%{
661   LabelString           "Definitions. " 
662 End
663
664 Style Example
665   CopyStyle             Corollary
666   LatexName             example}%{
667   LabelString           "Example. " 
668
669   LabelFont 
670     Series              Bold
671     Color               Green
672   EndFont
673 End
674
675 Style Examples
676   CopyStyle             Corollary
677   LatexName             examples}%{
678   LabelString           "Examples. " 
679 End
680
681 Style ExampleBlock
682   Margin                First_Dynamic
683   LatexType             Environment
684   NextNoIndent          0
685   ParIndent             MM
686   Align                 Left
687   LabelType             Static
688   LabelSep              xx
689
690   LatexName             exampleblock
691   LabelString           "block showing an example" 
692
693   ParSkip           0.5
694   TopSep            1
695   BottomSep         1
696   ParSep            0
697
698   # font & label font definition
699
700   Font
701     Color               green
702   EndFont
703
704   LabelFont 
705     Family              Roman
706     Color               latex
707   EndFont
708 End
709
710 Style Fact
711   CopyStyle             Corollary
712   LatexName             fact}%{
713   LabelString           "Fact. " 
714 End
715
716 Style FrameSubtitle
717   Margin                Static
718   LatexType             Command
719   LatexName             framesubtitle
720   ParSkip               0.4
721   ItemSep               0
722   TopSep                0
723   BottomSep             1
724   ParSep                1
725   Align                 Center
726   AlignPossible         Center
727   LabelType             No_Label
728   OptionalArgs                          1
729
730   # standard font definition
731   Font 
732     Series              Bold
733     Color               Blue
734   EndFont
735
736 End
737
738 # Date style definition
739 Style Institute
740   Margin                Dynamic
741   LatexType             Command
742   InTitle               1
743   LatexName             institute
744   LabelSep              xxx
745   ParSkip               0.4
746   TopSep                0.9
747   BottomSep             0.5
748   ParSep                1
749   Align                 Center
750   AlignPossible         Center
751   LabelType             No_Label
752   OptionalArgs                          1
753
754   # standard font definition
755   Font 
756     Size                Large
757     Color               Blue
758   EndFont
759 End
760
761 Style LyX-Code
762   Margin                Static
763   LatexType             Environment
764   LatexName             lyxcode
765   NextNoIndent          1
766   LeftMargin            MMM
767   RightMargin           MMM
768   TopSep                0.5
769   BottomSep             0.5
770   Align                 Left
771   AlignPossible         Block, Left, Right, Center
772   LabelType             No_Label
773   FreeSpacing           1
774
775   # define the environment lyxcode
776   Preamble
777   \newenvironment{lyxcode}
778     {\begin{list}{}{
779       \setlength{\rightmargin}{\leftmargin}
780       \setlength{\listparindent}{0pt}% needed for AMS classes
781       \raggedright
782       \setlength{\itemsep}{0pt}
783       \setlength{\parsep}{0pt}
784       \normalfont\ttfamily}%
785      \def\{{\char`\{}
786      \def\}{\char`\}}
787      \def\textasciitilde{\char`\~}
788      \item[]}
789     {\end{list}}
790   EndPreamble
791
792   # standard font definition
793   Font 
794     Family              Typewriter
795   EndFont
796 End
797
798 Style NoteItem
799   Margin                Static
800   LatexType             Command
801   LatexName             note[item]
802   ParSkip               0.5
803   TopSep                1
804   BottomSep             1
805   ParSep                0
806   Align                 Left
807   LabelType             Static
808   LabelSep              xx
809   LabelString           "note: " 
810   OptionalArgs          1
811   LeftMargin        MMM
812
813   # standard font definition
814   LabelFont 
815     Family              Roman
816     Color               latex
817   EndFont
818 End
819
820
821 Style Only
822   Margin                First_Dynamic
823   LatexType             Environment
824   NextNoIndent          0
825   ParIndent             MM
826   Align                 Left
827   LabelType             Static
828
829   LatexName             onlyenv}%{
830   LabelString           "only on slides " 
831
832   ParSkip           0.5
833   TopSep            1
834   BottomSep         1
835   ParSep            0
836
837   # font & label font definition
838
839   LabelFont 
840     Family              Roman           
841     Color               Latex
842   EndFont
843 End
844
845 Style Overprint
846   Margin                First_Dynamic
847   LatexType             Environment
848   NextNoIndent          0
849   ParIndent             MM
850   Align                 Left
851   LabelType             Static
852   LabelSep              xx
853
854   LatexName             overprint
855   LabelString           "overprint" 
856
857   ParSkip           0.5
858   TopSep            1
859   BottomSep         1
860   ParSep            0
861   KeepEmpty             1
862
863   # font & label font definition
864
865   LabelFont 
866     Family              Roman
867     Color               latex
868   EndFont
869 End
870
871 Style OverlayArea
872   Margin                First_Dynamic
873   LatexType             Environment
874   NextNoIndent          0
875   ParIndent             MM
876   Align                 Left
877   LabelType             Static
878   LabelSep              xx
879
880   LatexName             overlayarea
881   LabelString           "overlayarea" 
882
883   ParSkip           0.5
884   TopSep            1
885   BottomSep         1
886   ParSep            0
887
888   # font & label font definition
889
890   LabelFont 
891     Family              Roman
892     Color               latex
893   EndFont
894 End
895
896 # Part style definition
897 Style Part
898   Margin                Dynamic
899   LatexType             Command
900   LatexName             part
901   NeedProtect           1
902   NextNoIndent          1
903   Labelsep              xxx
904   ParSkip               0.4
905   TopSep                4
906   BottomSep             4
907   ParSep                0.8
908   Align                 Center         
909   Alignpossible         Center
910   LabelType             Static
911   LabelString           "Part "
912
913   # standard font definition
914   Font 
915     Family              Roman
916     Series              Bold
917     Size                Huge
918   EndFont
919
920   LabelFont
921     Color               Latex
922   EndFont
923 End
924   
925 Style Proof
926   CopyStyle             Corollary
927   LatexName             proof}%{
928   LabelString           "Proof. " 
929 End
930
931 # Separator style definition
932 Style Separator
933   LatexType             Paragraph
934   LatexName             dummy
935   ParIndent             MM
936   ParSkip               0.4
937   Align                 Left
938   AlignPossible         Block, Left, Right, Center
939   Margin                First_Dynamic
940   TopSep                0
941   BottomSep             0
942   ParSep                0
943   LabelType             Static
944   LabelBottomSep        0
945   LabelString           "___"
946   KeepEmpty             1
947
948   LabelFont 
949     Series          Medium
950     Size            Normal
951     Color           latex
952   EndFont
953 End
954
955 # Title style definition
956 Style Title
957   Margin                Static
958   LatexType             Command
959   InTitle               1
960   LatexName             title
961   ParSkip               0.4
962   ItemSep               0
963   TopSep                0
964   BottomSep             1
965   ParSep                1
966   Align                 Center
967   AlignPossible         Center
968   LabelType             No_Label
969   OptionalArgs                          1
970
971   # standard font definition
972   Font 
973     Size                Huge
974     Series              Bold
975     Color               Blue
976   EndFont
977
978 End
979
980 Style TitleGraphic
981   Margin                Static
982   LatexType             Command
983   InTitle               1
984   LatexName             titlegraphic
985   ParSkip               0.4
986   ItemSep               0
987   TopSep                0
988   BottomSep             1
989   ParSep                1
990   Align                 Center
991   AlignPossible         Center
992   LabelType             No_Label
993
994   # standard font definition
995   Font 
996     Size                Huge
997     Series              Bold
998     Color               Blue
999   EndFont
1000
1001 End
1002
1003 Style Theorem
1004   CopyStyle             Corollary
1005   LatexName             theorem}%{
1006   LabelString           "Theorem. " 
1007 End
1008
1009 Style Subtitle
1010   Margin                Static
1011   LatexType             Command
1012   InTitle               1
1013   LatexName             subtitle
1014   ParSkip               0.4
1015   ItemSep               0
1016   TopSep                0
1017   BottomSep             1
1018   ParSep                1
1019   Align                 Center
1020   AlignPossible         Center
1021   LabelType             No_Label
1022   OptionalArgs                          1
1023
1024   # standard font definition
1025   Font 
1026     Size                Large
1027     Series              Bold
1028     Color               Blue
1029   EndFont
1030
1031 End
1032
1033
1034 Style Uncover
1035   Margin                First_Dynamic
1036   LatexType             Environment
1037   NextNoIndent          0
1038   ParIndent             MM
1039   Align                 Left
1040   LabelType             Static
1041
1042   LatexName             uncoverenv}%{
1043   LabelString           "uncovered on slides " 
1044
1045   ParSkip           0.5
1046   TopSep            1
1047   BottomSep         1
1048   ParSep            0
1049
1050   # font & label font definition
1051
1052   LabelFont 
1053     Family              Roman           
1054     Color               Latex
1055   EndFont
1056 End
1057
1058
1059
1060
1061 # Input lyxmacros.inc
1062
1063 Float
1064   Type                  table
1065   GuiName               Table
1066   Placement             tbp
1067   Extension             lot
1068   NumberWithin          none
1069   Style                 plain
1070   ListName              "List of Tables"
1071   LaTeXBuiltin          true
1072 End
1073   
1074 Float
1075   Type                  figure
1076   GuiName               Figure
1077   Placement             tbp
1078   Extension             lof
1079   NumberWithin          none
1080   Style                 plain
1081   ListName              "List of Figures"
1082   LaTeXBuiltin          true
1083 End
1084
1085 TitleLaTeXName frame{\maketitle}
1086
1087 SecNumDepth             2
1088 TocDepth                2
1089
1090
1091 Preamble
1092   \AtBeginDocument{
1093     \let\origtableofcontents=\tableofcontents
1094     \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
1095     \def\gobbletableofcontents#1{\origtableofcontents}
1096   }
1097 EndPreamble
1098