-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbibliography.tex
More file actions
43 lines (37 loc) · 1.1 KB
/
bibliography.tex
File metadata and controls
43 lines (37 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
%!TEX program = xelatex
\documentclass[a4paper]{article}
\usepackage{ltablex}
\usepackage{apacite}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{lastpage}
\usepackage{natbib}
\usepackage{imakeidx} % Indice analitico
\makeindex[intoc]
\title{Rekrei Bibliography}
\author{Rekrei Participants}
\begin{document}
\maketitle
\clearpage
\tableofcontents
\clearpage
\section{Introduction}
The following is a bibliography of Rekrei (formerlly Project Mosul) related publications, both popular and scientific. This is limited to publications authored by official participants of the project.
\clearpage
\section{Popular}
\input{./bibliography/201506_Current_World_Archaeology_Coughenour_Vincent}
\section{Conference Presentations}
\input{./bibliography/201509_dh2015}
\input{./bibliography/201511_chnt}
\section{Journal Articles}
\input{./bibliography/201509_dh2015}
\section{Book Chapters}
\section{Posters}
\input{./bibliography/201511_asor_poster}
\clearpage
\addcontentsline{toc}{section}{References}
\bibliography{./bibliography.bib}
\nocite{*}
\bibliographystyle{apacite}
\printindex
\end{document}