Tagged Questions
2
votes
1answer
30 views
Can I prevent endfloat from changing \leftmark and \rightmark?
I am working on a thesis with floats at the end of each chapter. endfloat lets me keep the figs/tables near their first callouts while writing so the order is correct, but I don't want to use the ...
2
votes
1answer
80 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
144 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 ...
0
votes
1answer
202 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
42 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
262 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 ...
7
votes
1answer
129 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 ...
8
votes
1answer
160 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 ...