Theses, Books, Title pagesTable problems

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Table problems

Post by templateuser »

I am using tabu for the preparation of the tables. I am getting two problems here

1. The last line of each caption of tables are not left aligned, (but all other lines are aligned)
2. All tables are going at the end of the chapter. \begin{table}[H] , \begin{table}[ht] etc are not working. What to do?

pal

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Table problems

Post by Stefan Kottwitz »

templateuser wrote:I am using tabu for the preparation of the tables.
Interesting package, great features, funny manual, but the author said that updates will be incompatible. So I would be careful.
templateuser wrote:1. The last line of each caption of tables are not left aligned, (but all other lines are aligned)
Use the caption package and its features and options.
templateuser wrote:2. All tables are going at the end of the chapter. \begin{table}[H] , \begin{table}[ht] etc are not working.
There's a reason, they don't fit. Check width and height. If they are fine, try \begin{table}[!htbp], i.e. more placement options.

Stefan
LaTeX.org admin
Post Reply