I am trying to get my glossary to print in Visual Studio Code, the same files do print a glossary on Overleaf.com.
MWE on Overleaf.com: https://www.overleaf.com/read/kztypntcdrvy
Visual Studio Code / latexmk stated that the files: main.acr and main.gls were missing. However I do have the files: main.acn and main.glo.
I am using, Latexmk: This is Latexmk, John Collins, 1 January 2015, version: 4.41.
latexmkknow it needs to runmakeglossaries? See https://tex.stackexchange.com/questions/1226/how-to-make-latexmk-use-makeglossaries for some pointers. – Marijn Oct 12 '20 at 15:58makeglossaries mainlatexmk -pdf main.tex– Lourens Pool Oct 13 '20 at 09:46