TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
thanks it works. pretty cool. – berkayApr 19 '11 at 7:23
Kottwit, for my long table captions, i'm using \newline to make some comments about the tables. But i want these start from left is that possible? this is caption \newline this is more explanation (should be left aligned.) is there a way to do it? – berkayApr 19 '11 at 7:31
1
@berkay: Using \newline inside a paragraph which will be typeset centered is usually a bad idea. Better use \\ instead which should work under such conditions, too. – Axel SommerfeldtApr 21 '11 at 5:26