Git Product home page Git Product logo

Comments (4)

JelteF avatar JelteF commented on July 17, 2024

No, that shouldn't happen. That's probably a bug. I'm planning on rewriting the temp stuff by using the temporary file module in Python. Also, I plan on using the new lib called just "latex" to replace the latex compile method I hacked together since its way more robust and does run multiple times when needed.

from pylatex.

fariza avatar fariza commented on July 17, 2024

For that kind of really small bugs, do you still want a changelong entry?

from pylatex.

JelteF avatar JelteF commented on July 17, 2024

It's not that important, but yeah. It's always good to easily see what is
fixed in a new release.
On 13 May 2015 15:08, "Federico Ariza" [email protected] wrote:

For that kind of really small bugs, do you still want a changelong entry?


Reply to this email directly or view it on GitHub
#63 (comment).

from pylatex.

rsullivan00 avatar rsullivan00 commented on July 17, 2024

For reference, I used the temporary file module in a side project that cloned this repo a few months ago.

I used it to just generate a unique filename, like:

f = tempfile.NamedTemporaryFile(prefix='blah_')
self.filename = f.name
f.close()

A lot of the Document code has changed since then, but my version is at https://github.com/Rsullivan00/transcript-to-latex/blob/master/pylatex/document.py.

from pylatex.

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.