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 [2018/12/03 23:12] – 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 12: | Ligne 12: | ||
\end{center} | \end{center} | ||
</ | </ | ||
- | In this case, LaTeX has "taken the '' | ||
- | and will typeset it at some location it fancies (it does the same with | ||
- | '' | ||
- | location is that it // | ||
- | environment. | ||
- | left with nothing to do ... except to | ||
- | [[FAQ-vertspacefloat|make a mess of your vertical spacing]]. | ||
- | The solution is the same as that outlined in | + | Quand il a rencontré ce code, LaTeX a pris la figure en charge, |
- | [[FAQ-vertspacefloat|the same answer]], noting that all control of | + | et il va s' |
- | an '' | + | (ce serait la même chose avec un tableau, car c'est le principe même des flottants) ; |
- | inside the environment. | + | du coup, la figure n'est plus à l' |
+ | Par conséquent, | ||
+ | sauf [[3_composition: | ||
+ | |||
+ | La solution est la même que celle proposée [[3_composition: | ||
+ | à savoir que tout les commandes contrôlant le rendu d'un flottant tel que '' | ||
+ | doivent se trouver **à l'intérieur** de l' | ||
+ | Vous devrez donc plutôt écrire: | ||
<code latex> | <code latex> | ||
Ligne 31: | 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: | ||
}} | }} | ||