Search found 2 matches

by dml
Mon Jul 30, 2012 7:47 am
Forum: Graphics, Figures & Tables
Topic: Center Caption with two Lines
Replies: 3
Views: 7512

Center Caption with two Lines

thank you for your reply. next time i will open two threads.

here is the example for my caption problem:
\begin{table}[htbp]
\begin{tabular}{|p{0.26\textwidth}|p{0.70\textwidth}|}\hline
test & test \\
\hline
testentry & this is a test \\
\hline
\end{tabular}
\caption[This is the first ...
by dml
Sat Jul 28, 2012 1:36 pm
Forum: Graphics, Figures & Tables
Topic: Center Caption with two Lines
Replies: 3
Views: 7512

Center Caption with two Lines

Hi,

I have several tables with captions which have 2 lines (with a break). I would like to center but a solutions i tried don't work.

If I insert \usepackage[center]{caption} in the options it works but I got three errors with:
Package caption Error: Usage of the 'position' option is incompatible ...