[OS X TeX] tabularx and textwidth

Morten Høgholm morten.hoegholm at latex-project.org
Thu Apr 28 11:26:04 CEST 2005


On Thu, 28 Apr 2005 09:48:12 +0200, Ueliisa <ueliisa at gmx.net> wrote:

> Thanks for this interesting use.
>
> I tryed it but where I have to set \noindent ?

Please don't toppost - I easily get confused.

The thing is that most tabular versions produce a single box just like if  
you had constructed a minipage or \parbox. Hence they are subject to  
normal text flow rules like paragraph indentation. To suppress paragraph  
indentation you insert \noindent right before the object without any blank  
lines between them.

The most common situation however is that you have something like
   \begin{table}
   \centering
   \begin{tabularx}{\linewidth}{XX}
   ....
   \end{tabularx}
   \caption{...}\label{...}
   \end{table}

\centering also sets the paragraph indentation to zero so you never notice  
it there.
-- 
Morten
--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>





More information about the macostex-archives mailing list