From a170dc5b36a29629e5a28375dd165caeffd627f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sun, 10 Jul 2011 02:55:27 +0000 Subject: [PATCH] * 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 --- development/scons/scons_manifest.py | 5 +- lib/Makefile.am | 7 +- lib/layouts/svcommon.inc | 76 +- lib/layouts/svglobal3.layout | 3 +- lib/layouts/svmono.layout | 10 +- lib/layouts/svmult.layout | 189 ++- lib/templates/springer/chapter.lyx | 100 +- lib/templates/springer/svmono_book.lyx | 22 +- .../{referenc.lyx => svmono_referenc.lyx} | 0 lib/templates/springer/svmult_author.lyx | 1402 +++++++++++++++++ lib/templates/springer/svmult_referenc.lyx | 895 +++++++++++ lib/templates/svmult_author.lyx | 860 ---------- 12 files changed, 2460 insertions(+), 1109 deletions(-) rename lib/templates/springer/{referenc.lyx => svmono_referenc.lyx} (100%) create mode 100644 lib/templates/springer/svmult_author.lyx create mode 100644 lib/templates/springer/svmult_referenc.lyx delete mode 100644 lib/templates/svmult_author.lyx diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 4216990175..bf184af831 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1385,7 +1385,6 @@ lib_templates_files = Split(''' revtex4-1.lyx slides.lyx svmult_appendix.lyx - svmult_author.lyx svmult_editor.lyx ''') @@ -1400,10 +1399,12 @@ lib_templates_springer_files = Split(''' glossary.lyx part.lyx preface.lyx - referenc.lyx + svmono_referenc.lyx + svmult_referenc.lyx solutions.lyx svjour3.lyx svmono_book.lyx + svmult_author.lyx ''') diff --git a/lib/Makefile.am b/lib/Makefile.am index c2a44de692..a4c05b6d61 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1554,7 +1554,6 @@ dist_templates_DATA = \ templates/revtex4-1.lyx \ templates/slides.lyx \ templates/svmult_appendix.lyx \ - templates/svmult_author.lyx \ templates/svmult_editor.lyx springertemplatesdir = $(pkgdatadir)/templates/springer @@ -1568,10 +1567,12 @@ dist_springertemplates_DATA = \ templates/springer/glossary.lyx \ templates/springer/part.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/svjour3.lyx \ - templates/springer/svmono_book.lyx + templates/springer/svmono_book.lyx \ + templates/springer/svmult_author.lyx thesistemplatesdir = $(pkgdatadir)/templates/thesis dist_thesistemplates_DATA = \ diff --git a/lib/layouts/svcommon.inc b/lib/layouts/svcommon.inc index 5f45ba4e22..116072e515 100644 --- a/lib/layouts/svcommon.inc +++ b/lib/layouts/svcommon.inc @@ -14,8 +14,8 @@ # Adapted for new svjour LaTeX2e classes published by Springer in 1999; # work done by MV in 2000. # -# Adapted for svmono, svmult, 2009/2007 -# by Marcus Kriele (mkriele@mac.com) +# Adapted for svmono, svmult, and svjour3 2011 +# by Marcus Kriele (mkriele@mac.com) and Uwe Stöhr # see http://www.springer.com/authors for class files and further instructions @@ -49,8 +49,6 @@ Input theorems-without-preamble.inc NoStyle Fact NoStyle Prop - -NoStyle Subparagraph NoCounter subparagraph NoStyle Subparagraph* @@ -227,6 +225,18 @@ Style Paragraph TocLevel 4 End +Style Subparagraph + LeftMargin "" + Font + Series Medium + Shape Italic + Size Normal + EndFont + TopSep 0.7 + BottomSep 0.4 + TocLevel 4 +End + Style Part* Margin Static Align Right @@ -398,10 +408,19 @@ Style Running_Author LatexName authorrunning LabelString "Running Author:" End + Style Author_Running ObsoletedBy Running_Author End +Style Running_Section + CopyStyle Running_Title + Category Section + LatexName sectionmark + LeftMargin "Running Section:xxx" + LabelString "Running Section:" +End + Style Abstract Category FrontMatter Margin First_Dynamic @@ -440,6 +459,7 @@ Style Keywords Margin First_Dynamic LatexType Command LatexName keywords + Category FrontMatter NextNoIndent 0 ParIndent MM LabelSep xx @@ -607,13 +627,24 @@ Style Svgraybox End Style Proof + Category Theorem + LatexType Environment LatexName proof - LabelString "Proof" + Margin First_Dynamic + LeftMargin xxx + TopSep 0.4 + BottomSep 0.4 + LabelType Static + LabelSep xx + LabelString "Proof." + LabelFont + Shape Italic + EndFont LangPreamble - \providecommand{\proofname}{_(Proof)} + \providecommand{\proofname}{_(Proof)} EndLangPreamble BabelPreamble - \addto\captions$$lang{\renewcommand{\proofname}{_(Proof)}} + \addto\captions$$lang{\renewcommand{\proofname}{_(Proof)}} EndBabelPreamble End @@ -622,21 +653,21 @@ Style Proof(QED) LatexName svmultproof EndLabelType Box Preamble - \newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}} + \newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}} EndPreamble End Style Proof(smartQED) CopyStyle Proof LatexName svmultproof2 - EndLabelType Filled_Box + EndLabelType Box Preamble \newenvironment{svmultproof2}{\begin{proof}}{\smartqed\qed\end{proof}} EndPreamble End InsetLayout Flex:Email - Decoration Conglomerate + Decoration Conglomerate LyxType custom LatexType command LatexName email @@ -657,22 +688,13 @@ InsetLayout Flex:Email EndFont End -InsetLayout Flex:and - ContentAsLabel 1 - CustomPars 0 - Decoration Classic - LatexName and - LatexType Command - LabelString "and" - LyxType Custom - KeepEmpty 1 +InsetLayout Flex:and + ContentAsLabel 1 + CustomPars 0 + LatexName and + LatexType Command + LabelString "and" + LyxType Custom + KeepEmpty 1 End -# InsetLayout Flex:and -# CopyStyle Flex:Email -# LatexName and -# LabelString "and" -# Font -# EndFont -# KeepEmpty 1 -# End diff --git a/lib/layouts/svglobal3.layout b/lib/layouts/svglobal3.layout index 861ce6c2a4..30e6231940 100644 --- a/lib/layouts/svglobal3.layout +++ b/lib/layouts/svglobal3.layout @@ -10,7 +10,7 @@ # Transposed by Pascal André # Heavily modified and enhanced by serveral developers. # 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 @@ -31,6 +31,7 @@ NoStyle ChapSubtitle NoStyle ChapMotto NoCounter chapter NoStyle Chapter* +NoStyle Subparagraph NoStyle Run-in_headings NoStyle Sub-run-in_headings NoStyle Extrachap diff --git a/lib/layouts/svmono.layout b/lib/layouts/svmono.layout index 1f366f8b11..0d38685eee 100644 --- a/lib/layouts/svmono.layout +++ b/lib/layouts/svmono.layout @@ -1,7 +1,7 @@ #% Do not delete the line below; configure depends on this # \DeclareLaTeXClass[svmono,footmisc.sty,multicol.sty,natbib.sty,type1cm.sty]{book (Springer svmono)} # Author: Koji Yokota -# adapted: Marcus Kriele (April 2011) +# adapted: Marcus Kriele 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: @@ -31,14 +31,6 @@ Style Running_Chapter LabelString "Running Chapter:" End -Style Running_Section - CopyStyle Running_Title - Category Section - LatexName sectionmark - LeftMargin "Running Section:xxx" - LabelString "Running Section:" -End - Style Problem ObsoletedBy Prob End diff --git a/lib/layouts/svmult.layout b/lib/layouts/svmult.layout index c0e479d5b7..594ea99bf4 100644 --- a/lib/layouts/svmult.layout +++ b/lib/layouts/svmult.layout @@ -1,7 +1,7 @@ #% Do not delete the line below; configure depends on this # \DeclareLaTeXClass[svmult,natbib.sty]{book (Springer svmult)} # Author: Koji Yokota -# adapted: Marcus Kriele (April 2011) +# adapted: Marcus Kriele 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: @@ -13,88 +13,93 @@ Format 35 Input svcommon.inc ClassOptions - FontSize 10 + FontSize "" End NoStyle Acknowledgements -#NoStyle Acknowledgement +NoCounter chapter -Counter svmultlsti - LabelString "Contributor \Roman{svmultlsti}:" -End +#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 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" + LabelSep "xxx" LabelType Static Margin First_Dynamic - HTMLTitle true + HTMLTitle true LabelFont Color Blue EndFont End -Style Title - TopSep 2 - LabelString "Chapter \thechapter" - LabelType Counter - LabelCounter chapter - TocLevel 1 - InTitle 0 -End +#Style Title +# TopSep 2 +# LabelString "Chapter \thechapter" +# LabelType Counter +# LabelCounter chapter +# TocLevel 1 +# InTitle 0 +#End -Style Contributors - CopyStyle Foreword - LabelString "List of Contributors" - LatexName contributors -End +#Style Contributors +# CopyStyle Foreword +# LabelString "List of Contributors" +# LatexName contributors +#End -Style List_of_Abbreviations_&_Symbols_[Deprecated] - InTitle 1 - CopyStyle Description - LatexName abbrsymblist -End +#Style List_of_Abbreviations_&_Symbols_[Deprecated] +# InTitle 1 +# CopyStyle Description +# LatexName abbrsymblist +#End -Style List_of_Abbreviations_&_Symbols - InTitle 1 - CopyStyle Description - LatexName abbrsymblist - ObsoletedBy List_of_Abbreviations_&_Symbols_[Deprecated] -End +#Style List_of_Abbreviations_&_Symbols +# InTitle 1 +# CopyStyle Description +# LatexName abbrsymblist +# ObsoletedBy List_of_Abbreviations_&_Symbols_[Deprecated] +#End Style Author Font - Series Bold - Family Sans - Size Normal + Series Medium + Family Roman + Size Normal Shape Up EndFont End - -Counter svmultlsti - LabelString "Contributor \Roman{svmultlsti}" - Within chapter +Style Abstract + LatexType Command + LatexName abstract + Category FrontMatter + LabelString "Abstract" End +#Counter svmultlsti +# LabelString "Contributor \Roman{svmultlsti}" +# Within chapter +#End Style List_of_Contributors Category "For editors" @@ -132,95 +137,81 @@ Style List_of_Contributors Requires ifthen End -Style Problem - ObsoletedBy Problem_(theorem-like) -End - -Style Solution - ObsoletedBy Solution_(theorem-like) -End - -InsetLayout Flex:Inst - Decoration Classic - LabelString "Institute # [deprecated]" - LatexType Command - LatexName inst - LyxType custom - Font - Size Small - Color Red - EndFont -End - -InsetLayout Flex:at_Address - CopyStyle Flex:and +#Style Problem +# ObsoletedBy Problem_(theorem-like) +#End + +#Style Solution +# ObsoletedBy Solution_(theorem-like) +#End + +#InsetLayout Flex:Inst +# Decoration Classic +# LabelString "Institute # [deprecated]" +# LatexType Command +# LatexName inst +# LyxType custom +# Font +# Size Small +# Color Red +# EndFont +#End + +InsetLayout Flex:at_Address + CopyStyle Flex:and LatexName at LabelString "at address" End - Style Part - Category "For editors" + Category "For editors" End Style PartBacktext - Category "For editors" + Category "For editors" End Style Chapter - Category "For editors" + Category "For editors" End Style ChapAuthor - Category "For editors" + Category "For editors" End Style ChapSubtitle - Category "For editors" + Category "For editors" End Style extrachap - Category "For editors" + Category "For editors" End Style Extrachap - Category "For editors" + Category "For editors" End Style Dedication - Category "For editors" + Category "For editors" End Style Foreword - Category "For editors" + Category "For editors" End Style Preface - Category "For editors" + Category "For editors" End Style Acknowledgement - Category "For editors" + Category "For editors" End Style Contributors - Category "For editors" -End - -Style Motto - CopyStyle ChapMotto - Category "FrontMatter" + Category "For editors" End -NoStyle ChapMotto - -Style Abstract - Category "FrontMatter" -End -Style Abstract* - Category "FrontMatter" -End -Style Keywords - Category "FrontMatter" +Style ChapMotto + Category FrontMatter End diff --git a/lib/templates/springer/chapter.lyx b/lib/templates/springer/chapter.lyx index 7ccaddfce9..bf647a59fb 100644 --- a/lib/templates/springer/chapter.lyx +++ b/lib/templates/springer/chapter.lyx @@ -232,16 +232,6 @@ name "sec:Section-Heading-2" \begin_layout Standard Instead of simply listing headings of different levels we recommend to let 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 \begin_layout Standard @@ -501,28 +491,6 @@ Paragraph Heading \begin_layout Standard Instead of simply listing headings of different levels we recommend to let 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 \begin_layout Standard @@ -1057,23 +1025,6 @@ name "sec:Section-Heading-3" \begin_layout Standard Instead of simply listing headings of different levels we recommend to let 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 @@ -1229,23 +1180,6 @@ Subsubsection Heading \begin_layout Standard Instead of simply listing headings of different levels we recommend to let 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 @@ -1263,19 +1197,17 @@ Definition text goes here. \begin_layout Proof Proof text goes here. - \end_layout -\begin_layout Proof(smartQED) +\begin_layout Proof(QED) \begin_inset Quotes eld \end_inset -smartqed layout +qed layout \begin_inset Quotes erd \end_inset Proof text goes here. - \end_layout \begin_layout Paragraph @@ -1285,23 +1217,6 @@ Paragraph Heading \begin_layout Standard Instead of simply listing headings of different levels we recommend to let 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 @@ -1318,7 +1233,14 @@ Definition text goes here. \end_layout \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 \begin_layout Acknowledgement @@ -1505,7 +1427,7 @@ Problem Heading \begin_layout Standard \begin_inset CommandInset include LatexCommand input -filename "referenc.lyx" +filename "svmono_referenc.lyx" \end_inset diff --git a/lib/templates/springer/svmono_book.lyx b/lib/templates/springer/svmono_book.lyx index d8d92a6c5c..7bfc6357c3 100644 --- a/lib/templates/springer/svmono_book.lyx +++ b/lib/templates/springer/svmono_book.lyx @@ -4,30 +4,14 @@ \begin_header \textclass svmono \begin_preamble -%%%%%%%%%%%%%%%%%%%% book.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% sample root file for the chapters of your "monograph" -% -% Use this file as a template for your own input. -% -%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%% - - -% RECOMMENDED %%% - \usepackage{type1cm} -\usepackage{multicol} % used for the two-column index -\usepackage[bottom]{footmisc}% places footnotes at page bottom +\usepackage{multicol} % used for the two-column index +\usepackage[bottom]{footmisc} % places footnotes at page bottom -% see the list of further useful packages -% in the Reference Guide - -%\makeindex % used for the subject index +%\makeindex % used for the subject index % please use the style svind.ist with % your makeindex program - -%%% \end_preamble \options graybox,envcountchap,sectrefs \use_default_options false diff --git a/lib/templates/springer/referenc.lyx b/lib/templates/springer/svmono_referenc.lyx similarity index 100% rename from lib/templates/springer/referenc.lyx rename to lib/templates/springer/svmono_referenc.lyx diff --git a/lib/templates/springer/svmult_author.lyx b/lib/templates/springer/svmult_author.lyx new file mode 100644 index 0000000000..794ee2335a --- /dev/null +++ b/lib/templates/springer/svmult_author.lyx @@ -0,0 +1,1402 @@ +#LyX 2.0 created this file. For more info see http://www.lyx.org/ +\lyxformat 413 +\begin_document +\begin_header +\textclass svmult +\begin_preamble +\usepackage{type1cm} + +\usepackage{multicol} % used for the two-column index +\usepackage[bottom]{footmisc} % places footnotes at page bottom + +%\makeindex % used for the subject index + % please use the style svind.ist with + % your makeindex program +\end_preamble +\options graybox +\use_default_options false +\maintain_unincluded_children false +\language english +\language_package default +\inputencoding auto +\fontencoding global +\font_roman times +\font_sans helvet +\font_typewriter courier +\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 +\pdf_bookmarks true +\pdf_bookmarksnumbered true +\pdf_bookmarksopen true +\pdf_bookmarksopenlevel 1 +\pdf_breaklinks false +\pdf_pdfborder true +\pdf_colorlinks false +\pdf_backref false +\pdf_pdfusetitle true +\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 Title* +Contribution Title +\end_layout + +\begin_layout Running Title +Short form of title +\begin_inset Note Note +status open + +\begin_layout Plain Layout +optional +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Author +Name of First Author and Name of Second Author +\end_layout + +\begin_layout Running Author +Short form of author list +\begin_inset Note Note +status open + +\begin_layout Plain Layout +optional +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Institute +Name of First Author +\begin_inset Flex at Address +status open + +\begin_layout Plain Layout +N +\end_layout + +\end_inset + +ame, Address of Institute, +\begin_inset Flex Email +status collapsed + +\begin_layout Plain Layout +name@email.address +\end_layout + +\end_inset + + +\begin_inset Flex and +status open + +\begin_layout Plain Layout +N +\end_layout + +\end_inset + +ame of Second Author +\begin_inset Flex at Address +status open + +\begin_layout Plain Layout +N +\end_layout + +\end_inset + +ame, Address of Institute +\begin_inset Flex Email +status collapsed + +\begin_layout Plain Layout +name@email.address +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Abstract* +Each chapter should be preceded by an abstract (10--15 lines long) that + summarizes the content. + The abstract will appear +\shape italic +online +\shape default + at +\begin_inset Flex URL +status collapsed + +\begin_layout Plain Layout + +www.SpringerLink.com +\end_layout + +\end_inset + + and be available with unrestricted access. + This allows unregistered users to read the abstract as a teaser for the + complete chapter. + As a general rule the abstracts will not appear in the printed version + of your book unless it is the style of your particular book or that of + the series to which your book belongs. +\begin_inset Newline newline +\end_inset + + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +indent +\end_layout + +\end_inset + + Please use the 'starred' version of the +\family typewriter +abstract +\family default + environment for typesetting the text of the online abstracts. + Use the plain +\family typewriter +abstract +\family default + if the abstract is also to appear in the printed version of the book. +\end_layout + +\begin_layout Abstract +Each chapter should be preceded by an abstract (10--15 lines long) that + summarizes the content. + The abstract will appear +\shape italic +online +\shape default + at +\begin_inset Flex URL +status collapsed + +\begin_layout Plain Layout + +www.SpringerLink.com +\end_layout + +\end_inset + + and be available with unrestricted access. + This allows unregistered users to read the abstract as a teaser for the + complete chapter. + As a general rule the abstracts will not appear in the printed version + of your book unless it is the style of your particular book or that of + the series to which your book belongs. +\begin_inset Newline newline +\end_inset + + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +indent +\end_layout + +\end_inset + + Please use the 'starred' version of the +\family typewriter +abstract +\family default + environment for typesetting the text of the online abstracts. + Use the plain +\family typewriter +abstract +\family default + if the abstract is also to appear in the printed version of the book. +\end_layout + +\begin_layout Section +Section Heading +\begin_inset CommandInset label +LatexCommand label +name "sec:1" + +\end_inset + + +\end_layout + +\begin_layout Standard +Instead of simply listing headings of different levels we recommend to let + every heading be followed by at least a short passage of text. +\end_layout + +\begin_layout Section +Section Heading +\begin_inset CommandInset label +LatexCommand label +name "sec:Section-Heading2" + +\end_inset + + +\end_layout + +\begin_layout Running Section +Short form of section title +\begin_inset Note Note +status open + +\begin_layout Plain Layout +optional +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +Use the standard +\family sans +equation +\family default + environment to typeset your equations, e. +\begin_inset space \thinspace{} +\end_inset + +g. + +\begin_inset Formula +\begin{equation} +a\times b=c\;, +\end{equation} + +\end_inset + + however, for multiline equations we recommend to use the +\family sans +eqnarray +\family default + environment +\begin_inset Foot +status collapsed + +\begin_layout Plain Layout +In physics texts please activate the class option +\family typewriter +vecphys +\family default + to depict your vectors in +\series bold +\shape italic +boldface-italic +\series default + type - as is customary for a wide range of physical subjects +\end_layout + +\end_inset + +. + +\begin_inset Formula +\begin{eqnarray} +a\times b=c\nonumber \\ +\vec{a}\cdot\vec{b}=\vec{c}\label{eq:01} +\end{eqnarray} + +\end_inset + + +\end_layout + +\begin_layout Subsection +Subsection Heading +\begin_inset CommandInset label +LatexCommand label +name "sub:Subsection-Heading" + +\end_inset + + +\end_layout + +\begin_layout Standard +Instead of simply listing headings of different levels we recommend to let + every heading be followed by at least a short passage of text. + Further on please use the LaTeX +\begin_inset space \space{} +\end_inset + +automatism for all your cross-references +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +cross-references +\end_layout + +\end_inset + + and citations +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +citations +\end_layout + +\end_inset + + as has already been described in Sect. +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Section-Heading2" + +\end_inset + +. +\end_layout + +\begin_layout Quotation +Please do not use quotation marks when quoting texts! Simply use the +\family sans +quotation +\family default + environment -- it will automatically render Springer's preferred layout. + +\end_layout + +\begin_layout Subsubsection +Subsubsection Heading +\end_layout + +\begin_layout Standard +Instead of simply listing headings of different levels we recommend to let + every heading be followed by at least a short passage of text. + Further on 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 "sub:Subsection-Heading" + +\end_inset + +, see also Fig. +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "fig:If-the-width" + +\end_inset + + +\begin_inset Foot +status collapsed + +\begin_layout Plain Layout +If you copy text passages, figures, or tables from other works, you must + obtain +\shape italic +permission +\shape default + from the copyright holder (usually the original publisher). + Please enclose the signed permission with the manuscript. + The sources +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +permission to print +\end_layout + +\end_inset + + must be acknowledged either in the captions, as footnotes or in a separate + section of the book. +\end_layout + +\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 + +\begin_layout Standard +\begin_inset Float figure +placement b +wide false +sideways false +status open + +\begin_layout Plain Layout +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +sidecaption +\end_layout + +\end_inset + + +\begin_inset Graphics + filename ../../examples/CV-image.png + scale 65 + +\end_inset + + +\begin_inset Caption + +\begin_layout Plain Layout +\begin_inset CommandInset label +LatexCommand label +name "fig:If-the-width" + +\end_inset + +If the width of the figure is less than 7.8 +\begin_inset space \thinspace{} +\end_inset + +cm use the +\family typewriter +sidecapion +\family default + command to flush the caption on the left side of the page. + If the figure is positioned at the top of the page, align the sidecaption + with the top of the figure -- to achieve this you simply need to use the + optional argument +\family typewriter +[t] +\family default + with the +\family typewriter +sidecaption +\family default + command +\end_layout + +\end_inset + + +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Paragraph +Paragraph Heading +\end_layout + +\begin_layout Standard +Instead of simply listing headings of different levels we recommend to let + every heading be followed by at least a short passage of text. +\end_layout + +\begin_layout Standard +For typesetting numbered lists we recommend to use the +\family sans +enumerate +\family default + environment -- it will automatically render Springer's preferred layout. +\end_layout + +\begin_layout Enumerate +Livelihood and survival mobility are oftentimes coutcomes of uneven socioeconomi +c development. +\end_layout + +\begin_deeper +\begin_layout Enumerate +Livelihood and survival mobility are oftentimes coutcomes of uneven socioeconomi +c development. +\end_layout + +\begin_layout Enumerate +Livelihood and survival mobility are oftentimes coutcomes of uneven socioeconomi +c development. +\end_layout + +\end_deeper +\begin_layout Enumerate +Livelihood and survival mobility are oftentimes coutcomes of uneven socioeconomi +c development. +\end_layout + +\begin_layout Subparagraph +Subparagraph Heading +\end_layout + +\begin_layout Standard +In order to avoid simply listing headings of different levels we recommend + to let every heading be followed by at least a short passage of text. + 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:2" + +\end_inset + +, see also Fig. +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "fig:2" + +\end_inset + +. +\end_layout + +\begin_layout Standard +For unnumbered list we recommend to use the +\family sans +itemize +\family default + environment -- it will automatically render Springer's preferred layout. +\end_layout + +\begin_layout Itemize +Livelihood and survival mobility are oftentimes coutcomes of uneven socioeconomi +c development, cf. + Table +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "tab:1" + +\end_inset + +. +\end_layout + +\begin_deeper +\begin_layout Itemize +Livelihood and survival mobility are oftentimes coutcomes of uneven socioeconomi +c development. +\end_layout + +\begin_layout Itemize +Livelihood and survival mobility are oftentimes coutcomes of uneven socioeconomi +c development. +\end_layout + +\end_deeper +\begin_layout Itemize +Livelihood and survival mobility are oftentimes coutcomes of uneven socioeconomi +c development. +\end_layout + +\begin_layout Standard +\begin_inset Float figure +placement t +wide false +sideways false +status open + +\begin_layout Plain Layout +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +sidecaption[t] +\end_layout + +\end_inset + + +\begin_inset Graphics + filename ../../examples/CV-image.png + +\end_inset + + +\begin_inset Caption + +\begin_layout Plain Layout +\begin_inset CommandInset label +LatexCommand label +name "fig:2" + +\end_inset + + Please write your figure caption here +\end_layout + +\end_inset + + +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Run-in headings +Run-in Heading Boldface Version +\end_layout + +\begin_layout Standard +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-Heading2" + +\end_inset + +. +\end_layout + +\begin_layout Sub-run-in headings +Run-in Heading Italic Version +\end_layout + +\begin_layout Standard +Use the LaTeX +\begin_inset space \space{} +\end_inset + +automatism for all your cross-refer\SpecialChar \- +ences and citations as has already been + described in Sect. +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Section-Heading2" + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +paragraph +\end_layout + +\end_inset + +. + +\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:1" + +\end_inset + +Please write your table caption here +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Plain Layout +\begin_inset Tabular + + + + + + + + +\begin_inset Text + +\begin_layout Plain Layout +Classes +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +Subclass +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +Length +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +Action Mechanism +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +svhline +\end_layout + +\end_inset + + Translation +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +mRNA +\begin_inset Formula $^{a}$ +\end_inset + + +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +22 (19--25) +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +Translation repression, mRNA cleavage +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +Translation +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +mRNA cleavage +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +21 +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +mRNA cleavage +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +Translation +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +mRNA +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +21--22 +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +mRNA cleavage +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +Translation +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +mRNA +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +24--26 +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +Histone and DNA Modification +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Formula $^{a}$ +\end_inset + + Table foot note (with superscript) +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Section +Section Heading +\begin_inset CommandInset label +LatexCommand label +name "sec:3" + +\end_inset + + +\end_layout + +\begin_layout Standard +Instead of simply listing headings of different levels we recommend to let + every heading be followed by at least a short passage of text. +\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 + +\begin_layout Standard +If you want to list definitions or the like we recommend to use the Springer-enh +anced +\family sans +description +\family default + environment -- it will automatically render Springer's preferred layout. +\end_layout + +\begin_layout Description +\begin_inset Note Note +status open + +\begin_layout Plain Layout +optional argument for the description: +\end_layout + +\end_inset + + +\begin_inset Argument +status open + +\begin_layout Plain Layout +Type 1 +\end_layout + +\end_inset + +Type +\begin_inset space ~ +\end_inset + +1 That addresses central themes pertainng to migration, health, and disease. + In Sect. +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:1" + +\end_inset + +, Wilson discusses the role of human migration in infectious disease distributio +ns and patterns. +\end_layout + +\begin_layout Description +Type +\begin_inset space ~ +\end_inset + +2 That addresses central themes pertainng to migration, health, and disease. + In Sect. +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sub:Subsection-Heading" + +\end_inset + +, Wilson discusses the role of human migration in infectious disease distributio +ns and patterns. +\end_layout + +\begin_layout Subsection +Subsection Heading +\end_layout + +\begin_layout Standard +In order to avoid simply listing headings of different levels we recommend + to let every heading be followed by at least a short passage of text. +\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 + +\begin_layout Svgraybox +If you want to emphasize complete paragraphs of texts we recommend to use + the newly defined Springer class option +\emph on +graybox +\emph default + and the newly defined environment +\emph on +svgraybox +\emph default +. + This will produce a 15 +\begin_inset space \thinspace{} +\end_inset + +percent screened box 'behind' your text. +\end_layout + +\begin_layout --Separator-- + +\end_layout + +\begin_layout Svgraybox +If you want to emphasize complete paragraphs of texts we recommend to use + the newly defined Springer class option +\emph on +graybox +\emph default + and the newly defined environment +\emph on +svgraybox +\emph default +. + This will produce a 15 +\begin_inset space \thinspace{} +\end_inset + +percent screened box 'behind' your text. +\end_layout + +\begin_layout Subsubsection +Subsubsection Heading +\end_layout + +\begin_layout Standard +Instead of simply listing headings of different levels we recommend to let + every heading be followed by at least a short passage of text. +\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 + +\begin_layout Theorem +Theorem text goes here. +\end_layout + +\begin_layout Definition +Definition text goes here. +\end_layout + +\begin_layout Proof +Proof text goes here. +\end_layout + +\begin_layout Proof(QED) +\begin_inset Quotes eld +\end_inset + +qed layout +\begin_inset Quotes erd +\end_inset + + Proof text goes here. +\end_layout + +\begin_layout Paragraph +Paragraph Heading +\end_layout + +\begin_layout Standard +Instead of simply listing headings of different levels we recommend to let + every heading be followed by at least a short passage of text. +\end_layout + +\begin_layout Standard +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 + +\begin_layout Theorem +Theorem text goes here. +\end_layout + +\begin_layout Definition +Definition text goes here. +\end_layout + +\begin_layout Proof(smartQED) +\begin_inset Quotes eld +\end_inset + +smartqed layout +\begin_inset Quotes erd +\end_inset + + Proof text goes here. +\end_layout + +\begin_layout Acknowledgement +If you want to include acknowledgments of assistance and the like at the + end of an individual chapter please use the +\family sans +acknowledgement +\family default + environment -- it will automatically render Springer's preferred layout. +\end_layout + +\begin_layout Section* +Appendix +\end_layout + +\begin_layout Standard +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +addcontentsline{toc}{section}{ +\end_layout + +\end_inset + +Appendix +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +} +\end_layout + +\end_inset + + When placed at the end of a chapter or contribution (as opposed to at the + end of the book), the numbering of tables, figures, and equations in the + appendix section continues on from that in the main text. + Hence please +\shape italic +do not +\shape default + use the +\family sans +appendix +\family default + command when writing an appendix at the end of your chapter or contribution. + If there is only one the appendix is designated +\begin_inset Quotes eld +\end_inset + +Appendix +\begin_inset Quotes erd +\end_inset + +, or +\begin_inset Quotes eld +\end_inset + +Appendix 1 +\begin_inset Quotes erd +\end_inset + +, or +\begin_inset Quotes eld +\end_inset + +Appendix 2 +\begin_inset Quotes erd +\end_inset + +, etc. + if there is more than one. +\end_layout + +\begin_layout Standard +\begin_inset Formula +\begin{equation} +a\times b=c +\end{equation} + +\end_inset + + +\end_layout + +\begin_layout Standard +\begin_inset CommandInset include +LatexCommand input +filename "svmult_referenc.lyx" + +\end_inset + + +\end_layout + +\end_body +\end_document diff --git a/lib/templates/springer/svmult_referenc.lyx b/lib/templates/springer/svmult_referenc.lyx new file mode 100644 index 0000000000..85954f9085 --- /dev/null +++ b/lib/templates/springer/svmult_referenc.lyx @@ -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 diff --git a/lib/templates/svmult_author.lyx b/lib/templates/svmult_author.lyx deleted file mode 100644 index d95468c9b1..0000000000 --- a/lib/templates/svmult_author.lyx +++ /dev/null @@ -1,860 +0,0 @@ -#LyX 2.0 created this file. For more info see http://www.lyx.org/ -\lyxformat 413 -\begin_document -\begin_header -\textclass svmult -\begin_preamble -%%%%%%%%%%%%%%%%%%% author.tex %%%%%%%%%%%%%%%%%%%% -% -% sample root file for your contribution to a "contributed book" -% -% "contributed book" -% -% Use this file as a template for your own input. -% -%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%% - - -% RECOMMENDED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% choose options for [] as required from the list -% in the Reference Guide, Sect. 2.2 - -%\usepackage{grossdruck} % switches to 11pt style - output same as - % with [11pt] \documentclass option -\usepackage{multicol} % used for the two-column index -\usepackage[bottom]{footmisc} % places footnotes at page bottom -% etc. -% see the list of further useful packages -% in the Reference Guide, Sects. 2.3, 3.1-3.3 - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\end_preamble -\use_default_options false -\maintain_unincluded_children false -\language english -\language_package default -\inputencoding auto -\fontencoding global -\font_roman default -\font_sans default -\font_typewriter default -\font_default_family default -\use_non_tex_fonts false -\font_sc false -\font_osf false -\font_sf_scale 100 -\font_tt_scale 100 - -\graphics default -\default_output_format default -\output_sync 0 -\bibtex_command default -\index_command default -\paperfontsize default -\spacing single -\use_hyperref false -\papersize default -\use_geometry false -\use_amsmath 0 -\use_esint 0 -\use_mhchem 1 -\use_mathdots 1 -\cite_engine basic -\use_bibtopic false -\use_indices false -\paperorientation portrait -\suppress_date false -\use_refstyle 0 -\index Index -\shortcut idx -\color #008000 -\end_index -\secnumdepth 3 -\tocdepth 3 -\paragraph_separation indent -\paragraph_indentation default -\quotes_language english -\papercolumns 1 -\papersides 1 -\paperpagestyle default -\tracking_changes false -\output_changes false -\html_math_output 0 -\html_css_as_file 0 -\html_be_strict false -\end_header - -\begin_body - -\begin_layout Standard -\begin_inset Note Note -status open - -\begin_layout Plain Layout -This is a template LyX file for articles for Journals of the Springer publishing - group. - How to install the svmult LaTeX class to your LaTeX system is explained - in -\begin_inset Flex URL -status open - -\begin_layout Plain Layout - -http://wiki.lyx.org/Examples/Springer -\end_layout - -\end_inset - -. -\end_layout - -\begin_layout Plain Layout -This template is also input in the template file -\family sans -svmult_editor.lyx -\family default -. -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Title* -Contribution Title -\begin_inset Note Note -status open - -\begin_layout Plain Layout -Fill in a short title in a new paragraph and choose -\begin_inset Quotes eld -\end_inset - -Running LaTeX Title -\begin_inset Quotes erd -\end_inset - -from the style menu (this corresponds LaTeX command -\backslash -titlerunning{Short Title}) for an abbreviated version of your contribution - title if the original one is too long -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Author -Name of Author -\begin_inset Flex Inst -status collapsed - -\begin_layout Plain Layout -1 -\end_layout - -\end_inset - - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -and -\end_layout - -\end_inset - -Name of Author -\begin_inset Flex Inst -status collapsed - -\begin_layout Plain Layout -2 -\end_layout - -\end_inset - - -\begin_inset Note Note -status open - -\begin_layout Plain Layout -Fill in a short title in a new paragraph and choose -\begin_inset Quotes eld -\end_inset - -Author Running -\begin_inset Quotes erd -\end_inset - -from the style menu (this corresponds LaTeX command -\backslash -authorrunning{Short Title}) for an abbreviated version of your contribution - title if the original one is too long -\end_layout - -\end_inset - - -\begin_inset Note Note -status open - -\begin_layout Plain Layout -LaTeX command -\backslash -inst{1} corresponds to the first entry in -\begin_inset Quotes eld -\end_inset - -Institute -\begin_inset Quotes erd -\end_inset - - style and -\backslash -inst{2} corresponds to the second. - Authors and institutions in -\begin_inset Quotes eld -\end_inset - -Author -\begin_inset Quotes erd -\end_inset - - and -\begin_inset Quotes eld -\end_inset - -Institute -\begin_inset Quotes erd -\end_inset - - styles, respectively, must be delimited by the -\backslash -and LaTeX command. -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Institute -Name and Address of your Institute -\family typewriter -name@email.address -\family default - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -and -\end_layout - -\end_inset - - Name and Address of your Institute -\family typewriter -name@email.address -\end_layout - -\begin_layout Standard -Your text goes here. - Separate text sections with the standard LaTeX sectioning commands. -\end_layout - -\begin_layout Section -Section Heading -\begin_inset CommandInset label -LatexCommand label -name "sec:1" - -\end_inset - - -\begin_inset Note Note -status open - -\begin_layout Plain Layout -Always give a unique label -\end_layout - -\begin_layout Plain Layout -and use -\begin_inset Quotes eld -\end_inset - -Insert -> Cross References -\begin_inset Quotes erd -\end_inset - - for cross-references -\end_layout - -\begin_layout Plain Layout -and -\begin_inset Quotes eld -\end_inset - -Insert -> Citation -\begin_inset Quotes erd -\end_inset - - for bibliographic references -\end_layout - -\begin_layout Plain Layout -use LaTeX command -\backslash -sectionmark{} to alter or adjust the section heading in the running head -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -Your text goes here. - Use the LaTeX -\begin_inset space \space{} -\end_inset - -automatism for your citations -\begin_inset CommandInset citation -LatexCommand cite -key "monograph" - -\end_inset - -. -\end_layout - -\begin_layout Subsection -Subsection Heading -\begin_inset CommandInset label -LatexCommand label -name "sec:2" - -\end_inset - - -\end_layout - -\begin_layout Standard -Your text goes here. -\end_layout - -\begin_layout Standard -\begin_inset Formula -\begin{equation} -\vec{a}\times\vec{b}=\vec{c} -\end{equation} - -\end_inset - - -\end_layout - -\begin_layout Subsubsection -Subsubsection Heading -\end_layout - -\begin_layout Standard -Your text goes here. - Use the LaTeX -\begin_inset space \space{} -\end_inset - -automatism for cross-references as well as for your citations, see Sect. -\begin_inset space ~ -\end_inset - - -\begin_inset CommandInset ref -LatexCommand ref -reference "sec:1" - -\end_inset - -. -\end_layout - -\begin_layout Paragraph -Paragraph Heading -\end_layout - -\begin_layout Standard -Your text goes here. -\end_layout - -\begin_layout Subparagraph -Subparagraph Heading. -\end_layout - -\begin_layout Standard -Your text goes here. -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -paragraph -\end_layout - -\end_inset - - -\begin_inset Note Note -status open - -\begin_layout Plain Layout -Use -\begin_inset Quotes eld -\end_inset - -Insert -> Index Entry -\begin_inset Quotes erd -\end_inset - - menu to code your index words -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\begin_inset Note Note -status open - -\begin_layout Plain Layout -For tables use -\end_layout - -\end_inset - - -\begin_inset Float table -wide false -sideways false -status open - -\begin_layout Plain Layout -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -centering -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Plain Layout -\begin_inset Caption - -\begin_layout Plain Layout -Please write your table caption here -\begin_inset CommandInset label -LatexCommand label -name "tab:1" - -\end_inset - - -\begin_inset Note Note -status open - -\begin_layout Plain Layout -Give a unique label -\end_layout - -\end_inset - - -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Plain Layout -\begin_inset Note Note -status open - -\begin_layout Plain Layout -For LaTeX tables use -\end_layout - -\end_inset - - -\begin_inset Tabular - - - - - - - -\begin_inset Text - -\begin_layout Plain Layout -first -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Plain Layout -second -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Plain Layout -third -\end_layout - -\end_inset - - - - -\begin_inset Text - -\begin_layout Plain Layout -number -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Plain Layout -number -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Plain Layout -number -\end_layout - -\end_inset - - - - -\begin_inset Text - -\begin_layout Plain Layout -number -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Plain Layout -number -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Plain Layout -number -\end_layout - -\end_inset - - - - -\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 -- 2.39.5