]> git.lyx.org Git - lyx.git/blob - lib/layouts/tufte-handout.layout
Put the InsetLayout default CSS stuff to use.
[lyx.git] / lib / layouts / tufte-handout.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[tufte-handout]{handout (Tufte)}
3 # tufte-handout textclass definition file.
4 # Juergen Spitzmueller <juergen@spitzmueller.org>, 2008/10/22
5 # Modified by Uwe Stöhr <uwestoehr@web.de>, 2009/10/27
6
7 Format 11
8
9 Provides geometry 1
10 Provides natbib-internal 1
11
12 # import other layouts
13 Input stdlayouts.inc
14 Input article.layout
15
16 NoStyle Subsubsection
17 NoStyle Subsubsection*
18 NoStyle Paragraph
19 NoStyle Paragraph*
20 NoStyle Subparagraph
21 NoStyle Subparagraph*
22
23 InsetLayout Sidenote
24         LyxType         custom
25         LatexType       command
26         LatexName       sidenote
27         Decoration      classic
28         LabelString     "sidenote"
29         Font
30           Color         foreground
31           Size          Small
32           Misc          No_Emph
33           Misc          No_Noun
34           Misc          No_Bar
35         EndFont
36         LabelFont
37           Color         marginlabel
38           Size          Small
39         EndFont
40 End
41
42 InsetLayout Marginnote
43         CopyStyle       Sidenote
44         LatexName       marginnote
45         Decoration      classic
46         LabelString     "marginnote"
47         Font
48           Family        Roman
49           Shape         Up
50           Series        Medium
51         EndFont
52         MultiPar        true
53 End
54
55 InsetLayout NewThought
56         LyXType         charstyle
57         LatexType       Command
58         LatexName       newthought
59         LabelString     "new thought"
60         Font
61           Shape         SmallCaps
62         EndFont
63         LabelFont
64           Family        Roman
65           Color         red
66         EndFont
67 End
68
69 InsetLayout AllCaps
70         CopyStyle       NewThought
71         LatexName       allcaps
72         LabelString     "allcaps"
73         Font
74           Shape         Up
75           Misc          Noun
76         EndFont
77         LabelFont
78           Color         blue
79         EndFont
80 End
81
82 InsetLayout SmallCaps
83         CopyStyle       NewThought
84         LatexName       smallcaps
85         LabelString     "smallcaps"
86         LabelFont
87           Color         green
88         EndFont
89 End
90
91 Style Full_Width
92         Margin          Static
93         LaTeXType       environment
94         LaTeXName       fullwidth
95         Category        MainText
96         NextNoIndent    1
97         ParSkip         0
98         ItemSep         0
99         TopSep          0.5
100         BottomSep       0.5
101         ParSep          0
102         Align           Block
103         AlignPossible   Block, Left, Right, Center
104         LabelType       No_Label
105 End
106
107 # this steps the counters
108 Counter
109   Name          marginfigure
110 End
111 Counter
112   Name          margintable
113 End
114
115 # define the floats
116 Float
117         Type            margintable
118         GuiName         MarginTable
119         Placement       tbp
120         Extension       lot
121         NumberWithin    none
122         Style           plain
123         ListName        "List of Tables"
124         LaTeXBuiltin    true
125 End
126
127 Float
128         Type            marginfigure
129         GuiName         MarginFigure
130         Placement       tbp
131         Extension       lof
132         NumberWithin    none
133         Style           plain
134         ListName        "List of Figures"
135         LaTeXBuiltin    true
136 End