Skip to content

Context menu not available for some multiple citations #2016

@tomvam

Description

@tomvam

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions