Jed Brown
Jed Brown
I haven't tested it with a paper through whedon, but Pandoc supports SVG by using `rsvg-convert`. https://github.com/jgm/pandoc/commit/6b72c5e35ba9b0872704b77b2bd8793657adcaba Do you have an example that fails? @arfon Is `rsvg-convert` (`librsvg`) installed on...
Aha, I ran it locally and it worked, though `rsvg-convert` botched the text wrapping so the diagram doesn't look good. I haven't run into this before and it would be...
It just works when I run locally. Is the executable `rsvg-convert` in `PATH`. That's what the implementation tries.
Looks like you need to install [librsvg2-bin](https://packages.ubuntu.com/cosmic/amd64/librsvg2-bin/filelist).
A `pdf` figure will look better (as a vector graphic).
No, but the extra braces enable `(Foo Team, n.d.)`. We have to add a date to get rid of the `n.d.`. I don't know under what circumstances `n.d.` should be...
I think both JOSS and JOSE should configure custom domains; docs.joss.theoj.org or joss.docs.theoj.org would be fine. https://docs.readthedocs.io/en/latest/custom_domains.html
@maxheld83 I have similar feelings, but don't want to over-prescribe. The scope of JOSS is pretty broad, software is developed/used in many different ways, and different communities have vastly different...
This would be nice to support. Pandoc is converting code such as ```julia f(x) = π * x ``` to ```latex \begin{Shaded} \begin{Highlighting}[] \NormalTok{f(x) }\OperatorTok{=}\NormalTok{ π }\OperatorTok{*}\NormalTok{ x} \end{Highlighting} \end{Shaded}...
I see jlcode is not available through `tlmgr` so it would need to be copied in. `jlcode.sty` could be put in `resources/`, for example. But I think `listings` [is not...