better citing
This commit is contained in:
parent
4ff0ef0cb2
commit
d10458042d
@ -5,7 +5,15 @@
|
||||
\begin{thebibliography}{defaultmarken}
|
||||
%
|
||||
%
|
||||
\bibitem{bib:thielen-froh-getestet} \textbf{Prof. Dr-Ing. Herbert Thielen 2021, indirektes Zitat}: \emph{Lehrveranstaltung 2021, Hochschule Worms - Softwarequalität}
|
||||
\bibitem[Swe21]{bib:sicherheit-fuer-tcpip} {
|
||||
\bibformat
|
||||
{Wenzel, S., Wenzel, S.} % Author(s)
|
||||
{IT-Sicherheit für TCP/IP- und IoT-Netzwerke} % Publication title
|
||||
{Worms} % Publication city
|
||||
{Springer Verlag} % Publisher
|
||||
{2021} % Publication date
|
||||
{}
|
||||
}
|
||||
%
|
||||
%
|
||||
\end{thebibliography}
|
||||
|
@ -3,4 +3,4 @@
|
||||
%
|
||||
|
||||
\chapter{Foobar}
|
||||
Ene mene miste, es schwurbelt in der Kiste.
|
||||
Wer testet, der questet\cite{bib:sicherheit-fuer-tcpip}.
|
10
macros.tex
10
macros.tex
@ -10,3 +10,13 @@
|
||||
|
||||
% Will do a full reference, with both a number AND a caption. Like '1.2.3 Coding the code'
|
||||
\newcommand{\fullref}[1]{\ref{#1} \nameref{#1}}
|
||||
|
||||
% Bibliography formatting
|
||||
% #1 -> authors
|
||||
% #2 -> title
|
||||
% #3 -> publishing city
|
||||
% #4 -> publisher
|
||||
% #5 -> year of release
|
||||
\newcommand{\bibformat}[5] {
|
||||
#1: \textit{#2}. #3: #4, #5
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user