mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 13:40:19 +00:00
Bibliography.lyx: minor cosmetic changes
- Add note explaining this file should not be compiled on its own. - Remove custom preamble. - Remove setting of master document. (cherry picked from commit 3ac2dd8e6c07ce115d9ddcfa3c289b3f5d0998ed) (cherry picked from commit 91d8aea8d3e2a96ffbbbfbcbd63dfc07ace51a5c) (cherry picked from commit 6e815d3ebaf829f18768dc0363c6a450b9483dac)
This commit is contained in:
parent
bb4fca37be
commit
5bcb0ca6d8
@ -5,64 +5,8 @@
|
|||||||
\save_transient_properties true
|
\save_transient_properties true
|
||||||
\origin /systemlyxdir/examples/thesis/
|
\origin /systemlyxdir/examples/thesis/
|
||||||
\textclass scrbook
|
\textclass scrbook
|
||||||
\begin_preamble
|
|
||||||
% in case somebody want to have the label "Equation"
|
|
||||||
%\renewcommand{\eqref}[1]{Equation~(\negthinspace\autoref{#1})}
|
|
||||||
|
|
||||||
% that links to image floats jumps to the beginning
|
|
||||||
% of the float and not to its caption
|
|
||||||
\usepackage[figure]{hypcap}
|
|
||||||
|
|
||||||
% the pages of the TOC is numbered roman
|
|
||||||
% and a pdf-bookmark for the TOC is added
|
|
||||||
\let\myTOC\tableofcontents
|
|
||||||
\renewcommand\tableofcontents{%
|
|
||||||
\frontmatter
|
|
||||||
\pdfbookmark[1]{\contentsname}{}
|
|
||||||
\myTOC
|
|
||||||
\mainmatter }
|
|
||||||
|
|
||||||
% makes caption labels bold
|
|
||||||
% for more info about these settings, see
|
|
||||||
% https://ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf
|
|
||||||
\setkomafont{captionlabel}{\bfseries}
|
|
||||||
\setcapindent{1em}
|
|
||||||
|
|
||||||
% enables calculations
|
|
||||||
\usepackage{calc}
|
|
||||||
|
|
||||||
% fancy page header/footer settings
|
|
||||||
% for more information see section 9 of
|
|
||||||
% ftp://www.ctan.org/pub/tex-archive/macros/latex2e/contrib/fancyhdr/fancyhdr.pdf
|
|
||||||
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
|
|
||||||
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
|
|
||||||
|
|
||||||
% increases the bottom float placement fraction
|
|
||||||
\renewcommand{\bottomfraction}{0.5}
|
|
||||||
|
|
||||||
% avoids that floats are placed above its sections
|
|
||||||
\let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
|
|
||||||
|
|
||||||
% increases link area for cross-references and autoname them
|
|
||||||
% if you change the document language to e.g. French
|
|
||||||
% you must change "extrasenglish" to "extrasfrench"
|
|
||||||
% if you uncomment the following lines, you cannot use the reference version Ref+Text in LyX
|
|
||||||
%\AtBeginDocument{%
|
|
||||||
% \renewcommand{\ref}[1]{\autoref{#1}}
|
|
||||||
%}
|
|
||||||
%\def\refnamechanges{%
|
|
||||||
% \renewcommand*{\equationautorefname}[1]{}
|
|
||||||
% \renewcommand{\sectionautorefname}{sec.\negthinspace}
|
|
||||||
% \renewcommand{\subsectionautorefname}{sec.\negthinspace}
|
|
||||||
% \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
|
|
||||||
% \renewcommand{\figureautorefname}{Fig.\negthinspace}
|
|
||||||
% \renewcommand{\tableautorefname}{Tab.\negthinspace}
|
|
||||||
%}
|
|
||||||
%\@ifpackageloaded{babel}{\addto\extrasenglish{\refnamechanges}}{\refnamechanges}
|
|
||||||
\end_preamble
|
|
||||||
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage
|
\options intoc,bibliography=totoc,index=totoc,BCOR10mm,captions=tableheading,titlepage
|
||||||
\use_default_options true
|
\use_default_options true
|
||||||
\master thesis.lyx
|
|
||||||
\begin_modules
|
\begin_modules
|
||||||
customHeadersFooters
|
customHeadersFooters
|
||||||
\end_modules
|
\end_modules
|
||||||
@ -373,6 +317,18 @@ restore the right header line
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
\begin_inset Note Note
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
This .lyx file will give an error if compiled on its own, since there is
|
||||||
|
no reference included (BibTeX gives an error in this case).
|
||||||
|
This file is only intended to be included in other documents.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\begin_inset CommandInset bibtex
|
\begin_inset CommandInset bibtex
|
||||||
LatexCommand bibtex
|
LatexCommand bibtex
|
||||||
bibfiles "thesisExample"
|
bibfiles "thesisExample"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user