Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente Dernière révision Les deux révisions suivantes | ||
3_composition:flottants:centrer_un_flottant_tres_large [2018/05/24 22:07] joseph.wright |
3_composition:flottants:centrer_un_flottant_tres_large [2018/12/03 23:11] jejust |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Centring a very wide figure or table ====== |
- | section: How do I do& | + | |
- | subsection: Floating tables, figures, etc. | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # Centring a very wide figure or table | ||
The normal means of centring a figure or table object is to include | The normal means of centring a figure or table object is to include | ||
- | `\centering` at the top of the float. | + | '' |
- | object is wider than `\textwidth`& | + | object is wider than '' |
margin and juts out into the right margin (which is actually doubly | margin and juts out into the right margin (which is actually doubly | ||
unsatisfactory, | unsatisfactory, | ||
- | placed until the next `\clearpage` or the like.) | + | placed until the next '' |
You can avoid the problem by rescaling the figure or table to fit, but | You can avoid the problem by rescaling the figure or table to fit, but | ||
Ligne 19: | Ligne 13: | ||
Otherwise, if the object is wider than the printable area of the page, | Otherwise, if the object is wider than the printable area of the page, | ||
- | you've no choice other than to [rotate it]({% post_url | + | you've no choice other than to [[FAQ-landscape|rotate it]]. If, |
- | however, the object is _just_ | + | however, the object is // |
make it pretend to be the right size by: | make it pretend to be the right size by: | ||
- | ```latex | + | |
+ | < | ||
\begin{figure} | \begin{figure} | ||
\noindent | \noindent | ||
Ligne 28: | Ligne 23: | ||
\caption{This figure juts out into both margins} | \caption{This figure juts out into both margins} | ||
\end{figure} | \end{figure} | ||
- | ``` | + | </ |
- | Note the `\noindent`: the `\makebox` starts a paragraph, and you | + | Note the '' |
- | really don't want that indented by `\parindent`. | + | really don't want that indented by '' |
+ | |||
+ | |||
+ | ----- | ||
+ | |||
+ | //Source:// [[faquk> | ||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||