]> git.lyx.org Git - features.git/blobdiff - lib/layouts/slides.layout
re-indent (tab for logical indentation, spaces for alignment)
[features.git] / lib / layouts / slides.layout
index 46ec5a9985c26625204bb6d5cf2a4e7de92f095b..54acef587645cddd8a77d9bd1423fa71c87041d9 100644 (file)
@@ -13,17 +13,17 @@ PageStyle      Plain
 MaxCounter     Counter_EnumI
 
 DefaultFont
-  Family       Sans
-  Series       Medium
-  Shape        Up
-  Size         Largest
-  Color        None
+       Family       Sans
+       Series       Medium
+       Shape        Up
+       Size         Largest
+       Color        None
 EndFont
 
 ClassOptions
-  FontSize   |
-  Pagestyle  plain|headings|empty
-  Other      "dvips"
+       FontSize   |
+       Pagestyle  plain|headings|empty
+       Other      "dvips"
 End
 
 
@@ -35,30 +35,30 @@ End
 
 
 Preamble
-  \newcounter{slidetype}
-  \setcounter{slidetype}{0}
-  \newif\ifLyXsNoCenter
-  \LyXsNoCenterfalse
-  \newcommand{\noslidecentering}{
-     \LyXsNoCentertrue%
-  }
-  \newcommand{\slidecentering}{
-     \LyXsNoCenterfalse%
-  }
-  \newcommand{\lyxendslide}[1]{
-     \ifLyXsNoCenter%
-          \vfill%
-     \fi%
-     \ifcase \value{slidetype}%
-          \or % no action for 0
-          \end{slide} \or%
-          \end{overlay} \or%
-          \end{note}%
-     \fi%
-     \setcounter{slidetype}{0}
-       \visible
-  }
-  \AtEndDocument{\lyxendslide{.}}
+       \newcounter{slidetype}
+       \setcounter{slidetype}{0}
+       \newif\ifLyXsNoCenter
+       \LyXsNoCenterfalse
+       \newcommand{\noslidecentering}{
+          \LyXsNoCentertrue%
+       }
+       \newcommand{\slidecentering}{
+          \LyXsNoCenterfalse%
+       }
+       \newcommand{\lyxendslide}[1]{
+          \ifLyXsNoCenter%
+               \vfill%
+          \fi%
+          \ifcase \value{slidetype}%
+               \or % no action for 0
+               \end{slide} \or%
+               \end{overlay} \or%
+               \end{note}%
+          \fi%
+          \setcounter{slidetype}{0}
+             \visible
+       }
+       \AtEndDocument{\lyxendslide{.}}
 EndPreamble
 
 
@@ -70,14 +70,14 @@ EndPreamble
 ############################
 
 Style Standard
-  Margin            Static
-  LatexType         Paragraph
-  LatexName         dummy
-  ParIndent         M
-  ParSkip           0.4
-  Align             Block
-  AlignPossible     Block, Left, Right, Center
-  LabelType         No_Label
+       Margin            Static
+       LatexType         Paragraph
+       LatexName         dummy
+       ParIndent         M
+       ParSkip           0.4
+       Align             Block
+       AlignPossible     Block, Left, Right, Center
+       LabelType         No_Label
 End
 
 
@@ -90,183 +90,183 @@ End
 
 # Slide style definition
 Style Slide
-  LatexType         Command
-  LatexName         lyxnewslide
-  KeepEmpty         1
-  Margin            Static
-  NextNoIndent      1
-  ParSkip           0.4
-  TopSep            1.0
-  BottomSep         1.0
-  ParSep            0.5
-  Align             Left
-  AlignPossible     Left
-  LabelType         Static
-  LabelBottomSep    0.5
-  LeftMargin        MMMMxMMMMxxxNewSlide
-  LabelString       "_____________________________NewSlide: "
-
-  Font 
-    Family          Typewriter
-    Series          Bold
-    Size            Large
-    Color           Blue
-  EndFont
-  LabelFont 
-    Family          Typewriter
-    Size            Large
-    Color           Blue
-  EndFont
-
-  Preamble
-  \newcommand{\lyxnewslide}[1]{
-     \lyxendslide{.}
-     \setcounter{slidetype}{1}
-     \begin{slide}
-  }
-  EndPreamble
+       LatexType         Command
+       LatexName         lyxnewslide
+       KeepEmpty         1
+       Margin            Static
+       NextNoIndent      1
+       ParSkip           0.4
+       TopSep            1.0
+       BottomSep         1.0
+       ParSep            0.5
+       Align             Left
+       AlignPossible     Left
+       LabelType         Static
+       LabelBottomSep    0.5
+       LeftMargin        MMMMxMMMMxxxNewSlide
+       LabelString       "_____________________________NewSlide: "
+
+       Font 
+         Family          Typewriter
+         Series          Bold
+         Size            Large
+         Color           Blue
+       EndFont
+       LabelFont 
+         Family          Typewriter
+         Size            Large
+         Color           Blue
+       EndFont
+
+       Preamble
+       \newcommand{\lyxnewslide}[1]{
+          \lyxendslide{.}
+          \setcounter{slidetype}{1}
+          \begin{slide}
+       }
+       EndPreamble
 End
 
 # Overlay style definition
 Style Overlay
-  LatexType         Command
-  LatexName         lyxnewoverlay
-  KeepEmpty         1
-  Margin            Static
-  NextNoIndent      1
-  ParSkip           0.4
-  TopSep            1.0
-  BottomSep         1.0
-  ParSep            0.5
-  Align             Left
-  AlignPossible     Left
-  LabelType         Static
-  LabelBottomSep    0.5
-  LeftMargin        MMMMxNewOverlay
-  LabelString       "- - - - - - - - - - NewOverlay: "
-
-  Font 
-    Family          Typewriter
-    Series          Bold
-    Size            Large
-    Shape                      SmallCaps
-    Color           Magenta
-  EndFont
-  LabelFont 
-    Family          Typewriter
-    Series          Bold
-    Size            Large
-    Shape                      SmallCaps
-    Color           Magenta
-  EndFont
-
-  Preamble
-  \newcommand{\lyxnewoverlay}[1]{
-     \lyxendslide{.}
-     \setcounter{slidetype}{2}
-     \begin{overlay}
-  }
-  EndPreamble
+       LatexType         Command
+       LatexName         lyxnewoverlay
+       KeepEmpty         1
+       Margin            Static
+       NextNoIndent      1
+       ParSkip           0.4
+       TopSep            1.0
+       BottomSep         1.0
+       ParSep            0.5
+       Align             Left
+       AlignPossible     Left
+       LabelType         Static
+       LabelBottomSep    0.5
+       LeftMargin        MMMMxNewOverlay
+       LabelString       "- - - - - - - - - - NewOverlay: "
+
+       Font 
+         Family          Typewriter
+         Series          Bold
+         Size            Large
+         Shape                       SmallCaps
+         Color           Magenta
+       EndFont
+       LabelFont 
+         Family          Typewriter
+         Series          Bold
+         Size            Large
+         Shape                       SmallCaps
+         Color           Magenta
+       EndFont
+
+       Preamble
+       \newcommand{\lyxnewoverlay}[1]{
+          \lyxendslide{.}
+          \setcounter{slidetype}{2}
+          \begin{overlay}
+       }
+       EndPreamble
 End
 
 ## Note style definition
 Style Note
-  LatexType         Command
-  LatexName         lyxnewnote
-  KeepEmpty         1
-  Margin            Static
-  NextNoIndent      1
-  ParSkip           0.4
-  TopSep            1.0
-  BottomSep         1.0
-  ParSep            0.5
-  Align             Left
-  AlignPossible     Left
-  LabelType         Static
-  LabelBottomSep    0.5
-  LeftMargin        MMMMxMMxxNewNote
-  LabelString       "........................NewNote: "
-
-  Font 
-    Family          Typewriter
-    Series          Bold
-    Size            Large
-    Shape                      Italic
-    Color           Magenta
-  EndFont
-  LabelFont 
-    Family          Typewriter
-    Series          Bold
-    Size            Large
-    Shape                      Italic
-    Color           Magenta
-  EndFont
-
-  Preamble
-  \newcommand{\lyxnewnote}[1]{
-     \lyxendslide{.}
-     \setcounter{slidetype}{3}
-     \begin{note}
-  }
-  EndPreamble
+       LatexType         Command
+       LatexName         lyxnewnote
+       KeepEmpty         1
+       Margin            Static
+       NextNoIndent      1
+       ParSkip           0.4
+       TopSep            1.0
+       BottomSep         1.0
+       ParSep            0.5
+       Align             Left
+       AlignPossible     Left
+       LabelType         Static
+       LabelBottomSep    0.5
+       LeftMargin        MMMMxMMxxNewNote
+       LabelString       "........................NewNote: "
+
+       Font 
+         Family          Typewriter
+         Series          Bold
+         Size            Large
+         Shape                       Italic
+         Color           Magenta
+       EndFont
+       LabelFont 
+         Family          Typewriter
+         Series          Bold
+         Size            Large
+         Shape                       Italic
+         Color           Magenta
+       EndFont
+
+       Preamble
+       \newcommand{\lyxnewnote}[1]{
+          \lyxendslide{.}
+          \setcounter{slidetype}{3}
+          \begin{note}
+       }
+       EndPreamble
 End
 
 ## Invisible environment
 Style InvisibleText
-  LatexType         Command
-  LatexName         lyxinvisible
-  KeepEmpty         1
-  Margin            Static
-  Align             Center
-  AlignPossible     Center
-  LabelType         Static
-  LabelString       "<Invisible Text Follows>"
-
-  Font 
-    Family          Roman
-    Size            Normal
-    Color           Cyan
-  EndFont
-  LabelFont 
-    Family          Roman
-    Size            Normal
-    Color           Cyan
-  EndFont
-
-  Preamble
-  \newcommand{\lyxinvisible}[1]{
-     \invisible
-  }
-  EndPreamble
+       LatexType         Command
+       LatexName         lyxinvisible
+       KeepEmpty         1
+       Margin            Static
+       Align             Center
+       AlignPossible     Center
+       LabelType         Static
+       LabelString       "<Invisible Text Follows>"
+
+       Font 
+         Family          Roman
+         Size            Normal
+         Color           Cyan
+       EndFont
+       LabelFont 
+         Family          Roman
+         Size            Normal
+         Color           Cyan
+       EndFont
+
+       Preamble
+       \newcommand{\lyxinvisible}[1]{
+          \invisible
+       }
+       EndPreamble
 End
 
 ## Visible environment
 Style VisibleText
-  LatexType         Command
-  LatexName         lyxvisible
-  KeepEmpty         1
-  Margin            Static
-  Align             Center
-  AlignPossible     Center
-  LabelType         Static
-  LabelString       "<Visible Text Follows>"
-
-  Font 
-    Family          Roman
-    Size            Normal
-    Color           Green
-  EndFont
-  LabelFont 
-    Family          Roman
-    Size            Normal
-    Color           Green
-  EndFont
-
-  Preamble
-  \newcommand{\lyxvisible}[1]{
-     \visible
-  }
-  EndPreamble
+       LatexType         Command
+       LatexName         lyxvisible
+       KeepEmpty         1
+       Margin            Static
+       Align             Center
+       AlignPossible     Center
+       LabelType         Static
+       LabelString       "<Visible Text Follows>"
+
+       Font 
+         Family          Roman
+         Size            Normal
+         Color           Green
+       EndFont
+       LabelFont 
+         Family          Roman
+         Size            Normal
+         Color           Green
+       EndFont
+
+       Preamble
+       \newcommand{\lyxvisible}[1]{
+          \visible
+       }
+       EndPreamble
 End
 
 ########################################################################
@@ -293,7 +293,7 @@ Input stdfloats.inc
 
 # Style definition for end of a slide
 Style End_All_Slides
-  ObsoletedBy       Comment
+       ObsoletedBy       Comment
 End
 
 NoStyle Address