]> git.lyx.org Git - features.git/commitdiff
springer template files: backport changes from trunk, support for all 3 recent Spring...
authorUwe Stöhr <uwestoehr@web.de>
Thu, 22 Sep 2011 02:25:11 +0000 (02:25 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 22 Sep 2011 02:25:11 +0000 (02:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39726 a592a061-630c-0410-9148-cb99ea01b6c8

14 files changed:
development/scons/SConstruct
development/scons/scons_manifest.py
lib/Makefile.am
lib/layouts/svcommon.inc [new file with mode: 0644]
lib/layouts/svglobal3.layout
lib/layouts/svjour.inc [deleted file]
lib/layouts/svmono.layout
lib/layouts/svmult.layout
lib/layouts/theorems-without-preamble.inc [new file with mode: 0644]
lib/templates/svjour3.lyx [deleted file]
lib/templates/svmono_book.lyx [deleted file]
lib/templates/svmult_appendix.lyx [deleted file]
lib/templates/svmult_author.lyx [deleted file]
lib/templates/svmult_editor.lyx [deleted file]

index cd5f217b27942f58b9d69e0f1157017e44f20f96..ad619e8fdfd8904d0eac6038203ccb8053731606 100644 (file)
@@ -1944,6 +1944,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
             ('lyx2lyx', lib_lyx2lyx_files),
             ('scripts', lib_scripts_files),
             ('templates', lib_templates_files),
+            ('templates/springer', lib_templates_springer_files),
             ('templates/thesis', lib_templates_thesis_files),
             ('tex', lib_tex_files),
             ('ui', lib_ui_files)]:
index 4e8d418c3f73df15f8a34597964333d920efa702..2bbd6171d3fa0e488ac6956046c5729163c08837 100644 (file)
@@ -1381,11 +1381,35 @@ lib_templates_files = Split('''
     README.new_templates
     revtex4.lyx
     slides.lyx
+''')
+
+
+lib_templates_springer_files = Split('''
     svjour3.lyx
-    svmono_book.lyx
+    svmono_acknow.lyx
+    svmono_acronym.lyx
+    svmono_appendix.lyx
+    svmono_book-master.lyx
+    svmono_chapter.lyx
+    svmono_dedication.lyx
+    svmono_foreword.lyx
+    svmono_glossary.lyx
+    svmono_part.lyx
+    svmono_preface.lyx
+    svmono_referenc.lyx
+    svmono_solutions.lyx
+    svmult_acknow.lyx
+    svmult_acronym.lyx
     svmult_appendix.lyx
     svmult_author.lyx
-    svmult_editor.lyx
+    svmult_cblist.lyx
+    svmult_dedication.lyx
+    svmult_editor-master.lyx
+    svmult_foreword.lyx
+    svmult_glossary.lyx
+    svmult_part.lyx
+    svmult_preface.lyx
+    svmult_referenc.lyx
 ''')
 
 
@@ -2926,7 +2950,7 @@ lib_layouts_inc_files = Split('''
     stdstarsections.inc
     stdstruct.inc
     stdtitle.inc
-    svjour.inc
+    svcommon.inc
     theorems.inc
     theorems-ams.inc
     theorems-ams-bytype.inc
@@ -2937,6 +2961,7 @@ lib_layouts_inc_files = Split('''
     theorems-refprefix.inc
     theorems-starred.inc
     theorems-starred-equivalents.inc
+    theorems-without-preamble.inc
 ''')
 
 
index e60624a09015485b40a947d8aec866ef722b8b65..34bb52f292d994d0ae125f3b380b3238ce476158 100644 (file)
@@ -1446,10 +1446,10 @@ dist_layouts_DATA =\
        layouts/stdstarsections.inc \
        layouts/stdstruct.inc \
        layouts/stdtitle.inc \
+       layouts/svcommon.inc \
        layouts/svglobal.layout \
        layouts/svglobal3.layout \
        layouts/svjog.layout \
-       layouts/svjour.inc \
        layouts/svmono.layout \
        layouts/svmult.layout \
        layouts/svprobth.layout \
@@ -1479,6 +1479,7 @@ dist_layouts_DATA =\
        layouts/theorems-starred.inc \
        layouts/theorems-starred.module \
        layouts/theorems-std.module \
+       layouts/theorems-without-preamble.inc \
        layouts/treport.layout \
        layouts/tufte-book.layout \
        layouts/tufte-handout.layout
@@ -1548,12 +1549,35 @@ dist_templates_DATA = \
        templates/lettre.lyx \
        templates/README.new_templates \
        templates/revtex4.lyx \
-       templates/slides.lyx \
-       templates/svjour3.lyx \
-       templates/svmono_book.lyx \
-       templates/svmult_appendix.lyx \
-       templates/svmult_author.lyx \
-       templates/svmult_editor.lyx
+       templates/slides.lyx
+
+springertemplatesdir = $(pkgdatadir)/templates/springer
+dist_springertemplates_DATA = \
+       templates/springer/svjour3.lyx \
+       templates/springer/svmono_acknow.lyx \
+       templates/springer/svmono_acronym.lyx \
+       templates/springer/svmono_appendix.lyx \
+       templates/springer/svmono_book-master.lyx \
+       templates/springer/svmono_chapter.lyx \
+       templates/springer/svmono_dedication.lyx \
+       templates/springer/svmono_foreword.lyx \
+       templates/springer/svmono_glossary.lyx \
+       templates/springer/svmono_part.lyx \
+       templates/springer/svmono_preface.lyx
+       templates/springer/svmono_referenc.lyx \
+       templates/springer/svmono_solutions.lyx \
+       templates/springer/svmult_acknow.lyx \
+       templates/springer/svmult_acronym.lyx \
+       templates/springer/svmult_appendix.lyx \
+       templates/springer/svmult_author.lyx \
+       templates/springer/svmult_cblist.lyx \
+       templates/springer/svmult_dedication.lyx \
+       templates/springer/svmult_editor-master.lyx \
+       templates/springer/svmult_foreword.lyx \
+       templates/springer/svmult_glossary.lyx \
+       templates/springer/svmult_part.lyx \
+       templates/springer/svmult_preface.lyx \
+       templates/springer/svmult_referenc.lyx
 
 thesistemplatesdir = $(pkgdatadir)/templates/thesis
 dist_thesistemplates_DATA = \
diff --git a/lib/layouts/svcommon.inc b/lib/layouts/svcommon.inc
new file mode 100644 (file)
index 0000000..bb9cb64
--- /dev/null
@@ -0,0 +1,686 @@
+# svcommon (article) textclass definition file for inclusion.
+# for Springer Verlag publications
+# based on sjour.inc:
+#     --------
+#     Taken from initial LyX source code
+#     Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
+#     Transposed by Pascal André <andre@via.ecp.fr>
+#     Heavily modified and enhanced by serveral developers.
+#     --------
+#     ejour2 made originally by Martin Vermeer based on article.layout.
+#     Modified for LyX 1.2 by Jean-Marc Lasgouttes and MV.
+#     Minor change for LyX 1.3.3 by Cengiz Gunay.
+#
+#     Adapted for new svjour LaTeX2e classes published by Springer in 1999;
+#     work done by MV in 2000.
+#
+# 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
+
+
+Format 35
+PageStyle              Plain
+
+
+Style Standard
+       Margin          Static
+       LatexType       Paragraph
+       LatexName       dummy
+       ParIndent       MM
+       ParSkip         0.4
+       Align           Block
+       AlignPossible   Block, Left, Right, Center
+       LabelType       No_Label
+End
+
+Input stdcounters.inc
+Input stdfloats.inc
+Input stdlists.inc
+Input stdinsets.inc
+Input stdsections.inc
+Input stdstarsections.inc
+Input stdlayouts.inc
+Input stdtitle.inc
+Input numreport.inc
+
+ProvidesModule theorems-std
+Input theorems-without-preamble.inc
+NoStyle Fact
+NoStyle Prop
+
+NoCounter subparagraph
+NoStyle Subparagraph*
+
+
+Style Title
+       Align           Left
+       AlignPossible   Block, Center, Left, Right
+       Font
+         Family        Sans
+         Series        Bold
+       EndFont
+End
+
+
+
+Style Front_Matter
+       Category        Structure
+       LatexType       Command
+       LatexName       frontmatter
+       KeepEmpty       1
+       OptionalArgs    0
+       Margin          First_Dynamic
+       NextNoIndent    1
+       ParSkip         0
+       TopSep          2.5
+       BottomSep       0.5
+       ParSep          0
+       Align           Center
+       LabelType       Static
+       LabelBottomSep  0
+       LeftMargin      M
+       LabelString     "--- Front Matter ---"
+
+       Font
+         Family        Sans
+         Series        Bold
+         Size          Largest
+         Color         Blue
+       EndFont
+End
+
+Style Main_Matter
+       CopyStyle       Front_Matter
+       Category        Structure
+       LatexName       mainmatter
+       LabelString     "--- Main Matter ---"
+End
+
+Style Back_Matter
+       CopyStyle       Front_Matter
+       Category        Structure
+       LatexName       backmatter
+       LabelString     "--- Back Matter ---"
+End
+
+Style Part
+       Margin          Static
+       Align           Right
+End
+
+## The following is a variant of style Part.  It allows to place some
+## text on the following page which would otherwise be blank.  
+
+Style PartBacktext
+       Category        Section
+       Margin          First_Dynamic
+       LabelString     "Part \thepart"
+       LabelType       Counter
+       TocLevel        0
+       LabelCounter    part
+       Labelsep        xx
+       NeedProtect     1
+       ParIndent       MM
+       TopSep          4
+       BottomSep       4
+       LaTexType       Environment
+       LatexName       svmultpartbacktext
+       LabelFont
+         Series        Bold
+         Size          Huge
+       EndFont
+       TextFont
+         Series        Medium
+         Shape         Up
+         Size          normal
+       EndFont
+       RequiredArgs    1
+       Preamble
+         \newenvironment{svmultpartbacktext}[1]{\begin{partbacktext}
+         \part{#1}}{\end{partbacktext}}
+       EndPreamble
+       HTMLTag         h1
+End
+
+Style Chapter
+       Align           Left
+End
+
+Style ChapSubtitle
+       LatexName       chapsubtitle
+       LatexType       Command
+       Category        Section
+       TopSep          0.7
+       Font
+         Series        Bold
+         Shape         Up
+         Size          large
+       EndFont
+
+End
+
+Style ChapAuthor
+       LatexName       chapauthor
+       LatexType       Command
+       Category        Section
+       TopSep          0.7
+       Font
+         Series        Bold
+         Shape         Up
+         Size          normal
+       EndFont
+End
+
+Style ChapMotto
+       LatexName       motto
+       LatexType       Command
+       Category        Section
+       TopSep          0.7
+       BottomSep       0.7
+       Align           Left
+       LeftMargin      MMMMMMMMMMMM
+       Font
+         Series        Medium
+         Shape         Italic
+         Size          normal
+       EndFont
+End
+
+Style Section
+       Font
+         Series        Bold
+         Shape         Up
+         Size          large
+       EndFont
+       TocLevel        1
+End
+
+Style Subsection
+       Font
+         Series        Bold
+         Shape         Italic
+         Size          large
+       EndFont
+       TocLevel        2
+End
+
+Style Subsubsection
+       Font
+         Series        Bold
+         Shape         Up
+         Size          Normal
+       EndFont
+       TocLevel        3
+End
+
+Style Paragraph
+       Font
+         Series        Medium
+         Shape         Up
+         Size          Normal
+       EndFont
+       TopSep          0.7
+       BottomSep       0.4
+       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
+End
+
+Style Chapter*
+       Align           Left
+End
+
+Style Section*
+       Font
+         Series        Bold
+         Shape         Up
+         Size          large
+       EndFont
+End
+
+Style Subsection*
+       Font
+         Series        Bold
+         Shape         Italic
+         Size          large
+       EndFont
+End
+
+Style Subsubsection*
+       Font
+         Series        Bold
+         Shape         Up
+         Size          Normal
+       EndFont
+End
+
+Style Paragraph*
+       Font
+         Series        Medium
+         Shape         Up
+         Size          Normal
+       EndFont
+       TopSep          0.7
+       BottomSep       0.4
+End
+
+Style Run-in_headings
+       Category        Unnumbered
+       LabelType       No_Label
+       LabelSep        xx
+       TopSep          0.7
+       Font
+         Series        Bold
+         Shape         Up
+         Size          Normal
+       EndFont
+       Margin          Static
+       LatexType       Command
+       LatexName       runinhead
+End
+
+Style Sub-run-in_headings
+       CopyStyle       Run-in_headings
+       Font 
+         Series        Medium
+         Shape         Italic
+         Size          Normal
+       EndFont
+       LatexName       subruninhead
+End
+
+Style Extrachap
+       CopyStyle       Chapter*
+       LatexName       Extrachap
+End
+
+Style extrachap
+       CopyStyle       Chapter*
+       LatexName       extrachap
+End
+
+Style Title
+       Align           Left
+       AlignPossible   Block, Center, Left, Right, Center
+       Font
+         Family        Sans
+         Series        Bold
+       EndFont
+End
+
+Style Subtitle
+       CopyStyle       Title
+       LatexName       subtitle
+       NextNoIndent    1
+       BottomSep       0
+       ParSep          0
+       Font
+         Size          Large
+       EndFont
+End
+
+Style Author
+       NextNoIndent    1
+       Align           Left
+       Font
+         Series        Bold
+         Shape         Italic
+       EndFont
+End
+
+Style Institute
+       Category        FrontMatter
+       LatexType       Command
+       InTitle         1
+       LatexName       institute
+       Margin          First_Dynamic
+       LabelSep        x
+       LabelType       Static
+       LabelString     "Author data:"
+       LabelFont
+         Family        Typewriter
+         Color         Blue
+       EndFont
+       Requires        url
+       Align           Left
+End
+
+Style Date
+       Align           Left
+       Font
+         Size          Small
+       EndFont
+End
+
+Style TOC_Title
+       Category        FrontMatter
+       Margin          First_Dynamic
+       Align           Left
+       LatexType       Command
+       LatexName       toctitle
+       LeftMargin      xx
+       TopSep          0.4
+       BottomSep       0.4
+       LabelType       Static
+       LabelSep        x
+       LabelString     "TOC title:"
+       LabelFont
+         Family        Typewriter
+         Color         Blue
+       EndFont  
+End
+
+Style TOC_Author
+       CopyStyle       TOC_Title
+       LatexName       tocauthor
+       LabelString     "TOC author:"
+End
+
+Style Running_Title
+       CopyStyle       TOC_Title
+       LatexName       titlerunning
+       InTitle         1
+       LabelString     "Running title:"
+End
+
+Style Running_Author
+       CopyStyle       Running_Title
+       LatexName       authorrunning
+       LabelString     "Running author:"
+End
+
+Style Running_Chapter
+       CopyStyle       Running_Title
+       Category        Section
+       InTitle         0
+       LatexName       chaptermark
+       LabelString     "Running chapter:"
+End
+
+Style Running_Section
+       CopyStyle       Running_Chapter
+       LatexName       sectionmark
+       LabelString     "Running section:"
+End
+
+Style Abstract
+       Category        FrontMatter
+       Margin          First_Dynamic
+       LatexType       Environment
+       LatexName       abstract
+       LabelType       Static
+       LabelString     "Abstract"
+       LabelFont
+         Series        Bold
+       EndFont
+       NextNoIndent    0
+       ParIndent       MM
+       LabelSep        xx
+       ItemSep         0
+       TopSep          0.7
+       BottomSep       0.7
+       ParSep          0
+       Align           Block
+       AlignPossible   Block, Left
+End
+
+Style Abstract*
+       CopyStyle       Abstract
+       LatexType       Command
+       LatexName       abstract*
+       LabelString     "Abstract* (not printed)"
+       LabelFont
+         Color         Blue
+       EndFont
+       TextFont        
+         Color         Blue
+       EndFont
+End
+
+Style Keywords
+       Margin          First_Dynamic
+       LatexType       Command
+       LatexName       keywords
+       Category        FrontMatter
+       NextNoIndent    0
+       ParIndent       MM
+       LabelSep        xx
+       ItemSep         0
+       TopSep          0.7
+       BottomSep       0.7
+       ParSep          0
+       Align           Block
+       AlignPossible   Block, Left
+       LabelType       Static
+       LabelString     "Keywords"
+       LabelFont
+         Series        Bold
+       EndFont
+End
+
+Style Dedication
+       Category        FrontMatter
+       Margin          Static
+       LatexType       Environment
+       LatexName       dedication
+       LeftMargin      MMMMMMMMMMMM
+       TopSep          2
+       ParIndent       MM
+       Parsep          0
+       BottomSep       2
+       Align           Left
+       LabelType       Static
+       LabelString     ""
+       LabelIndent     ""
+       Font
+         Shape         Italic
+         Size          large
+       EndFont
+End
+
+Style Foreword
+       Margin          First_Dynamic
+       Category        FrontMatter
+       LabelType       Static
+       LabelString     "Foreword"
+       KeepEmpty       1
+       LatexName       foreword
+       TocLevel        0
+       LatexType       Command
+       NeedProtect     1
+       NextNoIndent    1
+       ParSkip         0.4
+       TopSep          4
+       BottomSep       0.8
+       ParSep          0.8
+       Align           Block
+       OptionalArgs    1
+       Font
+         Series        Bold
+         Size          Huge
+       EndFont
+       HTMLTag         h1
+End
+
+Style Preface
+       CopyStyle       Foreword
+       Category        FrontMatter
+       LatexName       preface
+       InTitle         0
+       Margin          First_Dynamic
+       TopSep          4
+       BottomSep       0.8
+       LabelType       Static
+       LabelString     "Preface"
+       LabelSep        xx
+       Align           Left
+End
+
+Style Acknowledgement
+       Category        BackMatter
+       Margin          First_Dynamic
+       LatexType       Environment
+       LatexName       acknowledgement
+       NextNoIndent    0
+       ParIndent       MM
+       LabelSep        xx
+       ItemSep         0
+       TopSep          0.7
+       BottomSep       0.7
+       ParSep          0
+       Align           Block
+       AlignPossible   Block, Left
+       LabelType       Static
+       LabelString     "Acknowledgements"
+       Font
+         Size          Small
+       EndFont
+       LabelFont
+         Series        Bold
+         Shape         Up
+         Size          Small
+       EndFont
+End
+
+Style Acknowledgements
+       CopyStyle       Acknowledgement
+       LatexName       acknowledgements
+End
+
+Style Bibliography
+       Margin          First_Dynamic
+       LatexType       Bib_Environment
+       LatexName       thebibliography
+       Category        BackMatter
+       NextNoIndent    1
+       LeftMargin      MM
+       ParSkip         0.4
+       ItemSep         0
+       TopSep          0.7
+       BottomSep       0.7
+       ParSep          0.5
+       Align           Block
+       AlignPossible   Block, Left
+       LabelType       Bibliography
+       LabelString     "References"
+       LabelBottomSep  0.7
+       LabelFont
+         Series        Bold
+       EndFont
+End
+
+Style Description
+       OptionalArgs    1
+       LabelFont
+         Series        Medium
+       EndFont
+End
+
+Style Petit
+       CopyStyle       Standard
+       Category        MainText
+       LatexType       Environment
+       LatexName       petit
+       TopSep          0.7
+       BottomSep       0.7
+       Font
+         Size          Small
+       EndFont
+End
+
+Style Svgraybox
+       Category        MainText
+       Margin          Static
+       LatexType       Environment
+       LatexName       svgraybox
+       RightMargin     MMM
+       TopSep          0.5
+       ParIndent       MM
+       Parsep          0
+       BottomSep       0.5
+       Align           Block
+       AlignPossible   Block, Left, Right, Center
+       LabelType       No_Label
+       Font
+         Family        Sans
+       EndFont
+End
+
+Style Proof
+       Category        Theorem
+       LatexType       Environment
+       LatexName       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)
+       CopyStyle       Proof
+       LatexName       svmultproof
+       EndLabelType    Box
+       Preamble
+               \newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}}
+       EndPreamble
+End
+
+Style Proof(smartQED)
+       CopyStyle       Proof
+       LatexName       svmultproof2
+       EndLabelType    Box
+       Preamble
+               \newenvironment{svmultproof2}{\begin{proof}}{\smartqed\qed\end{proof}}
+       EndPreamble
+End
+
+InsetLayout Flex:Email
+       Decoration      Conglomerate
+       LyxType         custom
+       LatexType       command
+       LatexName       email
+       LabelString     "Email"
+       Font
+         Color         foreground
+         Size          Small
+         Family        Roman
+         Shape         Up
+         Series        Medium
+         Misc          No_Emph
+         Misc          No_Noun
+         Misc          No_Bar
+       EndFont
+       LabelFont
+         Color         urltext
+         Size          Small
+       EndFont
+End
+
index 8eb569987d43111bf70eede9931e23a8987243b3..9ced02328ffbc8cef39ffe4ec3f8c70ef90c59cd 100644 (file)
@@ -9,88 +9,79 @@
 # Adapted from svjour/jog by Cengiz Gunay in 2003.
 # Transposed by Pascal André <andre@via.ecp.fr>
 # Heavily modified and enhanced by serveral developers.
-# Last revision for svjour version 3.2 by Uwe Stöhr in September 2009
+# Revision svjour version 3.2 by Uwe Stöhr in September 2009
+# Revised by Marcus Kriele and Uwe Stöhr in April 2011 
 #
 # see ftp://ftp.springer.de/pub/tex/latex/svjour3/ for class files
 
 Format 35
 
-Input svjour.inc
+Input svcommon.inc
 
+NoStyle Front_Matter
+NoStyle Main_Matter
+NoStyle Back_Matter
 NoStyle Part
+NoStyle PartBacktext
 NoCounter part
 NoStyle Part*
 NoStyle Chapter
+NoStyle Running_Chapter
+NoStyle ChapAuthor
+NoStyle ChapSubtitle
+NoStyle ChapMotto
 NoCounter chapter
 NoStyle Chapter*
+NoStyle Subparagraph
+NoStyle Run-in_headings
+NoStyle Sub-run-in_headings
+NoStyle Extrachap
+NoStyle extrachap
+NoStyle Preface
+NoStyle Foreword
+NoStyle Dedication
+NoStyle Svgraybox
+NoStyle Petit
+NoStyle        Prob
+NoStyle Sol
+NoStyle Abstract*
+NoStyle TOC_Title
+NoStyle TOC_Author
+NoStyle Proof(smartQED)
 
 NoStyle Acknowledgement
-NoStyle Headnote
-NoStyle Dedication
-NoStyle Running_LaTeX_Title
-NoStyle Author_Running
-NoStyle Mail
-NoStyle Offprints
 NoStyle Keywords
 
-Preamble
-       \smartqed  % flush right qed marks, e.g. at end of proof
-EndPreamble
-
-
-InsetLayout Flex:Email
-       LyxType                 custom
-       LatexType               command
-       LatexName               email
-       LabelString             "Email"
-       Font
-         Color                 foreground
-         Size                  Small
-         Family                Roman
-         Shape                 Up
-         Series                Medium
-         Misc                  No_Emph
-         Misc                  No_Noun
-         Misc                  No_Bar
-       EndFont
-       LabelFont
-         Color                 green
-         Size                  Small
-       EndFont
-End
-
 
 InsetLayout Flex:Keywords
        CopyStyle               Flex:Email
        LatexName               keywords
        LabelString             "Keywords"
+       LabelFont
+         Color                 green
+         Size                  Small
+       EndFont
 End
 
-
 InsetLayout Flex:PACS
-       CopyStyle               Flex:Email
+       CopyStyle               Flex:Keywords
        LatexName               PACS
        LabelString             "PACS"
 End
 
-
 InsetLayout Flex:Subclass
-       CopyStyle               Flex:Email
+       CopyStyle               Flex:Keywords
        LatexName               subclass
-       LabelString             "Subclass"
+       LabelString             "Mathematics Subject Classification"
 End
 
-
-Style Abstract
-  Category             FrontMatter
-  Newline              1
-  LabelType            Static
-  LabelString          "Abstract"
+InsetLayout Flex:CRSC
+       CopyStyle               Flex:PACS
+       LatexName               CRclass
+       LabelString             "CR Subject Classification"
 End
 
-Style Acknowledgements
-  CopyStyle            Abstract
-  LatexName            acknowledgements
-  Category             BackMatter
-  LabelString          "Acknowledgements"
+# this label has no dot at the end
+Style Solution
+       LabelString     "Solution \thesolution"
 End
diff --git a/lib/layouts/svjour.inc b/lib/layouts/svjour.inc
deleted file mode 100644 (file)
index 4c122ab..0000000
+++ /dev/null
@@ -1,441 +0,0 @@
-# svjour (article) textclass definition file for inclusion.
-# for Springer Verlag journals
-# --------
-#
-# Taken from initial LyX source code
-# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
-# Transposed by Pascal André <andre@via.ecp.fr>
-# Heavily modified and enhanced by serveral developers.
-#
-# --------
-# ejour2 made originally by Martin Vermeer based on article.layout.
-# Modified for LyX 1.2 by Jean-Marc Lasgouttes and MV.
-# Minor change for LyX 1.3.3 by Cengiz Gunay.
-#
-# Adapted for new svjour LaTeX2e classes published by Springer in 1999;
-# work done by MV in 2000.
-#
-# see www.springer.de/author/tex/help-journals.html for class files
-
-
-Format 35
-Columns                 2
-Sides                   1
-PageStyle               Plain
-
-
-Style Standard
-       Margin                Static
-       LatexType             Paragraph
-       LatexName             dummy
-       ParIndent             MM
-       ParSkip               0.4
-       Align                 Block
-       AlignPossible         Block, Left, Right, Center
-       LabelType             No_Label
-End
-
-
-Input stdinsets.inc
-Input stdsections.inc
-Input stdstarsections.inc
-Input stdlayouts.inc
-Input stdlists.inc
-Input stdfloats.inc
-Input stdcounters.inc
-Input stdtitle.inc
-
-NoStyle Subparagraph
-NoCounter subparagraph
-NoStyle Subparagraph*
-
-
-Style Section
-       Font
-         Series              Medium
-         Series              Bold
-         Size                Normal
-       EndFont
-       TocLevel 1
-End
-
-
-Style Subsection
-       Font
-         Series              Medium
-         Shape               Italic
-         Size                Normal
-       EndFont
-       TocLevel 2
-End
-
-
-Style Subsubsection
-       Font
-         Series              Medium
-         Shape               Up
-         Size                Normal
-       EndFont
-       TocLevel 3
-End
-
-
-Style Paragraph
-       Font
-         Series              Medium
-         Shape               Italic
-         Size                Normal
-       EndFont
-       TocLevel 4
-End
-
-
-Style Headnote
-       Margin                Static
-       LatexType             Command
-       InTitle               1
-       LatexName             headnote
-       NextNoIndent          1
-       LeftMargin            "HeadNote (optional):xxx"
-       LabelSep              xxx
-       ParSkip               0.4
-       TopSep                1.3
-       BottomSep             0.7
-       ParSep                0.7
-       Align                 Left
-       LabelType             Static
-       LabelString           "Headnote (optional):"
-       LabelFont
-         Series              Bold
-         Shape               Italic
-         Color               Red
-       EndFont
-End
-
-
-Style Dedication
-       CopyStyle               Headnote
-       LatexName               dedication
-       LeftMargin              Dedication:xxx
-       LabelString             "Dedication:"
-End
-
-
-Style Title
-       Align                   Left
-       AlignPossible           Block, Center, Left, Right, Center
-       Font
-         Family                Sans
-         Series                Bold
-       EndFont
-End
-
-
-Style Subtitle
-       CopyStyle               Title
-       LatexName               subtitle
-       NextNoIndent            1
-       BottomSep               0
-       ParSep                  0
-       Font
-         Size                  Large
-       EndFont
-End
-
-
-Style Running_LaTeX_Title
-       CopyStyle               Headnote
-       LatexName               titlerunning
-       LeftMargin              "Running title:xxx"
-       LabelString             "Running title:"
-End
-
-
-Style Author
-       NextNoIndent            1
-       Align                   Left
-       Font
-         Series                Bold
-         Shape                 Italic
-       EndFont
-End
-
-
-Style Author_Running
-       CopyStyle               Headnote
-       LatexName               authorrunning
-       LeftMargin              "Author Running:xxx"
-       LabelString             "Author Running:"
-End
-
-
-Style Institute
-       CopyStyle               Author
-       LatexName               institute
-       Font
-         Series                Medium
-         Shape                 Up
-         Size                  Normal
-       EndFont
-End
-
-
-Style Date
-       Align                   Left
-       Font
-         Size                  Small
-       EndFont
-End
-
-
-Style Mail
-       CopyStyle             Headnote
-       LatexName             mail
-       LeftMargin            "Corr Author:xx."
-       LabelString           "Corr Author:"
-End
-
-
-Style Offprints
-       CopyStyle             Headnote
-       LatexName             offprints
-       LeftMargin            "Offprints:xx."
-       LabelString           "Offprints:"
-End
-
-
-Style Abstract
-       Margin                First_Dynamic
-       LatexType             Environment
-       LatexName             abstract
-       NextNoIndent          0
-       ParIndent             MM
-       LabelSep              xx
-       ItemSep               0
-       TopSep                0.7
-       BottomSep             0.7
-       ParSep                0
-       Align                 Block
-       AlignPossible         Block, Left
-       LabelType             Top_Environment
-       LabelString           "Abstract."
-       LabelFont
-         Series              Bold
-       EndFont
-End
-
-
-Style Keywords
-       Margin                First_Dynamic
-       LatexType             Command
-       LatexName             keywords
-       NextNoIndent          0
-       ParIndent             MM
-       LabelSep              xx
-       ItemSep               0
-       TopSep                0.7
-       BottomSep             0.7
-       ParSep                0
-       Align                 Block
-       AlignPossible         Block, Left
-       LabelType             Static
-       LabelString           "Key words:"
-       LabelFont
-         Series              Bold
-       EndFont
-End
-
-
-Style Acknowledgements
-       Margin                First_Dynamic
-       LatexType             Environment
-       LatexName             acknowledgements
-       NextNoIndent          0
-       ParIndent             MM
-       LabelSep              xx
-       ItemSep               0
-       TopSep                0.7
-       BottomSep             0.7
-       ParSep                0
-       Align                 Block
-       AlignPossible         Block, Left
-       LabelType             Static
-       LabelString           "Acknowledgements."
-       Font
-         Size                Small
-       EndFont
-       LabelFont
-         Shape               Italic
-         Size                Small
-       EndFont
-End
-
-
-Style Acknowledgement
-       CopyStyle             Acknowledgements
-       LatexName             acknowledgement
-       LabelString           "Acknowledgement."
-End
-
-
-Style Bibliography
-       Margin                First_Dynamic
-       LatexType             Bib_Environment
-       LatexName             thebibliography
-       Category              BackMatter
-       NextNoIndent          1
-       LeftMargin            MM
-       ParSkip               0.4
-       ItemSep               0
-       TopSep                0.7
-       BottomSep             0.7
-       ParSep                0.5
-       Align                 Block
-       AlignPossible         Block, Left
-       LabelType             Bibliography
-       LabelString           "References"
-       LabelBottomSep        0.7
-       LabelFont
-         Series              Bold
-       EndFont
-End
-
-
-Style Claim
-       Margin                First_Dynamic
-       LatexType             Environment
-       LatexName             claim
-       Category              MainText
-       NextNoIndent          0
-       ParIndent             MM
-       LabelSep              xx
-       ItemSep               0
-       TopSep                0.5
-       BottomSep             0.5
-       ParSep                0
-       Align                 Block
-       AlignPossible         Block, Left
-       LabelType             Static
-       LabelString           "Claim."
-       LabelFont
-         Shape               Italic
-       EndFont
-End
-
-
-Style Conjecture
-       CopyStyle             Claim
-       LatexName             conjecture
-       LabelString           "Conjecture #."
-End
-
-
-Style Corollary
-       CopyStyle             Claim
-       LatexName             corollary
-       LabelString           "Corollary #."
-       Font
-         Shape               Italic
-       EndFont
-       LabelFont
-         Shape               Up
-         Series              Bold
-       EndFont
-End
-
-
-Style Definition
-       CopyStyle             Corollary
-       LatexName             definition
-       LabelString           "Definition #."
-End
-
-
-Style Example
-       CopyStyle             Claim
-       LatexName             example
-       LabelString           "Example #."
-End
-
-
-Style Exercise
-       CopyStyle             Claim
-       LatexName             exercise
-       LabelString           "Exercise #."
-       LabelFont
-         Shape               Up
-         Series              Bold
-       EndFont
-End
-
-
-Style Lemma
-       CopyStyle             Corollary
-       LatexName             lemma
-       LabelString           "Lemma #."
-End
-
-
-Style Note
-       CopyStyle             Claim
-       LatexName             note
-       LabelString           "Note #."
-End
-
-
-Style Problem
-       CopyStyle             Exercise
-       LatexName             problem
-       LabelString           "Problem #."
-End
-
-
-Style Proof
-       CopyStyle             Claim
-       LatexName             proof
-       LabelString           "Proof."
-End
-
-
-Style Property
-       CopyStyle             Claim
-       LatexName             property
-       LabelString           "Property #."
-End
-
-
-Style Proposition
-       CopyStyle             Claim
-       LatexName             proposition
-       LabelString           "Proposition #."
-End
-
-
-Style Question
-       CopyStyle             Claim
-       LatexName             question
-       LabelString           "Question #."
-End
-
-
-Style Remark
-       CopyStyle             Claim
-       LatexName             remark
-       LabelString           "Remark #."
-End
-
-
-Style Solution
-       CopyStyle             Exercise
-       LatexName             solution
-       LabelString           "Solution #."
-End
-
-
-Style Theorem
-       CopyStyle             Corollary
-       LatexName             theorem
-       LabelString           "Theorem #."
-End
-
-Input theorems-refprefix.inc
index 208781469498eba31395cb18258958332f8a5577..111c12b3e1892fc33040df9d515b513acb5c9cbb 100644 (file)
 #% Do not delete the line below; configure depends on this
-#      \DeclareLaTeXClass[svmono,natbib.sty]{book (Springer svmono)}
+#      \DeclareLaTeXClass[svmono,footmisc.sty,multicol.sty,natbib.sty,type1cm.sty]{book (Springer svmono)}
 #  Author: Koji Yokota <yokota@res.otaru-uc.ac.jp>
+#          adapted: Marcus Kriele <mkriele@mac.com> and Uwe Stöhr (April 2011)
 #
+#  Supports: SVMONO DOCUMENT CLASS -- version 5.5 (17-Dec-09)
 #  Class and style files and templates are found at:
-#       ftp://ftp.springer.de/pub/tex/latex/svmonogl/
+#       http://wiki.lyx.org/Examples/Springer
 #
 Format 35
-Input svjour.inc
+Input svcommon.inc
 
 ClassOptions
-       FontSize         10
+       FontSize        10
 End
 
-# Additional paragraphs
-Style Petit
-       CopyStyle       Standard
-       Category        MainText
-       LatexType       Environment
-       LatexName       petit
-       LeftMargin      MMM
-       RightMargin     MMM
-       Font
-         Size          Small
-       EndFont
-End
+NoStyle Acknowledgements
+NoStyle Institute
 
-Style Front_Matter
-       Category        Structure
+Style Abstract
        LatexType       Command
-       LatexName       frontmatter
-       KeepEmpty       1
-       OptionalArgs    0
-       Margin          First_Dynamic
-       NextNoIndent    1
-       ParSkip         0
-       TopSep          2.5
-       BottomSep       0.5
-       ParSep          0
-       Align           Center
-       LabelType       Static
-       LabelBottomSep  0
-       LeftMargin      M
-       LabelString     "--- Front Matter ---"
-
-       Font
-         Family        Sans
-         Series        Bold
-         Size          Largest
-         Color         Blue
-       EndFont
-End
-
-Style Main_Matter
-       CopyStyle       Front_Matter
-       Category        Structure
-       LatexName       mainmatter
-       LabelString     "--- Main Matter ---"
-End
-
-Style Back_Matter
-       CopyStyle       Front_Matter
-       Category        Structure
-       LatexName       backmatter
-       LabelString     "--- Back Matter ---"
-End
-
-Style Chapter
-       Align           Left
-End
-
-Style Chapter*
-  Align   Left
-End
-
-Style Preface
-       CopyStyle       Title
-       Category        Unnumbered
-       LatexName       svmultpreface
-       KeepEmpty       1
-       OptionalArgs    1
-       InTitle         0
-       Margin          First_Dynamic
-       LabelType       Static
-       LabelString     "Preface:"
-       LabelSep        xxx
-       Align           Left
-       Preamble
-         \newcommand{\svmultpreface}[1]{\ifthenelse{\equal{#1}{}}{\preface}{\preface[#1]}}
-       EndPreamble
-       Requires        ifthen
-End
-
-# Additional math environments
-Style Case
-       CopyStyle       Claim
-       LatexName       case
-       LabelString     "Case #."
-End
-
-Style Problem
-       CopyStyle       Claim
-       LatexName       prob
-       LabelString     "Problem #."
-End
-
-Style Solution
-       CopyStyle       Claim
-       LatexName       sol
-       LabelString     "Solution #."
-       OptionalArgs    1
+End
+
+Counter theorem
+  Within       chapter
+End
+
+Counter definition
+  Within       chapter
+End
+
+Counter remark
+  Within       chapter
+End
+
+Counter corollary
+  Within       chapter
+End
+
+Counter lemma
+  Within       chapter
+End
+
+Counter proposition
+  Within       chapter
+End
+
+Counter claim
+  Within       chapter
+End
+
+Counter conjecture
+  Within       chapter
+End
+
+Counter question
+  Within       chapter
+End
+
+Counter example
+  Within       chapter
+End
+
+Counter exercise
+  Within       chapter
+End
+
+Counter case
+  Within       chapter
+End
+
+Counter property
+  Within       chapter
+End
+
+Counter note
+  Within       chapter
+End
+
+Style Claim
+       LabelString     "Claim."
+End
+
+Style Proof
+       LabelString     "Proof."
 End
 
 Style Proof(QED)
-       CopyStyle       Proof
-       LatexName       svmultproof
-       EndLabelType    Box
-       Preamble
-               \newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}}
-       EndPreamble
+       LabelString     "Proof."
 End
 
 Style Proof(smartQED)
-       CopyStyle       Proof
-       LatexName       svmultproof2
-       EndLabelType    Filled_Box
-       Preamble
-         \newenvironment{svmultproof2}{\begin{proof}}{\smartqed\qed\end{proof}}
-       EndPreamble
+       LabelString     "Proof."
 End
 
+NoStyle TOC_Title
+NoStyle TOC_Author
+NoStyle Running_Title
+NoStyle Running_Author
+
+
index e62d341fcafb41181c3ef4c9023c9086b619f6bd..ea168867cc60734dac275318ea9987491bbb33f2 100644 (file)
 #% Do not delete the line below; configure depends on this
-#      \DeclareLaTeXClass[svmult,footmisc.sty,natbib.sty]{book (Springer svmult)}
-# Author: Koji Yokota <yokota@res.otaru-uc.ac.jp>
+#      \DeclareLaTeXClass[svmult,natbib.sty]{book (Springer svmult)}
+#  Author: Koji Yokota <yokota@res.otaru-uc.ac.jp>
+#          adapted: Marcus Kriele <mkriele@mac.com> and Uwe Stöhr (April 2011)
 #
+#  Supports: SVMULT DOCUMENT CLASS -- version 5.4 (25-Jun-07)
 #  Class and style files and templates are found at:
-#       ftp://ftp.springer.de/pub/tex/latex/svmultgl/
+#       http://wiki.lyx.org/Examples/Springer
 #
-
 Format 35
-Input svjour.inc
+
+Input svcommon.inc
 
 ClassOptions
-       FontSize         10
+       FontSize        ""
 End
 
 NoStyle Acknowledgements
-NoStyle Date
-NoStyle Dedication
-NoStyle Headnote
-NoStyle Mail
-NoStyle Offprints
-
-Counter svmultlsti
-       LabelString     "Contributor \Roman{svmultlsti}:"
-End
 
 # Additional headings
+
+#Style MiniTOC
+#      CopyStyle       Running_Title
+#      LatexType       Command
+#      LatexName       svmulttoc
+#      LeftMargin      "TOC depth (provide a number):xxx"
+#      LabelString     "TOC depth (provide a number):"
+#      Preamble
+#        \newcommand{\svmulttoc}[1]{\setcounter{minitocdepth}{#1}\dominitoc}
+#      EndPreamble
+#End
+
 Style Title*
        CopyStyle       Title
        LatexName       title*
-       HTMLTitle             true
+       LabelString     "Title*: "
+       LabelSep        "xxx"
+       LabelType       Static
+       Margin          First_Dynamic
+       HTMLTitle       true
+       LabelFont
+         Color         Blue
+       EndFont
 End
 
-Style TOC_Title
-       CopyStyle       Running_LaTeX_Title
-       LatexName       toctitle
-       LeftMargin      "TOC title:xxx"
-       LabelString     "TOC title:"
+Style Title
+       CopyStyle       Chapter
+       Category        FrontMatter
+       LatexName       title
+       TopSep          1
+       TocLevel        1
+       InTitle         0
+       Align           Left
+       AlignPossible   Block, Center, Left, Right
+       LabelFont
+         Size          Largest
+         Family        Sans
+       EndFont
+       TextFont
+         Family        Sans
+         Series        Bold
+       EndFont
 End
 
-Style TOC_Author
-       CopyStyle       Running_LaTeX_Title
-       LatexName       tocauthor
-       LeftMargin      "TOC Author:xxx"
-       LabelString     "TOC Author:"
+Style Contributors
+       CopyStyle       Foreword
+       LabelString     "List of Contributors"
+       LatexName       contributors
 End
 
-Style Institute
-       LatexType       Command
-       InTitle         1
-       LatexName       institute
-       Margin          Static
-       LeftMargin      "Institute and e-mail:xxx"
-       LabelSep        xxx
+Style Contributor_List
+       LatexType       Environment
+       LatexName       thecontriblist
+       TopSep          0.7
+       BottomSep       0.4
+End
+
+Style Author
+       Margin          First_Dynamic
        LabelType       Static
-       LabelString     "Institute and e-mail: "
+       LabelSep        x
+       LabelString     "Author:"
+       Font
+         Series        Medium
+         Family        Roman
+         Size          Normal
+         Shape         Up
+       EndFont
        LabelFont
-         Shape         Italic
+         Family        Typewriter
+         Color         Blue
        EndFont
-       Requires        url
 End
 
-Style MiniTOC
-       CopyStyle       Running_LaTeX_Title
+Style Abstract
        LatexType       Command
-       LatexName       svmulttoc
-       LeftMargin      "TOC depth (provide a number):xxx"
-       LabelString     "TOC depth (provide a number):"
-       Preamble
-           \newcommand{\svmulttoc}[1]{\setcounter{minitocdepth}{#1}\dominitoc}
-       EndPreamble
+       LatexName       abstract
+       Category        FrontMatter
+       LabelString     "Abstract"
 End
 
-Style List_of_Abbreviations_&_Symbols
-       InTitle         1
-       CopyStyle       Description
-       LatexName       abbrsymblist
+Style Part
+       Category        "For editors"
 End
 
-# Additional paragraphs
-Style Petit
-       CopyStyle       Standard
-       Category        MainText
-       LatexType       Environment
-       LatexName       petit
-       LeftMargin      MMM
-       RightMargin     MMM
-       Font
-         Size          Small
-       EndFont
+Style PartBacktext
+       Category        "For editors"
 End
 
-# Additional math environments
-Style Case
-       CopyStyle       Claim
-       LatexName       case
-       LabelString     "Case #."
+Style Chapter
+       Category        "For editors"
 End
 
-Style Proof(QED)
-       CopyStyle       Proof
-       LatexName       svmultproof
-       EndLabelType    Box
-       Preamble
-         \newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}}
-       EndPreamble
+Style Running_Chapter
+       Category        "For editors"
 End
 
-Style Proof(smartQED)
-       CopyStyle       Proof
-       LatexName       svmultproof2
-       EndLabelType    Filled_Box
-       Preamble
-         \newenvironment{svmultproof2}{\begin{proof}}{\smartqed\qed\end{proof}}
-       EndPreamble
+Style ChapAuthor
+       Category        "For editors"
 End
 
-# Styles for editors
-Style Preface
-       CopyStyle       Title
+Style ChapSubtitle
        Category        "For editors"
-       LatexName       svmultpreface
-       KeepEmpty       1
-       OptionalArgs    1
-       InTitle         0
-       Margin          First_Dynamic
-       LabelType       Static
-       LabelString     "Preface:"
-       LabelSep        xxx
-       Align           Left
-       Preamble
-         \newcommand{\svmultpreface}[1]{\ifthenelse{\equal{#1}{}}{\preface}{\preface[#1]}}
-       EndPreamble
-       Requires        ifthen
 End
 
-Style List_of_Contributors
-       Category        "For editors"
-       Margin          First_Dynamic
-       LatexType       Item_Environment
-       LatexName       svmultlstcnt
-       NextNoIndent    1
-       InTitle         0
-       LabelType       Counter
-       LabelCounter    svmultlsti
-       LabelSep        xxx
-       LabelFont
-         Series        Bold
-         Shape         Italic
-         Color         Blue
-       EndFont
-       ParSkip         0.0
-       ItemSep         0.2
-       TopSep          0.7
-       BottomSep       0.7
-       ParSep          0.3
-       Align           Block
-       AlignPossible   Block, Left
-       Preamble
-         \newenvironment{svmultlstcnt}{%
-           \let\svmultitem\item%
-           \renewcommand{\item}{%
-             \ifthenelse{\value{svmultlsti} = 0}{}{\and}%
-             \stepcounter{svmultlsti}}%
-           \newcounter{svmultlsti}\begin{thecontriblist}}{%
-         \end{thecontriblist}\let\item\svmultitem}
-       EndPreamble
-       Requires        ifthen
-End
-
-Style Front_Matter
+Style extrachap
        Category        "For editors"
-       LatexType       command
-       LatexName       frontmatter
-       KeepEmpty       1
-       OptionalArgs    0
-       Margin          First_Dynamic
-       NextNoIndent    1
-       ParSkip         0
-       TopSep          2.5
-       BottomSep       0.5
-       ParSep          0
-       Align           Center
-       LabelType       Static
-       LabelBottomSep  0
-       LeftMargin      M
-       LabelString     "--- Front Matter ---"
-       Font
-         Family        Sans
-         Series        Bold
-         Size          Largest
-         Color         Blue
-       EndFont
 End
 
-Style Main_Matter
-       CopyStyle       Front_Matter
+Style Extrachap
        Category        "For editors"
-       LatexName       mainmatter
-       LabelString     "--- Main Matter ---"
 End
 
-Style Back_Matter
-       CopyStyle       Front_Matter
+Style Dedication
        Category        "For editors"
-       LatexName       backmatter
-       LabelString     "--- Back Matter ---"
 End
 
-Style Part
+Style Foreword
        Category        "For editors"
 End
 
-Style Part*
+Style Preface
        Category        "For editors"
 End
 
-Style Chapter
+Style Acknowledgement
        Category        "For editors"
-  Align   Left
 End
 
-Style Chapter*
+Style Contributors
        Category        "For editors"
-  Align   Left
 End
 
-InsetLayout "Flex:Inst"
-       Decoration      Classic
-       LabelString     "Institute #"
-       LatexType       Command
-       LatexName       inst
-       LyxType         custom
-       Font
-         Size          Small
-         Color         Green
-       EndFont
+Style ChapMotto
+       Category        "For editors"
 End
+
diff --git a/lib/layouts/theorems-without-preamble.inc b/lib/layouts/theorems-without-preamble.inc
new file mode 100644 (file)
index 0000000..9a0a313
--- /dev/null
@@ -0,0 +1,401 @@
+# This file provides theorem environments without adding preamble code or
+# requiring packages. THis is useful for classes that define their own theorems
+# like svjour3 or ijmpc.
+# Author: Uwe Stöhr <uwestoehr@web.de>
+
+# The environnements defined are :
+# - Theorem
+# - Corollary
+# - Lemma
+# - Proposition
+# - Prop
+# - Conjecture
+# - Fact
+# - Definition
+# - Example
+# - Problem
+# - Prob
+# - Solution
+# - Sol
+# - Exercise
+# - Remark
+# - Claim
+# - Case (defined without a counter)
+# - Property
+# - Question
+# - Note
+
+
+Format 35
+
+
+Counter                theorem
+End
+Style Theorem
+       Category        Theorem
+       Margin          First_Dynamic
+       LatexType       Environment
+       LatexName       theorem
+       NextNoIndent    1
+       OptionalArgs    1
+       LabelSep        xx
+       ParIndent       MMM
+       ParSkip         0.4
+       ItemSep         0.2
+       TopSep          0.7
+       BottomSep       0.7
+       ParSep          0.3
+       Align           Block
+       AlignPossible   Left
+       LabelType       Counter
+       LabelCounter    theorem
+       LabelString     "Theorem \thetheorem"
+       Font
+         Shape         Italic
+         Size          Normal
+       EndFont
+       LabelFont
+         Shape         Up
+         Series        Bold
+       EndFont
+       LangPreamble
+               \providecommand{\theoremname}{_(Theorem)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}
+       EndBabelPreamble
+End
+
+
+Counter                corollary
+End
+Style Corollary
+       CopyStyle       Theorem
+       LabelCounter    corollary
+       LatexName       corollary
+       LabelString     "Corollary \thecorollary"
+       LangPreamble
+               \providecommand{\corollaryname}{_(Corollary)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\corollaryname}{_(Corollary)}}
+       EndBabelPreamble
+End
+
+
+Counter                lemma
+End
+Style Lemma
+       CopyStyle       Theorem
+       LabelCounter    lemma
+       LatexName       lemma
+       LabelString     "Lemma \thelemma"
+       LangPreamble
+               \providecommand{\lemmaname}{_(Lemma)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\lemmaname}{_(Lemma)}}
+       EndBabelPreamble
+End
+
+
+Counter                proposition
+End
+Style Proposition
+       CopyStyle       Theorem
+       LabelCounter    proposition
+       LatexName       proposition
+       LabelString     "Proposition \theproposition"
+       LangPreamble
+               \providecommand{\propositionname}{_(Proposition)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\propositionname}{_(Proposition)}}
+       EndBabelPreamble
+End
+
+
+Counter                prop
+End
+Style Prop
+       CopyStyle       Theorem
+       LabelCounter    prop
+       LatexName       prop
+       LabelString     "Prop \theprop."
+       Font
+         Shape         Up
+       EndFont
+       LabelFont
+         Series        Medium
+       EndFont
+End
+
+
+Counter                conjecture
+End
+Style Conjecture
+       CopyStyle       Theorem
+       LabelCounter    conjecture
+       LatexName       conjecture
+       LabelString     "Conjecture \theconjecture"
+       Font
+         Shape         Up
+       EndFont
+       LabelFont
+         Series        Medium
+         Shape         Italic
+       EndFont
+       LangPreamble
+               \providecommand{\conjecturename}{_(Conjecture)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\conjecturename}{_(Conjecture)}}
+       EndBabelPreamble
+End
+
+
+Counter                fact
+End
+Style Fact
+       CopyStyle       Theorem
+       LabelCounter    fact
+       LatexName       fact
+       LabelString     "Fact \thefact."
+       LangPreamble
+               \providecommand{\factname}{_(Fact)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\factname}{_(Fact)}}
+       EndBabelPreamble
+End
+
+
+Counter                definition
+End
+Style Definition
+       CopyStyle       Theorem
+       LabelCounter    definition
+       LatexName       definition
+       LabelString     "Definition \thedefinition"
+       RefPrefix       def
+       Font
+         Shape         Up
+       EndFont
+       LabelFont
+         Shape         Up
+         Series        Bold
+       EndFont
+       LangPreamble
+               \providecommand{\definitionname}{_(Definition)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\definitionname}{_(Definition)}}
+       EndBabelPreamble
+End
+
+
+Counter                example
+End
+Style Example
+       CopyStyle       Conjecture
+       LabelCounter    example
+       LatexName       example
+       LabelString     "Example \theexample"
+       RefPrefix       exa
+       LangPreamble
+               \providecommand{\examplename}{_(Example)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\examplename}{_(Example)}}
+       EndBabelPreamble
+End
+
+
+Counter                problem
+End
+Style Problem
+       CopyStyle       Definition
+       Category        Exercise
+       LabelCounter    problem
+       LatexName       problem
+       LabelString     "Problem \theproblem"
+       RefPrefix       prob
+       LangPreamble
+               \providecommand{\problemname}{_(Problem)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\problemname}{_(Problem)}}
+       EndBabelPreamble
+End
+
+
+Counter                prob
+  Within       chapter
+End
+# Prob does not copy a style to avoid preamble code
+Style Prob
+       Category        Exercise
+       LatexType       Environment
+       LatexName       prob
+       Margin          First_Dynamic
+       LabelType       Counter
+       LabelCounter    prob
+       LabelString     "\theprob."
+       RefPrefix       pro
+       NextNoIndent    1
+       OptionalArgs    0
+       LabelSep        xx
+       ParIndent       MMM
+       ParSkip         0.4
+       ItemSep         0.2
+       TopSep          0.7
+       BottomSep       0.7
+       ParSep          0.3
+       Align           Block
+       AlignPossible   Left
+       LabelFont
+         Series        Bold
+       EndFont
+End
+
+
+Counter                solution
+End
+Style Solution
+       CopyStyle       Problem
+       LabelCounter    solution
+       LatexName       solution
+       LabelString     "Solution \thesolution."
+       RefPrefix       solu
+       LangPreamble
+               \providecommand{\solutionname}{_(Solution)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\solutionname}{_(Solution)}}
+       EndBabelPreamble
+End
+
+
+Style Sol
+       CopyStyle       Prob
+       LatexName       sol
+       LabelType       Static
+       LabelString     "# [number of Prob]"
+       RequiredArgs    1
+End
+
+
+Counter                exercise
+End
+Style Exercise
+       CopyStyle       Definition
+       LabelCounter    exercise
+       LatexName       exercise
+       LabelString     "Exercise \theexercise"
+       RefPrefix       exer
+       LangPreamble
+               \providecommand{\exercisename}{_(Exercise)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\exercisename}{_(Exercise)}}
+       EndBabelPreamble
+End
+
+
+Counter                remark
+End
+Style Remark
+       CopyStyle       Conjecture
+       LabelCounter    remark
+       LatexName       remark
+       LabelString     "Remark \theremark"
+       RefPrefix       rem
+       LangPreamble
+               \providecommand{\remarkname}{_(Remark)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\remarkname}{_(Remark)}}
+       EndBabelPreamble
+End
+
+
+Style          Claim
+       CopyStyle       Remark
+       LatexName       claim
+       LabelString     "Claim"
+       LangPreamble
+               \providecommand{\claimname}{_(Claim)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\claimname}{_(Claim)}}
+       EndBabelPreamble
+End
+
+
+Counter                case
+End
+Style Case
+       CopyStyle       Remark
+       LabelCounter    case
+       LatexName       case
+       LabelString     "Case \thecase"
+       RefPrefix       case
+       LangPreamble
+               \providecommand{\casename}{_(Case)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\casename}{_(Case)}}
+       EndBabelPreamble
+End
+
+
+Counter                property
+End
+Style Property
+       CopyStyle       Claim
+       LabelCounter    property
+       LatexName       property
+       LabelString     "Property \theproperty"
+       RefPrefix       prop
+       LangPreamble
+               \providecommand{\propertyname}{_(Property)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\propertyname}{_(Property)}}
+       EndBabelPreamble
+End
+
+
+Counter                question
+End
+Style Question
+       CopyStyle       Claim
+       LabelCounter    question
+       LatexName       question
+       LabelString     "Question \thequestion"
+       RefPrefix       que
+       LangPreamble
+               \providecommand{\questionname}{_(Question)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\questionname}{_(Question)}}
+       EndBabelPreamble
+End
+
+
+Counter                note
+End
+Style Note
+       CopyStyle       Claim
+       LabelCounter    note
+       LatexName       note
+       LabelString     "Note \thenote"
+       RefPrefix       note
+       LangPreamble
+               \providecommand{\notename}{_(Note)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\notename}{_(Note)}}
+       EndBabelPreamble
+End
+
diff --git a/lib/templates/svjour3.lyx b/lib/templates/svjour3.lyx
deleted file mode 100644 (file)
index 55de6e0..0000000
+++ /dev/null
@@ -1,965 +0,0 @@
-#LyX 2.0 created this file. For more info see http://www.lyx.org/
-\lyxformat 413
-\begin_document
-\begin_header
-\textclass svglobal3
-\begin_preamble
-\RequirePackage{fix-cm}
-
-\smartqed  % flush right qed marks, e.g. at end of proof
-\end_preamble
-\use_default_options true
-\maintain_unincluded_children false
-\language english
-\language_package default
-\inputencoding auto
-\fontencoding global
-\font_roman default
-\font_sans default
-\font_typewriter default
-\font_default_family default
-\use_non_tex_fonts false
-\font_sc false
-\font_osf false
-\font_sf_scale 100
-\font_tt_scale 100
-
-\graphics default
-\default_output_format default
-\output_sync 0
-\bibtex_command default
-\index_command default
-\paperfontsize default
-\spacing single
-\use_hyperref false
-\papersize default
-\use_geometry false
-\use_amsmath 1
-\use_esint 1
-\use_mhchem 1
-\use_mathdots 1
-\cite_engine basic
-\use_bibtopic false
-\use_indices false
-\paperorientation portrait
-\suppress_date false
-\use_refstyle 0
-\index Index
-\shortcut idx
-\color #008000
-\end_index
-\secnumdepth 3
-\tocdepth 3
-\paragraph_separation indent
-\paragraph_indentation default
-\quotes_language english
-\papercolumns 1
-\papersides 1
-\paperpagestyle default
-\tracking_changes false
-\output_changes false
-\html_math_output 0
-\html_css_as_file 0
-\html_be_strict false
-\end_header
-
-\begin_body
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-This is a template LyX file for articles for Journals of the Springer publishing
- group.
- How to install the svjour3 LaTeX class to your LaTeX system is explained
- in 
-\begin_inset Flex URL
-status open
-
-\begin_layout Plain Layout
-
-http://wiki.lyx.org/Examples/Springer
-\end_layout
-
-\end_inset
-
-.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-possible document class options are:
-\end_layout
-
-\begin_layout Plain Layout
-- 
-\begin_inset Quotes eld
-\end_inset
-
-
-\family sans
-smallextended
-\family default
-
-\begin_inset Quotes erd
-\end_inset
-
- -> gives the second posible format
-\end_layout
-
-\begin_layout Plain Layout
-- 
-\begin_inset Quotes eld
-\end_inset
-
-
-\family sans
-twocolumn
-\family default
-
-\begin_inset Quotes erd
-\end_inset
-
- -> the two column formatting
-\end_layout
-
-\begin_layout Plain Layout
-- if no option is given you get the standard/default format
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Title
-Insert your title here
-\begin_inset Foot
-status open
-
-\begin_layout Plain Layout
-Grants or other notes about the article that should go on the front page
- should be placed here.
- General acknowledgments should be placed at the end of the article.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Subtitle
-Do you have a subtitle?
-\begin_inset Newline newline
-\end_inset
-
-If so, write it here
-\end_layout
-
-\begin_layout Author
-First Author
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-and 
-\end_layout
-
-\end_inset
-
-Second Author
-\end_layout
-
-\begin_layout Institute
-F.
- Author 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-at 
-\end_layout
-
-\end_inset
-
-first address
-\begin_inset Newline newline
-\end_inset
-
-Tel.: +123-45-678910
-\begin_inset Newline newline
-\end_inset
-
-Fax: +123-45-678910
-\begin_inset Newline newline
-\end_inset
-
-
-\begin_inset Flex Email
-status open
-
-\begin_layout Plain Layout
-fauthor@example.com
-\end_layout
-
-\end_inset
-
-
-\begin_inset Newline newline
-\end_inset
-
-
-\emph on
-Present address:
-\emph default
- of F.
- Author if needed 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-and 
-\end_layout
-
-\end_inset
-
-S.
- Author 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-at 
-\end_layout
-
-\end_inset
-
-second address
-\end_layout
-
-\begin_layout Date
-Received: date / Accepted: date
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-The correct dates will be entered by the editor
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Abstract
-Insert your abstract here.
- Include keywords, PACS and mathematical subject classification numbers
- as needed.
-\begin_inset Flex Keywords
-status open
-
-\begin_layout Plain Layout
-First keyword 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-and 
-\end_layout
-
-\end_inset
-
-Second keyword 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-and 
-\end_layout
-
-\end_inset
-
-More
-\end_layout
-
-\end_inset
-
-\begin_inset Flex PACS
-status open
-
-\begin_layout Plain Layout
-PACS code1 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-and 
-\end_layout
-
-\end_inset
-
-PACS code2 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-and 
-\end_layout
-
-\end_inset
-
-more
-\end_layout
-
-\end_inset
-
-\begin_inset Flex Subclass
-status open
-
-\begin_layout Plain Layout
-MSC code1 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-and 
-\end_layout
-
-\end_inset
-
-MSC code2 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-and 
-\end_layout
-
-\end_inset
-
-more
-\end_layout
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Specifying PACS and Subclass is optional.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Section
-Introduction
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:Introduction"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-Your text comes here.
- Separate text sections with
-\end_layout
-
-\begin_layout Section
-Section title
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:Section-title"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-Text with citations 
-\begin_inset CommandInset citation
-LatexCommand cite
-key "Abernethy2003"
-
-\end_inset
-
-, 
-\begin_inset CommandInset citation
-LatexCommand cite
-key "Pellacini:2005:LAH"
-
-\end_inset
-
-, 
-\begin_inset CommandInset citation
-LatexCommand cite
-key "RefB"
-
-\end_inset
-
- and 
-\begin_inset CommandInset citation
-LatexCommand cite
-key "RefJ"
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Subsection
-Subsection title
-\begin_inset CommandInset label
-LatexCommand label
-name "sub:Subsection-title"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-as required.
- Don't forget to give each section and subsection a unique label (see Sect.
-\begin_inset space ~
-\end_inset
-
-
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:Section-title"
-
-\end_inset
-
-).
-\end_layout
-
-\begin_layout Paragraph
-Paragraph headings
-\end_layout
-
-\begin_layout Standard
-Use paragraph headings as needed.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Formula 
-\begin{equation}
-a^{2}+b^{2}=c^{2}
-\end{equation}
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-only for one column documents:
-\end_layout
-
-\end_inset
-
-
-\begin_inset Float figure
-wide false
-sideways false
-status collapsed
-
-\begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../examples/CV-image.png
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "fig:one-column-figure"
-
-\end_inset
-
-Please write your figure caption here
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-only for two column documents:
-\end_layout
-
-\end_inset
-
-
-\begin_inset Float figure
-wide true
-sideways false
-status collapsed
-
-\begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../examples/CV-image.png
-       width 75text%
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "fig:two-column-figure"
-
-\end_inset
-
-Please write your figure caption here
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Float table
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:Please-write-your"
-
-\end_inset
-
-Please write your table caption here
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Tabular
-<lyxtabular version="3" rows="5" columns="3">
-<features tabularvalignment="middle">
-<column alignment="left" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0">
-<row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-noalign{
-\backslash
-smallskip}
-\end_layout
-
-\end_inset
-
-first
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-second
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-third
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-noalign{
-\backslash
-smallskip}
-\end_layout
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-%
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-noalign{
-\backslash
-smallskip}
-\end_layout
-
-\end_inset
-
-number
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-noalign{
-\backslash
-smallskip}
-\end_layout
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-%
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-
-\end_layout
-
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Acknowledgements
-If you'd like to thank anyone, place your comments here.
-\end_layout
-
-\begin_layout Section*
----------------------
-\end_layout
-
-\begin_layout Standard
-You can either use BibTeX:
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-The following bibliography styles are allowed: 
-\family sans
-spbasic
-\family default
- (basic style, author-year citations), 
-\family sans
-spmpsci
-\family default
- (mathematics and physical sciences), 
-\family sans
-spphys
-\family default
- (APS-like style for physics)
-\begin_inset Newline newline
-\end_inset
-
-The styles can be downloaded from 
-\begin_inset Flex URL
-status open
-
-\begin_layout Plain Layout
-
-ftp://ftp.springer.de/pub/tex/latex/svjour3/bibtex
-\end_layout
-
-\end_inset
-
-.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset CommandInset bibtex
-LatexCommand bibtex
-bibfiles "../examples/biblioExample"
-options "bibtotoc,spbasic"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Section*
----------------------
-\end_layout
-
-\begin_layout Standard
-\noindent
-or a plain bibliography:
-\end_layout
-
-\begin_layout Bibliography
-\labelwidthstring References
-\begin_inset CommandInset bibitem
-LatexCommand bibitem
-key "RefJ"
-
-\end_inset
-
-Author, Article title, Journal, Volume, page numbers (year)
-\end_layout
-
-\begin_layout Bibliography
-\labelwidthstring References
-\begin_inset CommandInset bibitem
-LatexCommand bibitem
-key "RefB"
-
-\end_inset
-
-Author, Book title, page numbers.
- Publisher, place (year)
-\end_layout
-
-\end_body
-\end_document
diff --git a/lib/templates/svmono_book.lyx b/lib/templates/svmono_book.lyx
deleted file mode 100644 (file)
index 959424a..0000000
+++ /dev/null
@@ -1,1273 +0,0 @@
-#LyX 2.0 created this file. For more info see http://www.lyx.org/
-\lyxformat 413
-\begin_document
-\begin_header
-\textclass svmono
-\begin_preamble
-%%%%%%%%%%%%%%%%%%%% book.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% sample root file for the chapters of your "monograph"
-%
-% Use this file as a template for your own input.
-%
-%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
-% RECOMMENDED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
-% choose options for [] as required from the list
-% in the Reference Guide, Sect. 2.2
-
-%\usepackage{grossdruck}      % switches to 11pt style - output same as
-                             % with [11pt] \documentclass option
-
-         % allows index generation
-        % standard LaTeX graphics tool
-                             % when including figure files
-\usepackage{multicol}        % used for the two-column index
-\usepackage[bottom]{footmisc}% places footnotes at page bottom
-% etc.
-% see the list of further useful packages
-% in the Reference Guide, Sects. 2.3, 3.1-3.3
-
-\makeindex             % used for the subject index
-                       % please use the style svind.ist with
-                       % your makeindex program
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_preamble
-\options envcountsame,envcountchap
-\use_default_options false
-\maintain_unincluded_children false
-\language english
-\language_package default
-\inputencoding auto
-\fontencoding global
-\font_roman default
-\font_sans default
-\font_typewriter default
-\font_default_family default
-\use_non_tex_fonts false
-\font_sc false
-\font_osf false
-\font_sf_scale 100
-\font_tt_scale 100
-
-\graphics default
-\default_output_format default
-\output_sync 0
-\bibtex_command default
-\index_command default
-\paperfontsize default
-\spacing single
-\use_hyperref false
-\papersize default
-\use_geometry false
-\use_amsmath 0
-\use_esint 0
-\use_mhchem 1
-\use_mathdots 1
-\cite_engine basic
-\use_bibtopic false
-\use_indices false
-\paperorientation portrait
-\suppress_date false
-\use_refstyle 0
-\index Index
-\shortcut idx
-\color #008000
-\end_index
-\secnumdepth 3
-\tocdepth 3
-\paragraph_separation indent
-\paragraph_indentation default
-\quotes_language english
-\papercolumns 1
-\papersides 1
-\paperpagestyle default
-\tracking_changes false
-\output_changes false
-\html_math_output 0
-\html_css_as_file 0
-\html_be_strict false
-\end_header
-
-\begin_body
-
-\begin_layout Author
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-This is a template LyX file for books and monographs to be published by
- the Springer publishing group.
- How to install the svmono LaTeX class to your LaTeX system is explained
- in 
-\begin_inset Flex URL
-status open
-
-\begin_layout Plain Layout
-
-http://wiki.lyx.org/Examples/Springer
-\end_layout
-
-\end_inset
-
-.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Author
-Author(s)
-\end_layout
-
-\begin_layout Title
-Insert your Booktitle, Subtitle, Edition
-\begin_inset Newline newline
-\end_inset
-
-\size small
-SPIN Springer's internal project number, if known
-\end_layout
-
-\begin_layout Subtitle
--- Monograph --
-\end_layout
-
-\begin_layout Front Matter
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Front matter should contain:
-\end_layout
-
-\begin_layout Plain Layout
-- dedication,
-\end_layout
-
-\begin_layout Plain Layout
-- foreword,
-\end_layout
-
-\begin_layout Plain Layout
-- preface,
-\end_layout
-
-\begin_layout Plain Layout
-- table of contents.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%% dedication page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\begin_layout Plain Layout
-% sample dedication
-\end_layout
-
-\begin_layout Plain Layout
-% Use this as a template for your own input.
-\end_layout
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-thispagestyle{empty}
-\end_layout
-
-\end_inset
-
-\begin_inset VSpace 3.5cm*
-\end_inset
-
-\end_layout
-
-\begin_layout Standard
-\align right
-
-\size large
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-write your text here
-\end_layout
-
-\end_inset
-
-Your dedication goes here
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\begin_layout Plain Layout
-% sample preface
-\end_layout
-
-\begin_layout Plain Layout
-% Use this as the basis for your article
-\end_layout
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Preface
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Please write your preface here
-\end_layout
-
-\end_inset
-
-Here come the golden words
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace 1cm
-\end_inset
-
-\end_layout
-
-\begin_layout Standard
-\noindent
-\align right
-place(s),
-\begin_inset space \hfill{}
-\end_inset
-
-
-\shape italic
-Firstname Surname
-\shape default
-
-\begin_inset Newline newline
-\end_inset
-
- month year
-\begin_inset space \hfill{}
-\end_inset
-
-
-\shape italic
-Firstname Surname
-\shape default
-
-\begin_inset Newline newline
-\end_inset
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset CommandInset toc
-LatexCommand tableofcontents
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Main Matter
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Main matter should contain the main body of your book including appendices.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Part
-Part Title
-\end_layout
-
-\begin_layout Chapter
-Chapter Heading
-\begin_inset CommandInset label
-LatexCommand label
-name "intro"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-% Always give a unique label
-\end_layout
-
-\begin_layout Plain Layout
-% use 
-\backslash
-chaptermark{}
-\end_layout
-
-\begin_layout Plain Layout
-% to alter or adjust the chapter heading in the running head
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-Your text goes here.
- Separate text sections with the standard LaTeX sectioning commands.
-\end_layout
-
-\begin_layout Section
-Section Heading
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:1-1"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Always give a unique label
-\end_layout
-
-\begin_layout Plain Layout
-and use 
-\begin_inset Quotes eld
-\end_inset
-
-Insert -> Cross References
-\begin_inset Quotes erd
-\end_inset
-
- for cross-references
-\end_layout
-
-\begin_layout Plain Layout
-and 
-\begin_inset Quotes eld
-\end_inset
-
-Insert -> Citation
-\begin_inset Quotes erd
-\end_inset
-
- for bibliographic references
-\end_layout
-
-\begin_layout Plain Layout
-use LaTeX command 
-\backslash
-sectionmark{} to alter or adjust the section heading in the running head
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-Your text goes here.
- Use the LaTeX
-\begin_inset space \space{}
-\end_inset
-
-automatism for your citations 
-\begin_inset CommandInset citation
-LatexCommand cite
-key "monograph"
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Subsection
-Subsection Heading
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:2-1"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-Your text goes here.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Formula 
-\begin{equation}
-\vec{a}\times\vec{b}=\vec{c}
-\end{equation}
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Subsubsection
-Subsubsection Heading
-\end_layout
-
-\begin_layout Standard
-Your text goes here.
- Use the LaTeX
-\begin_inset space \space{}
-\end_inset
-
-automatism for cross-references as well as for your citations, see Sect.
-\begin_inset space ~
-\end_inset
-
-
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:1-1"
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Paragraph
-Paragraph Heading
-\end_layout
-
-\begin_layout Standard
-Your text goes here.
-\end_layout
-
-\begin_layout Subparagraph
-Subparagraph Heading.
-\end_layout
-
-\begin_layout Standard
-Your text goes here.
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-paragraph
-\end_layout
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Use 
-\begin_inset Quotes eld
-\end_inset
-
-Insert -> Index Entry
-\begin_inset Quotes erd
-\end_inset
-
- menu to code your index words
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-For tables use
-\end_layout
-
-\end_inset
-
-
-\begin_inset Float table
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-centering
-\end_layout
-
-\end_inset
-
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-Please write your table caption here
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:1-1"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Give a unique label
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-For LaTeX tables use
-\end_layout
-
-\end_inset
-
-
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features tabularvalignment="middle">
-<column alignment="left" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0">
-<row topspace="default" bottomspace="default">
-<cell alignment="left" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-first 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-second 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-third 
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row topspace="default">
-<cell alignment="left" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row bottomspace="default">
-<cell alignment="left" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-For figures use figure float instead.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-For built-in environments use
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Theorem
-Theorem text
-\begin_inset Foot
-status collapsed
-
-\begin_layout Plain Layout
-Footnote
-\end_layout
-
-\end_inset
-
- goes here.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-or
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Lemma
-Lemma text goes here.
-\end_layout
-
-\begin_layout Section*
-Problems
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-addcontentsline{toc}{section}{
-\end_layout
-
-\end_inset
-
-Problems
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
-\end_layout
-
-\end_inset
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-% Use the following environment.
-\end_layout
-
-\begin_layout Plain Layout
-% Don't forget to label each problem;
-\end_layout
-
-\begin_layout Plain Layout
-% the label is needed for the solutions' environment
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Problem
-\begin_inset CommandInset label
-LatexCommand label
-name "prob1"
-
-\end_inset
-
- The problem
-\begin_inset Foot
-status collapsed
-
-\begin_layout Plain Layout
-Footnote
-\end_layout
-
-\end_inset
-
- is described here.
- The problem is described here.
- The problem is described here.
-\end_layout
-
-\begin_layout --Separator--
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Each problem must be separated by a separator.
- Choose the 
-\begin_inset Quotes eld
-\end_inset
-
--- Separator --
-\begin_inset Quotes erd
-\end_inset
-
- style.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Problem
-\begin_inset CommandInset label
-LatexCommand label
-name "prob2"
-
-\end_inset
-
-\series bold
-Problem Heading
-\end_layout
-
-\begin_layout Problem
-(a) The first part of the problem is described here.
-\end_layout
-
-\begin_layout Problem
-(b) The second part of the problem is described here.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-You can include other LyX files as chapters.
- Example:
-\begin_inset CommandInset include
-LatexCommand include
-filename "chapter"
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-If you have an appendix, use the menu 
-\family sans
-Document\SpecialChar \menuseparator
-Start Appendix Here
-\family default
- when the cursor is at this position.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-You can include another LyX file as appendix.
- Example:
-\begin_inset CommandInset include
-LatexCommand include
-filename "appendix"
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Back Matter
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Back matter should contain:
-\end_layout
-
-\begin_layout Plain Layout
-- bibliography,
-\end_layout
-
-\begin_layout Plain Layout
-- index and
-\end_layout
-
-\begin_layout Plain Layout
-- list of symbols.
-\end_layout
-
-\end_inset
-
-Solutions
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-addcontentsline{toc}{chapter}{
-\end_layout
-
-\end_inset
-
-Solutions
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
-\end_layout
-
-\end_inset
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-markboth{Solutions}{
-\end_layout
-
-\end_inset
-
-Solutions
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Section*
-Problems of Chapter
-\begin_inset space ~
-\end_inset
-
-
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "intro"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Solution
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-{prob1}
-\end_layout
-
-\end_inset
-
-The solution is revealed here.
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-You *
-\series bold
-\emph on
-must
-\series default
-\emph default
-* insert the label of the related problem at the head of a line in braces
- as a TeX inset.
- Use 
-\begin_inset Quotes eld
-\end_inset
-
-Insert -> TeX Code
-\begin_inset Quotes erd
-\end_inset
-
- menu.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout --Separator--
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Each solution must be separated by a separator.
- Choose the 
-\begin_inset Quotes eld
-\end_inset
-
--- Separator --
-\begin_inset Quotes erd
-\end_inset
-
- style.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Solution
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-{prob2}
-\end_layout
-
-\end_inset
-
-
-\series bold
-Problem Heading
-\end_layout
-
-\begin_layout Solution
-(a) The solution of first part is revealed here.
-\end_layout
-
-\begin_layout Solution
-(b) The solution of second part is revealed here.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-BibTeX users please use 
-\begin_inset Quotes eld
-\end_inset
-
-Insert -> List/TOC -> BibTeX Bibliography
-\begin_inset Quotes erd
-\end_inset
-
- menu.
-\end_layout
-
-\begin_layout Plain Layout
-Non-BibTeX users please use 
-\begin_inset Quotes eld
-\end_inset
-
-Bibliography
-\begin_inset Quotes erd
-\end_inset
-
- style to create references as follows.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Bibliography
-\labelwidthstring References
-\begin_inset CommandInset bibitem
-LatexCommand bibitem
-key "monograph"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Monographs
-\end_layout
-
-\end_inset
-
- Mikhailov AS, Calenbuhr V (2002) From cells to societies.
- Springer, Berlin Heidelberg New York
-\end_layout
-
-\begin_layout Bibliography
-\labelwidthstring References
-\begin_inset CommandInset bibitem
-LatexCommand bibitem
-key "contribution"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Contributed Works
-\end_layout
-
-\end_inset
-
- Knolmayer GF (2002) On the economics of mass customization.
- In: Rautenstrauch C, Seelmann-Eggebert R, Turowski K (eds) Moving into
- mass customization.
- Springer, Berlin Heidelberg New York
-\end_layout
-
-\begin_layout Bibliography
-\labelwidthstring References
-\begin_inset CommandInset bibitem
-LatexCommand bibitem
-key "journal"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Journal
-\end_layout
-
-\end_inset
-
- Kekre S, Srinivasan K (1990) Broader product line: a necessity to achieve
- success? Management Science 36:1216--1231
-\end_layout
-
-\begin_layout Bibliography
-\labelwidthstring References
-\begin_inset CommandInset bibitem
-LatexCommand bibitem
-key "thesis"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Theses
-\end_layout
-
-\end_inset
-
- Ross DW (1977) Lysosomes and storage diseases.
- MA Thesis, Columbia University, New York
-\end_layout
-
-\begin_layout Standard
-\begin_inset CommandInset index_print
-LatexCommand printindex
-type "idx"
-name "  "
-
-\end_inset
-
-
-\end_layout
-
-\end_body
-\end_document
diff --git a/lib/templates/svmult_appendix.lyx b/lib/templates/svmult_appendix.lyx
deleted file mode 100644 (file)
index 521d948..0000000
+++ /dev/null
@@ -1,398 +0,0 @@
-#LyX 2.0 created this file. For more info see http://www.lyx.org/
-\lyxformat 413
-\begin_document
-\begin_header
-\textclass svmult
-\use_default_options false
-\maintain_unincluded_children false
-\language english
-\language_package default
-\inputencoding auto
-\fontencoding global
-\font_roman default
-\font_sans default
-\font_typewriter default
-\font_default_family default
-\use_non_tex_fonts false
-\font_sc false
-\font_osf false
-\font_sf_scale 100
-\font_tt_scale 100
-
-\graphics default
-\default_output_format default
-\output_sync 0
-\bibtex_command default
-\index_command default
-\paperfontsize default
-\spacing single
-\use_hyperref false
-\papersize default
-\use_geometry false
-\use_amsmath 0
-\use_esint 0
-\use_mhchem 1
-\use_mathdots 1
-\cite_engine basic
-\use_bibtopic false
-\use_indices false
-\paperorientation portrait
-\suppress_date false
-\use_refstyle 0
-\index Index
-\shortcut idx
-\color #008000
-\end_index
-\secnumdepth 3
-\tocdepth 3
-\paragraph_separation indent
-\paragraph_indentation default
-\quotes_language english
-\papercolumns 1
-\papersides 1
-\paperpagestyle default
-\tracking_changes false
-\output_changes false
-\html_math_output 0
-\html_css_as_file 0
-\html_be_strict false
-\end_header
-
-\begin_body
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\begin_layout Plain Layout
-% sample chapter
-\end_layout
-
-\begin_layout Plain Layout
-%
-\end_layout
-
-\begin_layout Plain Layout
-% This is a template for your input in the template file 
-\family sans
-svmult_editor.lyx
-\family default
-.
-\end_layout
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Chapter
-Appendix Heading
-\begin_inset CommandInset label
-LatexCommand label
-name "A:app"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Give a unique label
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-Your text comes here.
- Separate text sections
-\end_layout
-
-\begin_layout Section
-Section Heading
-\begin_inset CommandInset label
-LatexCommand label
-name "A:sec:1"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Give a unique label
-\end_layout
-
-\begin_layout Plain Layout
-and use 
-\backslash
-ref{sec:1} and 
-\backslash
-cite{journal1}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Subsection
-Subsection Heading
-\begin_inset CommandInset label
-LatexCommand label
-name "A:sec:2"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Subsubsection
-Subsubsection Heading
-\end_layout
-
-\begin_layout Paragraph
-Paragraph Heading
-\end_layout
-
-\begin_layout Subparagraph
-Subparagraph Heading.
-\end_layout
-
-\begin_layout Standard
-as required
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-paragraph
-\end_layout
-
-\end_inset
-
-.
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Use 
-\begin_inset Quotes eld
-\end_inset
-
-Insert -> Index Entry
-\begin_inset Quotes erd
-\end_inset
-
- menu to code your index words
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-For tables use
-\end_layout
-
-\end_inset
-
-
-\begin_inset Float table
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-centering
-\end_layout
-
-\end_inset
-
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-Please write your table caption here
-\begin_inset CommandInset label
-LatexCommand label
-name "A:tab:1"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Give a unique label
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-For LaTeX tables use
-\end_layout
-
-\end_inset
-
-
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features tabularvalignment="middle">
-<column alignment="left" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0">
-<row topspace="default" bottomspace="default">
-<cell alignment="left" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-first 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-second 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-third 
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row topspace="default">
-<cell alignment="left" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row bottomspace="default">
-<cell alignment="left" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-For figures use figure float instead.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_body
-\end_document
diff --git a/lib/templates/svmult_author.lyx b/lib/templates/svmult_author.lyx
deleted file mode 100644 (file)
index d95468c..0000000
+++ /dev/null
@@ -1,860 +0,0 @@
-#LyX 2.0 created this file. For more info see http://www.lyx.org/
-\lyxformat 413
-\begin_document
-\begin_header
-\textclass svmult
-\begin_preamble
-%%%%%%%%%%%%%%%%%%% author.tex %%%%%%%%%%%%%%%%%%%%
-%
-% sample root file for your contribution to a "contributed book"
-%
-% "contributed book"
-%
-% Use this file as a template for your own input.
-%
-%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%
-
-
-% RECOMMENDED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-% choose options for [] as required from the list
-% in the Reference Guide, Sect. 2.2
-
-%\usepackage{grossdruck}          % switches to 11pt style - output same as
-                                          % with [11pt] \documentclass option
-\usepackage{multicol}              % used for the two-column index
-\usepackage[bottom]{footmisc} % places footnotes at page bottom
-% etc.
-% see the list of further useful packages
-% in the Reference Guide, Sects. 2.3, 3.1-3.3
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_preamble
-\use_default_options false
-\maintain_unincluded_children false
-\language english
-\language_package default
-\inputencoding auto
-\fontencoding global
-\font_roman default
-\font_sans default
-\font_typewriter default
-\font_default_family default
-\use_non_tex_fonts false
-\font_sc false
-\font_osf false
-\font_sf_scale 100
-\font_tt_scale 100
-
-\graphics default
-\default_output_format default
-\output_sync 0
-\bibtex_command default
-\index_command default
-\paperfontsize default
-\spacing single
-\use_hyperref false
-\papersize default
-\use_geometry false
-\use_amsmath 0
-\use_esint 0
-\use_mhchem 1
-\use_mathdots 1
-\cite_engine basic
-\use_bibtopic false
-\use_indices false
-\paperorientation portrait
-\suppress_date false
-\use_refstyle 0
-\index Index
-\shortcut idx
-\color #008000
-\end_index
-\secnumdepth 3
-\tocdepth 3
-\paragraph_separation indent
-\paragraph_indentation default
-\quotes_language english
-\papercolumns 1
-\papersides 1
-\paperpagestyle default
-\tracking_changes false
-\output_changes false
-\html_math_output 0
-\html_css_as_file 0
-\html_be_strict false
-\end_header
-
-\begin_body
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-This is a template LyX file for articles for Journals of the Springer publishing
- group.
- How to install the svmult LaTeX class to your LaTeX system is explained
- in 
-\begin_inset Flex URL
-status open
-
-\begin_layout Plain Layout
-
-http://wiki.lyx.org/Examples/Springer
-\end_layout
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Plain Layout
-This template is also input in the template file 
-\family sans
-svmult_editor.lyx
-\family default
-.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Title*
-Contribution Title
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Fill in a short title in a new paragraph and choose 
-\begin_inset Quotes eld
-\end_inset
-
-Running LaTeX Title
-\begin_inset Quotes erd
-\end_inset
-
-from the style menu (this corresponds LaTeX command 
-\backslash
-titlerunning{Short Title}) for an abbreviated version of your contribution
- title if the original one is too long
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Author
-Name of Author
-\begin_inset Flex Inst
-status collapsed
-
-\begin_layout Plain Layout
-1
-\end_layout
-
-\end_inset
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-and 
-\end_layout
-
-\end_inset
-
-Name of Author
-\begin_inset Flex Inst
-status collapsed
-
-\begin_layout Plain Layout
-2
-\end_layout
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Fill in a short title in a new paragraph and choose 
-\begin_inset Quotes eld
-\end_inset
-
-Author Running
-\begin_inset Quotes erd
-\end_inset
-
-from the style menu (this corresponds LaTeX command 
-\backslash
-authorrunning{Short Title}) for an abbreviated version of your contribution
- title if the original one is too long
-\end_layout
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-LaTeX command 
-\backslash
-inst{1} corresponds to the first entry in 
-\begin_inset Quotes eld
-\end_inset
-
-Institute
-\begin_inset Quotes erd
-\end_inset
-
- style and 
-\backslash
-inst{2} corresponds to the second.
- Authors and institutions in 
-\begin_inset Quotes eld
-\end_inset
-
-Author
-\begin_inset Quotes erd
-\end_inset
-
- and 
-\begin_inset Quotes eld
-\end_inset
-
-Institute
-\begin_inset Quotes erd
-\end_inset
-
- styles, respectively, must be delimited by the 
-\backslash
-and LaTeX command.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Institute
-Name and Address of your Institute 
-\family typewriter
-name@email.address
-\family default
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-and
-\end_layout
-
-\end_inset
-
- Name and Address of your Institute 
-\family typewriter
-name@email.address
-\end_layout
-
-\begin_layout Standard
-Your text goes here.
- Separate text sections with the standard LaTeX sectioning commands.
-\end_layout
-
-\begin_layout Section
-Section Heading
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:1"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Always give a unique label
-\end_layout
-
-\begin_layout Plain Layout
-and use 
-\begin_inset Quotes eld
-\end_inset
-
-Insert -> Cross References
-\begin_inset Quotes erd
-\end_inset
-
- for cross-references
-\end_layout
-
-\begin_layout Plain Layout
-and 
-\begin_inset Quotes eld
-\end_inset
-
-Insert -> Citation
-\begin_inset Quotes erd
-\end_inset
-
- for bibliographic references
-\end_layout
-
-\begin_layout Plain Layout
-use LaTeX command 
-\backslash
-sectionmark{} to alter or adjust the section heading in the running head
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-Your text goes here.
- Use the LaTeX
-\begin_inset space \space{}
-\end_inset
-
-automatism for your citations 
-\begin_inset CommandInset citation
-LatexCommand cite
-key "monograph"
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Subsection
-Subsection Heading
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:2"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-Your text goes here.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Formula 
-\begin{equation}
-\vec{a}\times\vec{b}=\vec{c}
-\end{equation}
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Subsubsection
-Subsubsection Heading
-\end_layout
-
-\begin_layout Standard
-Your text goes here.
- Use the LaTeX
-\begin_inset space \space{}
-\end_inset
-
-automatism for cross-references as well as for your citations, see Sect.
-\begin_inset space ~
-\end_inset
-
-
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:1"
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Paragraph
-Paragraph Heading
-\end_layout
-
-\begin_layout Standard
-Your text goes here.
-\end_layout
-
-\begin_layout Subparagraph
-Subparagraph Heading.
-\end_layout
-
-\begin_layout Standard
-Your text goes here.
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-paragraph
-\end_layout
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Use 
-\begin_inset Quotes eld
-\end_inset
-
-Insert -> Index Entry
-\begin_inset Quotes erd
-\end_inset
-
- menu to code your index words
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-For tables use
-\end_layout
-
-\end_inset
-
-
-\begin_inset Float table
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-centering
-\end_layout
-
-\end_inset
-
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-Please write your table caption here
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:1"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Give a unique label
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-For LaTeX tables use
-\end_layout
-
-\end_inset
-
-
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features tabularvalignment="middle">
-<column alignment="left" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0">
-<row topspace="default" bottomspace="default">
-<cell alignment="left" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-first 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-second 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-third 
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row topspace="default">
-<cell alignment="left" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row bottomspace="default">
-<cell alignment="left" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="left" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-number 
-\end_layout
-
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-For figures use figure float instead.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-For built-in environments use
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Theorem
-Theorem text
-\begin_inset Foot
-status collapsed
-
-\begin_layout Plain Layout
-Footnote
-\end_layout
-
-\end_inset
-
- goes here.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-or
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Lemma
-Lemma text goes here.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-BibTeX users please use 
-\begin_inset Quotes eld
-\end_inset
-
-Insert -> List/TOC -> BibTeX Bibliography
-\begin_inset Quotes erd
-\end_inset
-
- menu
-\end_layout
-
-\begin_layout Plain Layout
-Non-BibTeX users please follow the syntax of "referenc.lyx" for your own
- citations
-\end_layout
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%%% reference %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\begin_layout Plain Layout
-sample references
-\end_layout
-
-\begin_layout Plain Layout
-"economics"
-\end_layout
-
-\begin_layout Plain Layout
-Use this as a template for your own input.
-\end_layout
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\begin_layout Plain Layout
-BibTeX users please use 
-\begin_inset Quotes eld
-\end_inset
-
-Insert -> List/TOC -> BibTeX Bibliography
-\begin_inset Quotes erd
-\end_inset
-
- menu.
-\end_layout
-
-\begin_layout Plain Layout
-Non-BibTeX users please use 
-\begin_inset Quotes eld
-\end_inset
-
-Bibliography
-\begin_inset Quotes erd
-\end_inset
-
- style to create references as follows.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Bibliography
-\labelwidthstring References
-\begin_inset CommandInset bibitem
-LatexCommand bibitem
-key "monograph"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Monographs
-\end_layout
-
-\end_inset
-
- Mikhailov AS, Calenbuhr V (2002) From cells to societies.
- Springer, Berlin Heidelberg New York
-\end_layout
-
-\begin_layout Bibliography
-\labelwidthstring References
-\begin_inset CommandInset bibitem
-LatexCommand bibitem
-key "contribution"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Contributed Works
-\end_layout
-
-\end_inset
-
- Knolmayer GF (2002) On the economics of mass customization.
- In: Rautenstrauch C, Seelmann-Eggebert R, Turowski K (eds) Moving into
- mass customization.
- Springer, Berlin Heidelberg New York
-\end_layout
-
-\begin_layout Bibliography
-\labelwidthstring References
-\begin_inset CommandInset bibitem
-LatexCommand bibitem
-key "journal"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Journal
-\end_layout
-
-\end_inset
-
- Kekre S, Srinivasan K (1990) Broader product line: a necessity to achieve
- success? Management Science 36:1216--1231
-\end_layout
-
-\begin_layout Bibliography
-\labelwidthstring References
-\begin_inset CommandInset bibitem
-LatexCommand bibitem
-key "thesis"
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Theses
-\end_layout
-
-\end_inset
-
- Ross DW (1977) Lysosomes and storage diseases.
- MA Thesis, Columbia University, New York
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-\begin_inset CommandInset index_print
-LatexCommand printindex
-type "idx"
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_body
-\end_document
diff --git a/lib/templates/svmult_editor.lyx b/lib/templates/svmult_editor.lyx
deleted file mode 100644 (file)
index 18e749d..0000000
+++ /dev/null
@@ -1,751 +0,0 @@
-#LyX 2.0 created this file. For more info see http://www.lyx.org/
-\lyxformat 413
-\begin_document
-\begin_header
-\textclass svmult
-\begin_preamble
-%%%%%%%%%%%%%%%%%%%% file editor.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% sample root file for a complete "contributed book"
-%
-% "contributed book"
-%
-% Copy it to a new file with a new name and
-% use it as a template for your own input.
-%
-%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
-
-
-% choose options for [] as required from the list
-% in the Reference Guide, Sect. 2.2
-
-%\usepackage{grossdruck}      % switches to 11pt style - output same as
-                             % with [11pt] \documentclass option
-                             
-         % allows index generation
-        % standard LaTeX graphics tool
-                             % when including figure files
-\usepackage{multicol}        % used for the two-column index
-\usepackage[bottom]{footmisc}% places footnotes at page bottom
-% etc.
-% see the list of further useful packages
-% in the Reference Guide, Sects. 2.3, 3.1-3.3
-
-\makeindex             % used for the subject index
-                       % please use the style sprmidx.sty with
-                       % your makeindex program
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_preamble
-\use_default_options false
-\maintain_unincluded_children false
-\language english
-\language_package default
-\inputencoding auto
-\fontencoding global
-\font_roman default
-\font_sans default
-\font_typewriter default
-\font_default_family default
-\use_non_tex_fonts false
-\font_sc false
-\font_osf false
-\font_sf_scale 100
-\font_tt_scale 100
-
-\graphics default
-\default_output_format default
-\output_sync 0
-\bibtex_command default
-\index_command default
-\paperfontsize default
-\spacing single
-\use_hyperref false
-\papersize default
-\use_geometry false
-\use_amsmath 0
-\use_esint 0
-\use_mhchem 1
-\use_mathdots 1
-\cite_engine basic
-\use_bibtopic false
-\use_indices false
-\paperorientation portrait
-\suppress_date false
-\use_refstyle 0
-\index Index
-\shortcut idx
-\color #008000
-\end_index
-\secnumdepth 3
-\tocdepth 3
-\paragraph_separation indent
-\paragraph_indentation default
-\quotes_language english
-\papercolumns 1
-\papersides 1
-\paperpagestyle default
-\tracking_changes false
-\output_changes false
-\html_math_output 0
-\html_css_as_file 0
-\html_be_strict false
-\end_header
-
-\begin_body
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-This is a template LyX file for articles for Journals of the Springer publishing
- group.
- How to install the svmult LaTeX class to your LaTeX system is explained
- in 
-\begin_inset Flex URL
-status open
-
-\begin_layout Plain Layout
-
-http://wiki.lyx.org/Examples/Springer
-\end_layout
-
-\end_inset
-
-.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-The editor should organize contents by using 
-\begin_inset Quotes eld
-\end_inset
-
-Front Matter
-\begin_inset Quotes erd
-\end_inset
-
-, 
-\begin_inset Quotes eld
-\end_inset
-
-Main Matter
-\begin_inset Quotes erd
-\end_inset
-
- and 
-\begin_inset Quotes eld
-\end_inset
-
-Back Matter
-\begin_inset Quotes erd
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Plain Layout
-Each contribution must be saved in an independent LyX file and included
- to this 
-\begin_inset Quotes eld
-\end_inset
-
-root
-\begin_inset Quotes erd
-\end_inset
-
- file.
-\end_layout
-
-\begin_layout Plain Layout
-Indices in each included file should be commented out to Note or deleted.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Front Matter
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Front matter should contain:
-\end_layout
-
-\begin_layout Plain Layout
-- dedication,
-\end_layout
-
-\begin_layout Plain Layout
-- foreword,
-\end_layout
-
-\begin_layout Plain Layout
-- preface,
-\end_layout
-
-\begin_layout Plain Layout
-- introduction to the volume,
-\end_layout
-
-\begin_layout Plain Layout
-- table of contents and
-\end_layout
-
-\begin_layout Plain Layout
-- the list of contributors if applicable.
-\end_layout
-
-\begin_layout Plain Layout
-It is sometimes easier to edit them as child documents and include them
- to this file.
-\end_layout
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%% dedication %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\begin_layout Plain Layout
-% sample dedication
-\end_layout
-
-\begin_layout Plain Layout
-% Use this as a template for your own input.
-\end_layout
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status open
-
-\begin_layout Plain Layout
-
-
-\backslash
-thispagestyle{empty}
-\end_layout
-
-\end_inset
-
-\begin_inset VSpace 3.5cm*
-\end_inset
-
-\end_layout
-
-\begin_layout Standard
-\align right
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-write your text here
-\end_layout
-
-\end_inset
-
-
-\size large
-Your dedication goes here
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\begin_layout Plain Layout
-% sample preface
-\end_layout
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Preface
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Please write your preface here
-\end_layout
-
-\end_inset
-
-Here come the golden words
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace 1cm
-\end_inset
-
-\end_layout
-
-\begin_layout Standard
-\noindent
-\align right
-place(s),
-\begin_inset space \hfill{}
-\end_inset
-
-
-\shape italic
-Firstname Surname
-\shape default
-
-\begin_inset Newline newline
-\end_inset
-
- month year
-\begin_inset space \hfill{}
-\end_inset
-
-
-\shape italic
-Firstname Surname
-\shape default
-
-\begin_inset Newline newline
-\end_inset
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset CommandInset toc
-LatexCommand tableofcontents
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\begin_layout Plain Layout
-% sample for a complete "list of contributors"
-\end_layout
-
-\begin_layout Plain Layout
-% Use it as a template for your own input.
-\end_layout
-
-\begin_layout Plain Layout
-% please note that this environment makes use of the
-\end_layout
-
-\begin_layout Plain Layout
-% "obeylines"-function.
-\end_layout
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\family default
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout List of Contributors
-
-\series bold
-Author Name
-\series default
- University/Institute Name Street No.
- X - Place, Postal Code 
-\family typewriter
-name@e-mail.*
-\end_layout
-
-\begin_layout Main Matter
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Main matter should contain individual contributions.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\begin_layout Plain Layout
-% sample part title
-\end_layout
-
-\begin_layout Plain Layout
-%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Part
-Part Title
-\end_layout
-
-\begin_layout Standard
-\begin_inset CommandInset include
-LatexCommand include
-filename "svmult_author.lyx"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Back Matter
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-Back matter should contain:
-\end_layout
-
-\begin_layout Plain Layout
-- common appendix if any,
-\end_layout
-
-\begin_layout Plain Layout
-- bibliography,
-\end_layout
-
-\begin_layout Plain Layout
-- index,
-\end_layout
-
-\begin_layout Plain Layout
-- list of symbols, etc.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\start_of_appendix
-\begin_inset CommandInset include
-LatexCommand include
-filename "svmult_appendix.lyx"
-
-\end_inset
-
-\begin_inset CommandInset index_print
-LatexCommand printindex
-type "idx"
-name "  "
-
-\end_inset
-
-
-\end_layout
-
-\end_body
-\end_document