NIFTy-PPL / JAXbind

Bind any function written in another language to JAX with support for JVP/VJP/batching/jit compilation
BSD 2-Clause "Simplified" License
61 stars 0 forks source link

update arxiv tex file #36

Closed roth-jakob closed 4 months ago

Edenhofer commented 4 months ago

hmm, when I run

sudo docker run --rm \
    --volume $PWD:/data \
    --user $(id -u):$(id -g) \
    --env JOURNAL=joss \
    openjournals/paperdraft -k paper.md

in the paper folder, I get a slightly different TeX file. I pushed the diff to update_arxiv2.

roth-jakob commented 4 months ago

I have no idea why you get something slightly different. I think I prefer my tex file as it links the citations in the text so that you can click on them and jump to the corresponding reference in the reference list. I haven't spotted any other significant difference.

If it's ok with you I would take my version.

Edenhofer commented 4 months ago

Sure, that's a big plus. Let's proceed with yours then.

Did you run a different command from the one I did?

roth-jakob commented 4 months ago

I used nearly the same command:

sudo docker run --rm \             
    --volume $PWD/paper:/data \
    --user $(id -u):$(id -g) \
    --env JOURNAL=joss \
    openjournals/inara \

I manually replaced the header in the tex file with the header of the old tex file. Additionally, I manually replaced ` with normal ' in the text, as it was in the old tex file.