This repository has been archived on 2024-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
Praxisbericht-Template/pages/page-09-bibliography.tex

35 lines
1.1 KiB
TeX
Raw Normal View History

2023-09-27 15:05:50 +00:00
% =====================================================================
2023-09-27 15:13:28 +00:00
% Bilbiography referecnes must be put into refs.bib
%
% --------------------------------------------------------
% Reference a book:
%
% @book{reference-name,
% author = {Donald E. Knuth},
% year = {1986},
% title = {The Book},
% publisher = {Addison-Wesley Professional}
% edition = {2}
% }
%
% --------------------------------------------------------
% Reference an article:
%
% @article{reference-name,
% title = {Literate Programming},
% author = {Donald E. Knuth},
% journal = {The Computer Journal},
% volume = {27},
% number = {2},
% pages = {97--111},
% year = {1984},
% publisher = {Oxford University Press}
% }
%
% --------------------------------------------------------
% For citing a certain reference within the document use:
% \cite{reference-name}
2023-09-27 15:05:50 +00:00
\cleardoublepage % should start on new empty page
\addcontentsline{toc}{section}{Literatur} % add table of contents entry
2023-09-27 15:13:28 +00:00
\bibliography{refs} % Entries are in the refs.bib file