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:flottant_non_centre [2019/02/03 07:33] – jejust | 3_composition:flottants:flottant_non_centre [2021/06/09 19:21] (Version actuelle) – Correction du titre. Reformulation. jejust | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== | + | ====== |
- | + | Vous vouliez un flottant centré horizontalement, mais < | |
- | You want a float whose contents are centred, but LaTeX ignores your | + | ignore votre environnement |
- | '' | + | Vous avez probablement écrit quelque chose comme ça : |
<code latex> | <code latex> | ||
Ligne 13: | Ligne 13: | ||
</ | </ | ||
- | In this case, LaTeX has «taken the '' | + | Quand il a rencontré ce code, LaTeX a pris la figure |
- | and will typeset it at some location it fancies | + | et il va s'occuper de l'afficher là où il en a envie |
- | '' | + | (ce serait la même chose avec un tableau, car c'est le principe même des flottants) ; |
- | location is that it // | + | du coup, la figure n'est plus à l'intérieur de l'environnement |
- | environment. | + | Par conséquent, cet environnement n'a plus de raison d'être... |
- | left with nothing to do ... except to | + | sauf [[3_composition: |
- | [[FAQ-vertspacefloat|make a mess of your vertical | + | |
- | The solution | + | La solution |
- | [[FAQ-vertspacefloat|the same answer]], noting that all control of | + | à savoir que tout les commandes contrôlant le rendu d'un flottant tel que '' |
- | an '' | + | doivent se trouver **à l'intérieur** de l' |
- | inside the environment. | + | Vous devrez donc plutôt écrire: |
<code latex> | <code latex> | ||
Ligne 32: | Ligne 31: | ||
\end{figure} | \end{figure} | ||
</ | </ | ||
- | (or something similar for a '' | + | (ce sera le même principe pour un environnement |
----- | ----- | ||
+ | //Source:// [[faquk> | ||
- | //Source:// [[faquk> | + | {{htmlmetatags> |
- | + | metatag-og: | |
- | {{htmlmetatags> | + | |
- | metatag-og: | + | |
metatag-og: | metatag-og: | ||
}} | }} | ||