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