arXiv / html_feedback

Supports a student project developing a UI for feedback on arXiv articles rendered as html.
MIT License
14 stars 2 forks source link

Adding page numbers before and after biblatex citation #1569

Open kuriwaki opened 1 week ago

kuriwaki commented 1 week ago

Description

The html renderer cannot properly render tex of the form: \parencite[see specifically][100]{jones2024}, which should render to something like "(see specifically Jones 2024, p.100)".

Currently, the rendered html does not link the reference at all, and shows something like "[[, see, e.g.,]]jones2024".

See MWE below.

(Optional:) Please add any files, screenshots, or other information here.

This is a MWE in tex.

\documentclass{article}
\usepackage[backend=biber, style=authoryear]{biblatex}
\usepackage{filecontents}

\begin{filecontents}{references.bib}
@book{jones2024,
  author    = {John Jones},
  title     = {Example Bibliography Item},
  year      = {2024},
  publisher = {Tech Books Publishing},
}
\end{filecontents}

\addbibresource{references.bib}

\begin{document}

\noindent This is a citation test: \parencite[see specifically][100]{jones2024}.

\printbibliography

\end{document}

(Required) What is this issue most closely related to? Select one.

References

Internal issue ID

a5c92dd2-510f-468a-a576-bf0eeeadce7c

Paper URL

https://arxiv.org/html/2308.04100v3

Browser

Chrome/125.0.0.0

Device Type

Desktop

html-feedback-bot[bot] commented 1 week ago

Location in document: S1.p3.1

Selected HTML: [[, see, e.g.,]]mebane2008election

github-actions[bot] commented 1 week ago

Hello @kuriwaki, thanks for the issue report! We are reviewing your report and will address it as soon as possible.