Questions tagged [endfloat]

The {endfloat} package places figures and tables at the end of the document, as often requested by journals for non-camera ready submission.

The package puts all figures and tables at the end of your document, each on a page by itself, and creates a List of Figures and/or List of Tables section at the end (when appropriate and controllable by options). Since sev­eral pack­ages de­fine other types of float, it is pos­si­ble to reg­is­ter these float types with end­float. The floats are processed using \baselinestretch{1} irrespective of what is used in the document as a whole. It also leaves notes in the text (i.e., “[Figure 4 about here.]”). If you would rather not have these, this can be turned off by using the nomarkers options. If you do not like the look of this marker, you can change their text and appearance.

103 questions
7
votes
2 answers

How can I avoid endfloat placing each figure/table on its own page?

I really like the functionality of endfloat but I would like to avoid the behavior of placing each figure and each table on a separate page. In particular, I have some small tables that look ridiculous all by themselves. I could save 5-10 page…
CephBirk
  • 1,205
4
votes
1 answer

incompatibility of endfloat and "input" tables from other files?

I am facing a problem, where I generate tabular environments using Stata for a scientific project, and try to include them in Latex via the "input" command. But in the end, all my tables, whether from external files or composed directly in the…
Marie. P.
  • 675
4
votes
1 answer

Endfloat compilation error

Why is the following MWE giving me an error? I want use endfloat to number the tables in each chapter with I, II, III etc. I also want to print a list of tables and figures at the end of each chapter rather than the end of the document. Also, I…
user2146441
  • 1,226
3
votes
1 answer

I wish to have my figures and tables in place and remove relevant code from endfloat

I have a document using floats and endfloat and causing a headache – I wish to have my figures and tables in place and remove relevant code from endfloat. Which lines of code shall I remove from the following…
3
votes
1 answer

Roman marker numbering with Endfloat

How come this doesn't change the marker numbering to roman from arabic in…
user2146441
  • 1,226
2
votes
0 answers

Why is my float missing with endfloat?

When using \processdelayedfloats with the endfloat package, a float may go missing, such as in this MWE: \documentclass{article} \usepackage{endfloat} \begin{document} \begin{figure} This float will be missing! \end{figure} Text before all…
bers
  • 5,404
2
votes
0 answers

references, tables, figure title

How to force tables, figures, and notes to the end of the manuscript in latex? In the order of text, references, tables, figure titles, and grouped footnotes. I appreciate any suggestions...
Tullu05
  • 45
2
votes
2 answers

Captions at the End and No Figures/Tables

Is there a way to place all figure and table captions at the end of the PDF without displaying the figures and tables? The following command places all figures and their captions at the end, but I'd like to prevent displaying the…
Bruno
  • 311
2
votes
0 answers

How to Customize Figure Section Header for EndFloat?

I've been using the endfloat package, and calling \proecessdelayedfloats at the end of every chapter. I have fighead enabled, so that at the end of every chapter I see Figures as the header followed by my figures. Is there a way to redefine…
tliu526
  • 21
2
votes
1 answer

endfloat on part of the document

Is it possible to use endfloat only on some parts of a text? For example, I would like to delay figures and table in the body of an article to after the bibliography, then in the appendix, I would like floats to stay in place. Currently I am using…
Oneira
  • 123
  • 4
2
votes
1 answer

Endfloat: Customized figure caption p

I'm trying to change the style of the captions below figures in the following MWE. How can I change the style so that Endfloat still picks up the figure environment and sends the figures to the end of the chapter? …
user2146441
  • 1,226
2
votes
1 answer

Problem with Endfloat

What am I doing wrong with the following MWE? The numbering is incorrect and a table which should be listed at the end of chapter 2 is being listed at the end of chapter 1 for some reason. I need arabic numbering for all the tables (even in the…
user2146441
  • 1,226
2
votes
1 answer

Endfloat. Include chapter prefix in marker

How can I get the chapter prefix into the Endfloat marker in 'Table/Figure X about here'? For example, rather than have 'Table 1 about here' in the text of chapter 2, how can I have 'Table 2.1 about here'? Is there a workaround for…
user2146441
  • 1,226
1
vote
1 answer

Is it possible to include the short caption of a figure/table in the marker text of the endfloat package?

I would like to change the placeholder tag for my figures/tables produced by the endfloat package so that it also contains a short description or keyword (for example the shortcaption). So instead of the marker text "Figure X about here", I would…
M. N.
  • 11
1
vote
1 answer

Suppress [Table x about here] in only one table

Suppose I have the following article which I use endfloat package to push tables to the end. My question is; is there any way to suppress the [Table 2 about here] for table 2 and keep it for other…
mallet
  • 421
1
2