thesis files: translate some German strings to English and fix some typos

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40736 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2012-02-12 14:57:29 +00:00
parent 5ce0c1330b
commit defe1e1b94
6 changed files with 45 additions and 43 deletions

View File

@ -4,26 +4,26 @@
\begin_header \begin_header
\textclass scrbook \textclass scrbook
\begin_preamble \begin_preamble
% Linkfläche für Querverweise vergrößern und automatisch benenne % increases link area for cross-references and autoname them
\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}} \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
\addto\extrasenglish{% \addto\extrasenglish{%
\renewcommand*{\equationautorefname}[1]{} \renewcommand*{\equationautorefname}[1]{}
\renewcommand{\sectionautorefname}{Kap.\negthinspace} \renewcommand{\sectionautorefname}{sec.\negthinspace}
\renewcommand{\subsectionautorefname}{Kap.\negthinspace} \renewcommand{\subsectionautorefname}{sec.\negthinspace}
\renewcommand{\subsubsectionautorefname}{Kap.\negthinspace} \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
\renewcommand{\figureautorefname}{Abb.\negthinspace} \renewcommand{\figureautorefname}{Fig.\negthinspace}
\renewcommand{\tableautorefname}{Tab.\negthinspace} \renewcommand{\tableautorefname}{Tab.\negthinspace}
} }
% für den Fall, dass jemand die Bezeichnung "Gleichung" haben will % in case somebody want to have the label "Equation"
%\renewcommand{\eqref}[1]{Gleichung~(\negthinspace\autoref{#1})} %\renewcommand{\eqref}[1]{Equation~(\negthinspace\autoref{#1})}
% Setzt den Link für Sprünge zu Gleitabbildungen % that links to image floats jumps to the beginning
% auf den Anfang des Gelitobjekts und nicht aufs Ende % of the float and not to its caption
\usepackage[figure]{hypcap} \usepackage[figure]{hypcap}
% Die Seiten des Inhaltsverzeichnisses werden römisch numeriert, % the pages of the TOC is numbered roman
% ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt % and a pdf-bookmark for the TOC is added
\let\myTOC\tableofcontents \let\myTOC\tableofcontents
\renewcommand\tableofcontents{% \renewcommand\tableofcontents{%
\frontmatter \frontmatter
@ -31,22 +31,21 @@
\myTOC \myTOC
\mainmatter } \mainmatter }
% make caption labels bold % makes caption labels bold
\setkomafont{captionlabel}{\bfseries} \setkomafont{captionlabel}{\bfseries}
\setcapindent{1em} \setcapindent{1em}
% enable calculations % enables calculations
\usepackage{calc} \usepackage{calc}
% fancy page header/footer settings % fancy page header/footer settings
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}} \renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
%Vergrößert den Teil der Seite, in dem Gleitobjekte % increases the bottom float placement fraction
% unten angeordnet werden dürfen
\renewcommand{\bottomfraction}{0.5} \renewcommand{\bottomfraction}{0.5}
% Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden % avoids that floats are placed above its sections
\let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection} \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
\end_preamble \end_preamble
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn \options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn

View File

@ -4,10 +4,10 @@
\begin_header \begin_header
\textclass scrbook \textclass scrbook
\begin_preamble \begin_preamble
% enable calculations % enables calculations
\usepackage{calc} \usepackage{calc}
% increase the bottom float placement fraction % increases the bottom float placement fraction
\renewcommand{\bottomfraction}{0.5} \renewcommand{\bottomfraction}{0.5}
\end_preamble \end_preamble
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn \options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn

View File

@ -4,7 +4,7 @@
\begin_header \begin_header
\textclass scrbook \textclass scrbook
\begin_preamble \begin_preamble
% increase link area for cross-references and autoname them % increases link area for cross-references and autoname them
\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}} \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
\addto\extrasenglish{% \addto\extrasenglish{%
\renewcommand*{\equationautorefname}[1]{} \renewcommand*{\equationautorefname}[1]{}
@ -15,11 +15,11 @@
\renewcommand{\tableautorefname}{Tab.\negthinspace} \renewcommand{\tableautorefname}{Tab.\negthinspace}
} }
% in case somebody want to have the label "Gleichung" % in case somebody want to have the label "Equation"
%\renewcommand{\eqref}[1]{Gleichung~(\negthinspace\autoref{#1})} %\renewcommand{\eqref}[1]{Equation~(\negthinspace\autoref{#1})}
% put the link to figure floats to the beginning % that links to image floats jumps to the beginning
% of the figure and not to its end % of the float and not to its caption
\usepackage[figure]{hypcap} \usepackage[figure]{hypcap}
% the pages of the TOC is numbered roman % the pages of the TOC is numbered roman
@ -31,21 +31,21 @@
\myTOC \myTOC
\mainmatter } \mainmatter }
% make caption labels bold % makes caption labels bold
\setkomafont{captionlabel}{\bfseries} \setkomafont{captionlabel}{\bfseries}
\setcapindent{1em} \setcapindent{1em}
% enable calculations % enables calculations
\usepackage{calc} \usepackage{calc}
% fancy page header/footer settings % fancy page header/footer settings
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}} \renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
% increase the bottom float placement fraction % increases the bottom float placement fraction
\renewcommand{\bottomfraction}{0.5} \renewcommand{\bottomfraction}{0.5}
% avoid that floats are placed above its sections % avoids that floats are placed above its sections
\let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection} \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
\end_preamble \end_preamble
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn \options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn

View File

@ -4,7 +4,7 @@
\begin_header \begin_header
\textclass scrbook \textclass scrbook
\begin_preamble \begin_preamble
% increase link area for cross-references and autoname them % increases link area for cross-references and autoname them
\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}} \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
\addto\extrasenglish{% \addto\extrasenglish{%
\renewcommand*{\equationautorefname}[1]{} \renewcommand*{\equationautorefname}[1]{}
@ -15,11 +15,11 @@
\renewcommand{\tableautorefname}{Tab.\negthinspace} \renewcommand{\tableautorefname}{Tab.\negthinspace}
} }
% in case somebody want to have the label "Gleichung" % in case somebody want to have the label "Equation"
%\renewcommand{\eqref}[1]{Gleichung~(\negthinspace\autoref{#1})} %\renewcommand{\eqref}[1]{Equation~(\negthinspace\autoref{#1})}
% put the link to figure floats to the beginning % that links to image floats jumps to the beginning
% of the figure and not to its end % of the float and not to its caption
\usepackage[figure]{hypcap} \usepackage[figure]{hypcap}
% the pages of the TOC is numbered roman % the pages of the TOC is numbered roman
@ -31,21 +31,21 @@
\myTOC \myTOC
\mainmatter } \mainmatter }
% make caption labels bold % makes caption labels bold
\setkomafont{captionlabel}{\bfseries} \setkomafont{captionlabel}{\bfseries}
\setcapindent{1em} \setcapindent{1em}
% enable calculations % enables calculations
\usepackage{calc} \usepackage{calc}
% fancy page header/footer settings % fancy page header/footer settings
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}} \renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
% increase the bottom float placement fraction % increases the bottom float placement fraction
\renewcommand{\bottomfraction}{0.5} \renewcommand{\bottomfraction}{0.5}
% avoid that floats are placed above its sections % avoids that floats are placed above its sections
\let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection} \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
\end_preamble \end_preamble
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn \options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn

View File

@ -4,7 +4,7 @@
\begin_header \begin_header
\textclass scrbook \textclass scrbook
\begin_preamble \begin_preamble
% increase link area for cross-references and autoname them % increases link area for cross-references and autoname them
\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}} \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
\addto\extrasenglish{% \addto\extrasenglish{%
\renewcommand*{\equationautorefname}[1]{} \renewcommand*{\equationautorefname}[1]{}
@ -15,8 +15,8 @@
\renewcommand{\tableautorefname}{Tab.\negthinspace} \renewcommand{\tableautorefname}{Tab.\negthinspace}
} }
% in case somebody want to have the label "equation" % in case somebody want to have the label "Equation"
%\renewcommand{\eqref}[1]{equation~(\negthinspace\autoref{#1})} %\renewcommand{\eqref}[1]{Equation~(\negthinspace\autoref{#1})}
% that links to image floats jumps to the beginning % that links to image floats jumps to the beginning
% of the float and not to its caption % of the float and not to its caption
@ -31,21 +31,21 @@
\myTOC \myTOC
\mainmatter } \mainmatter }
% make caption labels bold % makes caption labels bold
\setkomafont{captionlabel}{\bfseries} \setkomafont{captionlabel}{\bfseries}
\setcapindent{1em} \setcapindent{1em}
% enable calculations % enables calculations
\usepackage{calc} \usepackage{calc}
% fancy page header/footer settings % fancy page header/footer settings
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}} \renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
% increase the bottom float placement fraction % increases the bottom float placement fraction
\renewcommand{\bottomfraction}{0.5} \renewcommand{\bottomfraction}{0.5}
% avoid that floats are placed above its sections % avoids that floats are placed above its sections
\let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection} \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
\end_preamble \end_preamble
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn \options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage,fleqn

View File

@ -240,6 +240,9 @@ What's new
- Fixed preamble code for automatic reference naming in the thesis template - Fixed preamble code for automatic reference naming in the thesis template
files. files.
- Translated German strings in the Appendix.lyx file of the thesis template
to English.
- Fixed example file modernCV.lyx: corrected subsection example, added a - Fixed example file modernCV.lyx: corrected subsection example, added a
separator, set the page size to A4 (bug 7991). separator, set the page size to A4 (bug 7991).