Patrick Gundlach

Results 60 comments of Patrick Gundlach

I think that `ccenv` has no valid entry for this case in `buildlib.go`. You need to set the environment variable CC_" + goarch + "_" + goos in your case...

Sorry. Set the environment variable `CC_arm64_linux` to some kind of c-compiler (clang or cc). For example I have export CC_arm64_linux=/usr/bin/aarch64-linux-gnu-gcc in my setup. Then run rake buildlib.

Reopen for documentation reminder

Documented in 4.19.38.

Interesting, that makes sense. I will think about that after my vacation. Meanwhile, you can simulate a similar setup by setting a variable and make the master page dependant on...

The margin in the Pagetype now has inner and outer settings, this should handle most of the cases. Also it is currently possible add an XPath expression (if even page...

The documentation is updated in the regard that the [Margin command ](https://doc.speedata.de/publisher/en/commandreference/margin/) has the inner/outer margin mentioned. But not in any other sense. I will do that.

I have no idea how to reduce RAM usage. I use this library on a laptop with plenty RAM so I have never had the need to look at that.

How much size do the arrays take? I assume that the cclxvi table takes up most space and can be calculated on the fly. The other tables? I am not...

Thank you very much @alufers for the work! I'll close this issue, since your changes do not go back into this repository