Add BibTeX
This commit is contained in:
parent
6a7bb9e015
commit
b018a571b1
@ -1,5 +1,6 @@
|
|||||||
|
% !TEX root = ../Main.tex
|
||||||
\begin{InfoBox}
|
\begin{InfoBox}
|
||||||
\textbf{Hinweis:} \lipsum[75]
|
\textbf{Hinweis:} \lipsum[75]\cite{wombat2016}
|
||||||
\begin{multicols}{2}
|
\begin{multicols}{2}
|
||||||
\begin{CustomBox}{\faIcon{user-graduate}}{britishracinggreen}
|
\begin{CustomBox}{\faIcon{user-graduate}}{britishracinggreen}
|
||||||
\textbf{Hinweis:} \lipsum[66]
|
\textbf{Hinweis:} \lipsum[66]
|
||||||
|
|||||||
3
Content/99_bib.tex
Normal file
3
Content/99_bib.tex
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
% !TEX root = ../Main.tex
|
||||||
|
\newpage
|
||||||
|
\printbibliography
|
||||||
1
Main.tex
1
Main.tex
@ -22,6 +22,7 @@
|
|||||||
% ===== Content =====
|
% ===== Content =====
|
||||||
\input{Content/00_toc.tex}
|
\input{Content/00_toc.tex}
|
||||||
\input{Content/01_content.tex}
|
\input{Content/01_content.tex}
|
||||||
|
\input{Content/99_bib.tex}
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
% Print the glossary
|
% Print the glossary
|
||||||
|
|||||||
@ -165,7 +165,7 @@
|
|||||||
% =============================================================================
|
% =============================================================================
|
||||||
\def\skylinePath{TeX/Assets/Images/Skyline.svg}
|
\def\skylinePath{TeX/Assets/Images/Skyline.svg}
|
||||||
|
|
||||||
\newcommand{\footerYShift}{2em}
|
\newcommand{\footerYShift}{1.5em}
|
||||||
\newcommand{\footerXShift}{0.7em}
|
\newcommand{\footerXShift}{0.7em}
|
||||||
|
|
||||||
% Define the logo and its position
|
% Define the logo and its position
|
||||||
@ -178,6 +178,8 @@
|
|||||||
\includesvg[height=\imageHeight]{\imagesPath/DUMMY_FOOT.svg}
|
\includesvg[height=\imageHeight]{\imagesPath/DUMMY_FOOT.svg}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
\ifnum\thepage=1
|
||||||
|
\else
|
||||||
% For loop to place all logos
|
% For loop to place all logos
|
||||||
\foreach \i in {1,...,\value{logoCounter}} {
|
\foreach \i in {1,...,\value{logoCounter}} {
|
||||||
% Calculate name for i-1
|
% Calculate name for i-1
|
||||||
@ -207,6 +209,7 @@
|
|||||||
\makeatother
|
\makeatother
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
\fi
|
||||||
% Skyline
|
% Skyline
|
||||||
\node[anchor=south west, inner sep=0pt, yshift=0em] at (current page.south west) {
|
\node[anchor=south west, inner sep=0pt, yshift=0em] at (current page.south west) {
|
||||||
\includesvg[width=1.5\paperwidth]{\skylinePath}
|
\includesvg[width=1.5\paperwidth]{\skylinePath}
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
% ==== Settings ====
|
% ==== Settings ====
|
||||||
\inputrelative{Settings/General}
|
\inputrelative{Settings/General}
|
||||||
\inputrelative{Settings/Logos}
|
\inputrelative{Settings/Logos}
|
||||||
|
\inputrelative{Settings/BibTeX}
|
||||||
|
|
||||||
% ==== Tools ====
|
% ==== Tools ====
|
||||||
\inputrelative{Modules/Listings}
|
\inputrelative{Modules/Listings}
|
||||||
|
|||||||
4
TeX/Settings/BibTeX.tex
Normal file
4
TeX/Settings/BibTeX.tex
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
% !TEX root = ../../Main.tex
|
||||||
|
|
||||||
|
% Add main.bib to bibliography
|
||||||
|
\addbibresource{main.bib}
|
||||||
22
main.bib
Normal file
22
main.bib
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
@article{wombat2016,
|
||||||
|
author = {Walther Wombat and Klaus Koala},
|
||||||
|
title = {The true meaning of 42},
|
||||||
|
journal = {Journal of modern skepticism},
|
||||||
|
date = {2016},
|
||||||
|
keywords = {trusted},
|
||||||
|
}
|
||||||
|
@book{lion2010,
|
||||||
|
author = {Laura Lion and Gabrielle Giraffe and Carl Capybara},
|
||||||
|
title = {The dangers of asking the wrong question},
|
||||||
|
publisher = {publishing house},
|
||||||
|
date = {2010},
|
||||||
|
keywords = {trusted},
|
||||||
|
}
|
||||||
|
@online{wikibook,
|
||||||
|
title = {Generating Bibliographies with biblatex and biber},
|
||||||
|
organization = {Wikibooks},
|
||||||
|
date = {2016},
|
||||||
|
urldate = {2016-03-07},
|
||||||
|
url = {https://en.wikibooks.org/wiki/LaTeX/Generating_Bibliographies_with_biblatex_and_biber},
|
||||||
|
keywords = {untrusted},
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user