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/05/24 17:07] – 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? ====== |
- | section: How do I do& | + | |
- | subsection: Floating tables, figures, etc. | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # Floats | + | 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 utilisant le compteur '' |
- | (It's sometimes even necessary for _every_ float to live on a | + | |
- | page by itself.) When the float fails to '' | + | * 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 `!` modifier has no effect on float page floats; so | + | |
- | you have to make the float satisfy the parameters. | + | |
- | [Moving tables and figures](FAQ-floats.md) offers some | + | |
- | suggestions, | + | |
- | The '' | + | Voici un exemple permettant d'obtenir cet effet : |
- | ('' | + | < |
- | `totalnumber` only applies to floats on '' | + | |
- | containing text as well as one or more float). | + | |
- | size float to take a whole page, set `\floatpagefraction` really | + | |
- | 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: | ||
+ | }} | ||