You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[
{
"id": "Metzger2005-TheTex",
"citation-key": "Metzger2005-TheTex",
"type": "book",
"author": [
{
"family": "Metzger",
"given": "Bruce M."
},
{
"family": "Ehrman",
"given": "Bart D."
}
],
"title": "The Text of the New Testament: Its Transmission, Corruption, and Restoration",
"title-short": "Text of the New Testament",
"edition": "4",
"publisher-place": "New York, NY",
"publisher": "Oxford University Press",
"issued": {
"date-parts": [
[
"2005"
]
]
}
}
]
The error given is: ! Argument of \csq@getcargs@ii has an extra }. <inserted text> \par l.11 ... said that.\cite{Metzger2005-TheTex}\relax}
If you spot my error please let me know.
The text was updated successfully, but these errors were encountered:
I'm getting another error (on compilation) with itemize and am wondering if it's related?
Here is my tex file:
\documentclass[12pt]{article}
\usepackage{citation-style-language}
\cslsetup{style = turabian-fullnote-bibliography}
\addbibresource{myBib.json}
\begin{document}
\begin{itemize}
\item
Bruce Metzger said that.\cite{Metzger2005-TheTex}
\end{itemize}
\end{document}
The JSON file is the same as above.
The compilation error is:
! Use of \@item doesn't match its definition.
\text@command #1->\edef \reserved@a {
\unexpanded {#1}}\ifx \reserved@a \@emp...
l.11 ... Metzger said that.\cite{Metzger2005-TheTex}
I'm note sure why this code won't compile:
Here is my JSON file:
The error given is:
! Argument of \csq@getcargs@ii has an extra }. <inserted text> \par l.11 ... said that.\cite{Metzger2005-TheTex}\relax}
If you spot my error please let me know.
The text was updated successfully, but these errors were encountered: