When I run the pdflatex command on the output files from DoxyGen, I get the following error:
Code: Select all
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Question: What LaTeX commands do I put in the below DoxyGen add_this.sty file to automatically remove this error message.
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
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The name of the file that I put these statements in is called add_this.sty. To use this file in DoxyGen's configuration file, I entered the following: "EXTRA_PACKAGES = add_this.sty".
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: