X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdclass.inc;h=18f5d16b71aeae09b721c85ff0ffa719bc2a6702;hb=051c5f27284f00c20e95c5732bcfb04632c7cb18;hp=0017ec3e9a698f51a311cbc385781da02de6293c;hpb=28f4beaefac5839f6ba7fae615d46a6ba107486d;p=lyx.git diff --git a/lib/layouts/stdclass.inc b/lib/layouts/stdclass.inc index 0017ec3e9a..18f5d16b71 100644 --- a/lib/layouts/stdclass.inc +++ b/lib/layouts/stdclass.inc @@ -1,17 +1,18 @@ # 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 + +Format 99 Columns 1 Sides 1 SecNumDepth 2 TocDepth 2 -DefaultStyle Standard +DefaultStyle Standard # This is just to show how to declare the default font. # The defaults are exactly those shown here. @@ -25,6 +26,7 @@ EndFont Style Standard + Category MainText Margin Static LatexType Paragraph LatexName dummy @@ -33,9 +35,20 @@ Style Standard Align Block AlignPossible Block, Left, Right, Center LabelType No_Label + # FIXME This ought to be set dynamically. + HTMLStyle + div.standard { + margin-bottom: 2ex; + } + EndHTMLStyle + DocBookTag para 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 @@ -43,6 +56,3 @@ Input stdtitle.inc Input stdstruct.inc Input lyxmacros.inc Input stdlayouts.inc -Input stdfloats.inc -Input stdcounters.inc -Input obsolete.inc