I'm trying to switch my document from using the float and subfig packages to using subcaption. The thing is, I want to have \begin{figure}[H], which I had before; but now I get:
! LaTeX Error: Unknown float option `H'.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.844 \begin{figure}[H]
What should I do? If I can't make this option available to me, can I achieve the same effect some other way (e.g. wrapping the float in a minipage? Something less ugly?)
LaTeX Error: Command \float@end already defined.error. – einpoklum Jul 16 '17 at 23:09