Tagged Questions
6
votes
4answers
87 views
Enumerate alignment
Is it possible to improve the alignment of the first item?
\documentclass{article}
\begin{document}
\begin{enumerate}
\item \begin{tabular}{cccccccccc}
$x[n] = $ & \{1/3 & -1/2 & ...
3
votes
1answer
45 views
Enumeration marker appears centered to the left of the table
\item
\begin{tabular}{ |l| l| l| }
...
\end{tabular}
\quad
\begin{tabular}{ |l| l| l| }
...
\end{tabular}
The following causes the enumeration marker (ie, "(b)"), to appear in the ...
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
...
8
votes
1answer
100 views
Vertical Centering in a multicols
In a document I have several multicols units, in which on one side there is an image and on the other side some information in a itemize.
Now, depending on the image / information, the two "sections" ...
4
votes
2answers
90 views
Why does the vertical alignment not match the expected behaviour at p columns in tabular env?
I have the following code:
\documentclass{scrartcl}
\begin{document}
\begin{tabular}{lp{5cm}}
a &
\begin{itemize}
\item sd
\end{itemize}\\
\end{tabular}
\end{document}
I want to get a table ...
2
votes
1answer
71 views
how to align item bullet to the top of the table in the item
Consider the following example:
\section{abc}
\begin{enumerate}
\item
\begin{tabu}[t]{c|c}
\hline
$p$ & $p \oplus p$ \\
\hline
T & F \\
F ...
9
votes
2answers
145 views
How to put a list and an equation side by side
I'd like to get a list and an equation side by side so that I fill the page width better for aesthetic reasons, I've tried the following but doesn't compile:
\begin{tabular}{cc}
Known values:
...
4
votes
2answers
150 views
Table with two columns aligned, one not aligned
I'm trying to make a table with three columns, the first two being aligned on a row-by-row basis (the usual way) but with the third column only aligning with the first two at the top. Here's what ...
2
votes
1answer
814 views
Moderncv: bulleted list in cvitem
I am using moderncv to write my CV. Therefore, I want to use a bulleted list withing \cvitem. In principle this works, but an extra line is added so that it is not on the same height as the first ...
3
votes
1answer
239 views
Altering the position of bullet given by \item
I am working on my resume and for that I am using one of the following construct:
\documentclass[letterpaper,9pt]{article}
\newlength{\outerbordwidth}
\usepackage[empty]{fullpage}
\usepackage{color}
...
2
votes
2answers
2k views
How to put text in minipage top-centered?
I am working on LaTeX and R. I want to put text (here itemize top aligned) in minipage.
In the attached image (dummy image with itemize text), how can I put itemize
. First line
. Second line
on ...
3
votes
1answer
287 views
Align \item labels at top of mdframed box
By default, enumerate's \item labels align with the top of the text:
However, if the text happens to be a mdframed box, the labels align with the bottom of the box which does not look so good:
...
3
votes
2answers
2k views
Beamer - list items replace one another
In a certain frame, I would like to have a picture at the bottom of the frame and several list items that describe it. So my plan is to divide the frame vertically, put the picture at bottom and the ...
5
votes
1answer
546 views
Within table, vertically align top of a list and normal text in horizontally adjacent cells
I am making a table where two of the columns constitute a pros/ cons list. I have created a custom list environment with minimal white space around it for this purpose. However, I still find that the ...
13
votes
2answers
676 views
Aligning enumerate labels to top of image?
I asked a question a while ago about vertically aligning enumerate labels to the top of table. Now I am having the same problem, but with images. Since my problem was solved in my previous thread, I ...
6
votes
1answer
419 views
Help with vertically aligning enumerate labels
I am just getting started using latex and am having some problem vertically aligning the enumerate labels when listing tables (see image below). I would like to have the '(a)' label aligned vertically ...
1
vote
2answers
117 views
Alignment of list environments
I am seeming to have troubles with two environments dealing with lists. The two are
\begin{description} \begin{problemlist}
..... ......
\end{description} ...
1
vote
1answer
1k views
Top alignment of itemize in columns of beamer
I do not know what is wrong but the top alignment of the itemize environments in the two columns are different. I could not find a reason for this.
\documentclass[10pt,fleqn,t]{beamer}
...
2
votes
2answers
223 views
Why is the ledmac line number misaligned with the final item?
Here's a minimal document showing the problem:
\documentclass{article}
\usepackage{ledmac}
\begin{document}
\firstlinenum{1}
\linenumincrement{1}
\beginnumbering
\pstart
\begin{itemize}
\item This ...
10
votes
2answers
5k views
Beamer: Top-aligning columns within a top-aligned frame
According to p. 25 of the beamer manual, the t option top-aligns either every frame (when used as a class option) or a single frame (when used as optional argument of a frame environment). According ...
5
votes
2answers
749 views
Alignment of item number in list containing a minipage
I would like to have the list number at the beginning of the item, and not centered as is the case for item (b) the example below. If I comment out the \usepackage{nccmath}, I get this, but then the ...
6
votes
1answer
822 views
List environment inside the tabular environment: extra line at top preventing alignment
I have a LaTeX question that is bugging me. I have been trying to get a list environment to appear correctly inside the tabular environment. So far I have gotten everything to my liking except one ...
10
votes
5answers
2k views
Vertical alignment of align* in enumerate
Related (but not the same):
Align number from enumerate with equation
Displaying an equation in a list
Earlier today I asked a question about aligning equations in an enumerate environment ...
2
votes
1answer
714 views
Align number from enumerate with equation
I'm trying to have an equation as the first line of one of my items in an enumerate environment.
Example:
\begin{enumerate}
\item \[ x \]
\end{enumerate}
I want the $x$ to have the same ...
9
votes
4answers
9k views
Reduce space between enumerated items
Background
A book with lots of images. All of the images are set to "here definitely" (as they must come after the text that introduces them).
Problem
The list types (enumerated and bullet) have ...
9
votes
3answers
2k views
Spread bullet points across block in slide using beamer
I'm using beamer to create some slides for a presentation. I've got a block containing a bulleted list. The list only has three items, and all three items are bunched up in a small block at the top of ...
9
votes
4answers
983 views
Aligning an enumeration item to the top of a tikzpicture
I've drawn a tree using pgf/tikz and am trying to place it in an enumerated list. A snippet of my complete code is as follows:
\subsection*{Problem 2}
\begin{enumerate}[1)]
\item Max heap
\item
...
5
votes
1answer
3k views
aligning a multiline formula with the bullet of itemize
I would like to use a multiline equation into an itemized list, but such that the bullet of the list is aligned with the first line of my equation.
The current code I use is like this:
...
4
votes
1answer
965 views
LaTeX: Align first table line with \item contents.
Consider this example:
\begin{enumerate}
\item Blablabla bla bla bla.
\begin{tabular}{l}
Lorem ipsum dolor sit amet.\\
Consectetur adipiscing elit.\\
...
12
votes
4answers
2k views
In beamer class, how do I remove the additional vertical space before an itemize environment?
On a beamer slide, I want to produce something like
I use the following LaTeX code, which works well in LaTeX with the article class.
\begin{minipage}[t]{1.4cm}
Questions:
\end{minipage}\nobreak
...