Code: Select all
!LaTeX Error: Unknown float option 'H'.
See the LaTeX manual or LaTeX Companion for explanation.
Type H (return) for immediate help
Yea, I can manually fix this be removing "[H]" from all the various "\float[H]" instances, but that's too much work.
"[H]" is the LaTeX option to tell LaTeX add this figure here if possible.
But, DoxyGen has a configuration file where you can enter LaTeX commands into a file, and they will be put into all the LaTeX files that DoxyGen produces.
So, I tried putting the following into a file but it did not work. I still got the error.
Code: Select all
\usepackage{float}
\endinput
Note: Besides using the above "add_this.sty" file, I also tried "EXTRA_PACKAGES = float", but that did not work!
Background on the DoxyGen "EXTRA_PACKAGES" command: