Search found 2 matches

by kabola
Sun Dec 06, 2009 9:34 pm
Forum: Graphics, Figures & Tables
Topic: How to aline the numbering of my tables to the left
Replies: 3
Views: 1811

Re: How to aline the numbering of my tables to the left

thank you very much Thorsten that bit code did the trick but i dont quite understand how the code workes I asume that it is this bit of text:
\DeclareCaptionType[fileext=lob,placement=htb,within=chapter]{buffer}[Buffer]
that is responsible fore the change in lay out I have looked at the package pdf ...
by kabola
Fri Dec 04, 2009 11:37 am
Forum: Graphics, Figures & Tables
Topic: How to aline the numbering of my tables to the left
Replies: 3
Views: 1811

How to aline the numbering of my tables to the left

hello
I'm having a little truble whit my tables, I can't figure out how I aline the numbering of my tables and the tables them self to the left
i have tried the following code but whitout any luck

\begin{flushleft}
\begin{table}[!h]
\renewcommand\thetable{Buffer A}
\caption{}\label{bufa}
\begin ...