20 lines
1.0 KiB
TeX
20 lines
1.0 KiB
TeX
\section{Creating and inserting references}
|
|
|
|
\begin{enumerate}
|
|
\item Create a new Bib\TeX{} file called \file{literature.bib} in the \file{exercises/literature} folder.
|
|
\item Use Google Scholar or \url{dblp.org} to retrieve Bib\TeX{} entries for the following \LaTeX{}
|
|
handbooks:
|
|
\begin{itemize}
|
|
\item Dilip Datta (2017): \LaTeX\ in 24 Hours. A Practical Guide for Scientific Writing.
|
|
\item Frank Mittelbach / Michel Goossens (2010): Der \LaTeX-Begleiter.
|
|
\end{itemize}
|
|
\item Add the Bib\TeX{} entries to the newly created Bib\TeX{} files.
|
|
\item Assign unique and meaningful Bib\TeX{} keys.
|
|
\item Include the Bib\TeX{} file in a suitable location, where later on the references should be listed.
|
|
\item Cite the two handbooks in the
|
|
file\\\file{exercises/literature/literature.tex}.
|
|
\item Make use of the \mono{plain} biliography style.
|
|
\item \textbf{Note}: If compiling fails, it may help to remove all auxiliary
|
|
files \\(\mono{main.aux/bbl/blg/loc/out/pdf/soc/toc}) before compiling again.
|
|
\end{enumerate}
|