File: test-cites.tex

package info (click to toggle)
vim-vimtex 2.16-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,660 kB
  • sloc: makefile: 367; python: 103
file content (16 lines) | stat: -rw-r--r-- 435 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\documentclass{article}
\usepackage{biblatex}
\addbibresource{test-cites.bib}

\begin{document}
\begin{enumerate}
  \item \autocite[10]{Hemingway1940}
  \item \autocites{Hemingway1940}{JiM2020}
  \item \autocites[10]{JiM2020}[20]{Hemingway1940}
  \item \autocites[10]{Hemingway1940}{JiM2020}
  \item \autocites{Hemingway1940}[20]{JiM2020}
\end{enumerate}

arXiv tests: \textcite{0801.1144} and \textcite{wilcox.e:2021}

\end{document}