The {endfloat} package places figures and tables at the end of the document, as often requested by journals for non-camera ready submission.
2
votes
1answer
64 views
figure numbering with endfloat and appendix
I have a document which has figures and tables. The document also has an appendix. The tables seem to be labeled normally (1...N), however the figures seem to be labeled A.1, A.2, etc. I would like ...
2
votes
1answer
119 views
endfloat and \Continuedfloat: incorrect numbering for place holders
When I use endfloat and \ContinuedFloat, the table place holders that endfloat puts in don't have the correct numbering (while the tables themselves do). For example if I have a float and another ...
3
votes
1answer
117 views
changing margins for a page with tables
I have a document with a table that is rather large. I have already decreased the size of the font but it still bleeds into the right margin. I would like to decrease the margins on that page so it ...
1
vote
1answer
328 views
Using endfloat and caption packages to remove caption from figures
In the current example:
\documentclass[12pt]{article}
\usepackage[textwidth=6.7in,textheight=9.125in]{geometry} % alter dimensions of document
\usepackage{graphicx} % include graphics i.e. figures
...
0
votes
1answer
193 views
float placement using endfloat
I have a lyx file in which there are several figures and tables. The preamble has been amended to have:
\usepackage{multirow}
\usepackage{rotating}
\usepackage{subfig}
...
1
vote
0answers
39 views
float placement at the end of the document [duplicate]
Possible Duplicate:
Force impagination sequence
How can I remove the figures from a draft of my document?
Is there a way I can specify an option to tell TeX to place all of the floats I ...
5
votes
1answer
232 views
Suppress the text “Figure X about here” in the endfloat package
The endfloat package is very useful to programmatically move all floats to the end of a manuscript without manually editing each floating environment. However, it introduces a placeholder tag with ...
2
votes
1answer
664 views
Problems with endfloat package
A minimal example using the endfloat package fails to compile. Before filing a bug report with the maintainer, please, could you take a look if I'm using it correctly? Perhaps you know a workaround?
...
2
votes
1answer
197 views
Justification of captions in List of Figures when using endfloat package
I am using the endfloat package to place floats on separate pages at the end of the document, and using the caption package for control of caption formatting, but I cannot figure out how to change the ...
5
votes
1answer
365 views
endfloat and ctable are incompatible?
It seems that endfloat and ctable are incompatible:
\documentclass[a4paper]{article}
\usepackage{endfloat}
\usepackage{ctable}
\begin{document}
\ctable[caption = Queries available, pos = H, center, ...
5
votes
2answers
268 views
Problem about double space in list of figures when using endfloat package
I'm writing a manuscript using endfloat to make all the figures at the end of the article.
However, when using the code below to eliminate numbers from lists of figures, the definition ...
7
votes
1answer
120 views
Move sidecap images to the end of the document
I'm trying to move all the figures to the end of my document, so I can judge its length based on text alone (My undergraduate thesis has to be no more then 20 pages, not counting figures).
I've been ...
7
votes
1answer
156 views
Ensuring that floats are displayed in order of first reference
There are many questions on this web site and elsewhere about ensuring that floats are displayed in the order in which they are placed in the source. What I want is different—I have all my ...