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