home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / lyx21041.zip / XFree86 / lib / X11 / lyx / layouts / linuxdoc.layout < prev    next >
Text File  |  1999-09-17  |  7KB  |  400 lines

  1. #% Do not delete the line below; configure depends on this
  2. #  \DeclareLinuxDocClass[article]{SGML (LinuxDoc article)}
  3. # LinuxDoc textclass definition file. 
  4. # Author : Pascal AndrΘ <andre@via.ecp.fr>
  5.  
  6. # General textclass parameters
  7. Columns            1
  8. Sides            1
  9. PageStyle        Plain
  10. MaxCounter        Counter_Section
  11. OutputType        linuxdoc
  12.  
  13. # Standard style definition
  14. Style Standard
  15.   Margin          Static
  16.   LatexType         Paragraph
  17.   LatexName         p
  18.   ParIndent        MM
  19.   ParSkip         0.4
  20.   Align         Block
  21.   AlignPossible     Block
  22.   LabelType         No_Label
  23. End
  24.  
  25. # Quote style definition
  26. Style Quote
  27.   Margin          Static
  28.   LatexType         Environment
  29.   LatexName         quote
  30.   ParIndent        MM
  31.   ParSkip         0.4
  32.   Align         Block
  33.   AlignPossible     Block
  34.   LabelType         No_Label
  35. End
  36.  
  37. # Title style definition
  38. Style Title
  39.   Margin        Static
  40.   LatexType        Paragraph
  41.   LatexName        title
  42.   NextNoIndent        1
  43.   ParSkip        0.4
  44.   Align            Center
  45.   AlignPossible        Block, Center, Left, Right, Center
  46.   LabelType        No_Label
  47.   Fill_Top        1
  48.   Fill_Bottom        1
  49.  
  50.   # standard font definition
  51.   Font 
  52.     Family          Sans
  53.     Series         Bold
  54.     Size        Largest
  55.   EndFont
  56.  
  57.   # label font definition
  58.   LabelFont 
  59.     Family        Sans
  60.     Series        Bold
  61.     Size        Largest
  62.   EndFont
  63. End
  64.  
  65. # Section style definition
  66. Style Section
  67.   Margin        Dynamic
  68.   LatexType        Command
  69.   LatexName        sect
  70.   NextNoIndent        1
  71.   LabelSep        xxx
  72.   ParSkip        0.4
  73.   TopSep        1.3
  74.   BottomSep        0.7
  75.   ParSep        0.7
  76.   Align            Block
  77.   AlignPossible        Block, Left
  78.   LabelType        Counter_Section
  79.  
  80.   # standard font definition
  81.   Font 
  82.     Series         Bold
  83.     Size        Larger
  84.   EndFont
  85.  
  86.   # label font definition
  87.   LabelFont 
  88.     Series        Bold
  89.     Size        Larger
  90.   EndFont
  91. End
  92.  
  93. # Subsection style definition
  94. Style Subsection
  95.   Margin        Dynamic
  96.   LatexType        Command
  97.   LatexName        sect1
  98.   NextNoIndent        1
  99.   LabelSep        xxx
  100.   ParSkip        0.4
  101.   TopSep        0.9
  102.   BottomSep        0.5
  103.   ParSep        0.5
  104.   Align            Block
  105.   AlignPossible        Block, Left
  106.   LabelType        Counter_Subsection
  107.  
  108.   # standard font definition
  109.   Font 
  110.     Series         Bold
  111.     Size        Large
  112.   EndFont
  113.  
  114.   # label font definition
  115.   LabelFont 
  116.     Series        Bold
  117.     Size        Large
  118.   EndFont
  119. End
  120.  
  121. # Subsubsection style definition
  122. Style Subsubsection
  123.   Margin        Dynamic
  124.   LatexType        Command
  125.   LatexName        sect2
  126.   NextNoIndent        1
  127.   LabelSep        xxx
  128.   ParSkip        0.4
  129.   TopSep        0.7
  130.   BottomSep        0.4
  131.   ParSep        0.4
  132.   Align            Block
  133.   AlignPossible        Block, Left
  134.   LabelType        Counter_SubSubSection
  135.  
  136.   # standard font definition
  137.   Font 
  138.     Series         Bold
  139.   EndFont
  140.  
  141.   # label font definition
  142.   LabelFont 
  143.     Series        Bold
  144.   EndFont
  145. End
  146.  
  147. # Paragraph style definition
  148. Style Paragraph
  149.   Margin        Dynamic
  150.   LatexType        Command
  151.   LatexName        sect3
  152.   NextNoIndent        1
  153.   LabelSep        xxx
  154.   ParSkip        0.4
  155.   TopSep        0.4
  156.   BottomSep        0.4
  157.   Align            Block
  158.   AlignPossible        Block, Left
  159.   LabelType        Counter_Paragraph
  160.  
  161.   # standard font definition
  162.   Font 
  163.     Series         Bold
  164.   EndFont
  165.  
  166.   # label font definition
  167.   LabelFont 
  168.     Series        Bold
  169.   EndFont
  170. End
  171.  
  172. # Subparagraph style definition
  173. Style Subparagraph
  174.   Margin        Dynamic
  175.   LatexType        Command
  176.   LatexName        sect4
  177.   LeftMargin        MM
  178.   LabelSep        xxx
  179.   ParSkip        0.4
  180.   TopSep        0.4
  181.   ParSep        0.4
  182.   Align            Block
  183.   AlignPossible        Block, Left
  184.   LabelType        Counter_SubParagraph
  185.  
  186.   # standard font definition
  187.   Font 
  188.     Series         Bold
  189.   EndFont
  190.  
  191.   # label font definition
  192.   LabelFont 
  193.     Series        Bold
  194.   EndFont
  195. End
  196.  
  197. # Enumerate style definition
  198. Style Enumerate
  199.   Margin        Static
  200.   LatexType        Item_Environment
  201.   LatexName        enum
  202.   NextNoIndent        1
  203.   LeftMargin        MMN
  204.   LabelSep        xx
  205.   ItemSep        0.2
  206.   TopSep        0.7
  207.   BottomSep        0.7
  208.   ParSep        0.3
  209.   Align            Block
  210.   AlignPossible        Block, Left
  211.   LabelType        Counter_EnumI
  212. End
  213.  
  214. # Itemize style definition
  215. Style Itemize
  216.   Margin        Static
  217.   LatexType        Item_Environment
  218.   LatexName        itemize
  219.   NextNoIndent        1
  220.   LeftMargin        MMN
  221.   LabelSep        xx
  222.   ItemSep        0.2
  223.   TopSep        0.7
  224.   BottomSep        0.7
  225.   ParSep        0.3
  226.   Align            Block
  227.   AlignPossible        Block, Left
  228.   LabelType        Static
  229.   LabelString        *
  230. End
  231.  
  232. # Description style definition
  233. Style Description
  234.   Margin        First_Dynamic
  235.   LatexType        Item_environment
  236.   LatexName        descrip
  237.   NextNoIndent        1
  238.   LeftMargin        MM
  239.   LabelSep        xxx
  240.   ParSkip        0.4
  241.   ItemSep        0.2
  242.   TopSep        0.7
  243.   BottomSep        0.7
  244.   ParSep        0.3
  245.   Align            Block
  246.   AlignPossible        Block, Left
  247.   LabelType        Manual
  248.   LabelString        MM
  249.  
  250.   # label font definition
  251.   LabelFont 
  252.     Series        Bold
  253.   EndFont
  254. End
  255.  
  256. # Verbatim style definition
  257. Style Verbatim
  258.   Margin        Static
  259.   LatexType        environment
  260.   LatexName        verb
  261.   NextNoIndent        1
  262.   LeftMargin        MM
  263.   LabelSep        xx
  264.   ItemSep        0.2
  265.   Topsep        0.7
  266.   BottomSep        0.7
  267.   ParSep        0.3
  268.   Align            Block
  269.   AlignPossible        Block
  270.   FreeSpacing        1
  271.   LabelType        No_Label
  272.  
  273.   # standard font definition
  274.   Font 
  275.     Family          Typewriter
  276.   EndFont
  277.  
  278.   # label font definition
  279.   LabelFont 
  280.     Family        Typewriter
  281.   EndFont
  282. End
  283.  
  284. # Code style definition
  285. Style Code
  286.   Margin        Static
  287.   LatexType        Environment
  288.   LatexName        code
  289.   NextNoIndent        1
  290.   LeftMargin        MM
  291.   LabelSep        xx
  292.   ItemSep        0.2
  293.   TopSep        0.7
  294.   BottomSep        0.7
  295.   ParSep        0.3
  296.   Align            Block
  297.   AlignPossible        Block
  298.   LabelType        No_Label
  299.   FreeSpacing             1
  300. End
  301.  
  302. # Author style definition
  303. Style Author
  304.   Margin        Dynamic
  305.   LatexType        Paragraph
  306.   LatexName        author
  307.   NextNoIndent        1
  308.   LabelSep        xxx
  309.   ParSkip        0.4
  310.   TopSep        1.3
  311.   BottomSep        0.7
  312.   ParSep        0.7
  313.   Align            Center
  314.   AlignPossible        Center
  315.   LabelType        No_Label
  316.  
  317.   # standard font definition
  318.   Font 
  319.     Size        Larger
  320.   EndFont
  321.  
  322.   # label font definition
  323.   LabelFont 
  324.     Size        Larger
  325.   EndFont
  326. End
  327.  
  328. # Date style definition
  329. Style Date
  330.   Margin        Dynamic
  331.   LatexType        Paragraph
  332.   LatexName        date
  333.   NextNoIndent        1
  334.   LabelSep        xxx
  335.   ParSkip        0.4
  336.   TopSep        0.9
  337.   BottomSep        0.5
  338.   ParSep        0.5
  339.   Align            Center
  340.   AlignPossible        Center
  341.   LabelType        No_Label
  342.  
  343.   # standard font definition
  344.   Font 
  345.     Size        Large
  346.   EndFont
  347.  
  348.   # label font definition
  349.   LabelFont 
  350.     Size        Large
  351.   EndFont
  352. End
  353.  
  354. # Abstract style definition
  355. Style Abstract
  356.   Margin        Static
  357.   LatexType        Paragraph
  358.   LatexName        abstract
  359.   NextNoIndent        1
  360.   LeftMargin        MM
  361.   LabelSep        xx
  362.   ItemSep        0
  363.   TopSep        0.7
  364.   BottomSep        0.7
  365.   ParSep        0
  366.   Align            Block
  367.   AlignPossible        Block
  368.   LabelType        No_Label
  369.  
  370.   # standard font definition
  371.   Font 
  372.     Shape          Italic
  373.   EndFont
  374.  
  375.   # label font definition
  376.   LabelFont 
  377.     Shape        Italic
  378.   EndFont
  379. End 
  380.  
  381. # SGML style definition
  382. Style SGML
  383.   Margin                Static
  384.   LatexType             Paragraph
  385.   LatexName             p
  386.   NewLine               0
  387.   ParIndent             MM
  388.   ParSkip               0.4
  389.   ParSep                0.5
  390.   Align                 Center
  391.   AlignPossible         Block, Left, Right, Center
  392.   LabelType             No_Label
  393.   FreeSpacing           1
  394.  
  395.   # standard font definition
  396.   Font 
  397.     Latex               Latex
  398.   EndFont
  399. End
  400.