[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#750446: LaTeX Error: Unknown float option `H'



On 03.06.14 Hilmar Preusse (hille42@web.de) wrote:
> On 03.06.14 Mattias Ellert (mattias.ellert@fysast.uu.se) wrote:

Hi,

> > \begin{figure}[H] fails with:
> > LaTeX Error: Unknown float option `H'
> > 
> > This causes build failures for packages that generate documentation
> > using Doxygen. See e.g.:
> > 
> > http://aws-logs.debian.net/ftbfs-logs/2014/06/01/globus-common_14.10-2_unstable.log
> > http://aws-logs.debian.net/ftbfs-logs/2014/06/01/globus-ftp-client_7.6-1_unstable.log
> > 
> The minimal example still works:
> 
Here is my minimal example, which does not work and shows the error:

\documentclass[twoside]{article}

%\usepackage{graphicx}
\usepackage{fixltx2e}
\begin{document}
\begin{figure}[H]
\begin{center}
%\leavevmode
%\includegraphics[width=332pt]{group__globus__callback}
\end{center}
\end{figure}
\end{document}

When commenting out \usepackage{fixltx2e} the document compiles fine.

Hilmar
-- 
sigmentation fault

Attachment: signature.asc
Description: Digital signature


Reply to: