]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/svcommon.inc
Add Eugene (Yu Jin) to the credits
[lyx.git] / lib / layouts / svcommon.inc
index 1529141733c93371ee83cbd7e084c0eaa4a3edb4..fcfa8c2fb8e0f41c53efc19031b90b3e39550c0f 100644 (file)
 # see http://www.springer.com/authors for class files and further instructions
 
 
-Format 35
+Format 80
 PageStyle              Plain
 
 
 Style Standard
+       Category        MainText
        Margin          Static
        LatexType       Paragraph
        LatexName       dummy
@@ -69,7 +70,7 @@ Style Front_Matter
        LatexType       Command
        LatexName       frontmatter
        KeepEmpty       1
-       OptionalArgs    0
+       ResetArgs       1
        Margin          First_Dynamic
        NextNoIndent    1
        ParSkip         0
@@ -113,10 +114,10 @@ End
 ## text on the following page which would otherwise be blank.  
 
 Style PartBacktext
-       Category        Section
+       Category        Sectioning
        Margin          First_Dynamic
        LabelString     "Part \thepart"
-       LabelType       Counter
+       LabelType       Static
        TocLevel        0
        LabelCounter    part
        Labelsep        xx
@@ -129,13 +130,18 @@ Style PartBacktext
        LabelFont
          Series        Bold
          Size          Huge
-       EndLabelFont
+       EndFont
        TextFont
          Series        Medium
          Shape         Up
          Size          normal
-       EndTextFont
-       RequiredArgs    1
+       EndFont
+       Argument 1
+         Mandatory     1
+         LabelString   "Part Title"
+         Tooltip       "Title of this part"
+         IsTocCaption  1
+       EndArgument
        Preamble
          \newenvironment{svmultpartbacktext}[1]{\begin{partbacktext}
          \part{#1}}{\end{partbacktext}}
@@ -150,7 +156,7 @@ End
 Style ChapSubtitle
        LatexName       chapsubtitle
        LatexType       Command
-       Category        Section
+       Category        Sectioning
        TopSep          0.7
        Font
          Series        Bold
@@ -163,7 +169,7 @@ End
 Style ChapAuthor
        LatexName       chapauthor
        LatexType       Command
-       Category        Section
+       Category        Sectioning
        TopSep          0.7
        Font
          Series        Bold
@@ -175,7 +181,7 @@ End
 Style ChapMotto
        LatexName       motto
        LatexType       Command
-       Category        Section
+       Category        Sectioning
        TopSep          0.7
        BottomSep       0.7
        Align           Left
@@ -407,7 +413,7 @@ End
 
 Style Running_Chapter
        CopyStyle       Running_Title
-       Category        Section
+       Category        Sectioning
        InTitle         0
        LatexName       chaptermark
        LabelString     "Running chapter:"
@@ -497,10 +503,10 @@ End
 Style Foreword
        Margin          First_Dynamic
        Category        FrontMatter
-       LabelType       Static
-       LabelString     "Foreword"
+       LabelType       Static
+       LabelString     "Foreword"
        KeepEmpty       1
-       LatexName       foreword
+       LatexName       foreword
        TocLevel        0
        LatexType       Command
        NeedProtect     1
@@ -510,7 +516,10 @@ Style Foreword
        BottomSep       0.8
        ParSep          0.8
        Align           Block
-       OptionalArgs    1
+       Argument 1
+         LabelString   "Alternative Name"
+         Tooltip       "Alternative name"
+       EndArgument
        Font
          Series        Bold
          Size          Huge
@@ -520,10 +529,8 @@ End
 
 Style Preface
        CopyStyle       Foreword
-       Category        "For Authors"
+       Category        FrontMatter
        LatexName       preface
-       KeepEmpty       1
-       OptionalArgs    0
        InTitle         0
        Margin          First_Dynamic
        TopSep          4
@@ -571,6 +578,7 @@ Style Bibliography
        LatexName       thebibliography
        Category        BackMatter
        NextNoIndent    1
+       ToggleIndent    Never
        LeftMargin      MM
        ParSkip         0.4
        ItemSep         0
@@ -585,10 +593,25 @@ Style Bibliography
        LabelFont
          Series        Bold
        EndFont
+       TocLevel        0
+       IsTocCaption    0
+       Argument listpreamble:1
+         LabelString    "Bib preamble"
+         MenuString     "Bibliography Preamble"
+         Tooltip        "LaTeX code to be inserted before the first bibliography item"
+         PassThru       1
+         Font
+           Family typewriter
+           Color latex
+         EndFont
+       EndArgument
 End
 
 Style Description
-       OptionalArgs    1
+       Argument 1
+         LabelString   "Longest Description Label"
+         Tooltip       "Longest description label"
+       EndArgument
        LabelFont
          Series        Medium
        EndFont
@@ -625,7 +648,7 @@ Style Svgraybox
 End
 
 Style Proof
-       Category        Theorem
+       Category        Reasoning
        LatexType       Environment
        LatexName       proof
        Margin          First_Dynamic
@@ -639,7 +662,7 @@ Style Proof
          Shape         Italic
        EndFont
        LangPreamble
-               \providecommand{\proofname}{_(Proof)}
+         \providecommand{\proofname}{_(Proof)}
        EndLangPreamble
        BabelPreamble
          \addto\captions$$lang{\renewcommand{\proofname}{_(Proof)}}
@@ -651,7 +674,7 @@ Style Proof(QED)
        LatexName       svmultproof
        EndLabelType    Box
        Preamble
-               \newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}}
+         \newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}}
        EndPreamble
 End
 
@@ -660,7 +683,7 @@ Style Proof(smartQED)
        LatexName       svmultproof2
        EndLabelType    Box
        Preamble
-               \newenvironment{svmultproof2}{\begin{proof}}{\smartqed\qed\end{proof}}
+         \newenvironment{svmultproof2}{\begin{proof}}{\smartqed\qed\end{proof}}
        EndPreamble
 End
 
@@ -684,5 +707,6 @@ InsetLayout Flex:Email
          Color         urltext
          Size          Small
        EndFont
+       ResetsFont true
 End