Castedo Ellerman
Castedo Ellerman
FWIW, I've gone pretty far down the WeasyPrint path and gotten good results. I've gotten good results in large part because I'm careful to use fairly old HTML/CSS features. An...
Also quick clarification: the article.html example in the article branch is actually much more advanced than the live example I give above on popgen.es today. The article.html example is a...
This discussion might be helpful in evaluating Chromium vs not: https://github.com/singlesourcepub/community/discussions/49 I've partly gone down the WeasyPrint path because I hesitate to rely on Chromium. I consider it an open...
@dginev FYI, I'm experimenting with an automatically built and publicly available OCI (docker) image with latexml over on gitlab. I'm planning to put it over at https://gitlab.com/perm.pub/dock. Feel free to...
Here's the dual Git & OCI container image registry which currently has LaTeXML 0.8.8, with some documentation on how to run it: https://gitlab.com/perm.pub/dock/latexml-deb For more details and documentation on how...
> start such experimental extensions outside of the core code Yeah, that make sense to me to keep the core code (in Perl) separate from any code implementing the initial...
BTW, what does "backmatter" mean?
I'm not very familiar with the latexml XML schema nor `.ltxml` bindings. But I like the idea of any mechanism that is extremely flexible for authors to tweak. It is...
> What type of problems does using The hostname rise? Any application that actually wants to programmatically get the real hostname or [FQDN](https://en.wikipedia.org/wiki/Fully_qualified_domain_name). For instance, a python application that does...
Today I learned that podman and docker have a `--cidfile` option. So that together with `-v` can be used to set the container name inside the container, either `/etc/debian_chroot` or...