Tagged Questions
5
votes
1answer
40 views
Empty List Environment
I created commands for resume fields. This is a simplified example of the desired outcome:
Currently, I have to create two separate commands to do this, one with \begin{itemize} and the other ...
0
votes
0answers
119 views
Beamer: change gray out on itemize environment [duplicate]
Possible Duplicate:
Beamer: double uncover hides instead of watermarks
This is a following up question to the solution for this question:
Beamer: double uncover hides instead of watermarks
...
7
votes
3answers
4k views
Add bullet points to description lists
I'd like to add a bullet point to description lists.
\begin{description}
\item[Term] Description
\end{description}
Basically what I want looks like the following, when rendered:
\begin{itemize}
...
1
vote
2answers
152 views
Itemize with not so small items (vs. Description with unaligned text)
My problem is that the items are not so small (hence not bullets) that they exceed left margin.
See the example below.
\documentclass[a4paper,12pt]{report}
\begin{document}
\begin{itemize}
...