1
vote
2answers
16 views

Hyperref causing warning with table of contents, list of figures and list of tables

I receive the following warning and managed to figure out that these were due to some interplay between the hyperref package and the commands \tableofcontents, \listoftables and \listoffigures (the ...
0
votes
0answers
36 views

inserting figure or table affect \chapter and \section

I am using scrreprt with this preamble: \documentclass[fontsize=12pt,a4paper,oneside, listof=totoc, bibliography=totoc, titlepage, headsepline, DIV12, ]{scrreprt} I have a document with \chapter ...
4
votes
1answer
64 views

Using LyX, how do you put a table and a figure side by side and caption them Table XX and Figure XX?

I have found solutions for them to be done in normal TeX, but how do I do this in LyX? What I wish to obtain is something like that shown in Table and Figure side-by-side with Table caption above, ...
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 ...
1
vote
0answers
52 views

Positioning figures

I want to force a table and a figure to appear in a page with nothing except them. I've tried \clearpage but it makes lots of extra spaces in the document. Also some of the figs appear in the end of ...
1
vote
1answer
89 views

How to force a figure and a table to stay on the same page in LaTeX? [duplicate]

I have an image and a table that I want to display on a page. Each eats up little less than half of the space available so there's not much room for any other stuff on that page, but I know there is ...
1
vote
0answers
43 views

Table caption above, figure caption below [duplicate]

In a LaTeX article, I would like to place table captions above the tables and figure captions below. Is this possible?
1
vote
2answers
74 views

Get a table and figure on the same page with captions & labels

Here's what I'm looking for: I need a table and a figure to stay on the same page, while keeping captions & labels fully functional. Both the table and the figure need their own caption and their ...
2
votes
1answer
25 views

Why does ltablex skip a number in captions?

The below example presents two tables with an tabularx environment (taken from package ltablex) and a caption. After each tabularx-table, the table counter skips one, as if both the caption and the ...
3
votes
1answer
73 views

Inaccurate table numbering with LyX

I'm using LyX to create some tables, but the numbering is complete borked. In the LyX window, the table numbers are accurate. However, when I render to a PDF, they are evens only: 2, 4, 6 etc. (I'm ...
3
votes
1answer
186 views

How to put a full-width table at the top or bottom of the same two-column page as the reference text?

I'm posting today because I would like to reduce white space in a document I'm writing. The content is two-columns but I have floating tables that span across both columns (table*). At some point, ...
4
votes
1answer
95 views

Figures in tables

I want to make a table with lots of figures. \begin{table} \centering \begin{tabular}{c|c|c} Index & Stand. Residuals & acf\\ \hline\hline BEL 20 & ...
3
votes
1answer
100 views

Why use \listoffigures \listoftables [closed]

Why do people include "Lists of Figures" and "Lists of Tables" in their theses/books? (as generated by \listoffigures, \listoftables, etc.) Besides the obvious reason that they take up space and ...
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 ...
4
votes
2answers
160 views

Figure and Table next to each other (memoir class) [duplicate]

To save space, I would like to place the following table next to each other. Each has a separate caption. I have this, I want this, Sample code, \documentclass[]{memoir} ...
1
vote
2answers
119 views

Figure is chopped off when inserting a MATLAB table as eps figure

I am trying to include a MATLAB UI table (which I have previously saved as an .eps figure and put it into the same folder as my .tex file) into a LaTeX document, using: \begin{figure} \centering ...
0
votes
0answers
59 views

Use \tag for tables and figures [closed]

How do you use the answer suggested here: Override default equation numbering in Beamer? on table and figure numbering?
0
votes
1answer
82 views

float a wide ctabular in two columns

I have a very long table (slightly more than 2 pages) and so, am using the ctabular environment of the memoir class. I understand how a float defeats the purpose of a continuous tabular but I would ...
4
votes
1answer
107 views

How to add a caption to a LyX table (with table numbering) using the menus?

I know nothing about TEX/LaTeX so I use LyX. I created a table using the LyX menu: Insert > Table..., changed the Rows and Columns values, hit the OK button, and here it is there. However, I can't ...
7
votes
1answer
111 views

General question on floating and non-floating objects in LaTeX

I am wondering when you place a non-floating object such as a minipage into a floating environment such as a table or figure if this construction as a whole is then a floating or a non-floating ...
1
vote
1answer
154 views

Problem with side by side figures and captions

I want to have 4 figures side by side and centered in my paper. I am using this code. The problem is that captions and figures are not aligned. It seems captions are in correct position, but figures ...
1
vote
3answers
91 views

Centering figure consisting of subfigures

I currently have a graph that uses subfigures as follows: \begin{figure}[!htbp] \centering \begin{subfigure}[b]{0.3\textwidth} \centering ...
0
votes
0answers
34 views

Continued 'figure' after 'table' Error [duplicate]

Possible Duplicate: ContinuedFloat, and Subfloat The error is associated to the addition of a Caption in a Table when, in the same section, there is a figure split between two pages using ...
1
vote
2answers
146 views

about \usepackage{graphicx,floatrow} in latex

When I use the code: \usepackage{graphicx,floatrow}, the caption of a table ends up under the table. This does not meet the requirement of Springer (book publisher).
3
votes
1answer
132 views

Table right of TikZ image

I created a tree using TikZ and would like to add tabular explanation data to the right of it. The figure definition currently looks like this: \begin{figure*}[h!] \input{tikz/praefixeigenschaft} ...
3
votes
1answer
83 views

Float pgfplotstable to right of text

I want to float a smaller table to the right of my text. Here is an example of the code: % Example Table \documentclass{minimal} \begin{filecontents*}{scientists.csv} name,surname,age ...
3
votes
2answers
177 views

Align columns in multiple subfigure tables in figure environment

Here's my code: \documentclass{article} \usepackage{booktabs,caption,subcaption} \begin{document} \begin{table}[h!] \caption{Main figure} \begin{subfigure}{\linewidth} \caption{Table 1} %Table 1 ...
3
votes
3answers
141 views

Vertically align cell table in figure

I have the following figure: \begin{figure}[ht!] \centering \begin{tabular}{|c|c|} \includegraphics{combo} & \includegraphics{combomenu} \end{tabular} \caption{A combo box ...
2
votes
1answer
96 views

Using Word table as a LaTeX table [duplicate]

Possible Duplicate: Using an image as a table Assume that I created a table in Microsoft Word. I can save it as eps, pdf, etc. and use it in LaTeX. However, the caption is "Figure X". Is ...
1
vote
1answer
419 views

Badbox overfull with figures and tables in TexMaker

I have a lot of badboxtype of error in my document. It doesn't seem to affect the layout but what does it means ? Should I resize my figures and tables ? Overfull \hbox (6.77963pt too wide) in ...
2
votes
2answers
310 views

referencing a table vs. a figure in lyx, format

Currently, when I reference things using labels I have setup Lyx simply inserts the table number. I would like it to insert Table N where N is the table number. Similarly, I would like it to insert ...
2
votes
1answer
135 views

Automatically change the text width for all table environments using memoir

I'd like to redefine the table environment in a document I'm writing so that the tables and captions are wider than the text block. I'm using the memoir class, and an example given in the manual is ...
7
votes
1answer
207 views

Lost float in exam class

For some reason, I can't seem to put a figure or a table environment inside a solution environment while using the exam class. It produces a float is lost error. Has anyone found a way to bypass this ...
2
votes
2answers
560 views

Center table on landscape page

I have a rather wide table for which I have a designated page in landscape mode. The rest of the document is in portrait mode. Currently, the first row of the table begins at the very top of the page ...
2
votes
1answer
116 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 ...
3
votes
1answer
523 views

elsarticle table and figure caption

I want to change the caption of elsarticle in LyX for table to be and for figures to be Mine is the following: I use the caption package in document preamble ...
1
vote
2answers
243 views

Tables as PDF images

Due to time constraints I'm considering cheating a little and importing some tables I've created in Excel into my latex document. I realise I can do this quite nicely as a 'figure' using something ...
0
votes
0answers
66 views

Rotated text within a tabular within a figure [closed]

Inside a tabular environment (which in turn lives inside a figure* environment), I need some short text running up the page. I tried \rotatebox with the graphics and graphicx packages as well as ...
1
vote
1answer
80 views

Order of `float` and `caption` packages in preamble

I am using float and caption packages in my document, and also packages like tabularx, listings, algorithm... that (as far as I know) define floating elements or elements that have captions ...
1
vote
1answer
68 views

Customize horizontal positon of table within page

I am using memoir package and I want to generally left align tables (In contrast to figures that should be centered). I am using the hmisc latex function which generates this float table code, but I ...
1
vote
1answer
95 views

Can images and tables be always placed immediately after the paragraph they are first mentioned, even if white-space needed to move to another page?

I would like to ensure that when I mention a table/figure in the text, the figure/table will appear after that paragraph ends. Even if this means leaving the rest of the page blank and putting the ...
5
votes
3answers
922 views

Join figure and table on the same page

I have a figure and and a table and I want to make sure they both appear on the same page. I want both objects to keep their natural numbering and captioning: The Figure should be captioned Figure ...
4
votes
1answer
325 views

Landscape forces premature pagebreak

After some trouble I have managed to make a table in landscape orientation that breaks over three pages. I used tabularx and the landscape package. Now my problem is that the thing won't float like ...
2
votes
3answers
129 views

Table of images with captions

I have a table with four images. \begin{table}[ht] \caption{table caption...} \centering \begin{tabular}{cc} \includegraphics[width=45mm]{w.png} &\includegraphics[width=45mm]{x.png}\\ \newline ...
2
votes
2answers
249 views

Caption on tables with wrapfigure

I'm simply trying to get a table on the right side of my text. I've tried many different packages like float, floatflt, and wrapfig, the latter got me the closest to what I wanted. My only issue at ...
2
votes
1answer
245 views

aligning a table with a figure side to side using llncs format

using the \documentclass{llncs} instead of for example \documentclass{book} will not make the captions aligned together for the following example. How can I do to align them together: ...
2
votes
1answer
66 views

Placing a .pdf file in the center with \multirow

The following is my code \begin{sidewaysfigure} \centering \scalebox{0.9}{\begin{tabular}{c|c|cc} \emph{}&\emph{a}&\emph{b}&\emph{c}\\ \hline \rotatebox{90}{text}&\multirow{2}{*}{ ...
1
vote
0answers
32 views

Table generating error [duplicate]

Possible Duplicate: 19 simple tables giving “TeX capacity exceeded” / “Too many unprocessed floats”? TexStudio 2.3 Miktex2.9 Hi everybody I am kind if new to LaTeX. ...
0
votes
0answers
32 views

Specific layout when adding nornmal text below a tabular in a table-environment [duplicate]

Possible Duplicate: Align Note below table I have a tabular inside a table-environment and wish to add some explanatory text directly below the tabular within the float. Of course I know ...
2
votes
1answer
102 views

How to ensure table is on a certain page [duplicate]

Possible Duplicate: Keeping tables/figures close to where they are mentioned I have a doc that has several tables in it. Each section of my end document is in a separate .tex file. In ...

1 2