I am using revtex 4.1 and am getting an error:
"A float is stuck (cannot be placed); try class option [floatfix]"
In the revtex documentation it states:
"REVTEX uses the ltxgrid package, which provides the ability to attempt repairs when LATEX’s float placement mechanism is about to fail, but that facility is turned off by de- fault. Users should invoke the floatfix document class option to enable this LATEX extension."
My question is: which line of Tex code should I use to enable floatfix?
\documentclass. So it would be something like\documentclass[floatfix]{revtex4}. – TeXnician Jun 28 '17 at 15:02