tufte-handout.layout: the layout inherits everything from tufte-book, therefore remove unused code and load the tufte-book.layout

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31787 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-10-29 02:59:06 +00:00
parent 9827269e90
commit 9e7fda9130

View File

@ -2,7 +2,7 @@
# \DeclareLaTeXClass[tufte-handout]{handout (Tufte)}
# tufte-handout textclass definition file.
# Juergen Spitzmueller <juergen@spitzmueller.org>, 2008/10/22
# Modified by Uwe Stöhr <uwestoehr@web.de>, 2009/10/27
# Modified by Uwe Stöhr <uwestoehr@web.de>, 2009/10/29
Format 11
@ -12,125 +12,4 @@ Provides natbib-internal 1
# import other layouts
Input stdlayouts.inc
Input article.layout
NoStyle Subsubsection
NoStyle Subsubsection*
NoStyle Paragraph
NoStyle Paragraph*
NoStyle Subparagraph
NoStyle Subparagraph*
InsetLayout Sidenote
LyxType custom
LatexType command
LatexName sidenote
Decoration classic
LabelString "sidenote"
Font
Color foreground
Size Small
Misc No_Emph
Misc No_Noun
Misc No_Bar
EndFont
LabelFont
Color marginlabel
Size Small
EndFont
End
InsetLayout Marginnote
CopyStyle Sidenote
LatexName marginnote
Decoration classic
LabelString "marginnote"
Font
Family Roman
Shape Up
Series Medium
EndFont
MultiPar true
End
InsetLayout NewThought
LyXType charstyle
LatexType Command
LatexName newthought
LabelString "new thought"
Font
Shape SmallCaps
EndFont
LabelFont
Family Roman
Color red
EndFont
End
InsetLayout AllCaps
CopyStyle NewThought
LatexName allcaps
LabelString "allcaps"
Font
Shape Up
Misc Noun
EndFont
LabelFont
Color blue
EndFont
End
InsetLayout SmallCaps
CopyStyle NewThought
LatexName smallcaps
LabelString "smallcaps"
LabelFont
Color green
EndFont
End
Style Full_Width
Margin Static
LaTeXType environment
LaTeXName fullwidth
Category MainText
NextNoIndent 1
ParSkip 0
ItemSep 0
TopSep 0.5
BottomSep 0.5
ParSep 0
Align Block
AlignPossible Block, Left, Right, Center
LabelType No_Label
End
# this steps the counters
Counter
Name marginfigure
End
Counter
Name margintable
End
# define the floats
Float
Type margintable
GuiName MarginTable
Placement tbp
Extension lot
NumberWithin none
Style plain
ListName "List of Tables"
LaTeXBuiltin true
End
Float
Type marginfigure
GuiName MarginFigure
Placement tbp
Extension lof
NumberWithin none
Style plain
ListName "List of Figures"
LaTeXBuiltin true
End
Input tufte-book.layout