Giter Club home page Giter Club logo

Comments (5)

mpacer avatar mpacer commented on July 20, 2024

So I think it's related to a problem with how \sout is defined in the ulem package for LaTeX (source: http://jansoehlke.com/2010/06/strikethrough-in-latex/), but not in the standard library.

I don't see anything including \sout when I grep nbconvert.

I wanted to test whether this was just a pandoc bug, and so made a minimal test case.

$ echo "~~anything~~" > test.md
$ pandoc -s -f markdown -t latex test.md > test.tex

and then noticed that pandoc includes the ulem package by default, as well as a bunch of other packages that are not included when one runs jupyter nbconvert strikeoutIssue.ipynb --to LaTeX which makes me think that a list of packages are being passed to pandoc to be explicitly included.

Going to try to find that list now…

from nbconvert.

d-diaz avatar d-diaz commented on July 20, 2024

I am getting another similar error when using strikethrough in latex and trying to export to PDF. It appears to be the \require{cancel} that is triggering it...

! Undefined control sequence.
<argument>  \require 
                     {cancel} \ \frac {\partial \ell (\mu ,\sigma ^2)}{\part...
l.406 \end{align}
                 
? 
! Emergency stop.
<argument>  \require 
                     {cancel} \ \frac {\partial \ell (\mu ,\sigma ^2)}{\part...
l.406 \end{align}
                 
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on notebook.log.

from nbconvert.

mpacer avatar mpacer commented on July 20, 2024

Are you directly writing cancel as part of your TeX? Because I found this set of macros in mathjax that might make it work in the browser but not on export if we aren't transforming from mathjax macros to proper TeX.

from nbconvert.

mpacer avatar mpacer commented on July 20, 2024

Aha, are you using this package in a custom template?
http://ctan.org/pkg/cancel

from nbconvert.

sthoooon avatar sthoooon commented on July 20, 2024

I had same problem with using that "cancel" package for writing math equations. Creating PDF fails when I put \require{cancel} code.

After I put following code in IPython's mathjax.tpl file, PDF was successfully created.

TeX: { 
    extensions: ["cancel.js"]
}

But new problem came up that created PDF does not contain the page with \require{cancel} code on it. Whole page is missing (PDF contains only 1 page instead of 2 pages). Whenever I delete that \require{cancel} code, created PDF then contains full 2 pages though there is no more strikeouts on equations. Can't figure out the solution yet.

from nbconvert.

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.