Describe the bug
It seems "\ " causes a problem with embedded \emph within the \cite options. See below.
Additional information
TeX distribution: MacTeX 2024
Package citation-style-language version: v0.5.0
LaTeX engine: lualatex
To Reproduce
% !TEX encoding = UTF-8 Unicode
\documentclass{article}
\begin{filecontents}[overwrite, noheader]{\jobname.json}
[
{
"id": "Hardy2019-Gemsfr",
"type": "book",
"author": [
{
"family": "Hardy",
"given": "H. H.",
"suffix": "II"
}
],
"title": "Exegetical Gems from Biblical Hebrew: A Refreshing Guide to Grammar and Interpretation",
"title-short": "Gems from Biblical Hebrew",
"publisher-place": "Grand Rapids, MI",
"publisher": "Baker Academic",
"issued": {
"date-parts": [
[
"2019"
]
]
}
}
]
\end{filecontents}
\usepackage{citation-style-language}
\cslsetup{style = chicago-fullnote-bibliography}
\addbibresource{\jobname.json}
\begin{document}
\dots\ dalam Kej.\ 8:11 sebagai penanda keterkejutan:
``\emph{The dove returned to him
at sunset, \emph{and incredibly}, a fresh-picked olive branch
was in its mouth!}''\cite[prefix = {\dots\ dalam Kej.\ 8:11
sebagai penanda keterkejutan: ``\emph{The dove returned to him
at sunset, \emph{and incredibly}, a fresh-picked olive branch
was in its mouth!}''; lihat },
page = {194 (tekanan saya)}]{Hardy2019-Gemsfr}
\end{document}
Describe the bug It seems "\ " causes a problem with embedded \emph within the \cite options. See below.
Additional information
citation-style-language
version: v0.5.0lualatex
To Reproduce
Screenshots Main text:
Citation: