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

Bug#790909: pdflatex: LaTeX Error: Unknown float option `c'



On Fri, 03 Jul 2015, Gilles Filippini wrote:
> Fine. But I reported the first occurence only. There is an error with
> location specifier 'H' as well, the same as reported in #750536 and
> which was considered valid by then (june 2014):
> 
> ! LaTeX Error: Unknown float option `H'.

THis is an add-on of the package float, as clearly stated in the bug
report. And loading float makes it work:
$ cat foo.tex
\documentclass{article}
\usepackage{float}
\begin{document}
Hello World
\begin{figure}[H]
  Nothing of interest
\end{figure}
End
\end{document}
$ latex foo
... no error

All the best

Norbert

------------------------------------------------------------------------
PREINING, Norbert                               http://www.preining.info
JAIST, Japan                                 TeX Live & Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13
------------------------------------------------------------------------


Reply to: