openjournals / joss

The Journal of Open Source Software
https://joss.theoj.org
MIT License
1.55k stars 187 forks source link

question on multi table #1338

Closed HPicatto closed 6 months ago

HPicatto commented 6 months ago

Hi I'm trying to compile an article using a grid table and it returns

Error producing PDF. ! Undefined control sequence. l.561 \multirow

how can I add the package multirow into the markdown template?

sneakers-the-rat commented 6 months ago

Hello! How are you trying to compile it? :)

HPicatto commented 6 months ago

Github action, I'm using almost the same version than the example, only adding that it should work on branch instead of main, and correcting the paths. And without the table It does work well, so it must be something that I have to add

HPicatto commented 6 months ago

solved, can add packages at the bigining of markdown using header-includes

sneakers-the-rat commented 6 months ago

We should add this to the docs if its required!!!