xu-cheng / latex-action

:octocat: GitHub Action to compile LaTeX documents
https://github.com/xu-cheng/latex-action
MIT License
1.09k stars 135 forks source link

makeglossaries #96

Closed RemDelaporteMathurin closed 2 years ago

RemDelaporteMathurin commented 2 years ago

Hi @xu-cheng

I would like to know how to use this action to also make the glossary in a document?

See https://github.com/dante-ev/latex-action/issues/22

xu-cheng commented 2 years ago

Please see https://tex.stackexchange.com/questions/1226/how-to-make-latexmk-use-makeglossaries and http://mirrors.ctan.org/support/latexmk/example_rcfiles/glossaries_latexmkrc

RemDelaporteMathurin commented 2 years ago

Thanks for your reply!

Just to make it clear, I just have to add a .latexmkrc file with the commands detailed in the link to the root of the directory? And then I can use the action as is?

xu-cheng commented 2 years ago

Yes. You can also test it locally by running latexmk -pdf main.tex