mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 06:15:16 +00:00
* svcommon.inc:
- fix proof styles - subparagraphs are valid - running section are possible in svmult and svbook * svmult.layout/svmult_author.lyx: adapted for latest Svmult template rom Springer (version for editors follows the next days) * svmono_book.lyx: preamble adjustments git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39267 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bc9e5607fb
commit
a170dc5b36
@ -1385,7 +1385,6 @@ lib_templates_files = Split('''
|
|||||||
revtex4-1.lyx
|
revtex4-1.lyx
|
||||||
slides.lyx
|
slides.lyx
|
||||||
svmult_appendix.lyx
|
svmult_appendix.lyx
|
||||||
svmult_author.lyx
|
|
||||||
svmult_editor.lyx
|
svmult_editor.lyx
|
||||||
''')
|
''')
|
||||||
|
|
||||||
@ -1400,10 +1399,12 @@ lib_templates_springer_files = Split('''
|
|||||||
glossary.lyx
|
glossary.lyx
|
||||||
part.lyx
|
part.lyx
|
||||||
preface.lyx
|
preface.lyx
|
||||||
referenc.lyx
|
svmono_referenc.lyx
|
||||||
|
svmult_referenc.lyx
|
||||||
solutions.lyx
|
solutions.lyx
|
||||||
svjour3.lyx
|
svjour3.lyx
|
||||||
svmono_book.lyx
|
svmono_book.lyx
|
||||||
|
svmult_author.lyx
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
|
||||||
|
@ -1554,7 +1554,6 @@ dist_templates_DATA = \
|
|||||||
templates/revtex4-1.lyx \
|
templates/revtex4-1.lyx \
|
||||||
templates/slides.lyx \
|
templates/slides.lyx \
|
||||||
templates/svmult_appendix.lyx \
|
templates/svmult_appendix.lyx \
|
||||||
templates/svmult_author.lyx \
|
|
||||||
templates/svmult_editor.lyx
|
templates/svmult_editor.lyx
|
||||||
|
|
||||||
springertemplatesdir = $(pkgdatadir)/templates/springer
|
springertemplatesdir = $(pkgdatadir)/templates/springer
|
||||||
@ -1568,10 +1567,12 @@ dist_springertemplates_DATA = \
|
|||||||
templates/springer/glossary.lyx \
|
templates/springer/glossary.lyx \
|
||||||
templates/springer/part.lyx \
|
templates/springer/part.lyx \
|
||||||
templates/springer/preface.lyx
|
templates/springer/preface.lyx
|
||||||
templates/springer/referenc.lyx \
|
templates/springer/svmono_referenc.lyx \
|
||||||
|
templates/springer/svmult_referenc.lyx \
|
||||||
templates/springer/solutions.lyx \
|
templates/springer/solutions.lyx \
|
||||||
templates/springer/svjour3.lyx \
|
templates/springer/svjour3.lyx \
|
||||||
templates/springer/svmono_book.lyx
|
templates/springer/svmono_book.lyx \
|
||||||
|
templates/springer/svmult_author.lyx
|
||||||
|
|
||||||
thesistemplatesdir = $(pkgdatadir)/templates/thesis
|
thesistemplatesdir = $(pkgdatadir)/templates/thesis
|
||||||
dist_thesistemplates_DATA = \
|
dist_thesistemplates_DATA = \
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
# Adapted for new svjour LaTeX2e classes published by Springer in 1999;
|
# Adapted for new svjour LaTeX2e classes published by Springer in 1999;
|
||||||
# work done by MV in 2000.
|
# work done by MV in 2000.
|
||||||
#
|
#
|
||||||
# Adapted for svmono, svmult, 2009/2007
|
# Adapted for svmono, svmult, and svjour3 2011
|
||||||
# by Marcus Kriele (mkriele@mac.com)
|
# by Marcus Kriele (mkriele@mac.com) and Uwe Stöhr
|
||||||
# see http://www.springer.com/authors for class files and further instructions
|
# see http://www.springer.com/authors for class files and further instructions
|
||||||
|
|
||||||
|
|
||||||
@ -49,8 +49,6 @@ Input theorems-without-preamble.inc
|
|||||||
NoStyle Fact
|
NoStyle Fact
|
||||||
NoStyle Prop
|
NoStyle Prop
|
||||||
|
|
||||||
|
|
||||||
NoStyle Subparagraph
|
|
||||||
NoCounter subparagraph
|
NoCounter subparagraph
|
||||||
NoStyle Subparagraph*
|
NoStyle Subparagraph*
|
||||||
|
|
||||||
@ -227,6 +225,18 @@ Style Paragraph
|
|||||||
TocLevel 4
|
TocLevel 4
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Style Subparagraph
|
||||||
|
LeftMargin ""
|
||||||
|
Font
|
||||||
|
Series Medium
|
||||||
|
Shape Italic
|
||||||
|
Size Normal
|
||||||
|
EndFont
|
||||||
|
TopSep 0.7
|
||||||
|
BottomSep 0.4
|
||||||
|
TocLevel 4
|
||||||
|
End
|
||||||
|
|
||||||
Style Part*
|
Style Part*
|
||||||
Margin Static
|
Margin Static
|
||||||
Align Right
|
Align Right
|
||||||
@ -398,10 +408,19 @@ Style Running_Author
|
|||||||
LatexName authorrunning
|
LatexName authorrunning
|
||||||
LabelString "Running Author:"
|
LabelString "Running Author:"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Author_Running
|
Style Author_Running
|
||||||
ObsoletedBy Running_Author
|
ObsoletedBy Running_Author
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Style Running_Section
|
||||||
|
CopyStyle Running_Title
|
||||||
|
Category Section
|
||||||
|
LatexName sectionmark
|
||||||
|
LeftMargin "Running Section:xxx"
|
||||||
|
LabelString "Running Section:"
|
||||||
|
End
|
||||||
|
|
||||||
Style Abstract
|
Style Abstract
|
||||||
Category FrontMatter
|
Category FrontMatter
|
||||||
Margin First_Dynamic
|
Margin First_Dynamic
|
||||||
@ -440,6 +459,7 @@ Style Keywords
|
|||||||
Margin First_Dynamic
|
Margin First_Dynamic
|
||||||
LatexType Command
|
LatexType Command
|
||||||
LatexName keywords
|
LatexName keywords
|
||||||
|
Category FrontMatter
|
||||||
NextNoIndent 0
|
NextNoIndent 0
|
||||||
ParIndent MM
|
ParIndent MM
|
||||||
LabelSep xx
|
LabelSep xx
|
||||||
@ -607,13 +627,24 @@ Style Svgraybox
|
|||||||
End
|
End
|
||||||
|
|
||||||
Style Proof
|
Style Proof
|
||||||
|
Category Theorem
|
||||||
|
LatexType Environment
|
||||||
LatexName proof
|
LatexName proof
|
||||||
LabelString "Proof"
|
Margin First_Dynamic
|
||||||
|
LeftMargin xxx
|
||||||
|
TopSep 0.4
|
||||||
|
BottomSep 0.4
|
||||||
|
LabelType Static
|
||||||
|
LabelSep xx
|
||||||
|
LabelString "Proof."
|
||||||
|
LabelFont
|
||||||
|
Shape Italic
|
||||||
|
EndFont
|
||||||
LangPreamble
|
LangPreamble
|
||||||
\providecommand{\proofname}{_(Proof)}
|
\providecommand{\proofname}{_(Proof)}
|
||||||
EndLangPreamble
|
EndLangPreamble
|
||||||
BabelPreamble
|
BabelPreamble
|
||||||
\addto\captions$$lang{\renewcommand{\proofname}{_(Proof)}}
|
\addto\captions$$lang{\renewcommand{\proofname}{_(Proof)}}
|
||||||
EndBabelPreamble
|
EndBabelPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -622,21 +653,21 @@ Style Proof(QED)
|
|||||||
LatexName svmultproof
|
LatexName svmultproof
|
||||||
EndLabelType Box
|
EndLabelType Box
|
||||||
Preamble
|
Preamble
|
||||||
\newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}}
|
\newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}}
|
||||||
EndPreamble
|
EndPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Proof(smartQED)
|
Style Proof(smartQED)
|
||||||
CopyStyle Proof
|
CopyStyle Proof
|
||||||
LatexName svmultproof2
|
LatexName svmultproof2
|
||||||
EndLabelType Filled_Box
|
EndLabelType Box
|
||||||
Preamble
|
Preamble
|
||||||
\newenvironment{svmultproof2}{\begin{proof}}{\smartqed\qed\end{proof}}
|
\newenvironment{svmultproof2}{\begin{proof}}{\smartqed\qed\end{proof}}
|
||||||
EndPreamble
|
EndPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout Flex:Email
|
InsetLayout Flex:Email
|
||||||
Decoration Conglomerate
|
Decoration Conglomerate
|
||||||
LyxType custom
|
LyxType custom
|
||||||
LatexType command
|
LatexType command
|
||||||
LatexName email
|
LatexName email
|
||||||
@ -657,22 +688,13 @@ InsetLayout Flex:Email
|
|||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout Flex:and
|
InsetLayout Flex:and
|
||||||
ContentAsLabel 1
|
ContentAsLabel 1
|
||||||
CustomPars 0
|
CustomPars 0
|
||||||
Decoration Classic
|
LatexName and
|
||||||
LatexName and
|
LatexType Command
|
||||||
LatexType Command
|
LabelString "and"
|
||||||
LabelString "and"
|
LyxType Custom
|
||||||
LyxType Custom
|
KeepEmpty 1
|
||||||
KeepEmpty 1
|
|
||||||
End
|
End
|
||||||
|
|
||||||
# InsetLayout Flex:and
|
|
||||||
# CopyStyle Flex:Email
|
|
||||||
# LatexName and
|
|
||||||
# LabelString "and"
|
|
||||||
# Font
|
|
||||||
# EndFont
|
|
||||||
# KeepEmpty 1
|
|
||||||
# End
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# Transposed by Pascal André <andre@via.ecp.fr>
|
# Transposed by Pascal André <andre@via.ecp.fr>
|
||||||
# Heavily modified and enhanced by serveral developers.
|
# Heavily modified and enhanced by serveral developers.
|
||||||
# Revision 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 in April 2011
|
# Revised by Marcus Kriele and Uwe Stöhr in April 2011
|
||||||
#
|
#
|
||||||
# see ftp://ftp.springer.de/pub/tex/latex/svjour3/ for class files
|
# see ftp://ftp.springer.de/pub/tex/latex/svjour3/ for class files
|
||||||
|
|
||||||
@ -31,6 +31,7 @@ NoStyle ChapSubtitle
|
|||||||
NoStyle ChapMotto
|
NoStyle ChapMotto
|
||||||
NoCounter chapter
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
NoStyle Subparagraph
|
||||||
NoStyle Run-in_headings
|
NoStyle Run-in_headings
|
||||||
NoStyle Sub-run-in_headings
|
NoStyle Sub-run-in_headings
|
||||||
NoStyle Extrachap
|
NoStyle Extrachap
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#% Do not delete the line below; configure depends on this
|
#% Do not delete the line below; configure depends on this
|
||||||
# \DeclareLaTeXClass[svmono,footmisc.sty,multicol.sty,natbib.sty,type1cm.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>
|
# Author: Koji Yokota <yokota@res.otaru-uc.ac.jp>
|
||||||
# adapted: Marcus Kriele <mkriele@mac.com> (April 2011)
|
# adapted: Marcus Kriele <mkriele@mac.com> and Uwe Stöhr (April 2011)
|
||||||
#
|
#
|
||||||
# Supports: SVMONO DOCUMENT CLASS -- version 5.5 (17-Dec-09)
|
# Supports: SVMONO DOCUMENT CLASS -- version 5.5 (17-Dec-09)
|
||||||
# Class and style files and templates are found at:
|
# Class and style files and templates are found at:
|
||||||
@ -31,14 +31,6 @@ Style Running_Chapter
|
|||||||
LabelString "Running Chapter:"
|
LabelString "Running Chapter:"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Running_Section
|
|
||||||
CopyStyle Running_Title
|
|
||||||
Category Section
|
|
||||||
LatexName sectionmark
|
|
||||||
LeftMargin "Running Section:xxx"
|
|
||||||
LabelString "Running Section:"
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Problem
|
Style Problem
|
||||||
ObsoletedBy Prob
|
ObsoletedBy Prob
|
||||||
End
|
End
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#% Do not delete the line below; configure depends on this
|
#% Do not delete the line below; configure depends on this
|
||||||
# \DeclareLaTeXClass[svmult,natbib.sty]{book (Springer svmult)}
|
# \DeclareLaTeXClass[svmult,natbib.sty]{book (Springer svmult)}
|
||||||
# Author: Koji Yokota <yokota@res.otaru-uc.ac.jp>
|
# Author: Koji Yokota <yokota@res.otaru-uc.ac.jp>
|
||||||
# adapted: Marcus Kriele <mkriele@mac.com> (April 2011)
|
# adapted: Marcus Kriele <mkriele@mac.com> and Uwe Stöhr (April 2011)
|
||||||
#
|
#
|
||||||
# Supports: SVMULT DOCUMENT CLASS -- version 5.4 (25-Jun-07)
|
# Supports: SVMULT DOCUMENT CLASS -- version 5.4 (25-Jun-07)
|
||||||
# Class and style files and templates are found at:
|
# Class and style files and templates are found at:
|
||||||
@ -13,88 +13,93 @@ Format 35
|
|||||||
Input svcommon.inc
|
Input svcommon.inc
|
||||||
|
|
||||||
ClassOptions
|
ClassOptions
|
||||||
FontSize 10
|
FontSize ""
|
||||||
End
|
End
|
||||||
|
|
||||||
NoStyle Acknowledgements
|
NoStyle Acknowledgements
|
||||||
#NoStyle Acknowledgement
|
NoCounter chapter
|
||||||
|
|
||||||
Counter svmultlsti
|
#Counter svmultlsti
|
||||||
LabelString "Contributor \Roman{svmultlsti}:"
|
# LabelString "Contributor \Roman{svmultlsti}:"
|
||||||
End
|
#End
|
||||||
|
|
||||||
# Additional headings
|
# Additional headings
|
||||||
|
|
||||||
Style MiniTOC
|
#Style MiniTOC
|
||||||
CopyStyle Running_Title
|
# CopyStyle Running_Title
|
||||||
LatexType Command
|
# LatexType Command
|
||||||
LatexName svmulttoc
|
# LatexName svmulttoc
|
||||||
LeftMargin "TOC depth (provide a number):xxx"
|
# LeftMargin "TOC depth (provide a number):xxx"
|
||||||
LabelString "TOC depth (provide a number):"
|
# LabelString "TOC depth (provide a number):"
|
||||||
Preamble
|
# Preamble
|
||||||
\newcommand{\svmulttoc}[1]{\setcounter{minitocdepth}{#1}\dominitoc}
|
# \newcommand{\svmulttoc}[1]{\setcounter{minitocdepth}{#1}\dominitoc}
|
||||||
EndPreamble
|
# EndPreamble
|
||||||
End
|
#End
|
||||||
|
|
||||||
|
|
||||||
Style Title*
|
Style Title*
|
||||||
CopyStyle Title
|
CopyStyle Title
|
||||||
LatexName title*
|
LatexName title*
|
||||||
LabelString "Title*: "
|
LabelString "Title*: "
|
||||||
LabelSep "xxx"
|
LabelSep "xxx"
|
||||||
LabelType Static
|
LabelType Static
|
||||||
Margin First_Dynamic
|
Margin First_Dynamic
|
||||||
HTMLTitle true
|
HTMLTitle true
|
||||||
LabelFont
|
LabelFont
|
||||||
Color Blue
|
Color Blue
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
Style Title
|
#Style Title
|
||||||
TopSep 2
|
# TopSep 2
|
||||||
LabelString "Chapter \thechapter"
|
# LabelString "Chapter \thechapter"
|
||||||
LabelType Counter
|
# LabelType Counter
|
||||||
LabelCounter chapter
|
# LabelCounter chapter
|
||||||
TocLevel 1
|
# TocLevel 1
|
||||||
InTitle 0
|
# InTitle 0
|
||||||
End
|
#End
|
||||||
|
|
||||||
|
|
||||||
Style Contributors
|
#Style Contributors
|
||||||
CopyStyle Foreword
|
# CopyStyle Foreword
|
||||||
LabelString "List of Contributors"
|
# LabelString "List of Contributors"
|
||||||
LatexName contributors
|
# LatexName contributors
|
||||||
End
|
#End
|
||||||
|
|
||||||
Style List_of_Abbreviations_&_Symbols_[Deprecated]
|
#Style List_of_Abbreviations_&_Symbols_[Deprecated]
|
||||||
InTitle 1
|
# InTitle 1
|
||||||
CopyStyle Description
|
# CopyStyle Description
|
||||||
LatexName abbrsymblist
|
# LatexName abbrsymblist
|
||||||
End
|
#End
|
||||||
|
|
||||||
Style List_of_Abbreviations_&_Symbols
|
#Style List_of_Abbreviations_&_Symbols
|
||||||
InTitle 1
|
# InTitle 1
|
||||||
CopyStyle Description
|
# CopyStyle Description
|
||||||
LatexName abbrsymblist
|
# LatexName abbrsymblist
|
||||||
ObsoletedBy List_of_Abbreviations_&_Symbols_[Deprecated]
|
# ObsoletedBy List_of_Abbreviations_&_Symbols_[Deprecated]
|
||||||
End
|
#End
|
||||||
|
|
||||||
Style Author
|
Style Author
|
||||||
Font
|
Font
|
||||||
Series Bold
|
Series Medium
|
||||||
Family Sans
|
Family Roman
|
||||||
Size Normal
|
Size Normal
|
||||||
Shape Up
|
Shape Up
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Style Abstract
|
||||||
Counter svmultlsti
|
LatexType Command
|
||||||
LabelString "Contributor \Roman{svmultlsti}"
|
LatexName abstract
|
||||||
Within chapter
|
Category FrontMatter
|
||||||
|
LabelString "Abstract"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
#Counter svmultlsti
|
||||||
|
# LabelString "Contributor \Roman{svmultlsti}"
|
||||||
|
# Within chapter
|
||||||
|
#End
|
||||||
|
|
||||||
Style List_of_Contributors
|
Style List_of_Contributors
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
@ -132,95 +137,81 @@ Style List_of_Contributors
|
|||||||
Requires ifthen
|
Requires ifthen
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Problem
|
#Style Problem
|
||||||
ObsoletedBy Problem_(theorem-like)
|
# ObsoletedBy Problem_(theorem-like)
|
||||||
End
|
#End
|
||||||
|
|
||||||
Style Solution
|
#Style Solution
|
||||||
ObsoletedBy Solution_(theorem-like)
|
# ObsoletedBy Solution_(theorem-like)
|
||||||
End
|
#End
|
||||||
|
|
||||||
InsetLayout Flex:Inst
|
#InsetLayout Flex:Inst
|
||||||
Decoration Classic
|
# Decoration Classic
|
||||||
LabelString "Institute # [deprecated]"
|
# LabelString "Institute # [deprecated]"
|
||||||
LatexType Command
|
# LatexType Command
|
||||||
LatexName inst
|
# LatexName inst
|
||||||
LyxType custom
|
# LyxType custom
|
||||||
Font
|
# Font
|
||||||
Size Small
|
# Size Small
|
||||||
Color Red
|
# Color Red
|
||||||
EndFont
|
# EndFont
|
||||||
End
|
#End
|
||||||
|
|
||||||
InsetLayout Flex:at_Address
|
InsetLayout Flex:at_Address
|
||||||
CopyStyle Flex:and
|
CopyStyle Flex:and
|
||||||
LatexName at
|
LatexName at
|
||||||
LabelString "at address"
|
LabelString "at address"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
Style Part
|
Style Part
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style PartBacktext
|
Style PartBacktext
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Chapter
|
Style Chapter
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style ChapAuthor
|
Style ChapAuthor
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style ChapSubtitle
|
Style ChapSubtitle
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style extrachap
|
Style extrachap
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Extrachap
|
Style Extrachap
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Dedication
|
Style Dedication
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Foreword
|
Style Foreword
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Preface
|
Style Preface
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Acknowledgement
|
Style Acknowledgement
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Contributors
|
Style Contributors
|
||||||
Category "For editors"
|
Category "For editors"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Motto
|
Style ChapMotto
|
||||||
CopyStyle ChapMotto
|
Category FrontMatter
|
||||||
Category "FrontMatter"
|
|
||||||
End
|
|
||||||
|
|
||||||
NoStyle ChapMotto
|
|
||||||
|
|
||||||
Style Abstract
|
|
||||||
Category "FrontMatter"
|
|
||||||
End
|
|
||||||
Style Abstract*
|
|
||||||
Category "FrontMatter"
|
|
||||||
End
|
|
||||||
Style Keywords
|
|
||||||
Category "FrontMatter"
|
|
||||||
End
|
End
|
||||||
|
|
||||||
|
@ -232,16 +232,6 @@ name "sec:Section-Heading-2"
|
|||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Instead of simply listing headings of different levels we recommend to let
|
Instead of simply listing headings of different levels we recommend to let
|
||||||
every heading be followed by at least a short passage of text.
|
every heading be followed by at least a short passage of text.
|
||||||
Furtheron please use the LaTeX
|
|
||||||
\begin_inset space \space{}
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
automatism for all your cross-references and citations.
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
Please note that the first line of text that follows a heading is not indented,
|
|
||||||
whereas the first lines of all subsequent paragraphs are.
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -501,28 +491,6 @@ Paragraph Heading
|
|||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Instead of simply listing headings of different levels we recommend to let
|
Instead of simply listing headings of different levels we recommend to let
|
||||||
every heading be followed by at least a short passage of text.
|
every heading be followed by at least a short passage of text.
|
||||||
Furtheron please use the LaTeX
|
|
||||||
\begin_inset space \space{}
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
automatism for all your cross-references and citations as has already been
|
|
||||||
described in Sect.
|
|
||||||
\begin_inset space ~
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset CommandInset ref
|
|
||||||
LatexCommand ref
|
|
||||||
reference "sec:Section-Heading-2"
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
.
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
Please note that the first line of text that follows a heading is not indented,
|
|
||||||
whereas the first lines of all subsequent paragraphs are.
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -1057,23 +1025,6 @@ name "sec:Section-Heading-3"
|
|||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Instead of simply listing headings of different levels we recommend to let
|
Instead of simply listing headings of different levels we recommend to let
|
||||||
every heading be followed by at least a short passage of text.
|
every heading be followed by at least a short passage of text.
|
||||||
Furtheron please use the LaTeX
|
|
||||||
\begin_inset space \space{}
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
automatism for all your cross-references and citations as has already been
|
|
||||||
described in Sect.
|
|
||||||
\begin_inset space ~
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset CommandInset ref
|
|
||||||
LatexCommand ref
|
|
||||||
reference "sec:Section-Heading-2"
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
.
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -1229,23 +1180,6 @@ Subsubsection Heading
|
|||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Instead of simply listing headings of different levels we recommend to let
|
Instead of simply listing headings of different levels we recommend to let
|
||||||
every heading be followed by at least a short passage of text.
|
every heading be followed by at least a short passage of text.
|
||||||
Furtheron please use the LaTeX
|
|
||||||
\begin_inset space \space{}
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
automatism for all your cross-references and citations as has already been
|
|
||||||
described in Sect.
|
|
||||||
\begin_inset space ~
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset CommandInset ref
|
|
||||||
LatexCommand ref
|
|
||||||
reference "sec:Section-Heading-2"
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
.
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -1263,19 +1197,17 @@ Definition text goes here.
|
|||||||
|
|
||||||
\begin_layout Proof
|
\begin_layout Proof
|
||||||
Proof text goes here.
|
Proof text goes here.
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Proof(smartQED)
|
\begin_layout Proof(QED)
|
||||||
\begin_inset Quotes eld
|
\begin_inset Quotes eld
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
smartqed layout
|
qed layout
|
||||||
\begin_inset Quotes erd
|
\begin_inset Quotes erd
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
Proof text goes here.
|
Proof text goes here.
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Paragraph
|
\begin_layout Paragraph
|
||||||
@ -1285,23 +1217,6 @@ Paragraph Heading
|
|||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Instead of simply listing headings of different levels we recommend to let
|
Instead of simply listing headings of different levels we recommend to let
|
||||||
every heading be followed by at least a short passage of text.
|
every heading be followed by at least a short passage of text.
|
||||||
Furtheron please use the LaTeX
|
|
||||||
\begin_inset space \space{}
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
automatism for all your cross-references and citations as has already been
|
|
||||||
described in Sect.
|
|
||||||
\begin_inset space ~
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset CommandInset ref
|
|
||||||
LatexCommand ref
|
|
||||||
reference "sec:Section-Heading-2"
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
.
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -1318,7 +1233,14 @@ Definition text goes here.
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Proof(smartQED)
|
\begin_layout Proof(smartQED)
|
||||||
Proof text goes here.
|
\begin_inset Quotes eld
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
smartqed layout
|
||||||
|
\begin_inset Quotes erd
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Proof text goes here.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Acknowledgement
|
\begin_layout Acknowledgement
|
||||||
@ -1505,7 +1427,7 @@ Problem Heading
|
|||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
\begin_inset CommandInset include
|
\begin_inset CommandInset include
|
||||||
LatexCommand input
|
LatexCommand input
|
||||||
filename "referenc.lyx"
|
filename "svmono_referenc.lyx"
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
@ -4,30 +4,14 @@
|
|||||||
\begin_header
|
\begin_header
|
||||||
\textclass svmono
|
\textclass svmono
|
||||||
\begin_preamble
|
\begin_preamble
|
||||||
%%%%%%%%%%%%%%%%%%%% book.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
||||||
%
|
|
||||||
% sample root file for the chapters of your "monograph"
|
|
||||||
%
|
|
||||||
% Use this file as a template for your own input.
|
|
||||||
%
|
|
||||||
%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
||||||
|
|
||||||
|
|
||||||
% RECOMMENDED %%%
|
|
||||||
|
|
||||||
\usepackage{type1cm}
|
\usepackage{type1cm}
|
||||||
|
|
||||||
\usepackage{multicol} % used for the two-column index
|
\usepackage{multicol} % used for the two-column index
|
||||||
\usepackage[bottom]{footmisc}% places footnotes at page bottom
|
\usepackage[bottom]{footmisc} % places footnotes at page bottom
|
||||||
|
|
||||||
% see the list of further useful packages
|
%\makeindex % used for the subject index
|
||||||
% in the Reference Guide
|
|
||||||
|
|
||||||
%\makeindex % used for the subject index
|
|
||||||
% please use the style svind.ist with
|
% please use the style svind.ist with
|
||||||
% your makeindex program
|
% your makeindex program
|
||||||
|
|
||||||
%%%
|
|
||||||
\end_preamble
|
\end_preamble
|
||||||
\options graybox,envcountchap,sectrefs
|
\options graybox,envcountchap,sectrefs
|
||||||
\use_default_options false
|
\use_default_options false
|
||||||
|
1402
lib/templates/springer/svmult_author.lyx
Normal file
1402
lib/templates/springer/svmult_author.lyx
Normal file
File diff suppressed because it is too large
Load Diff
895
lib/templates/springer/svmult_referenc.lyx
Normal file
895
lib/templates/springer/svmult_referenc.lyx
Normal file
@ -0,0 +1,895 @@
|
|||||||
|
#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 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
|
||||||
|
instead of manually inserting the references as done in this file as an
|
||||||
|
example, it is recommended to use BibTeX
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
\begin_inset ERT
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
|
||||||
|
\backslash
|
||||||
|
biblstarthook{
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
In view of the parallel print and (chapter-wise) online publication of your
|
||||||
|
book at
|
||||||
|
\begin_inset Flex URL
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
www.springerlink.com
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
it has been decided that -- as a genreral rule -- references should be
|
||||||
|
sorted chapter-wise and placed at the end of the individual chapters.
|
||||||
|
However, upon agreement with your contact at Springer you may list your
|
||||||
|
references in a single seperate chapter at the end of your book.
|
||||||
|
Deactivate the class option
|
||||||
|
\family typewriter
|
||||||
|
sectrefs
|
||||||
|
\family default
|
||||||
|
and the
|
||||||
|
\family typewriter
|
||||||
|
thebibliography
|
||||||
|
\family default
|
||||||
|
environment will be put out as a chapter of its own.
|
||||||
|
\begin_inset Newline newline
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset ERT
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
|
||||||
|
\backslash
|
||||||
|
indent
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
References may be
|
||||||
|
\shape italic
|
||||||
|
cited
|
||||||
|
\shape default
|
||||||
|
in the text either by number (preferred) or by author/year.
|
||||||
|
\begin_inset Foot
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Make sure that all references from the list are cited in the text.
|
||||||
|
Those not cited should be moved to a separate
|
||||||
|
\shape italic
|
||||||
|
Further Reading
|
||||||
|
\shape default
|
||||||
|
section or chapter.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
The reference list should ideally be
|
||||||
|
\shape italic
|
||||||
|
sorted
|
||||||
|
\shape default
|
||||||
|
in alphabetical order -- even if reference numbers are used for the their
|
||||||
|
citation in the text.
|
||||||
|
If there are several works by the same author, the following order should
|
||||||
|
be used:
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Enumerate
|
||||||
|
all works by the author alone, ordered chronologically by year of publication
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Enumerate
|
||||||
|
all works by the author with a coauthor, ordered alphabetically by coauthor
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Enumerate
|
||||||
|
all works by the author with several coauthors, ordered chronologically
|
||||||
|
by year of publication.
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
The
|
||||||
|
\shape italic
|
||||||
|
styling
|
||||||
|
\shape default
|
||||||
|
of references
|
||||||
|
\begin_inset Foot
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Always use the standard abbreviation of a journal's name according to the
|
||||||
|
ISSN
|
||||||
|
\shape italic
|
||||||
|
List of Title Word Abbreviations
|
||||||
|
\shape default
|
||||||
|
, see
|
||||||
|
\begin_inset Flex URL
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
http://www.issn.org/en/node/344
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
depends on the subject of your book:
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Itemize
|
||||||
|
The
|
||||||
|
\shape italic
|
||||||
|
two
|
||||||
|
\shape default
|
||||||
|
recommended styles for references in books on
|
||||||
|
\shape italic
|
||||||
|
mathematical, physical, statistical and computer sciences
|
||||||
|
\shape default
|
||||||
|
are depicted in
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset CommandInset citation
|
||||||
|
LatexCommand cite
|
||||||
|
key "science-contrib, science-online, science-mono, science-journal, science-DOI"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
and
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset CommandInset citation
|
||||||
|
LatexCommand cite
|
||||||
|
key "phys-online, phys-mono, phys-journal, phys-DOI, phys-contrib"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
.
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Itemize
|
||||||
|
Examples of the most commonly used reference style in books on
|
||||||
|
\shape italic
|
||||||
|
Psychology, Social Sciences
|
||||||
|
\shape default
|
||||||
|
are
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset CommandInset citation
|
||||||
|
LatexCommand cite
|
||||||
|
key "psysoc-mono, psysoc-online,psysoc-journal, psysoc-contrib, psysoc-DOI"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
.
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Itemize
|
||||||
|
Examples for references in books on
|
||||||
|
\shape italic
|
||||||
|
Humanities, Linguistics, Philosophy
|
||||||
|
\shape default
|
||||||
|
are
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset CommandInset citation
|
||||||
|
LatexCommand cite
|
||||||
|
key "humlinphil-journal, humlinphil-contrib, humlinphil-mono, humlinphil-online, humlinphil-DOI"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
.
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Itemize
|
||||||
|
Examples of the basic Springer style used in publications on a wide range
|
||||||
|
of subjects such as
|
||||||
|
\shape italic
|
||||||
|
Computer Science, Economics, Engineering, Geosciences, Life Sciences, Medicine,
|
||||||
|
Biomedicine
|
||||||
|
\shape default
|
||||||
|
are
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset CommandInset citation
|
||||||
|
LatexCommand cite
|
||||||
|
key "basic-contrib, basic-online, basic-journal, basic-DOI, basic-mono"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
.
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
\begin_inset ERT
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset Note Note
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
end of biblstarthook
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
\begin_inset Note Note
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Use the following syntax and markup for your references if the subject of
|
||||||
|
your book is from the field "Mathematics, Physics, Statistics, Computer
|
||||||
|
Science":
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "science-contrib"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Broy, M.: Software engineering --- from auxiliary to key technologies.
|
||||||
|
In: Broy, M., Dener, E.
|
||||||
|
(eds.) Software Pioneers, pp.
|
||||||
|
10-13.
|
||||||
|
Springer, Heidelberg (2002)
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "science-online"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Dod, J.: Effective substances.
|
||||||
|
In: The Dictionary of Substances and Their Effects.
|
||||||
|
Royal Society of Chemistry (1999) Available via DIALOG.
|
||||||
|
|
||||||
|
\begin_inset Newline newline
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset Flex URL
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
http://www.rsc.org/dose/title of subordinate document.
|
||||||
|
Cited 15 Jan 1999
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "science-mono"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Geddes, K.O., Czapor, S.R., Labahn, G.: Algorithms for Computer Algebra.
|
||||||
|
Kluwer, Boston (1992)
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "science-journal"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Hamburger, C.: Quasimonotonicity, regularity and duality for nonlinear systems
|
||||||
|
of partial differential equations.
|
||||||
|
Ann.
|
||||||
|
Mat.
|
||||||
|
Pura.
|
||||||
|
Appl.
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
169
|
||||||
|
\series default
|
||||||
|
, 321--354 (1995)
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "science-DOI"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Slifka, M.K., Whitton, J.L.: Clinical implications of dysregulated cytokine
|
||||||
|
production.
|
||||||
|
J.
|
||||||
|
Mol.
|
||||||
|
Med.
|
||||||
|
(2000) doi: 10.1007/s001090000086
|
||||||
|
\begin_inset VSpace bigskip
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_deeper
|
||||||
|
\begin_layout Standard
|
||||||
|
\begin_inset Note Note
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Use the following (APS) syntax and markup for your references if the subject
|
||||||
|
of your book is from the field "Mathematics, Physics, Statistics, Computer
|
||||||
|
Science":
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_deeper
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "phys-online"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
J.
|
||||||
|
Dod, in
|
||||||
|
\shape italic
|
||||||
|
The Dictionary of Substances and Their Effects
|
||||||
|
\shape default
|
||||||
|
, Royal Society of Chemistry.
|
||||||
|
(Available via DIALOG, 1999),
|
||||||
|
\begin_inset Flex URL
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
http://www.rsc.org/dose/title of subordinate document.
|
||||||
|
Cited 15 Jan 1999
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "phys-mono"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
H.
|
||||||
|
Ibach, H.
|
||||||
|
Lüth,
|
||||||
|
\shape italic
|
||||||
|
Solid-State Physics
|
||||||
|
\shape default
|
||||||
|
, 2nd edn.
|
||||||
|
(Springer, New York, 1996), pp.
|
||||||
|
45-56
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "phys-journal"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
S.
|
||||||
|
Preuss, A.
|
||||||
|
Demchuk Jr., M.
|
||||||
|
Stuke, Appl.
|
||||||
|
Phys.
|
||||||
|
A
|
||||||
|
\series bold
|
||||||
|
61
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "phys-DOI"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
M.K.
|
||||||
|
Slifka, J.L.
|
||||||
|
Whitton, J.
|
||||||
|
Mol.
|
||||||
|
Med., doi: 10.1007/s001090000086
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "phys-contrib"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
S.E.
|
||||||
|
Smith, in
|
||||||
|
\shape italic
|
||||||
|
Neuromuscular Junction
|
||||||
|
\shape default
|
||||||
|
, ed.
|
||||||
|
by E.
|
||||||
|
Zaimis.
|
||||||
|
Handbook of Experimental Pharmacology, vol 42 (Springer, Heidelberg, 1976),
|
||||||
|
p.
|
||||||
|
593
|
||||||
|
\begin_inset VSpace bigskip
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "psysoc-mono"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Calfee, R.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
C., & Valencia, R.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
R.
|
||||||
|
(1991).
|
||||||
|
|
||||||
|
\shape italic
|
||||||
|
APA guide to preparing manuscripts for journal publication.
|
||||||
|
|
||||||
|
\shape default
|
||||||
|
Washington, DC: American Psychological Association.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "psysoc-online"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Dod, J.
|
||||||
|
(1999).
|
||||||
|
Effective substances.
|
||||||
|
In: The dictionary of substances and their effects.
|
||||||
|
Royal Society of Chemistry.
|
||||||
|
Available via DIALOG.
|
||||||
|
|
||||||
|
\begin_inset Newline newline
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset Flex URL
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
http://www.rsc.org/dose/Effective substances.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Cited 15 Jan 1999.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "psysoc-journal"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Harris, M., Karper, E., Stacks, G., Hoffman, D., DeNiro, R., Cruz, P., et al.
|
||||||
|
(2001).
|
||||||
|
Writing labs and the Hollywood connection.
|
||||||
|
|
||||||
|
\shape italic
|
||||||
|
J Film
|
||||||
|
\shape default
|
||||||
|
Writing, 44(3), 213--245.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "psysoc-contrib"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
O'Neil, J.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
M., & Egan, J.
|
||||||
|
(1992).
|
||||||
|
Men's and women's gender role journeys: Metaphor for healing, transition,
|
||||||
|
and transformation.
|
||||||
|
In B.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
R.
|
||||||
|
Wainrig (Ed.),
|
||||||
|
\shape italic
|
||||||
|
Gender issues across the life cycle
|
||||||
|
\shape default
|
||||||
|
(pp.
|
||||||
|
107--123).
|
||||||
|
New York: Springer.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "psysoc-DOI"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Kreger, M., Brindis, C.D., Manuel, D.M., Sassoubre, L.
|
||||||
|
(2007).
|
||||||
|
Lessons learned in systems change initiatives: benchmarks and indicators.
|
||||||
|
|
||||||
|
\shape italic
|
||||||
|
American Journal of Community Psychology
|
||||||
|
\shape default
|
||||||
|
, doi: 10.1007/s10464-007-9108-14.
|
||||||
|
|
||||||
|
\begin_inset Note Note
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Use the following syntax and markup for your references if the subject of
|
||||||
|
your book is from the field "Humanities, Linguistics, Philosophy":
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset VSpace bigskip
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "humlinphil-journal"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Alber John, Daniel C.
|
||||||
|
O'Connell, and Sabine Kowal.
|
||||||
|
2002.
|
||||||
|
Personal perspective in TV interviews.
|
||||||
|
|
||||||
|
\shape italic
|
||||||
|
Pragmatics
|
||||||
|
\shape default
|
||||||
|
12:257--271
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "humlinphil-contrib"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Cameron, Deborah.
|
||||||
|
1997.
|
||||||
|
Theoretical debates in feminist linguistics: Questions of sex and gender.
|
||||||
|
In
|
||||||
|
\shape italic
|
||||||
|
Gender and discourse
|
||||||
|
\shape default
|
||||||
|
, ed.
|
||||||
|
Ruth Wodak, 99--119.
|
||||||
|
London: Sage Publications.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "humlinphil-mono"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Cameron, Deborah.
|
||||||
|
1985.
|
||||||
|
|
||||||
|
\shape italic
|
||||||
|
Feminism and linguistic theory.
|
||||||
|
|
||||||
|
\shape default
|
||||||
|
New York: St.
|
||||||
|
Martin's Press.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "humlinphil-online"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Dod, Jake.
|
||||||
|
1999.
|
||||||
|
Effective substances.
|
||||||
|
In: The dictionary of substances and their effects.
|
||||||
|
Royal Society of Chemistry.
|
||||||
|
Available via DIALOG.
|
||||||
|
|
||||||
|
\begin_inset Newline newline
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
http://www.rsc.org/dose/title of subordinate document.
|
||||||
|
Cited 15 Jan 1999
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "humlinphil-DOI"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Suleiman, Camelia, Daniel C.
|
||||||
|
O'Connell, and Sabine Kowal.
|
||||||
|
2002.
|
||||||
|
`If you and I, if we, in this later day, lose that sacred fire...´': Perspective
|
||||||
|
in political interviews.
|
||||||
|
|
||||||
|
\shape italic
|
||||||
|
Journal of Psycholinguistic Research
|
||||||
|
\shape default
|
||||||
|
.
|
||||||
|
doi: 10.1023/A:1015592129296.
|
||||||
|
|
||||||
|
\begin_inset VSpace bigskip
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "basic-contrib"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Brown B, Aaron M (2001) The politics of nature.
|
||||||
|
In: Smith J (ed) The rise of modern genomics, 3rd edn.
|
||||||
|
Wiley, New York
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "basic-online"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Dod J (1999) Effective Substances.
|
||||||
|
In: The dictionary of substances and their effects.
|
||||||
|
Royal Society of Chemistry.
|
||||||
|
Available via DIALOG.
|
||||||
|
|
||||||
|
\begin_inset Newline newline
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset Flex URL
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
http://www.rsc.org/dose/title of subordinate document.
|
||||||
|
Cited 15 Jan 1999
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "basic-DOI"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Slifka MK, Whitton JL (2000) Clinical implications of dysregulated cytokine
|
||||||
|
production.
|
||||||
|
J Mol Med, doi: 10.1007/s001090000086
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "basic-journal"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Smith J, Jones M Jr, Houghton L et al (1999) Future of health insurance.
|
||||||
|
N Engl J Med 965:325--329
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
|
\begin_inset CommandInset bibitem
|
||||||
|
LatexCommand bibitem
|
||||||
|
key "basic-mono"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
South J, Blass B (2001) The future of modern genomics.
|
||||||
|
Blackwell, London
|
||||||
|
\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
|
|
Loading…
Reference in New Issue
Block a user