]> git.lyx.org Git - features.git/blobdiff - lib/layouts/svcommon.inc
* svcommon.inc:
[features.git] / lib / layouts / svcommon.inc
index 3bafb9a20632546f6da6a09e53d251ee08ee210c..116072e515dec6435e760e15a4e137fcc663bb6a 100644 (file)
@@ -14,8 +14,8 @@
 #     Adapted for new svjour LaTeX2e classes published by Springer in 1999;
 #     work done by MV in 2000.
 #
-# Adapted for svmono, svmult,     2009/2007
-# by Marcus Kriele (mkriele@mac.com)
+# Adapted for svmono, svmult, and svjour3 2011
+# by Marcus Kriele (mkriele@mac.com) and Uwe Stöhr
 # see http://www.springer.com/authors for class files and further instructions
 
 
@@ -49,8 +49,6 @@ Input theorems-without-preamble.inc
 NoStyle Fact
 NoStyle Prop
 
-
-NoStyle Subparagraph
 NoCounter subparagraph
 NoStyle Subparagraph*
 
@@ -227,6 +225,18 @@ Style Paragraph
        TocLevel        4
 End
 
+Style Subparagraph
+       LeftMargin      ""
+       Font
+         Series        Medium
+         Shape         Italic
+         Size          Normal
+       EndFont
+       TopSep          0.7
+       BottomSep       0.4
+       TocLevel        4
+End
+
 Style Part*
       Margin           Static
       Align            Right
@@ -398,17 +408,26 @@ Style Running_Author
        LatexName       authorrunning
        LabelString     "Running Author:"
 End
+
 Style Author_Running
       ObsoletedBy      Running_Author
 End
 
+Style Running_Section
+      CopyStyle                Running_Title
+      Category         Section
+      LatexName                sectionmark
+      LeftMargin       "Running Section:xxx"
+      LabelString      "Running Section:"
+End
+
 Style Abstract
        Category        FrontMatter
        Margin          First_Dynamic
        LatexType       Environment
        LatexName       abstract
        LabelType       Static
-       LabelString     "Abstract."
+       LabelString     "Abstract"
        LabelFont
          Series        Bold
        EndFont
@@ -424,21 +443,23 @@ Style Abstract
 End
 
 Style Abstract*
-      CopyStyle                Abstract
+       CopyStyle       Abstract
+       LatexType       Command
        LatexName       abstract*
-       LabelString     "Abstract* (not printed)."
-       LabelFont
+       LabelString     "Abstract* (not printed)"
+       LabelFont
          Color         Blue
        EndFont
        TextFont        
-          Color                Blue
-         EndFont
+         Color         Blue
+       EndFont
 End
 
 Style Keywords
        Margin          First_Dynamic
        LatexType       Command
        LatexName       keywords
+       Category        FrontMatter
        NextNoIndent    0
        ParIndent       MM
        LabelSep        xx
@@ -530,7 +551,7 @@ Style Acknowledgement
        Align           Block
        AlignPossible   Block, Left
        LabelType       Static
-       LabelString     "Acknowledgements."
+       LabelString     "Acknowledgements"
        Font
          Size          Small
        EndFont
@@ -542,8 +563,8 @@ Style Acknowledgement
 End
 
 Style Acknowledgements
-      CopyStyle                Acknowledgement
-      LatexName                acknowledgements
+       CopyStyle       Acknowledgement
+       LatexName       acknowledgements
 End
 
 Style Bibliography
@@ -606,9 +627,25 @@ Style Svgraybox
 End
 
 Style Proof
-       CopyStyle       Claim
+       Category        Theorem
+       LatexType       Environment
        LatexName       proof
-       LabelString     "Proof"
+       Margin          First_Dynamic
+       LeftMargin      xxx
+       TopSep          0.4
+       BottomSep       0.4
+       LabelType       Static
+       LabelSep        xx
+       LabelString     "Proof."
+       LabelFont
+         Shape         Italic
+       EndFont
+       LangPreamble
+         \providecommand{\proofname}{_(Proof)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\proofname}{_(Proof)}}
+       EndBabelPreamble
 End
 
 Style Proof(QED)
@@ -616,21 +653,21 @@ Style Proof(QED)
        LatexName       svmultproof
        EndLabelType    Box
        Preamble
-               \newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}}
+         \newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}}
        EndPreamble
 End
 
 Style Proof(smartQED)
        CopyStyle       Proof
        LatexName       svmultproof2
-       EndLabelType    Filled_Box
+       EndLabelType    Box
        Preamble
          \newenvironment{svmultproof2}{\begin{proof}}{\smartqed\qed\end{proof}}
        EndPreamble
 End
 
 InsetLayout Flex:Email
-           Decoration  Conglomerate
+       Decoration      Conglomerate
        LyxType         custom
        LatexType       command
        LatexName       email
@@ -651,22 +688,13 @@ InsetLayout Flex:Email
        EndFont
 End
 
-InsetLayout    Flex:and
-       ContentAsLabel  1
-       CustomPars      0
-       Decoration      Classic
-       LatexName       and
-       LatexType       Command
-       LabelString     "and"
-       LyxType         Custom
-       KeepEmpty       1
+InsetLayout Flex:and
+       ContentAsLabel  1
+       CustomPars      0
+       LatexName       and
+       LatexType       Command
+       LabelString     "and"
+       LyxType         Custom
+       KeepEmpty       1
 End
 
-# InsetLayout  Flex:and
-#        CopyStyle     Flex:Email
-#        LatexName     and
-#        LabelString   "and"
-#        Font  
-#        EndFont
-#        KeepEmpty     1
-# End