-
Notifications
You must be signed in to change notification settings - Fork 407
Context menu not available for some multiple citations #2016
Copy link
Copy link
Closed
Description
See explanation in the minimal working example below
\documentclass{article}
\usepackage{biblatex}
\addbibresource{highlight.bib}
\begin{filecontents}{highlight.bib}
@book{Hemingway:For_Whom_the,
author = {Earnest Hemingway},
title = {For Whom the Bell Tolls},
date = {1940},
publisher = {Simon \& Schuster},
}
@book{JiM::Organized_Crime_2020,
author = {{Justice in Mexico}},
title = {Organized Crime and Violence in Mexico: 2020 Special Report},
date = {2019-07},
publisher = {Justice in Mexico},
}
\end{filecontents}
\begin{document}
\begin{enumerate}
\item The citation context menu is available
here.\autocite[10]{Hemingway:For_Whom_the}
\item It is not available here for either citation
key.\autocites{Hemingway:For_Whom_the}{JiM::Organized_Crime_2020}
\item Here it is available for the first key, but not the second.
\autocites[10]{Hemingway:For_Whom_the}[20]{JiM::Organized_Crime_2020}
\item It is not available here for either
key.\autocites[10]{Hemingway:For_Whom_the}{JiM::Organized_Crime_2020}
\item Here it is available for the first key, but not the
second.\autocites{Hemingway:For_Whom_the}[20]{JiM::Organized_Crime_2020}
\end{enumerate}
\end{document}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels