Giter Club home page Giter Club logo

Comments (6)

takluyver avatar takluyver commented on July 20, 2024

If you're customising PDF creation that much, it may be simpler to use --to latex and then build the PDF yourself using pdflatex.

from nbconvert.

stonefly avatar stonefly commented on July 20, 2024

Yes, I use this way to fix it currently.

I did not do many customizations, I only use a customized template and a customized logo.

Any reasons that we have to use another temporary folder here? It breaks something that used to work.

I think the users should expect --to=pdf should be equivlent to --to=latex and then run pdflatex 3 times. But now they will behave differently.

from nbconvert.

takluyver avatar takluyver commented on July 20, 2024

If you just want the PDF, you shouldn't get additional files written in your working directory by the implementation of how the PDF is generated. It's encapsulation - intermediate files are written somewhere where you don't see them. If you do want to modify things at that stage, e.g. to add another file at the latex level, it involves an extra step.

from nbconvert.

stonefly avatar stonefly commented on July 20, 2024

I agree that it's better to run pdflatex in a temporary directory to the oldways generate intermidiate files and then clean them. It's quite annoying that even you run pdflatex with -output-directory, it still generates some files in the current folder in some cases, quite annoying.

I am just thinking if i could specify files that I would like to have along with pdflatex in the PDFExport config? So that these files will be copied to the new temp directory.

Do you think this makes sense?

from nbconvert.

takluyver avatar takluyver commented on July 20, 2024

That sounds reasonable, though I haven't thought about it in much detail. Do you want to make a PR?

from nbconvert.

stonefly avatar stonefly commented on July 20, 2024

Sure, let me try.

Many thanks.

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.