Tagged Questions
1
vote
3answers
62 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
...
2
votes
1answer
61 views
How can I stop my description text from going beyond the margin
The text is going over my page. How can i fix that?
\documentclass[DIV=15, paper=a4, paper=portrait, pagesize=auto]{scrartcl}
\usepackage[inline]{enumitem}
\usepackage[table]{xcolor}
...
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:
...
4
votes
1answer
61 views
How to achieve enumerated list or perhaps table of this form?
I'm trying to replicate a list in some mathematics that I'm looking at and am struggling to figure out how to do it. So far I've tried using a table and it's not looking great.
Below is a link ...
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 ...
2
votes
2answers
96 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
...
4
votes
1answer
138 views
pdfpages error : includepdf + addtotoc / addtolist
PDFpages produces this error. How could I fix it ?
Package pdfpages Warning: There's something wrong with the entries
(pdfpages) of `addtotoc'. Not all entries were
(pdfpages) ...
4
votes
1answer
130 views
pdfpages + hyperref : hyperlinks in list of tables pointing wrongly to first page of document
In the TOC, the hyperlinks are pointing correctly to the pdf document included with pdfpages
But, in the lists of tables / figures, the hyperlinks are pointing wrongly to the cover page of my ...
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 ...
5
votes
1answer
442 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
...
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 ...
6
votes
3answers
206 views
How can I mix itemize and tabular environments?
I have the following list:
\begin{itemize}
\item És associativa:$\qquad(x+y)+z=x+(y+z)$
\item És commutativa:$\qquad x+y=y+x$
\item Té element neutre:$\qquad\exists 0\in\K : 0+x=x+0=x$
...
6
votes
1answer
325 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}
...
2
votes
1answer
113 views
Having a table in an enumerate environment
I have a problem trying to add a table in an enumerate environment in LaTeX.
I want the table to act as if it were just another piece of text. i.e. showing up exactly right next to the \item in an ...
2
votes
3answers
171 views
How to create columns within an itemize environment?
I want to generate a list of the following syntax for a resume.
* <Description of Activity> <empty space> <right aligned date>
Currently I have been using a form such as
...
11
votes
2answers
154 views
Making the table enumerated
I don't know LaTeX very well, and I don't know the proper words in LaTeX commands for my question, so I was going to ask it here.
You know in the problem pages of mathematics books, where they have a ...
5
votes
3answers
162 views
Converting a list of words to a table
I would like to convert a list of terms like :
A, B, C, D, E, F
to a table like:
| A | B | C |
| D | E | F |
or
| A | C | E |
| B | D | F |
but without having to rewrite my table each time, ...
4
votes
1answer
376 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 ...
4
votes
2answers
140 views
Itemized table layout
quick question: I copied this code:
\documentclass{article}
\usepackage{amsmath,amssymb,calc}
\def\horizlist#1#2#3{%
\setcounter{enumi}{0}%
#3%
\flushleft
\newlength\stringlength
...
3
votes
1answer
238 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}
...
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 ...
4
votes
1answer
173 views
Multilevel enumerate inside tabularly environment generates incorrect numbering
I'm trying to include a enumerate list in an tabularly environment, but the numbering gets wrong when I add more than one level of depth to the list.
\begin{table}[H]
\begin{minipage}{\linewidth}
...
5
votes
2answers
134 views
Table align in description environment
Why table doesn't align as a text in description environment? I want it has same left indent and width as text.
Is that possible?
\documentclass[a4paper,oneside]{book}
\usepackage[paper=a4paper, ...
0
votes
1answer
174 views
How to use \begin{enumerate} in tabular without using p{size}
I'd like to generate a table, using tabular, that looks like this
+-----------------+---------------+
| header1 | header2 | <--- header, centered
|1. djkfjsdalfkj |1. djhfjdhf |
...
5
votes
4answers
370 views
A list inside a table
I'm using this simple code to align date ranges on a CV:
\section{I'm pretty cool}\begin{tabular}{l l}
2009--present & company 1 \\
2011--2012 & company 2
\end{tabular}
Now this looks like ...
8
votes
2answers
5k views
Insert image and list inside a table
I am trying to add both an image and list inside a table but I face various problems. As shown in the picture, the image is above the first horizontal line and also the lists are not properly ...
3
votes
2answers
172 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} ...
2
votes
1answer
4k views
itemize in a tabular environment
When compiling this:
\begin{table*}[h]
\begin{tabular}{|lll|}
\hline \bfseries Name & \bfseries Opt 1 & \bfseries Opt 2 \\\hline
\hline \bfseries Item 1 & X & ...
2
votes
0answers
57 views
Enumerated List and Table [duplicate]
Possible Duplicate:
Table with a numbered list
How to I create an enumerated list with tables enbedded in each item:
Item 1 Descriptipon
Col1 Col2 Col3
Col1 Col2 ...
5
votes
1answer
204 views
Table with a numbered list
What is the best way to make a table/list that looks like this:
1. Item 1
subitem type date
subitem type date
2. Item 2
subitem type date
...
2
votes
1answer
192 views
Custom environment to accept \item
How can I create an environment that takes items in a way similar to lists?
Example:
\begin{myEnv}
\item{AAA}{BBB}
\item{CCC}{DDD}
\end{myEnv}
I'd like the above do something like
...
6
votes
2answers
159 views
Vertical numbering with multienumerate environment
I'm trying to get the numbering in the multienumerate environment to go vertically instead of horizontally. So,
\documentclass{article}
\usepackage{multienum}
\begin{document}
...
5
votes
2answers
541 views
How to create attendance sheets?
Is there a package for creating sheets you fill out by handwriting?
Like for example attendance sheets, a list of key borrowers, a sign-off sheet for dangerous stuff etc.
Basically some sort of ...
8
votes
3answers
757 views
Two column table, enumerate first column but not second
I need to have a two column table, where the first column contains enumerations and the second take plain text. For example,
Column 1 Column 2
1. Step 1 Reason 1
2. Step 2 ...
2
votes
1answer
231 views
table and page break inside list
For a cooperative latex document with a lot of authors, it was decided to use tables for certain structures. Therefore, I have to cope with the problem of automatic page breaks of tables that only ...
8
votes
1answer
378 views
Custom tabular environments
I'm trying to create the following structure using the best possible "user-interface" in LaTeX:
---------------------------------------------
| Week 1 | 1. Topic 1 |
| ...
2
votes
1answer
590 views
How do I indent a table within the itemize environment?
I'd like to know how to indent a table within the itemize environment.
\documentclass{article}
\begin{document}
Hello. I love \LaTeX! I have a question:
\begin{itemize}
\item
How can I ...
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 ...
7
votes
1answer
738 views
Enumerate/itemize without margins in table cell best practice
I want to use an itemize or enumerate list inside a table cell. For this there should be no margin around the list. My question is, what is best practice to do this? I found different solutions for ...
2
votes
3answers
303 views
Enumerate environment with tabular layout
I'm new to Latex. I'm familiar with the enumerate environment as well as the tabular environment, but I am trying to combine the two; that is to say, I want the items in the list to be broken up into ...
6
votes
1answer
418 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 ...
0
votes
1answer
292 views
itemize within tables is no longer working
I'm new to this forum (and relative new to LaTeX).
After upgrading MiKTeX to the latest version yesterday evening I'm
unable to compile a document containing an \begin{itemize} ... \end{itemize} ...
6
votes
1answer
500 views
Alignment within enumerate
I'm looking for a way to sort of combine the features of enumerate (and other list-like environments) with features of tabular environments.
Specifically, what I like about enumerate is that it ...
26
votes
2answers
3k views
multicolumn long table or enumeration
I would like to generate a multi-column table that wraps within columns of the document, and splits across pages. There are a couple of similar questions here
How do I create a really long table in ...
6
votes
2answers
2k views
Spacing issues with itemize in a table
I've been trying to use lists of items in a table. This was easy to do but I could not find a way to align them in the same way as plain text in a table. Let me give an example:
...
12
votes
2answers
10k views
How to include enumerate in tabular?
I would like to have text in one column table with multiple rows, but I need to include an enumerate in one cell. I get errors and read on the Internet the problem is in combining environments with ...
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 ...
6
votes
3answers
723 views
tree list in a table
I would like to put a tree list into a table environment. Smth. like:
+--------------------------+---------------------------+-------------+
| Heading 1 | Heading 2 | ...