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 ...
3
votes
2answers
78 views
Optional argument to \item to appear in brackets after the counter
Usually, when you have the following document:
\documentclass{article}
\usepackage{enumitem}
\begin{document}
\begin{enumerate}
\item Mary
\item[had] a little
\item lamb
\end{enumerate}
...
4
votes
1answer
109 views
Creating an enumerate-description style environment
I've been trying to create a list environment to produce something that does the following:
It has a counter (like the enumerate environment).
The first line of each item is an overview of the item ...
1
vote
2answers
140 views
Macro to format text
Good morning, I have the following problem, I have a file with 8000 questions in the following format:
COD: 7
¿A qué número de revoluciones se alcanza la potencia máxima de un motor?
A Al número de ...
3
votes
1answer
122 views
How do I align enumerate items inside empty description?
I have an enumerate list inside an empty description item.
The minimal file is,
\documentclass[11pt]{article}
\begin{document}
\begin{description}
\item [A Label:]
\begin{enumerate}
\item A1.
...
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
...
11
votes
4answers
1k views
Enumerated description list
How can a list be created, whose items are both
enumerated (a,b,c,d,...)
and allow for setting a description via \item[texthere] ?
Im am using MikTex on Windows.