Tagged Questions
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 ...
1
vote
3answers
64 views
Itemize inside longtable
I have the following (Non-working) example.
\renewcommand*{\arraystretch}{1.8}
\begin{longtable}{lcl}
\caption{Summary of proven determinants for falling}\\ \toprule
...
-1
votes
0answers
97 views
Problem with itemize [closed]
For some reason my first itemize list presents the first items start position to the left of the other items. If I remove the whole list, my second itemize list appears the same way. Any help would be ...
2
votes
1answer
35 views
Customised format floating itemized list
I'd like to add floating itemized lists in a format illustrated below:
More specifically, I would like
The title above rather than below the float, with bold font for title and horizontal line ...
3
votes
1answer
55 views
How to change list options during a loop?
I currently have a beamer presentation, which, using the forloop package, looks basically like this:
\documentclass{beamer}
\usepackage{forloop}
\begin{document}
\newcounter{ctr}
\newcounter{gulp}
...
7
votes
2answers
75 views
is it posible to make a multiline itemize justifying the text inside
I am writing technical specs of a programming API. I am using itemize to highlight the method signature as it follows:
\begin{itemize}
\item[\texttt{packeteer.send(message)}] \hfill \\
is ...
3
votes
1answer
70 views
Tabular and itemize
I'm having a big problem...I am trying to make a nice table which in the left side has just text and in the right part it may contain some itemized elements. This is how i'm doing it:
...
2
votes
1answer
62 views
Text wrapping in checklist items
I am having some difficulty with text wrapping for items in a checklist I'm writing. Here is an image that illustrates the difficulty (see the second last checklist item):
Would you have any ...
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 ...
1
vote
1answer
46 views
How to change the default marker of itemize environment globally [duplicate]
I was wondering how can I set globally itemize lists to use dashes instead of bullets using the memoir class. Right now I have to always do:
\begin{itemize}[-]
...
\end{itemize}
3
votes
2answers
103 views
Uncover items piecewise
I would like to uncover items piecewise, but have two items appear at the same time. I use the beameruserguide page 215 to do so as
\documentclass{beamer}
\begin{document}
\frame{
...
3
votes
1answer
74 views
Can \items be made indented all the way down?
Can \items be made indented all the way down?
Using the standard itemize environmnet, and a \hspace the first line gets indented. However, if the bullet point is on more than one line, it looks a bit ...
5
votes
2answers
229 views
Variable itemize indentation on Beamer slides
I'm not sure if what I want is possible at all, but asking doesn't hurt...
I've adjusted the itemize environment so that the item text is aligned with the text outside the environment. This might ...
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 ...
7
votes
2answers
88 views
Different colours for the bullets in itemize environment
In the following list, the colour of the bullet will be fixed:
\begin{itemize}
\item Good point 1
\item Good point 2
\item Poor statement 1
\item Poor Statement 2
\end{itemize}
Is there anyway to ...
6
votes
1answer
190 views
Uncovering items with changing bullet color
In this case consecutive items get covered. How could I change this behaviour so that all items would be black and only bullets would get different colours?
\documentclass{beamer}
...
1
vote
1answer
73 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 ...
5
votes
1answer
155 views
\overprint inside \itemize problem — shaky frames
I'm having troubles with a presentation. I want to create something like this
\documentclass{beamer}
\usepackage{ulem} % To strikeout text
\begin{document}
\begin{frame}
\begin{itemize}
...
1
vote
1answer
67 views
Minimal syntax alternative to enumerate environment [duplicate]
Is there an alternative to the enumerate environment in LaTeX where I can define a nested list with a minimal syntax like that of Markdown or something similar, e.g.:
\begin{minimallist}
- Fruit
...
3
votes
1answer
73 views
Sorting a list based on the length of each entry
Is there a way to sort an itemized list based on the length of each item? Something like
\begin{Itemize}
\item a
\item aaaaaa
\item aaaa
\item aaa
\item aaaaa
\item aa
\end{Itemize}
which results ...
3
votes
1answer
82 views
Two-column itemization with title in each column
I'd like to make a two-column list with some kind of titles, with "normal" text before and after. I tried it with the package "multicol" an with "minipage", neiter turned out well. Since the problem ...
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 ...
2
votes
3answers
118 views
Itemize - set default option
I have plenty of lists, all with the [noitemsep] option:
\begin{itemize}[noitemsep]
\item foo
\item bar
\end{itemize}
Is it possible, to setup itemize to use this option by default? Or do I ...
1
vote
2answers
61 views
Making text in {braces} of an \item appear bold
Is it possible to redefine \item to have the text in braces appear bold?
\documentclass{article}
\begin{document}
\begin{itemize}
\item{Paper}: a white substance used for writing symbols.
...
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 ...
2
votes
1answer
130 views
Default parameter values
What are the default values for the itemize environment (\itemsep, \labelsep, \labelwidth, etc.)?
The below is an example of what I have so far:
\documentclass{article}
\begin{document}
...
5
votes
1answer
238 views
Beamer inline itemize and enumeration
My goal is to produce inline lists (itemize and enumerate) in combination with the beamer document class. The symbols of these lists should use the same symbols as their non-inline counterparts to ...
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 ...
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. ...
0
votes
0answers
192 views
Itemize inside enumerate list [closed]
I'm trying to introduce a list using \itemize inside an existing list using \enumerate. This is whta I would like to obtain:
1- One
Text Here
2- Two
·One
·Two
\begin{enumerate}
\item One
...
2
votes
2answers
350 views
Changing font size of list items and subitems
I've noticed that when I change the font size of a list, the font size is not automatically changed for its sublists. Is there a way to change the font size for a whole list?
\documentclass{beamer}
...
10
votes
1answer
428 views
itemize, removing natural indent
When you itemize items you usually have the entire list indented. This is expected when you have a title or description of what you are listing. I want to itemize but not have the natural indent. I ...
6
votes
1answer
310 views
Bullet and number indenting in list
I would like to make a custom indenting for lists:
Bullet or number is indented 1.2 cm from the left margin
Text (all lines) is indented 1.8 cm from the left margin
I am trying to use the enumitem ...
4
votes
3answers
140 views
How to number equations with a list environment
Hi I wish to number equations with a list environment
\begin{itemize}
\item Lol
\begin{equation}
y_t=h_t(\hat{x}_{t|t-1})
\end{equation}
\end{itemize}
I want y_t=h_t(\hat{x}_{t|t-1}) in the same ...
10
votes
2answers
136 views
Is there a better formatting option for an alternated enumerated/itemized list?
I'm making a questions/answers page where answer follows the question. The questions are enumerated while the answers are not. Questions are using one color while answers using another one.
In order ...
4
votes
1answer
448 views
Changing the color of itemize item in beamer
I would like to change the color of itemize item and itemize subitem (the bullet) throughout the presentation. I was wondering how I can do that. Here is my MWE:
\documentclass [11 pt, ...
1
vote
1answer
82 views
Subfigure with caption within an itemize list not indenting correctly
To make it short, I have exactly the same problem as described here Figure with caption within an itemize list not indenting correctly except, the fact that I am using the subfig package and the ...
5
votes
3answers
417 views
List with arrows instead of bullets
I want a bullet list with arrows instead of bullets, like:
=> Line 1
=> Line 2
I tried this, but it returned some error:
\begin{itemize}{labelitemi}{$\Rightarrow$}[leftmargin=1em]
\item ...
2
votes
3answers
230 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 ...
4
votes
1answer
2k views
Possible to create bullets for \subitems using \itemize without a nested list?
I have made a list of questions and subquestions using nested \itemize commands, like this:
\documentclass[11pt]{report}
\usepackage[british]{babel}
\usepackage{enumitem}
\begin{document}
...
0
votes
1answer
53 views
Hyperref under section dont link to items [duplicate]
Possible Duplicate:
Can individual items in an itemize list be labelled and hyperref linked?
\documentclass[11pt,a4paper]{article}
\usepackage[colorlinks=true]{hyperref}
\begin{document}
...
8
votes
4answers
138 views
Change every first level item in document to bullet
How can I have bullets for every first level item in the document ?
Putting renewcommand{\labelitemi}{$\bullet$} in the itemize works well but just for this itemize. I tried putting it on top of the ...
4
votes
2answers
175 views
Can individual items in an itemize list be labelled and hyperref linked?
If I try to label items in a list as in
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\begin{itemize}
\item blah \label{list:blah}
\pagebreak
\item foo \label{list:foo}
...
4
votes
1answer
679 views
Indent/leftmargin of itemize environment without using enumitem
I would like to have a smaller left margin or indent for the itemize environment. Currently, I tried so far \leftmargin and \itemindent but I did not affect the following lines of an entry.
Does ...
3
votes
1answer
301 views
How to center a text line within an itemize environment?
How to center a text line within an itemize enivornment ?
What I tried:
\documentclass[a4paper]{article}
\begin{document}
\begin{itemize}
\item {\centering text to center}
\end{itemize}
...
3
votes
1answer
1k views
Indentation within an Itemized List
I am using res.cls to write my resume. I have changed the indentation of my itemized list using:
\setlength{\itemindent}{-.5in}
This works great for the first line, but if the item goes onto the ...
4
votes
1answer
242 views
How can I make a custom \item for use in a list?
I would like to change the color of an \item in a list and I would like the item to look like a regular item.
\begin{itemize}
\item item one
\reditem item two
\item item three
\end{itemize}
and ...
9
votes
1answer
494 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} ...
1
vote
1answer
304 views
Shorthand overlay specifications for bold text
The following MWE shows the list piece by piece and each item is alert when displayed and back to normal when the next item is displayed.
How can I add more default overlay specifications to the ...
2
votes
3answers
214 views
How to have an itemize inside a tabularx
I am trying to have an itemize inside one of the columns in a tabularx, but when trying to compile this code:
\begin{table}
...