openjournals / openjournals-draft-action

Experimental GitHub Action
MIT License
52 stars 12 forks source link

non-ASCII codes for authors not handled in master branch #12

Closed hugoledoux closed 2 years ago

hugoledoux commented 2 years ago

I'm the editor of that paper: https://github.com/openjournals/joss-reviews/issues/3061

and the Š of the author is not displayed in the compiled PDF, while the (correct) LaTeX command is used - name: \v{S}tefan Jaud^[corresponding author]

If I use the GitHub Action with another repo and I use uses: openjournals/openjournals-draft-action@v1.0 then it's fine, it's displayed properly.

This means that the auto-compiles uses master I guess, which is wrong it seems.

tarleb commented 2 years ago

Thanks for raising an issue. Can you try with the literal UTF-8 Š instead? This would be the preferred input method, as PDF via LaTeX is no longer the only output that we need to produce.

hugoledoux commented 2 years ago

Haha, this works.

Simple is better than complex...

tarleb commented 2 years ago

Great, happy to hear :)