Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
composition:flottants:positionnement:faire_une_page_de_flottants [2018/12/03 23:14] – jejust | 2_composition:flottants:positionnement:faire_une_page_de_flottants [2020/12/11 23:22] (Version actuelle) – Renommage des sections de base: correction des liens internes. yannick.tanguy | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== | + | ====== |
+ | Il est parfois nécessaire de forcer un flottant à être placé seul et sans texte sur une page. Il est d' | ||
- | It's sometimes necessary to force a float to live on a page by itself. | + | La solution |
- | (It's sometimes even necessary for //every// float to live on a | + | * définissez |
- | page by itself.) | + | * et pour vous assurer qu'il n'y ait pas plus d'un flottant par page, imposez une séparation importante entre les flottants. |
- | of a chapter or of the document, the natural thing to do is to declare | + | |
- | the float as | + | |
- | '' | + | |
- | but the overriding '' | + | |
- | you have to make the float satisfy the parameters. | + | |
- | [[FAQ-floats|Moving tables and figures]] offers some | + | |
- | suggestions, | + | |
- | + | ||
- | The " | + | |
- | ("total number of floats per page") doesn' | + | |
- | '' | + | |
- | containing text as well as one or more float). So, to allow any | + | |
- | size float to take a whole page, set '' | + | |
- | small, and to ensure that no more than one float occupies a page, make | + | |
- | the separation between floats really big: | + | |
+ | Voici un exemple permettant d' | ||
<code latex> | <code latex> | ||
\renewcommand\floatpagefraction{.001} | \renewcommand\floatpagefraction{.001} | ||
Ligne 27: | Ligne 14: | ||
\makeatother | \makeatother | ||
</ | </ | ||
- | |||
----- | ----- | ||
Ligne 34: | Ligne 20: | ||
{{htmlmetatags> | {{htmlmetatags> | ||
- | metatag-og: | + | metatag-og: |
metatag-og: | metatag-og: | ||
}} | }} | ||