You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The piece of software I'm trying to publish reads a certain input file, and the paper shows some snippets of sample input files.
Being able to generate a PDF with syntax highlight would increase the clearness of the paper.
I tried to add
syntax-definition: feenox.xml
in the YAML block of paper.md (and added feenox.xml in the same directory as paper.md) but it does not work as expected.
Cloning the repository locally, the only way to make it work was to modify the makefile to add
The piece of software I'm trying to publish reads a certain input file, and the paper shows some snippets of sample input files.
Being able to generate a PDF with syntax highlight would increase the clearness of the paper.
I tried to add
in the YAML block of
paper.md
(and addedfeenox.xml
in the same directory aspaper.md
) but it does not work as expected.Cloning the repository locally, the only way to make it work was to modify the makefile to add
to the invocation of pandoc.
Would it be possible to have this custom highlighting XML in JOSS in the automated builds?
The text was updated successfully, but these errors were encountered: