Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédente | |||
composition:flottants:centrer_un_flottant_tres_large [2018/12/03 23:11] – jejust | 3_composition:flottants:centrer_un_flottant_tres_large [2021/06/02 12:02] (Version actuelle) – Traduction de l'article anglais et mise à jour de la structure et des liens. yannick.tanguy | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== | + | ====== |
+ | Pour centrer une figure ou un tableau, la méthode classique consiste à inclure la commande '' | ||
- | The normal means of centring a figure or table object is to include | + | ===== Avec un redimensionnement du flottant ===== |
- | '' | + | |
- | object is wider than '' | + | |
- | margin and juts out into the right margin (which is actually doubly | + | |
- | unsatisfactory, | + | |
- | placed until the next '' | + | |
- | You can avoid the problem by rescaling the figure | + | Vous pouvez éviter ce problème en redimensionnant la figure |
- | this is often not satisfactory, | + | |
- | Otherwise, if the object is wider than the printable area of the page, | + | ===== Avec une rotation du flottant ===== |
- | you've no choice other than to [[FAQ-landscape|rotate it]]. If, | + | |
- | however, the object is //just// wider than the text block, you can | + | Aussi, si l' |
- | make it pretend to be the right size by: | + | |
+ | ===== Avec la commande \makebox ===== | ||
+ | |||
+ | Cependant, si l' | ||
<code latex> | <code latex> | ||
\begin{figure} | \begin{figure} | ||
\noindent | \noindent | ||
- | \makebox[\textwidth]{\includegraphics{my-wide-figure}}% | + | \makebox[\textwidth]{\includegraphics{ma-figure-large}}% |
- | \caption{This figure | + | \caption{Cette figure |
\end{figure} | \end{figure} | ||
</ | </ | ||
- | Note the '' | ||
- | really don't want that indented by '' | ||
+ | Notez ici la présence de '' | ||
----- | ----- | ||
- | |||
//Source:// [[faquk> | //Source:// [[faquk> | ||
- | {{htmlmetatags> | + | {{htmlmetatags> |
- | metatag-og: | + | metatag-og: |
metatag-og: | metatag-og: | ||
}} | }} | ||
- |