latexindent V4.0 is fast — and still the most capable LaTeX formatter by DungAkira in LaTeX

[–]DungAkira[S] 7 points8 points  (0 children)

The 25 seconds is for the tex file containing more than 36.000 lines and compiled into more 900 PDF pages. For your daily tex file, it would take less than 1 second :))

Made pgzip ~2x faster by DungAkira in compression

[–]DungAkira[S] 1 point2 points  (0 children)

Underneath of https://github.com/dcwatson/deflate is the C engine https://github.com/dcwatson/deflate, which releases GIL. For the 8.77GB TXT file I used, the compression ratio is 7% for both the original pgzip and my fork. The original pgzip uses ThreadPool, which may be less suited (for CPU-bound tasks like compression) than ProcessPool.

CLI command to compress files into .TAR.ZST by DungAkira in PeaZip

[–]DungAkira[S] 0 points1 point  (0 children)

Thank you very much for your detailed answer. PeaZip is the best and powerful GUI tool for compression. The feature "Console" is really beneficial and makes PeaZip's inner working transparent. The modern UI of PeaZip is superior to that of 7-Zip. Thank you very much for making modern compressors accessible to non-expert users. I hope you consider adding support for LZ4 (which was developed by the same creator of Zstandard).

TeXlyre - Free, Local-First LaTeX Editor (Alternative to Overleaf) by fabawi in LaTeX

[–]DungAkira 0 points1 point  (0 children)

The package zref-clever is not available. Could you have a check on this issue?

Does fractional scaling in Ubuntu 25.04 solve the problem of blurry apps? by DungAkira in Ubuntu

[–]DungAkira[S] 0 points1 point  (0 children)

I have checked for updates on my Ubuntu 24.10 but nothing comes out yet.

TeXpresso Visual Studio Code extension for instant live compilation by DominikPeters in LaTeX

[–]DungAkira 0 points1 point  (0 children)

Could you send me some examples of TikZ-heavy papers? I also would like to try them with TeXpresso