]> git.lyx.org Git - features.git/blobdiff - lib/layouts/paper.layout
re-indent (tab for logical indentation, spaces for alignment)
[features.git] / lib / layouts / paper.layout
index a26c8a921c0ce16abc66a94b53ee0d74e5790586..a77c57847063355789b40366d26391258c874ce8 100644 (file)
@@ -5,22 +5,22 @@
 
 
 # General textclass parameters
-MaxCounter             Counter_Section
-Columns                        1
-Sides                  1
-SecNumDepth            3
-TocDepth               3
+MaxCounter              Counter_Section
+Columns                 1
+Sides                   1
+SecNumDepth             3
+TocDepth                3
 
 # Standard style definition
 Style Standard
-  Margin               Static
-  LatexType            Paragraph
-  LatexName            dummy
-  ParIndent            MM
-  ParSkip              0.4
-  Align                Block
-  AlignPossible        Block, Left, Right, Center
-  LabelType            No_Label
+       Margin                Static
+       LatexType             Paragraph
+       LatexName             dummy
+       ParIndent             MM
+       ParSkip               0.4
+       Align                 Block
+       AlignPossible         Block, Left, Right, Center
+       LabelType             No_Label
 End
 
 # A few lists
@@ -31,63 +31,63 @@ Input stdsections.inc
 
 ### All the section headings now use sans serif
 Style Part
-  Align                        Left
-  AlignPossible                Left
-  TopSep                2
-  BottomSep             1.5
-
-  Font
-    Family             Sans
-    Series             Bold
-    Size               Largest
-  EndFont
+       Align                 Left
+       AlignPossible         Left
+       TopSep                2
+       BottomSep             1.5
+
+       Font
+         Family              Sans
+         Series              Bold
+         Size                Largest
+       EndFont
 End
 
 Style Section
-  Font 
-    Family              Sans
-    Series              Bold
-    Size                Large
-  EndFont
+       Font 
+         Family              Sans
+         Series              Bold
+         Size                Large
+       EndFont
 End
 
 Style Subsection
-  Font 
-    Family              Sans
-    Series              Bold
-    Size                Large
-  EndFont
+       Font 
+         Family              Sans
+         Series              Bold
+         Size                Large
+       EndFont
 End
 
 Style Subsubsection
-  Font 
-    Family              Sans
-    Series              Bold
-    Size                Normal
-  EndFont
+       Font 
+         Family              Sans
+         Series              Bold
+         Size                Normal
+       EndFont
 End
 
 Style Paragraph
-  Font 
-    Family              Sans
-    Series              Bold
-    Size                Normal
-  EndFont
+       Font 
+         Family              Sans
+         Series              Bold
+         Size                Normal
+       EndFont
 End
 
 Style Subparagraph
-  Font 
-    Family              Sans
-    Size                Normal
-  EndFont
+       Font 
+         Family              Sans
+         Size                Normal
+       EndFont
 End
 
 # Starred versions of the sectioning layouts.
 Input stdstarsections.inc
 
 # There are no chapters in a paper.
-NoStyle                        Chapter
-NoStyle                        Chapter*
+NoStyle                 Chapter
+NoStyle                 Chapter*
 
 # Some standard layouts 
 Input stdtitle.inc
@@ -100,70 +100,70 @@ Input obsolete.inc
 
 ### The description environment also uses sans serif labels.
 Style Description
-  LabelFont 
-    Family              Sans
-    Series              Bold
-  EndFont
+       LabelFont 
+         Family              Sans
+         Series              Bold
+       EndFont
 End
 
 ### The \maketitle stuff is by default left justified.
 Style Title
-  Align                 Left
-  AlignPossible         Left
-
-  Font 
-    Family              Sans
-    Series              Bold
-    Size                Largest
-  EndFont
+       Align                 Left
+       AlignPossible         Left
+
+       Font 
+         Family              Sans
+         Series              Bold
+         Size                Largest
+       EndFont
 End
 
 Style Author
-  Align                 Left
-  AlignPossible         Left
-
-  Font 
-    Size                Larger
-    Family              Sans
-    Shape               Italic
-  EndFont
+       Align                 Left
+       AlignPossible         Left
+
+       Font 
+         Size                Larger
+         Family              Sans
+         Shape               Italic
+       EndFont
 End
 
 Style Abstract
-  Align                 Left
-  AlignPossible         Left
+       Align                 Left
+       AlignPossible         Left
 
-  Font 
-    Size                Small
-    Family              Sans
-  EndFont
+       Font 
+         Size                Small
+         Family              Sans
+       EndFont
 End
 
 ### A few new things defined only in the paper document class
 Style SubTitle
-  CopyStyle            Title
-  LatexName            subtitle
-
-  Font 
-    Family              Sans
-    Series              Medium
-    Size                Large
-  EndFont
+       CopyStyle             Title
+       LatexName             subtitle
+
+       Font 
+         Family              Sans
+         Series              Medium
+         Size                Large
+       EndFont
 End
 
 Style Institution
-  CopyStyle            Title
-  LatexName            institution
-
-  Font 
-    Family              Sans
-    Series              Medium
-    Size                Normal
-  EndFont
+       CopyStyle             Title
+       LatexName             institution
+
+       Font 
+         Family              Sans
+         Series              Medium
+         Size                Normal
+       EndFont
 End
 
 Style Keywords
-  CopyStyle            Abstract
-  LatexName            keywords
-  LabelString          "Keywords:"
+       CopyStyle             Abstract
+       LatexName             keywords
+       LabelString           "Keywords:"
 End