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/06/03 13:16] – joseph.wright | 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: | ||
| - | --- | + | ====== Comment isoler un flottant sur une page à part? ====== |
| - | title: Floats on their own on float pages | + | |
| - | category: floats | + | |
| - | tags: | + | |
| - | - tables | + | |
| - | - figures | + | |
| - | permalink: / | + | |
| - | --- | + | |
| - | It's sometimes necessary to force a float to live on a page by itself. | + | Il est parfois nécessaire de forcer un flottant à être placé seul et sans texte sur une page. Il est d'ailleurs parfois nécessaire que cela soit le cas pour //chaque// flottant. Lorsqu' |
| - | (It's sometimes even necessary for _every_ float to live on a | + | |
| - | page by itself.) When the float fails to " | + | |
| - | of a chapter or of the document, | + | |
| - | the float as | + | |
| - | `\begin{figure}`[p!] | + | |
| - | but the overriding `!` modifier has no effect | + | |
| - | you have to make the float satisfy the parameters. | + | |
| - | [Moving tables and figures](FAQ-floats) offers some | + | |
| - | suggestions, but doesn't solve the one-float-per-page question. | + | |
| - | The " | + | La solution |
| - | ("total number of floats per page") doesn' | + | * définissez '' |
| - | `totalnumber` only applies to floats on " | + | * et pour vous assurer qu'il n'y ait pas plus d'un flottant par page, imposez une séparation importante entre les flottants. |
| - | containing text as well as one or more float). So, to allow any | + | |
| - | size float to take a whole page, set `\floatpagefraction` really | + | Voici un exemple permettant d' |
| - | small, and to ensure that no more than one float occupies a page, make | + | < |
| - | the separation between floats really big: | + | |
| - | ```latex | + | |
| \renewcommand\floatpagefraction{.001} | \renewcommand\floatpagefraction{.001} | ||
| \makeatletter | \makeatletter | ||
| \setlength\@fpsep{\textheight} | \setlength\@fpsep{\textheight} | ||
| \makeatother | \makeatother | ||
| - | ``` | + | </ |
| + | |||
| + | ----- | ||
| + | |||
| + | //Source:// [[faquk> | ||
| + | {{htmlmetatags> | ||
| + | metatag-og: | ||
| + | metatag-og: | ||
| + | }} | ||

