Peter Williams

Results 285 comments of Peter Williams

That is great to hear! I am happy to do my best to answer any questions that you may have while you're looking at things. The *aspiration* is that Tectonic-as-a-library...

There is a hint in the error output, although it is not obvious: ``` cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_aarch64-linux-android cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_aarch64_linux_android cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS ``` I think you need to set the environment variable `PKG_CONFIG_ALLOW_CROSS` to...

@naveedpash Hmm, I would strongly suggest that you base your work off of the "cross" framework for Rust, which is what we use in our CI systems: https://github.com/rust-embedded/cross You can...

Ah, an interesting problem! Thanks for raising this issue. For the near future I'm afraid that Tectonic is not going to have a very good solution for this. If you...

That is not surprising in a sense. Tectonic only knows about `bibtex` right now, and it is confirmed to have problems with documents that use `biblatex`. We still don't have...

Thanks for the followup @mnrvwl and confirmation @jongwook!

Thanks for linking the example — this certainly *should* work, and does most of the time. I'll have to check and see why it's not for you.

Sorry, none yet. I've been busy with work and all of my Tectonic time has been going into finishing off a project that's been lingering for way too long I'll...

Update the bundle per se isn't the tricky part — the scripts in [tectonic-texlive-bundles][ttb] make the process close to automatic. The tricky part is updating the associated engine implementations, which...

This is true! It will also be difficult because the TeX engine relies on a massive amount of mutable global state. But it's a good goal to aspire to.