inara icon indicating copy to clipboard operation
inara copied to clipboard

Tools to create JOSS/JOSE publishing artifacts

Results 16 inara issues
Sort by recently updated
recently updated
newest added

Hello, Referencing https://github.com/openjournals/inara/issues/55#issuecomment-2127014922. Following https://github.com/openjournals/inara/commit/02c6106258965d82a0276b2136afda1f26bd8798, I added an email to a paper.md header for the corresponding author as follows: ``` authors: - name: Adam Pollack corresponding: true email: [email protected] orcid:...

Hi, following up on #14 , is there any chance of including authors and affiliations in the docx output? This would be useful for getting track changes from people who...

Hi! When downloading tex files for, e.g., arxiv submission, I notice that a unicode error doesn't get appropriately written to tex (í --> ı́ ). Various tex compilers break to...

The `preprint` target outputs a very plain file without any styling. It is nice when the preprint version of a paper has similar formatting to the published version. There have...

Fix: https://github.com/openjournals/joss/issues/1281 Builds on: - https://github.com/openjournals/inara/pull/45 - https://github.com/openjournals/inara/pull/46 Add support for graphviz and mermaid diagrams using https://github.com/pandoc-ext/diagram - Vendored lua plugin bc no clean way to include it otherwise and...

Trying to run using the makefile, and getting ``` Error producing PDF. ! Undefined control sequence. l.403 Software (\citeproc ``` searching around leads here: https://tex.stackexchange.com/questions/695228/undefined-control-sequence-using-citeproc-to-convert-md-to-pdf-with-a-template then here: https://github.com/jgm/pandoc/issues/9031#issuecomment-1694744040 which was...

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...

This is probably hitting yet another edge case, but the PDF is not rendered when there are too many authors, and affiliations. I am dealing with a submission with 40...

I have the following script to compile my paper: ```bash → cat compile.sh docker run --rm \ --volume $PWD:/data \ --user $(id -u):$(id -g) \ --env JOURNAL=joss \ openjournals/inara ```...