{lists} is about list environments. If your question deals with a specific list environment, add the respective tag, if existing, such as {itemize}, {enumerate}, or {description}. A popular package is {enumitem}. For registers like a "List of figures", use {table-of-contents} instead.

learn more… | top users | synonyms (1)

3
votes
3answers
46 views

How to align all description labels with section

I am using this code \documentclass[paper=a4, paper=portrait, pagesize=auto]{scrartcl} \usepackage[inline]{enumitem} \usepackage[table]{xcolor} \definecolor{orange}{HTML}{FFC296} \begin{document} ...
3
votes
0answers
58 views

picinpar in list environment

I want to use pininpar package inside a list environment. But as it can be seen from attached files, it doesn't work properly. Any help is appreciated. \documentclass{article} ...
2
votes
0answers
64 views

List of equations, tocloft package, giving me error

I know this question was answered earlier at: http://www.latex-community.org/forum/viewtopic.php?f=5&t=428, but I am having problem using the tocloft library with my schools thesis template. When ...
2
votes
0answers
69 views

How to define environments for questions and answers

I wish to do a simple question and answer sheet for my students. I'd like to have something like this: \section{Differential Equations} \begin{questions} \begin{question} ...
2
votes
0answers
58 views

Defining \@ifnextchar to detect a newline

At the end of a list (eg in \enditemize or similar) I need to detect if there is a blank line before whatever comes afterwards. Can this be done by \@ifnextchar or has someone already done this ...
2
votes
0answers
141 views

misplaced qed symbol after displaymath inside item of inline list

My problem involes a qed symbol which appears too early. My observations are that it happens after a displaymath inside an item of an unboxed inline list. All of this seems to be necessary to produce ...
1
vote
0answers
29 views

Enumerate with combination of numbers and letters without using item labels

I want to achieve something like this: 1 blah 2 blub 3a something 3b an alternative of something 4 blob Sure I could use \item[3a] and \item[3b] to get the numbers right BUT the enumeration is part ...
0
votes
0answers
25 views

How do I set itemize options in the theme (style) file

I have had a look at this thread here but that did not help me solve my problem. This post suggests defining another environment so that nothing breaks, but since I am using a style file, it is not ...
0
votes
0answers
48 views

`\setspace` and `\enumerate`

Forgive the long listing, worried about the behavior of some packages. I am looking to fix the space between text and enumerated list as I switch between \singlespace and \doublespace. Note the ...
0
votes
0answers
47 views

How to make columns in itemize?

I want to put two/three columns of short formulas under one item in itemize. Like this: Item name % and now here come two columns under this item formula 1 formula 2 formula 3 ...
0
votes
0answers
54 views

looking for a more sensible approach to making checklists

I'm trying to make a checklist. I've come up with an attempt which looks mostly right, but I'm encountering a few wrapping difficulties. Really, I'm looking for criticism and advice on the approach. ...
0
votes
0answers
128 views

Problem with itemize command

I'm writing my master thesis in TeX and I have a problem with an itemize environment. When I have only one \item there is no problem, the script is compiling and I get a great pfd file. But when I add ...
0
votes
0answers
79 views

Shortening the whitespace for \begin{itemize}

I have some items on my resume that have listed bullets, like so: But I find the distance between the • and the title is too far, so I'd like to change it. How would I go about doing this? My code ...