Migrating from old repo

https://repository.cs.ru.is/svn/foley-publish/
This commit is contained in:
2022-09-14 13:37:23 +00:00
commit 5502f423db
49 changed files with 11266 additions and 0 deletions

18
cv-reference-test.tex Normal file
View File

@@ -0,0 +1,18 @@
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc} % allows UTF encoding, needed for Icelandic characters
\usepackage[backend=biber, bibencoding=utf8, style=apa]{biblatex}
\usepackage[american]{babel}
\DeclareLanguageMapping{american}{american-apa} % after biblatex and babel
\addbibresource{references.bib}
\begin{document}
\nocite{*}
\printbibliography{}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: