Lennart Regebro

Results 99 comments of Lennart Regebro

Creating it from ReST would require you do redo the styling in LaTeX, so I don't think that's a real option. But If you don't care about the styling at...

If a generic solution can be found, sure, but I don't know if that is possible at all. I'll have to investigate,

I've tried deck2js, https://github.com/melix/deck2pdf , and it seems to work fine. I'll investigate options for integrations.

That script is generated by setuptools (or possibly pip) when you install Hovercraft, so if this still is an issue, I think that's a bug, probably in setuptools.

Interesting, thanks, I'll take a look at this.

Oh, you want data-left, data-right, data-up and data-down? I guess that's technically doable, but it's going to get very confusing very fast when you do the layouts.

Yeah, if you do a lot of rotation that could be annoying, true.

Support for SVG transforms would make sense. https://www.w3.org/TR/SVG11/coords.html#TransformAttribute I'm not sure if this should be a part of svg.path, or if it should be a separate package svg.transform, that can...

I think it's definitely better to return a new primitive. I think separate functions probably makes more sense from an API perspective, but it might be best implemented by having...