-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAnnoBib.tex
More file actions
47 lines (40 loc) · 1.21 KB
/
AnnoBib.tex
File metadata and controls
47 lines (40 loc) · 1.21 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
44
45
46
%% This is AnnoBib.tex.
%% It works only with bibtex files, not biblatex.
%%
%% You'll need to change the title and author fields to reflect your
%% information.
%%
%% Author: Titus Barik (titus@barik.net)
%% Homepage: http://www.barik.net/sw/ieee/
%% Reference: http://www.ctan.org/tex-archive/info/simplified-latex/
%% bibtool -x ../main.aux -o AnnoBibMyBDA.bib
\documentclass[11pt]{article}
\usepackage[letterpaper, total={7in, 9in}]{geometry}
\usepackage{apacite}
% Add running titles to avoid mixing up paper versions of two or more unstapled documents stored together.
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage{lastpage}
\fancyhf{} % Clear header/footer
\fancyhead[L]{Student, ..., and Mooers}
\fancyhead[C]{Manuscript template in LaTeX, printed: \today}
\fancyhead[R]{\thepage\ / \pageref{LastPage}}
\renewcommand{\headrulewidth}{1pt} % set to 0pt to hide headrule
\begin{document}
\begin{center}
{
\Large\textbf{Annotated Bibliography}
\medskip
{ \large Blaine H. M. Mooers, Ph.D. \\
\medskip
Department of Biochemistry and Physiology \\
\medskip
University of Oklahoma Health Sciences \\
\medskip
\today}
}
\end{center}
\nocite{*}
\bibliographystyle{apacannx}
\bibliography{AnnoBibMyBDA}
\end{document}