]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdclass.inc
LyXHTML: add explicit HTMLTag for titles.
[lyx.git] / lib / layouts / stdclass.inc
index 784274041f1ab9bb4157791236a607d36684a5ab..18f5d16b71aeae09b721c85ff0ffa719bc2a6702 100644 (file)
@@ -1,12 +1,13 @@
 # Standard textclass definition file. Taken from initial LyX source code
 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
-# Transposed by Pascal André <andre@via.ecp.fr>
+# Transposed by Pascal André <andre@via.ecp.fr>
 # 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.
 
 
+Format 99
 Columns                 1
 Sides                   1
 SecNumDepth             2
@@ -25,6 +26,7 @@ EndFont
 
 
 Style Standard
+       Category              MainText
        Margin                Static
        LatexType             Paragraph
        LatexName             dummy
@@ -33,24 +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
 
-CharStyle Noun
-       LatexType             Command
-       LatexName             noun
-       Font
-         Shape               SmallCaps
-       EndFont
-       LabelFont
-         Shape               SmallCaps
-         Color               blue
-       EndFont
-       Preamble
-         \newcommand{\noun}[1]{\textsc{#1}}
-       EndPreamble
-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
@@ -58,5 +56,3 @@ Input stdtitle.inc
 Input stdstruct.inc
 Input lyxmacros.inc
 Input stdlayouts.inc
-Input stdfloats.inc
-Input stdcounters.inc