%% biblatex-abs-annote-example.tex %% Minimal working example for the biblatex-abs-annote package. %% %% Compile with: %% pdflatex biblatex-abs-annote-example %% biber biblatex-abs-annote-example %% pdflatex biblatex-abs-annote-example %% \documentclass[11pt, letterpaper]{article} \usepackage[margin=1in]{geometry} \usepackage[USenglish]{babel} \usepackage{csquotes} % Load biblatex with your preferred style \usepackage[style=authoryear, backend=biber, sorting=nyt]{biblatex} \addbibresource{biblatex-abs-annote-example.bib} % Load biblatex-abs-annote (after biblatex) \usepackage{biblatex-abs-annote} % Optional: customize appearance % \renewcommand{\abAnnotateAbstractFont}{\small} % roman instead of italic % \renewcommand{\abAnnotateAnnotationFont}{\small\slshape} % slanted annotations % \setlength{\abAnnotateAbstractIndent}{2em} % deeper indent % \usepackage[annotation=false]{biblatex-abs-annote} % suppress annotations \title{Annotated Bibliography: Rural Election Administration} \author{Cameron Wimpy} \date{\today} \begin{document} \maketitle \noindent This annotated bibliography surveys key works on election administration in rural contexts. Entries include abstracts where available and personal annotations noting relevance to ongoing research. \medskip % Force all entries to print (no in-text citations required) \nocite{*} \printbibliography[title={Annotated Bibliography}] \end{document}