Git Product home page Git Product logo

Comments (6)

zepinglee avatar zepinglee commented on June 3, 2024

Thanks for your feedback and I can reproduce the error. It's basically the compatibility problem with both beamer and hyperref.

from citeproc-lua.

nickw2066 avatar nickw2066 commented on June 3, 2024

Thank you for your answer. Is the error fixable?

from citeproc-lua.

zepinglee avatar zepinglee commented on June 3, 2024

Fixed in a05611d.

There are still conflicts when csl is used with beamer and backref since all them modify the internal bibliographic commands of LaTeX2e). I'll try to resolve this before releasing to CTAN.

from citeproc-lua.

nickw2066 avatar nickw2066 commented on June 3, 2024

Thank you, I updated to "citation-style-language 2023-09-07 v0.4.3" and the MWE above now works fine.
However, if I change the MWE to

% !TEX encoding = UTF-8 Unicode
\documentclass[aspectratio=169]{beamer}

\usepackage{citation-style-language}
\cslsetup{style = turabian-fullnote-bibliography-no-ibid}
\addbibresource{myBib.json}

\begin{document}

\begin{frame}
\frametitle{Test MWE}
Hello\cite{McCarthy2007-Deut.}
\end{frame}

\begin{frame}
\printbibliography
\end{frame}

\end{document}

(that is, if I add the frame with the \printbibliography command) I get the following error: "! Undefined control sequence.\beamer@bibitem #1->@bibitem{#1}\ignorespaces \end{frame}".
The footnote is still fine, but the bibliography looks like:
Screenshot 2023-09-12 at 7 21 48 pm

from citeproc-lua.

zepinglee avatar zepinglee commented on June 3, 2024

It turns out to be a typo that has just been fixed in cc77314 . I'll upload to CTAN then.

from citeproc-lua.

nickw2066 avatar nickw2066 commented on June 3, 2024

from citeproc-lua.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.