Re: centering a table
Joerg <joerg@xxxxxxxxxxxxxxxx> writes:
I try to center a table with
\centering
But how do I stop the \centering-instruction?
All the following text after the table is now centered and it doesn't
matter where I put the \centering ...
simplest:
{%
\centering
\begin{tabular}{...}
...
\end{tabular}
}%
but what's wrong with the latex construct:
\begin{center}
\begin{tabular}
...
\end{tabular}
\end{center}
--
Robin Fairbairns, Cambridge
.
Relevant Pages
- Re: How to
enewenvironment{align} (was: conflict of elsart, lineno and amsmath)
... no matter: as soon as you said it didn't work, ... and am on a testing system, which precludes patching, just now :-( ... Robin Fairbairns, Cambridge ... (comp.text.tex) - Re: OT: Question from a Physics Ignoramus
... In message, Robin Fairbairns writes ... Well, it's rare that someone comes out as broadly as the person to whom I was responding did - and, I'm delighted to say, many otherrats since; in general life, I've found people are a bit embarrassed about liking it. ... similarly, when I first started working in electronics, I couldn't really understand why most of those of my colleagues who were licenced radio amateurs never mentioned the fact, at work at least. ... No matter how beautiful a girl is, no matter how much you might love her, ... (uk.media.radio.archers) - Re: A Question of Political Correctness
... and I have no complaints. ... i'm not sure i want to discuss the matter;-) ... (at least, i didn't remember your name, and google seems not to ... Robin Fairbairns, Cambridge ... (uk.media.radio.archers) - Re: Just for fun What If?
... Cambridge or Oxford for that matter. ... carried several chronometers and averaged times. ... (sci.military.naval) - Re: Anyone Using Skype?
... Matter of fact, I've been seeing less stuff falling into my filters. ... Joerg persists in being a novice. ... (sci.electronics.design) |
|