Giter Site home page Giter Site logo

Comments (6)

KilnOfTheSecondFlame avatar KilnOfTheSecondFlame commented on August 13, 2024

Relevant branch

from hslu.

gathurian avatar gathurian commented on August 13, 2024

I think it can be assumed that Python is installed on pretty much every CompSci student that needs these summaries. Is it based on Python2 or 3?

However, what are the dependencies? i.e what/how many pip packages do have to be installed before being able to fully compile the documents? And how does it fare performance-wise compared to TeX-native?

from hslu.

KilnOfTheSecondFlame avatar KilnOfTheSecondFlame commented on August 13, 2024

It needs Pygments, I think that package is available in 2 and 3, and the impact on building is negligible, aka I did not notice any drop in build speed (in my opinion).

from hslu.

KilnOfTheSecondFlame avatar KilnOfTheSecondFlame commented on August 13, 2024

Ok, after timing the build from source, I stand corrected

Description lstlisting minted
TotalSeconds 2.737603 7.4229448
TotalMilliseconds 2737.603 7422.9448

PowerShell used:

Measure-Command {
    pdflatex.exe -synctex=1 -shell-escape -interaction=nonstopmode C.tex
    pdflatex.exe -synctex=1 -shell-escape -interaction=nonstopmode C.tex
}

from hslu.

gathurian avatar gathurian commented on August 13, 2024

Hm, roughly triple the time to compile and added dependencies for prettier code? Gotta say, I'm not a big fan of it. Of course you're free to use it on a feature-branch, but I'm not gonna merge it into master.

from hslu.

KilnOfTheSecondFlame avatar KilnOfTheSecondFlame commented on August 13, 2024

I mean its 5seconds of overhead. But your summary is small right now, this time will go up the longer it is, and then it will not be that much of a difference. But yeh, it's your repo :D

from hslu.

Related Issues (1)

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.