-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Bug Description
When starting the macOS GUI App 'Doxygen.app', downloaded fom https://www.doxygen.nl/files/Doxygen-1.11.0.dmg it reports
sh: latex: command not found
when klicking 'Run doxygen' at the 'Run' tab in the app.
However, on my system 'latex' does exist in directory /Library/TeX/texbin.
The command doxygen (the command line version) executed in a bash shell does finds 'latex'.
Doxygen.app does not seem to utilise a proper PATH environment variable.
Interestingly, doxygen provides configuration variables for setting the location of (only) some executables, like e.g. DOT_PATH. Such a provision does not exist for 'latex', however.
Please either provide a configuration variable like e.g. TEX_PATH or set up the app accordingly.
Version
doxygen 1.11.0
macOS Sonoma 14.5
GNU bash, Version 5.2.26(1)-release