Open EeethB opened 1 month ago
You need LaTeX to create patient profiles (see the system requirements of the package). The imakeidx package is available in MiKTeX and TeXLive (see https://ctan.org/pkg/imakeidx). Could you try to install for example MiKTeX if working in Windows or TeXLive if working in Linux?
Ah, shouldn't have fired this off late at night - I do have LaTeX installed, and I have imakeidx installed via {tinytex}. I can even find the package files in /opt/TinyTeX/... - The issue is that within those imakeidx package files, there's a file called "makeidx.sty" (Not "imakeidx.sty"), which I think is causing the error. Everything I find on SO is from 2013 and says it will be fixed "soon". So I just wanted to see if any of you had run into this. It makes me wonder if I'm getting some outdated version or something
createSubjectProfileReport()
gives an error:! LaTeX Error: File `imakeidx.sty' not found
. Obviously not your problem, and I think it might just be a mis-named file in the LaTeX package, but wanted to check here and see if anyone else has seen this. And if so, what workarounds you have