Tagged Questions
5
votes
2answers
73 views
New enumeration
\begin{enumerate}
\item
\item
\item
\item
\end{enumerate}
How to define new numeration: I would like to have bigger spaces between every two points and equal indents for all points.
...
5
votes
1answer
60 views
Set indentation of choice in exam documentclass
I want to create an multiple choices question with this indenting format
1. ########
A. ###
B. ###
C. ###
2. ########
########
A. ###
B. ###
C. ###
The choices have same ...
4
votes
1answer
47 views
No space above first \item inside mdframed [closed]
Problem
This is what happens:
But I want the same vertical spacing before the first list item inside the mdframed environment as outside of it. How can I do this?
Code
\documentclass{article}
...
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 ...
2
votes
1answer
61 views
Currivita - horizontal distance between bullet and content in cvlist
I am using cvlist to itemize my content as follows:
\begin{cvlist}{HEADING}
\item[1] blah
\item[2] blah blah
.
.
.
\end{cvlist}
However, the gap between the numbers (such as 1,2 etc) and the ...
2
votes
2answers
56 views
Unable to reduce top whitespace in a list
I wanted a really compact list, so I have defined a custom environment to achieve the same.
However, I am unable to get rid of the whitespace at the top of the list beyond a certain width. I tinkered ...
1
vote
1answer
73 views
Controlling the indentation of the second line in a list
I'm using enumitem to label text, and I'd like the text to all be aligned to the same indent as the first line in the list. The second line begins underneath the label. I'm sure there's a simple ...
4
votes
0answers
82 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}
...
1
vote
1answer
74 views
How to control spacing in end of itemize?
This refers to my previous question
How to reduce space in begining but not in end of itemize
Now I need to control spacing in the last of itemize like I could control in the beginning as suggested ...
2
votes
1answer
61 views
How to reduce space in begining but not in end of itemize
This refers to my question.
How to reduce space in begining of itemize?
[topsep=0] also reduces space between the itemize and text below to itemlist. I just want to reduce space in the begining not ...
5
votes
1answer
129 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
112 views
How to reduce space in begining of itemize?
I am writing one list after one text?
Following is list items:
1. Pen
2. Hen
3. Ten
I need to reduce spacing between text (Following is list items:) and begining of list(Pen). How can i ...
4
votes
1answer
88 views
\vfill between items in a list
I want to create a list and have \vfill between all the items. Something like this:
\documentclass{article}
\begin{document}
\begin{itemize}
\item One \vfill
\item Two \vfill
\item Three \vfill
...
2
votes
2answers
98 views
Itemized list in table, creates an unwanted gap
I'm trying to add an itemized list in a tabular environment, it does work however it adds an unwanted space above the list...
Here's the code...
\documentclass[10pt]{article}
% packages
...
7
votes
1answer
143 views
Unable to Remove Vertical Space Before and After Lists within longtable
All the tricks to remove vertical space before and after itemize lists (using enumitem) seem to work well in table/tabular environments, but not in longtable. The following MWE illustrates the ...
4
votes
2answers
106 views
How to modify itemize vertical spacing within blocks in beamer?
I have noticed that when I have "itemize" environments defined within blocks in beamer, that they introduce more vertical spacing between the top and the bottom of the blocks, than vertical text. ...
2
votes
1answer
72 views
Text won't left align above list
I'm very new to LaTeX and have been using a template from my brother's resume to do up my own, and I have everything exactly how I want it except for the fact that I can't get the text on a line above ...
5
votes
3answers
58 views
Help with generalized list
I want to create an environment which contains a list to typeset auto-numbered thesis (just like one does with math formulae). I would like the spacing to be something like this:
This is the code ...
5
votes
1answer
204 views
enumitem revert nolistsep
With enumitem package, I have used \setlist{nolistsep} for some part of the document. For another part of my document, I need to revert the separation in the list entries to its default. I wonder ...
3
votes
1answer
72 views
Spacing between align and list environement
How can I reduce the spacing between the align and the list environment?
\begin{align*}
{_C}\vOm=( 0, 0, 0 )
\end{align*} <=== THERE IS STILL SOME SPACING inbetween?
...
5
votes
1answer
90 views
Line spacing not matching on second page of two-column checklist
I'm trying to make a half-sheet (letter-size paper) checklist with two columns using LaTeX. I set the page size to 8.5x5.5 inches, used fancyheader to put the title at the top of pages, defined a ...
5
votes
2answers
397 views
Good format for homeworks in LyX
I am using LyX to type in my homework solutions, but I don't like my format.
The homework itself is in the format of questions 1,2,... and each question has sub-questions: 1.1,1.2,... etc
In the ...
2
votes
3answers
233 views
itemize without line feed
When I write a document with \usepackage[french]{babel} my \begin{itemize} \end{itemize} list begin with '-' before each item and no extra line feed before each item. But when I don't use this package ...
3
votes
1answer
118 views
space between paragraph and list
In this code, I'm confused about why the space between First paragraph and Second paragraph is not equal to the space between Second paragraph and First bullet. How can I make them equal?
...
5
votes
1answer
450 views
Table in cvline using moderncv
I would like to create in my CV, using moderncv, a table with two columns.
It should look like:
-------- Experience
* Item 1 x
x
...
5
votes
1answer
132 views
How to remove \vskip from beginning of multicols-environment
In the documentation of the multicol it reads that as a first action of an multicols environment (if there's enough space etc.) “[…] a \vskip of \multicolsep is added.”
I use enumitem and combine it ...
9
votes
1answer
501 views
How do I set \itemsep to rubber length?
I know that I can set \itemsep to any length like this,
\setlength{\itemsep}{0pt}
But if I want to set \itemsep to a rubber length (e.g. \bigskip), how do I do this?
\setlength{\itemsep}{\bigskip} ...
2
votes
1answer
86 views
Theorem Spacing in Lists
I was wondering how I can change the spacing in my lists when I start my list off with a theorem environment. An example of this is that I have my list using the enumitem package with my code:
...
6
votes
1answer
327 views
Spacing after itemize inside a tabular
I have a problem with the spacing after an itemize inside a tabular.
\documentclass[12pt]{article}
\usepackage{lipsum}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{framed}
...
1
vote
1answer
179 views
Cannot achieve nice spacing in list items in beamer
I am trying to achieve the best spacing between items in a beamer presentation. I am using
\documentclass[slidestop,compress,mathserif,12pt,xcolor=dvipsnames]{beamer}
\graphicspath{{images/}}
...
2
votes
2answers
131 views
vertical spacing for itemize environment with powerdot
I'm trying to increase the vertical spacing in an itemize environment with the powerdot class. According to the powerdot documentation this is achieved by changing some parameters values in the ...
2
votes
1answer
144 views
Reduce spacing between items [duplicate]
Possible Duplicate:
Vertical space in lists
Please, how can I reduce spacing between items ?
\begin{itemize}
\item[\textbullet] first
\item[\textbullet] second
\item[\textbullet] third
...
14
votes
2answers
591 views
adding space before each item in itemize
I would like to add some space before each \item in begin{itemize}
When i try doing something like this
\begin{itemize}
\item \hspace {5cm} Sweden
\item \hspace {5cm} Germany
\end{itemize}
The ...
4
votes
1answer
381 views
Space after itemize only if no text follows [duplicate]
My problem with the following example:
If there is text after a list (itemize), everything looks just fine.
If there isn't, there is a blank line after the last list item which I would like to ...
3
votes
1answer
153 views
enumitem line separation within a single item
I have this happening when the item wraps:
The code I have so far is:
\setlist{leftmargin=!, align=left, font=\large\textsf,
itemsep=20pt, labelwidth=10pt, itemindent=-28pt}
How can I adjust the ...
0
votes
0answers
231 views
Beamer: how to increase spacing between bullet point and text in itemize environment within block environment? [closed]
I need to increase the space between a bullet point and the item text in the itemize environment when the list is in the block environment.
I've taken a look at the answer to this question and it ...
0
votes
2answers
138 views
Using hfill to prevent expansion of text in table environment
I am using inline lists (from the enumitem package) within a table (see Comma-separated list environment) Originally, I had an issue where the inline list would expand horizontally to the width of the ...
0
votes
1answer
110 views
Why have my itemize environments been corrupted and how can I fix the issue? [closed]
I am using the ut-thesis template, and this is what stock bulleted lists look like:
\usepackage{enumitem}
%...
\begin{itemize}
\item{I like margin}
\item{I like margarine}
\end{itemize}
...
4
votes
1answer
140 views
customize space between lines and space to the left in enumeration
I would like to modify the enumeration in such a way that:
there is no margin on the left (in the default enumeration, the numbering is indented from the left)
there is a vertical space between ...
5
votes
2answers
113 views
How to add whitespace after every item in a list in ConTeXt?
I have a document containing some questions. I need to leave readers space to write a few sentences as an answer.
I am using this code:
\startitemize[r]
\item Where do most bears live?
\item ...
6
votes
1answer
298 views
Nested enumerate (enumitem) interferes with suppressing vertical space after theorem heads.
In the post How to suppress vertical space between theorem heads and enumitem environments? David Carlisle suggested a piece of code that helps suppressing vertical space between theorem heads and an ...
2
votes
2answers
399 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.
...
6
votes
1answer
585 views
LaTeX beamer: How to use “squeeze” option only for part of a slide?
I'm using the beamer package for a presentation. On some slide, I have two lists, one long list on the left with many short items, one short list on the right with some explanations. The list on the ...
7
votes
1answer
1k views
Reduce vertical spacing itemize and multicols
I have added code to reduce the spacing before itemize. However, when I use multicols still a lot of extra vertical white space is added (see the space before the subitems).
Does anyone know how to ...
3
votes
2answers
173 views
List spacing inside a table
Please take a look on the following example:
\documentclass[a4paper]{article}
\begin{document}
\begin{tabular}{ |p{ \textwidth}| }
\hline
\begin{enumerate}
\item Item in a list
\end{enumerate} ...
4
votes
3answers
884 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 ...
7
votes
1answer
319 views
Choice among asparaitem, compactitem and itemize
I am writing a conference paper (in lncs), I see people use difference itemization styles: asparaitem, compactitem and itemize. Besides the space they occupy is a little bit different, I am wondering ...
4
votes
2answers
465 views
How to suppress vertical space between theorem heads and enumitem environments?
How can I suppress vertical space between a theorem head and an enumitem
environment?
I would like the output to look like version 3 below, but I hope there is an
automagical solution without ~ and ...
5
votes
2answers
481 views
Spacing between items containing a parbox
I would like to make a list, each entry of which has two pieces of information: a date range, and a description. If there are two separate date ranges that apply to an item, I would like to be able to ...
6
votes
1answer
2k views
How to do a line break after an itemize?
The question is in the title.
I've
\begin{itemize} \renewcommand{\labelitemi}{$\bullet$}
\item item1 ...
\item item2 ....
\end{itemize}
New ...
