mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 11:32:21 +00:00
thesis template:
- update preamble - use new customHeaderFooter module - add appendix file - use new suppress date feature git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35523 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6d7fe7552a
commit
edef4cb8df
@ -1,25 +1,32 @@
|
||||
#LyX 1.6.5 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 345
|
||||
#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 401
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass scrbook
|
||||
\begin_preamble
|
||||
\usepackage{minitoc}
|
||||
|
||||
\end_preamble
|
||||
\options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove,fleqn
|
||||
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn
|
||||
\use_default_options true
|
||||
\maintain_unincluded_children false
|
||||
\language english
|
||||
\inputencoding auto
|
||||
\fontencoding global
|
||||
\font_roman lmodern
|
||||
\font_sans lmss
|
||||
\font_typewriter lmtt
|
||||
\font_default_family default
|
||||
\use_xetex 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
|
||||
\float_placement h
|
||||
\paperfontsize 12
|
||||
\spacing single
|
||||
@ -40,9 +47,17 @@
|
||||
\use_geometry false
|
||||
\use_amsmath 2
|
||||
\use_esint 1
|
||||
\use_mhchem 1
|
||||
\use_mathdots 1
|
||||
\cite_engine basic
|
||||
\use_bibtopic false
|
||||
\use_indices false
|
||||
\paperorientation portrait
|
||||
\suppress_date false
|
||||
\index Index
|
||||
\shortcut idx
|
||||
\color #008000
|
||||
\end_index
|
||||
\secnumdepth 3
|
||||
\tocdepth 3
|
||||
\paragraph_separation skip
|
||||
@ -53,8 +68,8 @@
|
||||
\paperpagestyle fancy
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\author ""
|
||||
\author ""
|
||||
\html_math_output 0
|
||||
\html_be_strict false
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
|
349
lib/templates/thesis/Appendix.lyx
Normal file
349
lib/templates/thesis/Appendix.lyx
Normal file
@ -0,0 +1,349 @@
|
||||
#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 401
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass scrbook
|
||||
\begin_preamble
|
||||
% Linkfläche für Querverweise vergrößern und automatisch benenne
|
||||
\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
|
||||
\newlength{\abc}
|
||||
\settowidth{\abc}{\space}
|
||||
\addto\extrasngerman{
|
||||
\renewcommand{\equationautorefname}{\hspace{-\abc}}
|
||||
\renewcommand{\sectionautorefname}{Kap.\negthinspace}
|
||||
\renewcommand{\subsectionautorefname}{Kap.\negthinspace}
|
||||
\renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}
|
||||
\renewcommand{\figureautorefname}{Abb.\negthinspace}
|
||||
\renewcommand{\tableautorefname}{Tab.\negthinspace}
|
||||
}
|
||||
|
||||
% für den Fall, dass jemand die Bezeichnung "Gleichung" haben will
|
||||
%\renewcommand{\eqref}[1]{Gleichung~(\negthinspace\autoref{#1})}
|
||||
|
||||
% Setzt den Link für Sprünge zu Gleitabbildungen
|
||||
% auf den Anfang des Gelitobjekts und nicht aufs Ende
|
||||
\usepackage[figure]{hypcap}
|
||||
|
||||
% Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
|
||||
% ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
|
||||
\let\myTOC\tableofcontents
|
||||
\renewcommand\tableofcontents{%
|
||||
\frontmatter
|
||||
\pdfbookmark[1]{\contentsname}{}
|
||||
\myTOC
|
||||
\mainmatter }
|
||||
|
||||
% make caption labels bold
|
||||
\setkomafont{captionlabel}{\bfseries}
|
||||
\setcapindent{1em}
|
||||
|
||||
% enable calculations
|
||||
\usepackage{calc}
|
||||
|
||||
% fancy page header/footer settings
|
||||
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
|
||||
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
|
||||
|
||||
%Vergrößert den Teil der Seite, in dem Gleitobjekte
|
||||
% unten angeordnet werden dürfen
|
||||
\renewcommand{\bottomfraction}{0.5}
|
||||
|
||||
% Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
|
||||
\let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
|
||||
\end_preamble
|
||||
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn
|
||||
\use_default_options true
|
||||
\begin_modules
|
||||
customHeadersFooters
|
||||
\end_modules
|
||||
\maintain_unincluded_children false
|
||||
\language english
|
||||
\inputencoding auto
|
||||
\fontencoding global
|
||||
\font_roman lmodern
|
||||
\font_sans lmss
|
||||
\font_typewriter lmtt
|
||||
\font_default_family default
|
||||
\use_xetex 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
|
||||
\float_placement h
|
||||
\paperfontsize 12
|
||||
\spacing single
|
||||
\use_hyperref true
|
||||
\pdf_title "Your title"
|
||||
\pdf_author "Your name"
|
||||
\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 false
|
||||
\pdf_quoted_options "pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
|
||||
\papersize a4paper
|
||||
\use_geometry false
|
||||
\use_amsmath 2
|
||||
\use_esint 1
|
||||
\use_mhchem 1
|
||||
\use_mathdots 1
|
||||
\cite_engine basic
|
||||
\use_bibtopic false
|
||||
\use_indices false
|
||||
\paperorientation portrait
|
||||
\suppress_date false
|
||||
\branch NoChildDocument
|
||||
\selected 0
|
||||
\filename_suffix 0
|
||||
\color #ff0000
|
||||
\end_branch
|
||||
\index Index
|
||||
\shortcut idx
|
||||
\color #008000
|
||||
\end_index
|
||||
\secnumdepth 3
|
||||
\tocdepth 2
|
||||
\paragraph_separation skip
|
||||
\defskip medskip
|
||||
\quotes_language english
|
||||
\papercolumns 1
|
||||
\papersides 2
|
||||
\paperpagestyle fancy
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\html_math_output 0
|
||||
\html_be_strict false
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
|
||||
\begin_layout Left Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
chaptername
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
thechapter
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
rightmark
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Enable page headers and add the chapter to the header line.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Right Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
leftmark
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Left Footer
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
thepage
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Center Footer
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Right Footer
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
thepage
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Chapter
|
||||
Title of the first appendix chapter
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section
|
||||
Overview
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
|
||||
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
|
||||
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
|
||||
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
|
||||
bla bla bla bla bla bla bla bla roughness parameter
|
||||
\begin_inset Formula $R_{a}$
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset CommandInset nomenclature
|
||||
LatexCommand nomenclature
|
||||
symbol "$R_a$"
|
||||
description "arithmetic average roughness"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
For nomenclature entries with indices one need to enclose the expression
|
||||
with $-signs.
|
||||
(This creates a formula.)
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
|
||||
bla bla bla bla bla bla bla bla bla bla bla bla, see
|
||||
\begin_inset CommandInset citation
|
||||
LatexCommand cite
|
||||
key "ISO10780"
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section
|
||||
The next section
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Branch NoChildDocument
|
||||
status open
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset bibtex
|
||||
LatexCommand bibtex
|
||||
bibfiles "biblio/Plasma"
|
||||
options "biblio/alpha"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset nomencl_print
|
||||
LatexCommand printnomenclature
|
||||
set_width "custom"
|
||||
width "2.5cm"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
@ -1,5 +1,5 @@
|
||||
#LyX 1.6.5 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 345
|
||||
#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 401
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass scrbook
|
||||
@ -9,23 +9,28 @@
|
||||
|
||||
% increase the bottom float placement fraction
|
||||
\renewcommand{\bottomfraction}{0.5}
|
||||
|
||||
\usepackage{minitoc}
|
||||
\end_preamble
|
||||
\options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove,fleqn
|
||||
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn
|
||||
\use_default_options true
|
||||
\maintain_unincluded_children false
|
||||
\language english
|
||||
\inputencoding auto
|
||||
\fontencoding global
|
||||
\font_roman lmodern
|
||||
\font_sans lmss
|
||||
\font_typewriter lmtt
|
||||
\font_default_family default
|
||||
\use_xetex 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
|
||||
\float_placement h
|
||||
\paperfontsize 12
|
||||
\spacing single
|
||||
@ -46,9 +51,17 @@
|
||||
\use_geometry false
|
||||
\use_amsmath 2
|
||||
\use_esint 1
|
||||
\use_mhchem 1
|
||||
\use_mathdots 1
|
||||
\cite_engine basic
|
||||
\use_bibtopic false
|
||||
\use_indices false
|
||||
\paperorientation portrait
|
||||
\suppress_date false
|
||||
\index Index
|
||||
\shortcut idx
|
||||
\color #008000
|
||||
\end_index
|
||||
\secnumdepth 3
|
||||
\tocdepth 3
|
||||
\paragraph_separation skip
|
||||
@ -59,8 +72,8 @@
|
||||
\paperpagestyle plain
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\author ""
|
||||
\author ""
|
||||
\html_math_output 0
|
||||
\html_be_strict false
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
|
@ -1,5 +1,5 @@
|
||||
#LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 345
|
||||
#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 401
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass scrbook
|
||||
@ -43,35 +43,37 @@
|
||||
% fancy page header/footer settings
|
||||
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
|
||||
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
|
||||
\lhead[\fancyplain{}{\chaptername\;\thechapter}]{\fancyplain{}{\rightmark}}
|
||||
\rhead[\fancyplain{}{\leftmark}]{\fancyplain{}{}}
|
||||
\lfoot[\thepage]{}
|
||||
\rfoot[]{\thepage}
|
||||
\cfoot{}
|
||||
|
||||
% increase the bottom float placement fraction
|
||||
\renewcommand{\bottomfraction}{0.5}
|
||||
|
||||
% avoid that floats are placed above its sections
|
||||
\let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
|
||||
|
||||
% widen the space for the nomenclature entry labels
|
||||
\renewcommand{\nomlabelwidth}{2.5cm}
|
||||
\end_preamble
|
||||
\options intoc,bibtotoc,idxtotoc,BCOR10mm,titlepage,tablecaptionabove, fleqn
|
||||
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn
|
||||
\use_default_options true
|
||||
\begin_modules
|
||||
customHeadersFooters
|
||||
\end_modules
|
||||
\maintain_unincluded_children false
|
||||
\language english
|
||||
\inputencoding auto
|
||||
\fontencoding global
|
||||
\font_roman lmodern
|
||||
\font_sans lmss
|
||||
\font_typewriter lmtt
|
||||
\font_default_family default
|
||||
\use_xetex 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
|
||||
\float_placement h
|
||||
\paperfontsize 12
|
||||
\spacing single
|
||||
@ -92,13 +94,22 @@
|
||||
\use_geometry false
|
||||
\use_amsmath 2
|
||||
\use_esint 1
|
||||
\use_mhchem 1
|
||||
\use_mathdots 1
|
||||
\cite_engine basic
|
||||
\use_bibtopic false
|
||||
\use_indices false
|
||||
\paperorientation portrait
|
||||
\suppress_date false
|
||||
\branch NoChildDocument
|
||||
\selected 1
|
||||
\selected 0
|
||||
\filename_suffix 0
|
||||
\color #ff0000
|
||||
\end_branch
|
||||
\index Index
|
||||
\shortcut idx
|
||||
\color #008000
|
||||
\end_index
|
||||
\secnumdepth 3
|
||||
\tocdepth 2
|
||||
\paragraph_separation skip
|
||||
@ -109,12 +120,147 @@
|
||||
\paperpagestyle fancy
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\author ""
|
||||
\author ""
|
||||
\html_math_output 0
|
||||
\html_be_strict false
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
|
||||
\begin_layout Left Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
chaptername
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
thechapter
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
rightmark
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Enable page headers and add the chapter to the header line.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Right Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
leftmark
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Left Footer
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
thepage
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Center Footer
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Right Footer
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
thepage
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Chapter
|
||||
Title of first chapter
|
||||
\end_layout
|
||||
@ -128,11 +274,11 @@ bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
|
||||
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
|
||||
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
|
||||
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
|
||||
bla bla bla bla coatings
|
||||
bla bla bla bla DLC-coatings
|
||||
\begin_inset CommandInset nomenclature
|
||||
LatexCommand nomenclature
|
||||
symbol "coatings"
|
||||
description "bla bla"
|
||||
symbol "DLC"
|
||||
description "diamond-like carbon"
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -170,6 +316,8 @@ options "alpha"
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset nomencl_print
|
||||
LatexCommand printnomenclature
|
||||
set_width "custom"
|
||||
width "2.5cm"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 345
|
||||
#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 401
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass scrbook
|
||||
@ -43,35 +43,37 @@
|
||||
% fancy page header/footer settings
|
||||
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
|
||||
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
|
||||
\lhead[\fancyplain{}{\chaptername\;\thechapter}]{\fancyplain{}{\rightmark}}
|
||||
\rhead[\fancyplain{}{\leftmark}]{\fancyplain{}{}}
|
||||
\lfoot[\thepage]{}
|
||||
\rfoot[]{\thepage}
|
||||
\cfoot{}
|
||||
|
||||
% increase the bottom float placement fraction
|
||||
\renewcommand{\bottomfraction}{0.5}
|
||||
|
||||
% avoid that floats are placed above its sections
|
||||
\let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
|
||||
|
||||
% widen the space for the nomenclature entry labels
|
||||
\renewcommand{\nomlabelwidth}{2.5cm}
|
||||
\end_preamble
|
||||
\options intoc,bibtotoc,idxtotoc,BCOR10mm,titlepage,tablecaptionabove, fleqn
|
||||
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn
|
||||
\use_default_options true
|
||||
\begin_modules
|
||||
customHeadersFooters
|
||||
\end_modules
|
||||
\maintain_unincluded_children false
|
||||
\language english
|
||||
\inputencoding auto
|
||||
\fontencoding global
|
||||
\font_roman lmodern
|
||||
\font_sans lmss
|
||||
\font_typewriter lmtt
|
||||
\font_default_family default
|
||||
\use_xetex 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
|
||||
\float_placement h
|
||||
\paperfontsize 12
|
||||
\spacing single
|
||||
@ -92,13 +94,22 @@
|
||||
\use_geometry false
|
||||
\use_amsmath 2
|
||||
\use_esint 1
|
||||
\use_mhchem 1
|
||||
\use_mathdots 1
|
||||
\cite_engine basic
|
||||
\use_bibtopic false
|
||||
\use_indices false
|
||||
\paperorientation portrait
|
||||
\suppress_date false
|
||||
\branch NoChildDocument
|
||||
\selected 1
|
||||
\selected 0
|
||||
\filename_suffix 0
|
||||
\color #ff0000
|
||||
\end_branch
|
||||
\index Index
|
||||
\shortcut idx
|
||||
\color #008000
|
||||
\end_index
|
||||
\secnumdepth 3
|
||||
\tocdepth 2
|
||||
\paragraph_separation skip
|
||||
@ -109,12 +120,147 @@
|
||||
\paperpagestyle fancy
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\author ""
|
||||
\author ""
|
||||
\html_math_output 0
|
||||
\html_be_strict false
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
|
||||
\begin_layout Left Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
chaptername
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
thechapter
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
rightmark
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Enable page headers and add the chapter to the header line.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Right Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
leftmark
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Left Footer
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
thepage
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Center Footer
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Right Footer
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
thepage
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Chapter
|
||||
Title of next chapter
|
||||
\end_layout
|
||||
@ -124,11 +270,11 @@ Overview
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
bla bla bla bla bla bla bla bla bla bla bla bla bla polymer
|
||||
bla bla bla bla bla bla bla bla bla bla bla bla bla PPS
|
||||
\begin_inset CommandInset nomenclature
|
||||
LatexCommand nomenclature
|
||||
symbol "polymer"
|
||||
description "stupid entry"
|
||||
symbol "PPS"
|
||||
description "Polyphenylene sulfide"
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -169,6 +315,8 @@ options "alpha"
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset nomencl_print
|
||||
LatexCommand printnomenclature
|
||||
set_width "custom"
|
||||
width "2.5cm"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
@ -1,12 +1,9 @@
|
||||
#LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 345
|
||||
#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 401
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass scrbook
|
||||
\begin_preamble
|
||||
% print no date
|
||||
\date{}
|
||||
|
||||
% increase link area for cross-references and autoname them
|
||||
\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
|
||||
\newlength{\abc}
|
||||
@ -46,35 +43,37 @@
|
||||
% fancy page header/footer settings
|
||||
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
|
||||
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
|
||||
%\lhead[\fancyplain{}{}]{\fancyplain{}{\rightmark}}
|
||||
\rhead[\fancyplain{}{\leftmark}]{\fancyplain{}{}}
|
||||
\lfoot[\thepage]{}
|
||||
\rfoot[]{\thepage}
|
||||
\cfoot{}
|
||||
|
||||
% increase the bottom float placement fraction
|
||||
\renewcommand{\bottomfraction}{0.5}
|
||||
|
||||
% avoid that floats are placed above its sections
|
||||
\let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
|
||||
|
||||
% widen the space for the nomenclature entry labels
|
||||
\renewcommand{\nomlabelwidth}{2.5cm}
|
||||
\end_preamble
|
||||
\options intoc,bibtotoc,idxtotoc,BCOR10mm,titlepage,tablecaptionabove,fleqn
|
||||
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn
|
||||
\use_default_options true
|
||||
\begin_modules
|
||||
customHeadersFooters
|
||||
\end_modules
|
||||
\maintain_unincluded_children false
|
||||
\language english
|
||||
\inputencoding auto
|
||||
\fontencoding global
|
||||
\font_roman lmodern
|
||||
\font_sans lmss
|
||||
\font_typewriter lmtt
|
||||
\font_default_family default
|
||||
\use_xetex 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
|
||||
\float_placement h
|
||||
\paperfontsize 12
|
||||
\spacing single
|
||||
@ -93,25 +92,42 @@
|
||||
\use_geometry false
|
||||
\use_amsmath 2
|
||||
\use_esint 1
|
||||
\use_mhchem 1
|
||||
\use_mathdots 1
|
||||
\cite_engine basic
|
||||
\use_bibtopic false
|
||||
\use_indices false
|
||||
\paperorientation portrait
|
||||
\suppress_date true
|
||||
\branch chapter-1
|
||||
\selected 1
|
||||
\filename_suffix 0
|
||||
\color #ffaa00
|
||||
\end_branch
|
||||
\branch chapter-2
|
||||
\selected 1
|
||||
\filename_suffix 0
|
||||
\color #55aaff
|
||||
\end_branch
|
||||
\branch Summary
|
||||
\selected 1
|
||||
\filename_suffix 0
|
||||
\color #7f7f7f
|
||||
\end_branch
|
||||
\branch Acknowledgments
|
||||
\selected 1
|
||||
\filename_suffix 0
|
||||
\color #ffff00
|
||||
\end_branch
|
||||
\branch Appendix
|
||||
\selected 1
|
||||
\filename_suffix 0
|
||||
\color #faf0e6
|
||||
\end_branch
|
||||
\index Index
|
||||
\shortcut idx
|
||||
\color #008000
|
||||
\end_index
|
||||
\secnumdepth 3
|
||||
\tocdepth 2
|
||||
\paragraph_separation skip
|
||||
@ -122,8 +138,8 @@
|
||||
\paperpagestyle fancy
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\author ""
|
||||
\author ""
|
||||
\html_math_output 0
|
||||
\html_be_strict false
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
@ -146,12 +162,16 @@ Use the official terms and title page layout instead of this one!
|
||||
Title of the thesis
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subtitle
|
||||
Subtitle (if you have one)
|
||||
\end_layout
|
||||
|
||||
\begin_layout Author
|
||||
Your name
|
||||
\end_layout
|
||||
|
||||
\begin_layout Date
|
||||
Date
|
||||
Date (optional)
|
||||
\end_layout
|
||||
|
||||
\begin_layout Publishers
|
||||
@ -161,6 +181,7 @@ hor_pos "c"
|
||||
has_inner_box 1
|
||||
inner_pos "t"
|
||||
use_parbox 0
|
||||
use_makebox 0
|
||||
width "40col%"
|
||||
special "none"
|
||||
height "1in"
|
||||
@ -208,7 +229,11 @@ Faculty for leading edge science
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
Institute for nobel price winning research
|
||||
Institute for
|
||||
\noun on
|
||||
Nobel
|
||||
\noun default
|
||||
price winning research
|
||||
\begin_inset VSpace -3cm
|
||||
\end_inset
|
||||
|
||||
@ -296,7 +321,7 @@ Dedication, cite from a famous person, or whatever you like (optional)
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_layout Left Header
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
@ -304,13 +329,7 @@ status collapsed
|
||||
|
||||
|
||||
\backslash
|
||||
lhead[
|
||||
\backslash
|
||||
fancyplain{}{}]{
|
||||
\backslash
|
||||
fancyplain{}{
|
||||
\backslash
|
||||
rightmark}}
|
||||
rightmark
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -320,7 +339,77 @@ rightmark}}
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
define a header line
|
||||
defines the header line
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Right Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
leftmark
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Left Footer
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
thepage
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Center Footer
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Right Footer
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
thepage
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -410,26 +499,56 @@ pagestyle{fancy}
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Left Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
lhead[
|
||||
\backslash
|
||||
fancyplain{}{
|
||||
\backslash
|
||||
chaptername
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
;
|
||||
thechapter
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
thechapter}]{
|
||||
\backslash
|
||||
fancyplain{}{
|
||||
\backslash
|
||||
rightmark}}
|
||||
rightmark
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -492,24 +611,17 @@ filename "chapter-2.lyx"
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
\begin_layout Left Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
lhead[
|
||||
\backslash
|
||||
fancyplain{}{}]{
|
||||
\backslash
|
||||
fancyplain{}{Acknowledgments}}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
Acknowledgments
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
|
||||
@ -530,19 +642,12 @@ Acknowledgments
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
\begin_layout Right Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
rhead[
|
||||
\backslash
|
||||
fancyplain{}{Acknowledgments}]{
|
||||
\backslash
|
||||
fancyplain{}{}}
|
||||
Acknowledgments
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -575,7 +680,7 @@ status open
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "Acknowledgements.lyx"
|
||||
filename "Acknowledgments.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -585,6 +690,35 @@ filename "Acknowledgements.lyx"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Branch Appendix
|
||||
status open
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "Appendix.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Appendix is of course optional
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -594,7 +728,17 @@ filename "Acknowledgements.lyx"
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_layout Left Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
@ -602,13 +746,7 @@ status collapsed
|
||||
|
||||
|
||||
\backslash
|
||||
lhead[
|
||||
\backslash
|
||||
fancyplain{}{}]{
|
||||
\backslash
|
||||
fancyplain{}{
|
||||
\backslash
|
||||
rightmark}}
|
||||
rightmark
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -626,7 +764,11 @@ remove the chapter from the header line
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_layout Right Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
@ -634,13 +776,12 @@ status collapsed
|
||||
|
||||
|
||||
\backslash
|
||||
rhead[
|
||||
\backslash
|
||||
fancyplain{}{
|
||||
\backslash
|
||||
leftmark}]{
|
||||
\backslash
|
||||
fancyplain{}{}}
|
||||
leftmark
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -676,35 +817,17 @@ options "alpha"
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
\begin_layout Left Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
lhead[
|
||||
\backslash
|
||||
fancyplain{}{}]{
|
||||
\backslash
|
||||
fancyplain{}{Nomenclature}}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
rhead[
|
||||
\backslash
|
||||
fancyplain{}{Nomenclature}]{
|
||||
\backslash
|
||||
fancyplain{}{}}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
Nomenclature
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
|
||||
@ -723,11 +846,37 @@ Nomenclature
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Right Header
|
||||
\begin_inset Argument
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Nomenclature
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset nomencl_print
|
||||
LatexCommand printnomenclature
|
||||
set_width "custom"
|
||||
width "2.5cm"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
The width of the nomenclature entries can be changed by clicking on the
|
||||
nomenclature inset.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user