]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/manpage.layout
Fix conversion of minipages that contains tabulars.
[lyx.git] / lib / layouts / manpage.layout
index b5e43e1fc1ee2133d81328d81a7acaffaa23986c..7444f70744350efe86f8ae5de4df7d69a3526015 100644 (file)
@@ -7,8 +7,11 @@
 Columns                        1
 Sides                  1
 PageStyle              Plain
-MaxCounter             Counter_Subsection
+MaxCounter             Counter_Section
 OutputType             linuxdoc
+DefaultStyle           Standard
+
+Input stdcounters.inc
 
 # Standard style definition
 Style Standard
@@ -62,32 +65,6 @@ Style Section
   EndFont
 End
 
-# Subsubsection style definition
-Style SubSection
-  Margin               Dynamic
-  LatexType            Command
-  LatexName            sect2
-  NextNoIndent         1
-  LabelSep             xxx
-  ParSkip              0.4
-  TopSep               0.7
-  BottomSep            0.4
-  ParSep               0.4
-  Align                        Block
-  AlignPossible                Block, Left
-  LabelType            Counter_SubSubSection
-
-  # standard font definition
-  Font 
-    Series             Bold
-  EndFont
-
-  # label font definition
-  LabelFont 
-    Series             Bold
-  EndFont
-End
-
 # Enumerate style definition
 Style Enumerate
   Margin               Static
@@ -196,18 +173,14 @@ End
 Style SGML
   Margin                Static
   LatexType             Paragraph
-  LatexName             p
+  LatexName             "!-- --"
   NewLine               0
   ParIndent             MM
   ParSkip               0.4
   ParSep                0.5
-  Align                 Center
-  AlignPossible         Block, Left, Right, Center
+  Align                 Left
+  AlignPossible         Block
   LabelType             No_Label
   FreeSpacing           1
-
-  # standard font definition
-  Font 
-    Latex               Latex
-  EndFont
+  PassThru             1
 End