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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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