epsrc/example.tex

37 lines
730 B
TeX

\documentclass[hideinfo]{epsrc}
\usepackage{lipsum}
%% The epsrc class uses BibLaTeX, which allows
%% for removing fields from bib-entries easily,
%% e.g., to shorten the space required for the
%% bibliography.
\AtEveryBibitem{%
\clearfield{pages}%
}
\type{Case for Support}
\addbibresource{example.bib}%
\begin{document}
\maketitle
\section{Previous Research Track Record}
\lipsum[1-3]
Relevant author publication:~\citeapplicant{dashevskyi.ea:vulnerability-screening:2018}
\clearpage
\section{Description of Proposed Research and its Context}
\lipsum[4-8]
This work could make use of Isabelle/HOL~\cite{nipkow.ea:concrete:2014}.
\clearpage
% \twocolprintbibliography
\singlecolprintbibliography
\end{document}