mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
- svmono_book.lyx: move file to separate folder, adapt to official example TeX file (more changes will come tomorrow)
- new folder for all springer templates (there are too many to keep them in the old folder) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39174 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3c94f8e070
commit
b640a27426
@ -12,7 +12,7 @@
|
||||
# to INSTALL.scons for detailed instructions.
|
||||
#
|
||||
|
||||
import os, sys, copy, cPickle, glob, time
|
||||
import os, sys, copy, cPickle, glob, time, re
|
||||
|
||||
# determine where I am ...
|
||||
#
|
||||
@ -1944,6 +1944,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
|
||||
('lyx2lyx', lib_lyx2lyx_files),
|
||||
('scripts', lib_scripts_files),
|
||||
('templates', lib_templates_files),
|
||||
('templates/springer', lib_templates_springer_files),
|
||||
('templates/thesis', lib_templates_thesis_files),
|
||||
('tex', lib_tex_files),
|
||||
('ui', lib_ui_files)]:
|
||||
|
@ -1385,13 +1385,28 @@ lib_templates_files = Split('''
|
||||
revtex4-1.lyx
|
||||
slides.lyx
|
||||
svjour3.lyx
|
||||
svmono_book.lyx
|
||||
svmult_appendix.lyx
|
||||
svmult_author.lyx
|
||||
svmult_editor.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_templates_springer_files = Split('''
|
||||
acknow.lyx
|
||||
acronym.lyx
|
||||
appendix.lyx
|
||||
chapter.lyx
|
||||
dedication.lyx
|
||||
foreword.lyx
|
||||
glossary.lyx
|
||||
part.lyx
|
||||
preface.lyx
|
||||
referenc.lyx
|
||||
solutions.lyx
|
||||
svmono_book.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_templates_thesis_files = Split('''
|
||||
Acknowledgments.lyx
|
||||
Appendix.lyx
|
||||
|
@ -1554,11 +1554,25 @@ dist_templates_DATA = \
|
||||
templates/revtex4-1.lyx \
|
||||
templates/slides.lyx \
|
||||
templates/svjour3.lyx \
|
||||
templates/svmono_book.lyx \
|
||||
templates/svmult_appendix.lyx \
|
||||
templates/svmult_author.lyx \
|
||||
templates/svmult_editor.lyx
|
||||
|
||||
springertemplatesdir = $(pkgdatadir)/templates/springer
|
||||
dist_springertemplates_DATA = \
|
||||
templates/springer/acknow.lyx \
|
||||
templates/springer/acronym.lyx \
|
||||
templates/springer/appendix.lyx \
|
||||
templates/springer/chapter.lyx \
|
||||
templates/springer/dedication.lyx \
|
||||
templates/springer/foreword.lyx \
|
||||
templates/springer/glossary.lyx \
|
||||
templates/springer/part.lyx \
|
||||
templates/springer/preface.lyx
|
||||
templates/springer/referenc.lyx \
|
||||
templates/springer/solutions.lyx \
|
||||
templates/springer/svmono_book.lyx
|
||||
|
||||
thesistemplatesdir = $(pkgdatadir)/templates/thesis
|
||||
dist_thesistemplates_DATA = \
|
||||
templates/thesis/Acknowledgments.lyx \
|
||||
|
73
lib/templates/springer/acknow.lyx
Normal file
73
lib/templates/springer/acknow.lyx
Normal file
@ -0,0 +1,73 @@
|
||||
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 413
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass svmono
|
||||
\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 extrachap
|
||||
Acknowledgements
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Optional section; if you prefer to set your acknowledgement section as a
|
||||
separate chapter instead of including it as last part of your preface.
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
122
lib/templates/springer/acronym.lyx
Normal file
122
lib/templates/springer/acronym.lyx
Normal file
@ -0,0 +1,122 @@
|
||||
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 413
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass svmono
|
||||
\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 extrachap
|
||||
Acronyms
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
List(s) of abbreviations or symbols
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Lists of abbreviations
|
||||
\begin_inset Index idx
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
acronyms, list of
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
, symbols
|
||||
\begin_inset Index idx
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
symbols, list of
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
and the like are easily formatted with the help of the Springer-enhanced
|
||||
|
||||
\family sans
|
||||
description
|
||||
\family default
|
||||
environment.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
CABR
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
ABC Spelled-out abbreviation and definition
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
BABI Spelled-out abbreviation and definition
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
CABR Spelled-out abbreviation and definition
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
144
lib/templates/springer/appendix.lyx
Normal file
144
lib/templates/springer/appendix.lyx
Normal file
@ -0,0 +1,144 @@
|
||||
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 413
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass svmono
|
||||
\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 ChapMotto
|
||||
\start_of_appendix
|
||||
All's well that ends well
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
optional motto
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Chapter
|
||||
Chapter Heading
|
||||
\begin_inset CommandInset label
|
||||
LatexCommand label
|
||||
name "chap:introA"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Running Chapter
|
||||
chapter heading in the running head
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
optional
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section
|
||||
Section Heading
|
||||
\begin_inset CommandInset label
|
||||
LatexCommand label
|
||||
name "sec:Section-HeadingA"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Running Section
|
||||
section heading in the running head
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
optional
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
bla
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Section Heading 2
|
||||
\begin_inset CommandInset label
|
||||
LatexCommand label
|
||||
name "sub:Section-HeadingA-2"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
2206
lib/templates/springer/chapter.lyx
Normal file
2206
lib/templates/springer/chapter.lyx
Normal file
File diff suppressed because it is too large
Load Diff
78
lib/templates/springer/dedication.lyx
Normal file
78
lib/templates/springer/dedication.lyx
Normal file
@ -0,0 +1,78 @@
|
||||
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 413
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass svmono
|
||||
\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 Dedication
|
||||
A quotation or a dedication
|
||||
\begin_inset Index idx
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
dedication
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
at the very beginning of your book
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
115
lib/templates/springer/foreword.lyx
Normal file
115
lib/templates/springer/foreword.lyx
Normal file
@ -0,0 +1,115 @@
|
||||
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 413
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass svmono
|
||||
\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 Foreword
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
The foreword covers introductory remarks preceding the text of a book that
|
||||
are written by a
|
||||
\shape italic
|
||||
person other than the author or editor
|
||||
\shape default
|
||||
of the book.
|
||||
If applicable, the foreword precedes the preface which is written by the
|
||||
author or editor of the book.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
vspace{
|
||||
\backslash
|
||||
baselineskip}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\noindent
|
||||
\align right
|
||||
Place, month year
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\shape italic
|
||||
Firstname Surname
|
||||
\shape default
|
||||
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
132
lib/templates/springer/glossary.lyx
Normal file
132
lib/templates/springer/glossary.lyx
Normal file
@ -0,0 +1,132 @@
|
||||
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 413
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass svmono
|
||||
\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 Extrachap
|
||||
Glossary
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Here comes the glossary
|
||||
\begin_inset Index idx
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
glossary
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Run-in headings
|
||||
glossary term
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Write here the description of the glossary term.
|
||||
Write here the description of the glossary term.
|
||||
Write here the description of the glossary term.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Run-in headings
|
||||
glossary term
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Write here the description of the glossary term.
|
||||
Write here the description of the glossary term.
|
||||
Write here the description of the glossary term.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Run-in headings
|
||||
glossary term
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Write here the description of the glossary term.
|
||||
Write here the description of the glossary term.
|
||||
Write here the description of the glossary term.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Run-in headings
|
||||
glossary term
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Write here the description of the glossary term.
|
||||
Write here the description of the glossary term.
|
||||
Write here the description of the glossary term.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Run-in headings
|
||||
glossary term
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Write here the description of the glossary term.
|
||||
Write here the description of the glossary term.
|
||||
Write here the description of the glossary term.
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
90
lib/templates/springer/part.lyx
Normal file
90
lib/templates/springer/part.lyx
Normal file
@ -0,0 +1,90 @@
|
||||
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 413
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass svmono
|
||||
\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 PartBacktext
|
||||
\noindent
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Part Title
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
Part title page and, if desired, a short introductory text (maximum one
|
||||
page) on its verso page
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
the optional argument is mandatory and contains the part title; the further
|
||||
text for the backpart is optional
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
145
lib/templates/springer/preface.lyx
Normal file
145
lib/templates/springer/preface.lyx
Normal file
@ -0,0 +1,145 @@
|
||||
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 413
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass svmono
|
||||
\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 Preface
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
A preface
|
||||
\begin_inset Index idx
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
preface
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
is a book's preliminary statement, usually written by the
|
||||
\shape italic
|
||||
author or editor
|
||||
\shape default
|
||||
of a work, which states its origin, scope, purpose, plan, and intended
|
||||
audience, and which sometimes includes afterthoughts and acknowledgments
|
||||
of assistance.
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
When written by a person other than the author, it is called a foreword.
|
||||
The preface or foreword is distinct from the introduction, which deals
|
||||
with the subject of the work.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Customarily
|
||||
\shape italic
|
||||
acknowledgments
|
||||
\shape default
|
||||
are included as last part of the preface.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
vspace{
|
||||
\backslash
|
||||
baselineskip}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\noindent
|
||||
\align right
|
||||
Place(s),
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\shape italic
|
||||
Firstname Surname
|
||||
\shape default
|
||||
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
month year
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\shape italic
|
||||
Firstname Surname
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
1291
lib/templates/springer/referenc.lyx
Normal file
1291
lib/templates/springer/referenc.lyx
Normal file
File diff suppressed because it is too large
Load Diff
155
lib/templates/springer/solutions.lyx
Normal file
155
lib/templates/springer/solutions.lyx
Normal file
@ -0,0 +1,155 @@
|
||||
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 413
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass svmono
|
||||
\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 Extrachap
|
||||
Solutions
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section*
|
||||
Problems of Chapter
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset CommandInset ref
|
||||
LatexCommand ref
|
||||
reference "intro"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Solution
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
probl
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
The solution
|
||||
\begin_inset Index idx
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
problems
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Index idx
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
solutions
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
is revealed here.
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
both, the optional argument and a text is mandatory
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout --Separator--
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Solution
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
prob2
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\series bold
|
||||
Problem Heading
|
||||
\series default
|
||||
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
(a) The solution of first part is revealed here.
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
(b) The solution of second part is revealed here.
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
304
lib/templates/springer/svmono_book.lyx
Normal file
304
lib/templates/springer/svmono_book.lyx
Normal file
@ -0,0 +1,304 @@
|
||||
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 413
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass svmono
|
||||
\begin_preamble
|
||||
%%%%%%%%%%%%%%%%%%%% book.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%
|
||||
% sample root file for the chapters of your "monograph"
|
||||
%
|
||||
% Use this file as a template for your own input.
|
||||
%
|
||||
%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
|
||||
% RECOMMENDED %%%
|
||||
|
||||
\usepackage{type1cm}
|
||||
|
||||
\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
|
||||
% please use the style svind.ist with
|
||||
% your makeindex program
|
||||
|
||||
%%%
|
||||
\end_preamble
|
||||
\options graybox,envcountchap,sectrefs
|
||||
\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 true
|
||||
\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 Standard
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
This is a template LyX file for books and monographs to be published by
|
||||
the Springer publishing group.
|
||||
How to install the svmono LaTeX class to your LaTeX system is explained
|
||||
in
|
||||
\begin_inset Flex URL
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
http://wiki.lyx.org/Examples/Springer
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Author
|
||||
Author name(s)
|
||||
\end_layout
|
||||
|
||||
\begin_layout Title
|
||||
Book title
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subtitle
|
||||
-- Monograph --
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
optional subtitle
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Front Matter
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "dedication.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "foreword.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "preface.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
optional:
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "acknow.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset toc
|
||||
LatexCommand tableofcontents
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "acronym.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Main Matter
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "part.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "chapter.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "appendix.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Back Matter
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "glossary.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "solutions.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset index_print
|
||||
LatexCommand printindex
|
||||
type "idx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
please use the style
|
||||
\emph on
|
||||
svind.ist
|
||||
\emph default
|
||||
with your makeindex program
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user