home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / lib / layouts / linuxdoc.layout < prev    next >
Text File  |  1998-04-23  |  6KB  |  392 lines

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