Tagged Questions
2
votes
1answer
31 views
How to extend the horizontal line and colored box all the way?
I want to extend the horizontal line and the colored box all the way to the end of the page, however using \hrulefill (instead of \hline, screws up the format.)
This is my code: ...
1
vote
0answers
17 views
Different vertical spacing just in header row of table [duplicate]
Does anyone know how to make the header row of a table of a different thickness than the body rows? I can control the standard 'thickness' of the rows via: \renewcommand{\arraystretch}{1.25}, where ...
1
vote
0answers
34 views
Latex float so no stretching appears, but everything is placed on top
It has probably been already answered, but I cannot find it.
If I include images as floats, LaTeX places the last one on a single page in the middle. How do I make LaTeX to put in on the top of the ...
3
votes
3answers
74 views
Reduce tab spacing
How can I reduce the spacing after I have used & in tabular?
\documentclass{article}
\usepackage{tabularx}
\begin{document}
\begin{tabularx}{\textwidth}{X X}
\textbf{Greetings} & Refer to ...
3
votes
2answers
39 views
Table column spacing: right most column has too much space, should be shared
I made a table. It has 5 columns, the last 4 centered.
Right now, they are not evenly spaced. Namely, the last column is way too far from the others. How do I go about fixing this? Here is the code ...
0
votes
1answer
39 views
LaTeX \bar in table [duplicate]
I'm very new to Latex. So i want to put a \bar W in a table but the bar is covered by the horizontal line of table.So it becomes invisible. I tried adding \noalign{\smallskip} after \hline but it cuts ...
6
votes
2answers
69 views
Better vertical space between paragraphs and centered tabular or figure
When I need to place a tabular or figure inside a paragraph (usually in exams or class notes) I use {\par\centering <tabular>/<figure>\par} because center environment uses too much ...
4
votes
0answers
46 views
Aligning a table (vertically) with a subfigure [closed]
I want to show three pictures and a tabel with explanatory text:
--------- ---------
| | | |
| Pic 1 | | Pic 2 |
| | | |
--------- ---------
...
2
votes
1answer
43 views
How to adjust space between columns in longtable environment?
In the regular tabular environment, we can use \setlength{\tabcolsep} to specify the size of the space between the columns, but this doesn't work in longtable. Is there a similar command?
...
5
votes
1answer
87 views
Formatting a logical (PD) derivation
I'm trying to format a PD derivation but I'm having trouble getting subderivations to display well. Essentially what I'm trying to accomplish is this:
1 | P Assumption
2 | Q ...
1
vote
1answer
64 views
Moving the table caption
I want to move a wrapped table and caption, I'm trying to use vspace but it doesn't move the caption. Any ideas?
\documentclass[12pt]{article}
\usepackage{wrapfig}
\usepackage{floatrow}
...
0
votes
1answer
81 views
Reduced word spacing when wrapping text in a cell
I'm wrapping text in a table, some of the cells have 4 words in, wrapped to have two in the first line and two in the second. LaTeX introduces a large space between the first two words so that the ...
3
votes
2answers
86 views
Table too tall for page
I have a table that is slightly too tall to fit on the same page as the section header. I would like to know the best way to make the table fit, without affecting margin spacing elsewhere in the ...
5
votes
2answers
74 views
How to get autobreaking with sequential tables
So it appears that \hspace is not breakable, but is if it is followed by \allowbreak. Alternatively you can use \hskip1.0em as that is breakable.
So, if my understanding is correct, then why do the ...
2
votes
1answer
49 views
Vertical spacing within float
I have a table in which I want to include two tabular elements one below the other (and justified right).
Right now I have this code, that displays exactly what I want.. I would like to add some ...
2
votes
1answer
72 views
Make a list with uniform spacing regardless of the characters and number of text lines, possibly with minipages or a table
I am trying to make a list with two columns, where I can used different font sizes and have single- or multi-row columns, while adhering to the page margins and aligning the text properly regardless ...
6
votes
1answer
57 views
Small default distance between the caption and the table
By default (in the article class), a table caption (without letters with depth) is very close to a table with two or more rows. Only if the table has one row then the caption and the table will be at ...
3
votes
1answer
140 views
Top-aligned table cells with different font sizes and controlled spacing
I am trying to achieve a table where a few things have to work simultaneously. Several of these things have been discussed before, but I have been unable to make everything work at once (and some ...
1
vote
3answers
82 views
Add more space between cells in a table [duplicate]
I'd like to add more space between the cells of the table below. I've tried the command [2ex] after \\ but this changes the vertical alignment, which I'd like to be centered.
\documentclass{article}
...
1
vote
1answer
78 views
How To Fill Leftover Space
I am making a fairly space intensive LaTeX "cheat sheet." Right now, I have added a single table, as so:
However, there is a large gap to the right of this table that I would like to fill with a ...
7
votes
2answers
194 views
How to set the space between rows in a table
This is the Latex code I have to create a table:
\documentclass{article}
\usepackage{amsmath}
\usepackage{tabularx}
\usepackage[top=0.5cm, bottom=0.5cm, left=0.5cm, right=0.5cm, ...
0
votes
1answer
75 views
Table cutting off fractions [duplicate]
I am having some problems with my table cutting the tops and bottoms off of my fractions.
See image. The horizontal padding seems fine as is, but I couldn't figure out how to increase the vertical ...
2
votes
1answer
177 views
Auto resize tabular row height
After running following code
\documentclass[10pt]{article}
\usepackage{multirow}
\begin{document}
\begin{tabular}{|l|l|l|} \hline
\multicolumn{3}{|c|}{Schedulers} \\ \hline
\multirow{3}{3cm}{Row 1. ...
6
votes
1answer
126 views
\hfill in in table cells
There are tables in my document. The baselines between the last row of each table and the following text is usually circa 16,25p (see below). Now I wanted to add right-aligned text to some selected ...
2
votes
1answer
202 views
How to reduce distance between two columns?
I have 5 columns in my table. So I want to reduce distance between two columns to make it look good. In the following figure, I want to reduce distance between column 1 and 2.
I tried ...
3
votes
2answers
153 views
Align (center) header row in table
I use @{\hskip 50pt} to separate columns in my table. The problem which arises is that I add this extra space after a multicolumn. This also moves the header row so that it is no longer centred. Is ...
1
vote
2answers
217 views
\usepackage{parskip} and \tabular
As I had issue with line breaks, How should I do manual line breaks?, I used \usepackage{parskip}.
This worked fine.
But, when I have a tabular environment, there is a lot of vertical spacing before ...
4
votes
2answers
60 views
Mismatched Height in Table Due to Image
I am making a table with a geometry proof that contains an image
I need four lines on the in the area of the table across from the image, but the image only takes up one line of code. Because of ...
3
votes
1answer
355 views
Space between table and caption in Beamer
I am making a slide using Stockton beamer theme.
I have added a table to a frame, however as you can see in the screenshot, that space between caption and table is too much. I made some search and ...
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
...
1
vote
2answers
337 views
How to remove space between table and caption? [duplicate]
Possible Duplicate:
How to reduce space between image and its caption?
I am working on one example in which i need to draw one table and its caption. How can i control the space between ...
7
votes
1answer
278 views
How to make a perfect colour filled threeparttable table?
A three line table is used for my report. I want to fill lightgray background color to the whole table, but there is white space between rows, how to eliminate this issue?
Without \addlinespace: ...
0
votes
1answer
83 views
Rule between environments (no spacing!)
I want to place a rule between two centered tabulars like the following example.
But I am not able to control the correct spacing of 2mm in between the rule.
Can somebody maybe explain :-) what should ...
2
votes
1answer
53 views
equivalent \addlinespace command for table columns?
I just discovered the Latex command \addlinespace which increases the whitespace between the rows in a table. I was wondering if there is a command like that to increase the whitespace between the ...
6
votes
1answer
92 views
Make \addlinespace globally to work with all tables
I found that useful command \addlinespace[3pt] to create an extra white border around the rows. See example:
\documentclass[a4paper]{report}
\usepackage{multirow,booktabs}
\usepackage[table]{xcolor}
...
7
votes
1answer
168 views
Custom environment with fancy text indentation
I am trying to typeset text by breaking it into smaller cameos, numbering each cameo, and putting a heading. See below for an example of how I want the typeset text to look.
The code with which I ...
4
votes
1answer
85 views
Table columns with widths set by m{} appear to be incorrect
I am using R and Sweave to produce tables for a report, and one of the generated tables is not playing nicely with the m{} definition of column width. The .tex file produced by R/Sweave has the ...
0
votes
0answers
56 views
LaTeX file does do not what I want, bad tables [closed]
Everything looks fine in my code. BUT - There is some uggly left spacing, and I don't know where it comes from. Do you know it? How can I remove that white spacing?
...
0
votes
0answers
35 views
Table margins and paddings [duplicate]
Possible Duplicate:
Column padding in tables
How do I adjust the padding in a table, meaning the distance between cell content and cell border? And how do I allow normal text flow so line ...
5
votes
1answer
84 views
Table with rotated headings on fixed height rows
I am trying to create a 2 x 2 table with centered headings. The row headings need to be rotated as shown below (mocked-up in another program). The cells are supposed to be 1in tall and 1.4in wide.
...
1
vote
1answer
104 views
How to eliminate vertical space before and after verse environment?
I'm using the verse package to typeset poems inside a tabular environment. Is it possible to eliminate the space before and after the verse package?
\usepackage{verse}
...
\begin{tabular}{p{30mm} | ...
2
votes
3answers
196 views
Making table fill the page vertically
I have several tables in my document that are just a bit too small to fill the entire page, vertically.
I'd like to stretch the table, either by adding empty lines at the bottom, or by stretching the ...
0
votes
0answers
125 views
Positioning of landscape table [closed]
I will have a full page table like:
\begin{landscape}
\begin{table}
....
\end{table}
\begin{longtable}
....
\end{longtable}
\end{landscape}
The problem is that it doesn't behave like a ...
18
votes
6answers
549 views
How to increase row height while using booktabs?
I'm making a table using booktabs. One of the columns contains a series of fractions.
\documentclass[12pt, letterpaper]{article}
\usepackage{nag}
\usepackage[margin=1.0in]{geometry}
...
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
163 views
Using a table: alignment issues and cell labels
I'm using tables with the tabular environment, with cells containing tikzpicture. I would like to center the contents of the cells both vertically and horizontally, and have little labels in the top ...
7
votes
1answer
200 views
Aligning on plus sign (as well as decimal sign) in tabular environments using numprint
Is it a bug in the numprint package .. or maybe a missing feature? I can't align on the plus/minus sign in tabular environments, padding numbers with spaces.
\documentclass{article}
...
6
votes
1answer
328 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
3answers
139 views
Need help to adjust horizontal spaces in a table
I am making a table but i am not able to adjust it. Here is a screen shot.
i have used following tex code
\begin{table}[ht]
\centering
\begin{tabular}{c c c c c c c}
\hline\hline
Methods ...
2
votes
1answer
59 views
Subtract height from column
The following latex example is kicking the third table down to the second page. But I don't need it on the second page, I need it all on the first and currently it's set at 3.5in but I really need it ...


