]> git.lyx.org Git - features.git/blobdiff - lib/layouts/entcs.layout
re-indent (tab for logical indentation, spaces for alignment)
[features.git] / lib / layouts / entcs.layout
index bc3271a712bdbd622fb0e1b516f89aaaf6e36f19..d03ab4e2b30860e578a82c51e56b103581891cc4 100644 (file)
@@ -7,89 +7,89 @@ Input article.layout
 
 # only font size 11pt is really available
 ClassOptions
-  FontSize   11
+       FontSize   11
 End  
 
 Style Title
-  LatexType             Command
-  LatexName             settitle
-  InTitle               1
-  Preamble
+       LatexType             Command
+       LatexName             settitle
+       InTitle               1
+       Preamble
 \newcommand{\settitle}[1]{\def\theTitle{#1}}
-  EndPreamble
+       EndPreamble
 End
 
 Style Author
-  LatexType             Command
-  LatexName             setauthor
-  InTitle               1
-  Preamble
+       LatexType             Command
+       LatexName             setauthor
+       InTitle               1
+       Preamble
 \newcommand{\setauthor}[1]{\def\theAuthor{#1}}
-  EndPreamble
+       EndPreamble
 End
 
 Style Address
-  LatexType             Command
-  LatexName             setaddress
-  Align                        Center
-  AlignPossible                Center
-  InTitle               1
-  Preamble
+       LatexType             Command
+       LatexName             setaddress
+       Align                 Center
+       AlignPossible         Center
+       InTitle               1
+       Preamble
 \newcommand{\setaddress}[1]{\def\theAddress{#1}}
-  EndPreamble
-  Font 
-    Shape              Italic
-  EndFont
+       EndPreamble
+       Font 
+         Shape               Italic
+       EndFont
 End
 
 Style FrontMatter
-  CopyStyle             LaTeX
-  LaTeXType             Command
-  LaTeXName             setfrontmatter
-  InTitle               1
-  Preamble
+       CopyStyle             LaTeX
+       LaTeXType             Command
+       LaTeXName             setfrontmatter
+       InTitle               1
+       Preamble
 \newcommand{\setfrontmatter}[1]{\def\theFrontMatter{#1}}
-  EndPreamble
+       EndPreamble
 End
 
 # Abstract style definition
 Style Abstract 
-  LatexType             Command
-  LatexName            setabstract
-  LabelType            Top_Environment
-  ParIndent             ""
-  LeftMargin           ""
-  RightMargin          ""
-  InTitle               1
-  Preamble
+       LatexType             Command
+       LatexName             setabstract
+       LabelType             Top_Environment
+       ParIndent             ""
+       LeftMargin            ""
+       RightMargin           ""
+       InTitle               1
+       Preamble
 \newcommand{\setabstract}[1]{\def\theAbstract{#1}\setboolean{hasAbstract}{true}}
-  EndPreamble
+       EndPreamble
 End
 
 # Keyword style definition
 Style Keyword
-  Align                 Center
-  AlignPossible         Center
-  LatexType             Command
-  LatexName             setkeyword
-  InTitle               1
-  Preamble
+       Align                 Center
+       AlignPossible         Center
+       LatexType             Command
+       LatexName             setkeyword
+       InTitle               1
+       Preamble
 \newcommand{\setkeyword}[1]{\def\theKeyword{#1}\setboolean{hasKeyword}{true}}
-  EndPreamble
-  LabelType             Static
-  LabelString           "Key words:"
-  LabelSep              xx
-  
-  # standard font definition
-  Font 
-    Size               Small
-  EndFont
+       EndPreamble
+       LabelType             Static
+       LabelString           "Key words:"
+       LabelSep              xx
+       
+       # standard font definition
+       Font 
+         Size                Small
+       EndFont
 
-  # label font definition
-  LabelFont 
-    Shape               Italic
-    Size                Small
-  EndFont
+       # label font definition
+       LabelFont 
+         Shape               Italic
+         Size                Small
+       EndFont
 End
 
 Preamble