X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdclass.inc;h=1e389dd44d9a17893c4691082ac3ddd0bf5f82e5;hb=bab184e49e4420ad5277eacd45f2447727f55bbd;hp=06785745dc9063bb4edfb1d5a675b427b11d0b08;hpb=db0716f6669599f9b6293f77223cd017810295ca;p=lyx.git diff --git a/lib/layouts/stdclass.inc b/lib/layouts/stdclass.inc index 06785745dc..1e389dd44d 100644 --- a/lib/layouts/stdclass.inc +++ b/lib/layouts/stdclass.inc @@ -1,39 +1,53 @@ # Standard textclass definition file. Taken from initial LyX source code # Author : Matthias Ettrich -# Transposed by Pascal André +# Transposed by Pascal André # Heavily modifed and enhanced by several developers. # This is a base layout which is designed to be included from other # ``standard'' layouts, like article and friends. -# General textclass parameters -Columns 1 -Sides 1 -SecNumDepth 2 -TocDepth 2 + +Format 80 +Columns 1 +Sides 1 +SecNumDepth 2 +TocDepth 2 +DefaultStyle Standard # This is just to show how to declare the default font. # The defaults are exactly those shown here. DefaultFont - Family Roman - Series Medium - Shape Up - Size Normal - Color None + Family Roman + Series Medium + Shape Up + Size Normal + Color None EndFont -# Standard style definition + Style Standard - Margin Static - LatexType Paragraph - LatexName dummy - ParIndent MM - ParSkip 0.4 - Align Block - AlignPossible Block, Left, Right, Center - LabelType No_Label + Category MainText + Margin Static + LatexType Paragraph + LatexName dummy + ParIndent MM + ParSkip 0.4 + Align Block + AlignPossible Block, Left, Right, Center + LabelType No_Label + # FIXME This ought to be set dynamically. + HTMLStyle + div.standard { + margin-bottom: 2ex; + } + EndHTMLStyle End +#Input stdcharstyles.inc +#Input stdcustom.inc +Input stdfloats.inc +Input stdcounters.inc +Input stdinsets.inc Input stdlists.inc Input stdsections.inc Input stdstarsections.inc @@ -41,4 +55,3 @@ Input stdtitle.inc Input stdstruct.inc Input lyxmacros.inc Input stdlayouts.inc -Input obsolete.inc