Herman Sletmoen
Herman Sletmoen
Hi. Is there any update on merging this? Better division support would be great!
From the last line and ``` check_call(["inkscape", fsvg.name, "--export-filename", fpdf.name]) ``` you can see that the SVG to PDF conversion is done with [inkscape](https://inkscape.org/). You need to install it to...
Here is a simple example that fails, which I think is related to this issue: ```julia using ModelingToolkit using ModelingToolkit: t_nounits as t, D_nounits as D using DifferentialEquations @parameters P...
This sounds somewhat similar to one of my use cases, except I am generating systems programmatically instead of using the convenience macros. Does for example this do what you want?...
Hi, both. Thanks for reporting this, and sorry for not getting back to you! I think I should simplify the notification treatment, so it uses a straightforward solution that works...
Great, thanks for your input!
Thanks, these are nice additions! Do you think it makes sense to move the chain rendering logic inside the main script? I'm thinking that the `--renderer` argument could be expanded...
You can now do e.g. `./rmirro.py --renderers render_fail.py render_usb.py`.
I also added your `rmrl` renderer. Thanks!
Thanks, I see what you mean, and I like the intention of producing placeholder PDFs for documents that fail to render. But I am a little concerned that the placeholder...