]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/ltugboat.layout
update OSX instructions
[lyx.git] / lib / layouts / ltugboat.layout
index 1881e2fe38af4d916c0b9755eeac1ec6ef98dadb..88521f26490d285a9fd39289b9ce7d855531dcb2 100644 (file)
@@ -3,19 +3,20 @@
 # The tugboat journal (TUGboat) textclass definition file.
 # Journal of the TeX User Group http://www.tug.org
 # Author : Herbert Voss <voss@perce.de> 2001/08/13
-#
-# General textclass parameters
+
+
 Columns                 2
 Sides                   2
-#SecNumDepth                            #no counting
+#SecNumDepth                            # no counting
 #TocDepth               -1
-MaxCounter              Counter_Section
-#
+
+
 ClassOptions
-       FontSize              default         #only 11pt
+       FontSize              default         # only 11pt
        PageStyle             ""              # controlled by class
 End
-#
+
+
 DefaultFont                             # only for screen
        Family                Roman
        Series                Medium
@@ -23,10 +24,8 @@ DefaultFont                             # only for screen
        Size                  Normal
        Color                 None
 EndFont
-#
-#
-# Standard style definition
-#
+
+
 Style Standard
        Margin                Static
        LatexType             Paragraph
@@ -38,11 +37,10 @@ Style Standard
        AlignPossible         Block, Left, Right, Center
        LabelType             No_Label
 End
-#
-#
+
+
 Input stdlists.inc
 
-# Section style definition
 Style Section
        Margin                Dynamic
        LatexType             Command
@@ -56,17 +54,13 @@ Style Section
        ParSep                0.7
        Align                 Block
        AlignPossible         Block, Left
-       LabelType             Counter_Section
-
-       # standard font definition
-       Font 
+       Font
          Series              Bold
          Size                Normal
        EndFont
-
 End
 
-# Subsection style definition
+
 Style Subsection
        Margin                Dynamic
        LatexType             Command
@@ -80,16 +74,13 @@ Style Subsection
        ParSep                0.5
        Align                 Block
        AlignPossible         Block, Left
-       LabelType             Counter_Subsection
-       # standard font definition
-       Font 
+       Font
          Series              Bold
          Size                Normal
        EndFont
 End
 
 
-# Subsubsection style definition
 Style Subsubsection
        Margin                Dynamic
        LatexType             Command
@@ -103,17 +94,13 @@ Style Subsubsection
        ParSep                0.4
        Align                 Block
        AlignPossible         Block, Left
-       LabelType             Counter_SubSubSection
-
-       # standard font definition
-       Font 
+       Font
          Series              Bold
          Size                Normal
        EndFont
-
 End
 
-# Paragraph style definition
+
 Style Paragraph
        Margin                Dynamic
        LatexType             Command
@@ -127,10 +114,7 @@ Style Paragraph
        ParSep                0.4
        Align                 Block
        AlignPossible         Block, Left
-       LabelType             Counter_Paragraph
-
-       # standard font definition
-       Font 
+       Font
          Series              Bold
          Size                Normal
        EndFont
@@ -138,16 +122,14 @@ End
 
 
 #Input stdstarsections.inc
-#
+
+Input numarticle.inc
 Input stdstruct.inc
 Input stdlayouts.inc
 Input stdfloats.inc
 Input stdcounters.inc
 
-#
-# Create and Overwrite some styles
-#
-# Title style definition
+
 Style Title
        Margin                Static
        LatexType             Command
@@ -161,14 +143,13 @@ Style Title
        Align                 Left
        AlignPossible         Left
        LabelType             No_Label
-       # standard font definition
-       TextFont 
+       TextFont
          Series              Bold
          Size                Normal
        EndFont
 End
 
-# Author style definition
+
 Style Author
        Margin                Static
        LatexType             Command
@@ -184,10 +165,9 @@ Style Author
        AlignPossible         Left
        LabelType             No_Label
 End
-#
-#
-# Abstract style definition
-Style Abstract 
+
+
+Style Abstract
        Margin                Static
        LatexType             Environment
        LatexName             abstract
@@ -202,15 +182,13 @@ Style Abstract
        Align                 Block
        AlignPossible         Block
        LabelType             Top_Environment
-       LabelString           Abstract
+       LabelString           "Abstract"
        LabelBottomSep    0.5
-       # standard font definition
-       TextFont 
+       TextFont
          Size                Normal
        EndFont
-       # label font definition
-       LabelFont 
+       LabelFont
          Size                Normal
          Series              Bold
        EndFont
-End 
+End