Shuhei Kadowaki
Shuhei Kadowaki
Does this issue only happen whey you `weave`ing a notebook ? You can't reproduce it with the other formats like `.jmd` or such ?
I couldn't reproduce this issue on my environment. One possible cause would be that your OS may prevent making/removing a temporary directory that Weave creates for generating figures while `weave`ing....
okay fair enough. so even `weave(yournotebook, doctype = "github")` or `weave(yournotebook, doctype = "md2html")` doesn't work ?
Cool, thanks for the report. Will take a look again on this when I have time, but welcome if anyone wants to help us fix this.
Yeah, I found `out_path` option is currently just specifying the output directory; we need to modify: https://github.com/JunoLab/Weave.jl/blob/b5ba227e757520f389a6d6e0f2cacb731eab8b12/src/Weave.jl#L246-L247
can you try on the latest version ?
sorry for being so late to reply, and thanks for your issue report. and yeah, currently we only provider very crude support for latex ... As for the issue that...
Let's focus on providing public APIs for customization for this issue. For issues around `tex` and `texminted` formats, let's continue on [another issue](https://github.com/JunoLab/Weave.jl/issues/345)
hm, maybe you had pretty much big table, right ? I confirmed small tables are rendered correctly. For those tables with which `:limit => true` context is defined, #311 will...
sounds so nice, thanks for letting me know this. I've set this as v0.11 milestone. Can I ping you for review when I've made a PR, since I've never used...