Theses, Books, Title pagesaligning text in description env

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

aligning text in description env

Post by templateuser »

Hi,

I'm new to the 'forum' and struggling a bit with this (otherwise great) template.
I'd like to align the text in a description environment (make it block-like) but none of the options I found elsewhere seem to work.
Any ideas?

Thanks,
Marcel

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: 10323
Joined: Mon Mar 10, 2008 9:44 pm

aligning text in description env

Post by Stefan Kottwitz »

Hi Marcel,

the description environment doesn't offer much alignment features. However, you could use an additional packages, such as enumitem or mdwlist, to extend description capabilities.

Besides that, you could switch to a tabular environment, which is great for positioning and aligning. Or combine description with \parbox (or minipage, but that's too much) or tabular.

I recommend tabular, where you can place the labels in each row in the first column.

Stefan
LaTeX.org admin
Post Reply