mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
springer template files: backport changes from trunk, support for all 3 recent Springer document classes, new and revised set of template files, fixes bug #7301
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39726 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f5225e186e
commit
61391a6d53
@ -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)]:
|
||||
|
@ -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
|
||||
''')
|
||||
|
||||
|
||||
|
@ -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 = \
|
||||
|
686
lib/layouts/svcommon.inc
Normal file
686
lib/layouts/svcommon.inc
Normal file
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -1,131 +1,101 @@
|
||||
#% 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
|
||||
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 ---"
|
||||
Counter theorem
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Style Back_Matter
|
||||
CopyStyle Front_Matter
|
||||
Category Structure
|
||||
LatexName backmatter
|
||||
LabelString "--- Back Matter ---"
|
||||
Counter definition
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Style Chapter
|
||||
Align Left
|
||||
Counter remark
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Style Chapter*
|
||||
Align Left
|
||||
Counter corollary
|
||||
Within chapter
|
||||
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
|
||||
Counter lemma
|
||||
Within chapter
|
||||
End
|
||||
|
||||
# Additional math environments
|
||||
Style Case
|
||||
CopyStyle Claim
|
||||
LatexName case
|
||||
LabelString "Case #."
|
||||
Counter proposition
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Style Problem
|
||||
CopyStyle Claim
|
||||
LatexName prob
|
||||
LabelString "Problem #."
|
||||
Counter claim
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Style Solution
|
||||
CopyStyle Claim
|
||||
LatexName sol
|
||||
LabelString "Solution #."
|
||||
OptionalArgs 1
|
||||
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
|
||||
|
||||
|
||||
|
@ -1,238 +1,157 @@
|
||||
#% Do not delete the line below; configure depends on this
|
||||
# \DeclareLaTeXClass[svmult,footmisc.sty,natbib.sty]{book (Springer svmult)}
|
||||
# \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*
|
||||
LabelString "Title*: "
|
||||
LabelSep "xxx"
|
||||
LabelType Static
|
||||
Margin First_Dynamic
|
||||
HTMLTitle true
|
||||
End
|
||||
|
||||
Style TOC_Title
|
||||
CopyStyle Running_LaTeX_Title
|
||||
LatexName toctitle
|
||||
LeftMargin "TOC title:xxx"
|
||||
LabelString "TOC title:"
|
||||
End
|
||||
|
||||
Style TOC_Author
|
||||
CopyStyle Running_LaTeX_Title
|
||||
LatexName tocauthor
|
||||
LeftMargin "TOC Author:xxx"
|
||||
LabelString "TOC Author:"
|
||||
End
|
||||
|
||||
Style Institute
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName institute
|
||||
Margin Static
|
||||
LeftMargin "Institute and e-mail:xxx"
|
||||
LabelSep xxx
|
||||
LabelType Static
|
||||
LabelString "Institute and e-mail: "
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
Requires url
|
||||
End
|
||||
|
||||
Style MiniTOC
|
||||
CopyStyle Running_LaTeX_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 List_of_Abbreviations_&_Symbols
|
||||
InTitle 1
|
||||
CopyStyle Description
|
||||
LatexName abbrsymblist
|
||||
End
|
||||
|
||||
# Additional paragraphs
|
||||
Style Petit
|
||||
CopyStyle Standard
|
||||
Category MainText
|
||||
LatexType Environment
|
||||
LatexName petit
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Additional math environments
|
||||
Style Case
|
||||
CopyStyle Claim
|
||||
LatexName case
|
||||
LabelString "Case #."
|
||||
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 Filled_Box
|
||||
Preamble
|
||||
\newenvironment{svmultproof2}{\begin{proof}}{\smartqed\qed\end{proof}}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Styles for editors
|
||||
Style Preface
|
||||
CopyStyle Title
|
||||
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
|
||||
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
|
||||
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
|
||||
Size Largest
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Contributors
|
||||
CopyStyle Foreword
|
||||
LabelString "List of Contributors"
|
||||
LatexName contributors
|
||||
End
|
||||
|
||||
Style Contributor_List
|
||||
LatexType Environment
|
||||
LatexName thecontriblist
|
||||
TopSep 0.7
|
||||
BottomSep 0.4
|
||||
End
|
||||
|
||||
Style Author
|
||||
Margin First_Dynamic
|
||||
LabelType Static
|
||||
LabelSep x
|
||||
LabelString "Author:"
|
||||
Font
|
||||
Series Medium
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Up
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Typewriter
|
||||
Color Blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Main_Matter
|
||||
CopyStyle Front_Matter
|
||||
Category "For editors"
|
||||
LatexName mainmatter
|
||||
LabelString "--- Main Matter ---"
|
||||
End
|
||||
|
||||
Style Back_Matter
|
||||
CopyStyle Front_Matter
|
||||
Category "For editors"
|
||||
LatexName backmatter
|
||||
LabelString "--- Back Matter ---"
|
||||
Style Abstract
|
||||
LatexType Command
|
||||
LatexName abstract
|
||||
Category FrontMatter
|
||||
LabelString "Abstract"
|
||||
End
|
||||
|
||||
Style Part
|
||||
Category "For editors"
|
||||
End
|
||||
|
||||
Style Part*
|
||||
Style PartBacktext
|
||||
Category "For editors"
|
||||
End
|
||||
|
||||
Style Chapter
|
||||
Category "For editors"
|
||||
Align Left
|
||||
End
|
||||
|
||||
Style Chapter*
|
||||
Style Running_Chapter
|
||||
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 ChapAuthor
|
||||
Category "For editors"
|
||||
End
|
||||
|
||||
Style ChapSubtitle
|
||||
Category "For editors"
|
||||
End
|
||||
|
||||
Style extrachap
|
||||
Category "For editors"
|
||||
End
|
||||
|
||||
Style Extrachap
|
||||
Category "For editors"
|
||||
End
|
||||
|
||||
Style Dedication
|
||||
Category "For editors"
|
||||
End
|
||||
|
||||
Style Foreword
|
||||
Category "For editors"
|
||||
End
|
||||
|
||||
Style Preface
|
||||
Category "For editors"
|
||||
End
|
||||
|
||||
Style Acknowledgement
|
||||
Category "For editors"
|
||||
End
|
||||
|
||||
Style Contributors
|
||||
Category "For editors"
|
||||
End
|
||||
|
||||
Style ChapMotto
|
||||
Category "For editors"
|
||||
End
|
||||
|
||||
|
401
lib/layouts/theorems-without-preamble.inc
Normal file
401
lib/layouts/theorems-without-preamble.inc
Normal file
@ -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
|
||||
|
@ -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
|
File diff suppressed because it is too large
Load Diff
@ -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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user