19 lines
1.0 KiB
TeX
19 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{} file.
|
|
\item Assign unique and meaningful Bib\TeX{} keys.
|
|
\item Add the bibliography file to the project's preamble.
|
|
\item Make use of the \mono{alpha} bibliography style.
|
|
\item Cite the two handbooks in the file\\\file{exercises/literature/literature.tex}.
|
|
\item Ensure that the bibliography is listed.
|
|
\end{enumerate}
|
|
|
|
\noindent \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. |