Tagged Questions
4
votes
0answers
78 views
Overlapping label and text in description environment [closed]
I'm relatively new to LaTeX, and I am having this problem with the description environment:
\documentclass{article}
\usepackage{amsmath}
\usepackage{bm}
\usepackage{IEEEtrantools}
\usepackage{amsthm}
...
5
votes
1answer
121 views
right description list LaTeX beamer
How to do right align a description list using beamer?
Name | Joel Spolsky
Address | Some address
Using the enumitem package as suggested in
Description list with right alignment of ...
2
votes
2answers
394 views
Is there a itemsep equivalent for subitem?
So I was wondering if there is the equivalent of itemsep for the subitems, particularly in the description environment. I know I could nest many environments one in the other but it seems ugly.
...
4
votes
3answers
854 views
spacing in a description list using enumitem
I found Description list with right alignment of labels while looking for a solution for my own problem. I tried to modify the above solution, but there are a few ugly things I don't know what to do ...