forked from tpoisot/ecobiblatex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
37 lines (23 loc) · 1.14 KB
/
main.tex
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
\documentclass[12pt]{article}
\usepackage{geometry}
\usepackage{setspace}
\geometry{letterpaper}
\usepackage[T1]{fontenc}
\usepackage{kpfonts}
\usepackage[style=BES/bes]{biblatex}
\bibliography{library}
\begin{document}\doublespacing
\section*{EcoBib\LaTeX test file}
This is a book as \texttt{parencite} \parencite{Darwin1859}, and as \texttt{textcite}
\textcite{Elton1927}. This is a citation from a book chapter \parencite{Dunne2006}.
This is a paper as \texttt{parencite} \parencite{Holt1996}, and as \texttt{textcite}
\textcite{Anderson2011}.
This is a citation command with two papers by the same author \parencite{Tuomisto2010,Tuomisto2011}.
This is a citation command with more than two papers by the same author, on the same year
\parencite{Frank1993,Frank1993a,Frank1993b}.
This is a citation of a paper with only two authors in \texttt{parencite}
\parencite{PoisotBJLS2010}, and another one in \texttt{textcite} \textcite{Yang2012}.
This is a reference to R \parencite{R-Development-Core-Team2008}. This is a reference to
non-consecutive entries \parencite{Yang2012,Dunne2006,Frank1993,Frank1993a,Frank1993b}.
\printbibliography
\end{document}