⑆ Neveda ⑈

Results 90 comments of ⑆ Neveda ⑈

Hey @Tagussan! Thx for the issue 💜 If I follow you correctly you want to see the latex engine warnings. Have you tried using `tectonic -p`?

Thanks for the feedback! You've raised an excellent point. Let's say we're targeting all export formats. Currently, we do that with: ```sh hyperfine \ --export-asciidoc FILE.asciidoc \ --export-csv FILE.csv \...

@9SMTM6 I'd say at least ~6 months after a new TeX Live official release, so around October 2023.

@rdtennent updating the bundles takes a lot, see: https://github.com/tectonic-typesetting/tectonic-staging/pull/17#issuecomment-973553526 In the past releases we had ⪆ 12 months delay from last TeX Live. Thanks to recent changes the time span...

Hey @AlongWY! Thanks for the issue and the example! 🖤 The document _as-is_ doesn't compile with `LuaHBTeX 1.15.0` or `XeTeX 3.141592653-2.6-0.999994` either, only with `pdfTeX 3.141592653-2.6-1.40.24`. Note that `tectonic` is...

@pkgw I find this one interesting, in theory we have [a test](https://github.com/tectonic-typesetting/tectonic/blob/3e6fc3b811e7697056221b118f87bd2395c2ca13/tests/tex-outputs/pdfoutput.tex) for `\pdfoutput` so things don't blow up, yet here is a document that won't compile correctly at all...

Hey @tronje thanks for the issue! Just to clarify, do you mean something like `latexmk`'s `-pvc` option that attempts to only regenerate the necessary files, making it faster for live/continuous...

What you're describing is right: `tectonic` does a full build every time, regardless whether a previous build already is in place. It's not deciding which steps can be skipped to...

Hey @gnusupport thanks for the issue! 🚀 I can not reproduce it so far, here's what I'm trying: ```latex \documentclass{article} \usepackage{dingbat} \begin{document} dingbat: \squarewithdots \end{document} ``` The above seems to...

Interesting: it's the `\rightpointleft` macro —and others— that give this failure, while there are others from the same package work normally. The following illustrates which dingbats are currently supported by...