Re: [tex4ht] TikZ drivers

2018-06-29 Thread Michal Hoftich
> Tikz is (sort of) still maintained. Have/can you submit patches to make
> the default driver work better? --thanks, karl.

There is an old bug report about broken tex4ht TikZ driver:

https://sourceforge.net/p/pgf/bugs/327/

It still wasn't fixed :/ I will make a pull request, but I would like
to hear some user feedback first.

Best,
Michal


Re: [tex4ht] %%~ => $TEXMFDIST

2018-06-29 Thread Michal Hoftich
Thanks Karl, that looks great!

>
> I know that this would be a big/incompatible change (diff below, not
> committed anywhere yet). However, I'm guessing that no one but Eitan
> ever created significant personal tex4ht.env files, especially ones
> relying on %%~.
>

I think I've created few customized tex4ht.env version few years back,
mainly to fix image conversion issues. But it can be fixed much easier
using make4ht today. So I think it should be OK.

> For complete safety, I guess we could make up another construct, say
> %%+, which would expand to TEXMFDIST, change the .env's to use that, and
> leave %%~ as-is. That would be easy to do, but is it necessary? I wonder.
>

Probably not :)

Best,
Michal


Re: [tex4ht] %%~ => $TEXMFDIST

2018-06-29 Thread Karl Berry
https://github.com/MiKTeX/miktex/issues/30

Even more reason to change upstream and TL to use TEXMFDIST. I will
commit the changes at some point. Thanks Ulrike. -k