Frédéric Bour
Frédéric Bour
I just updated the main branch to not depend on `re2c`, you can try again. `re2c` is a tool used to preprocess some source files but it should not be...
The log of the previous message seems fine. The binary `build/texpresso` was successfully linked. The error message is just the build system trying to find a correct configuration for that...
Hmm, it is strange that cargo picks a version of libpng in `/usr/local/include`. I don't know how to fix that.
Let's keep this issue open. I hope to have the simpler version within two months, this should solve this issue.
Did you install mupdf? When I tested, the headers where in /usr/include/mupdf which should be found by the C compiler.
The package name under ubuntu is libmupdf-dev.
Tectonic prints its cache path with command: ``` tectonic -X show user-cache-dir ``` I think it is `~/Library/Caches/Tectonic` on macOS and `~/.cache/tectonic` on Linux.
Thanks for your report. This can indeed be a problem. To handle citations and references, the expected workflow is to reuse auxiliary files produced by a normal LaTeX build. However,...
Commit fbb1c477bd5d3ebc87e1e5238b17df166e4a866e should fix the build issue. Please try again.
I confirm there is an issue with handling of fonts with large character sets on macOS :/. Sorry, I have an idea about what could be done, but I have...