File: test_backend.tex

package info (click to toggle)
vim-vimtex 2.17-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,844 kB
  • sloc: makefile: 360; python: 103
file content (21 lines) | stat: -rw-r--r-- 606 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\documentclass{article}
\usepackage[backend=biber,style=authoryear]{biblatex}

\addbibresource{biblatex-examples.bib}
\addbibresource{../common/local1.bib}
\addbibresource{../common/local2.bib}

\begin{document}

% Examples of Biblatex citation commands
\cite{aristotle:physics} \\
\cite[5--10]{aristotle:physics} \\
\cite[see][5--10]{aristotle:physics} \\
\parencite{aristotle:physics} \\
\parencite[5--10]{aristotle:physics} \\
\parencite[see][5--10]{aristotle:physics} \\
\textcite{aristotle:physics} \\
\textcite[5--10]{aristotle:physics} \\
\textcite[see][5--10]{aristotle:physics} \\

\end{document}