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

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



retitle 750446 Allow arbitrary order of package loading
severity 750446 wishlist
tags 750446 wontfix
close 750446
thanks

Hi,

>   The float package

Then the order is wrong in the document.

The order of loading fixltx2e and float is important when you
use the extension of float.

The following document compiles correctly:
	\documentclass{article}
	\usepackage{fixltx2e}
	\usepackage{float}
	\begin{document}
	\begin{figure}[H]
	 Huu
	\end{figure}
	\end{document}

Thus, at best, this is an upupstream bug that we are not dealing with in
Debian, since upstream TeX Live will only take what is on CTAN.

There is nothing we, or TeX Live upstream, or not even LaTeX Team
upupstream can do to make sure that all overridden macros behave in
all combinations of packages.

The simple solution I gave above, fix the order of package loading.

This time closing the bug.

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: