Theses, Books, Title pagesHow do I align tabularx tables right?

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

How do I align tabularx tables right?

Post by templateuser »

Hi there,

beautiful template, thx!! I have an issue with my tables though. I included the tabularx-package and my tables are written correctly, however, the do not align with the right margin. If I copy the code into a {article} class, it works out fine, but not in the thesis-environment. Any ideas?

Wolfgang Dietz

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

How do I align tabularx tables right?

Post by Stefan Kottwitz »

Use

Code: Select all

\begin{flushright}
...
\end{flushright}
around the tabularx environment, or \raggedleft, or insert \hfill before.

Stefan
LaTeX.org admin
Post Reply