]> git.lyx.org Git - lyx.git/blob - lib/layouts/tufte-book.layout
59059f2cf7a988bd1b304f5265af9118071c725b
[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 Allcaps
54         CopyStyle       Sidenote
55         Decoration      Conglomerate
56         LatexName       allcaps
57         LabelString     "allcaps"
58         Font
59           Misc          Noun
60         EndFont
61         LabelFont
62           Color         blue
63         EndFont
64 End
65
66 InsetLayout Newthought
67         CopyStyle       Sidenote
68         Decoration      Conglomerate
69         LatexName       newthought
70         LabelString     "new thought"
71         Font
72           Shape         SmallCaps
73         EndFont
74         LabelFont
75           Color         red
76         EndFont
77 End
78
79 Style Full_Width
80         Margin          Static
81         LaTeXType       environment
82         LaTeXName       fullwidth
83         Category        MainText
84         NextNoIndent    1
85         ParSkip         0
86         ItemSep         0
87         TopSep          0.5
88         BottomSep       0.5
89         ParSep          0
90         Align           Block
91         AlignPossible   Block, Left, Right, Center
92         LabelType       No_Label
93 End
94
95 # this steps the counters
96 Counter
97   Name          marginfigure
98 End
99 Counter
100   Name          margintable
101 End
102
103 # define the floats
104 Float
105         Type            margintable
106         GuiName         MarginTable
107         Placement       tbp
108         Extension       lot
109         NumberWithin    none
110         Style           plain
111         ListName        "List of Tables"
112         LaTeXBuiltin    true
113 End
114
115 Float
116         Type            marginfigure
117         GuiName         MarginFigure
118         Placement       tbp
119         Extension       lof
120         NumberWithin    none
121         Style           plain
122         ListName        "List of Figures"
123         LaTeXBuiltin    true
124 End