4
votes
1answer
79 views

List of Figures sorted by Figure number

I am using \usepackage{imakeidx} \usepackage{hyperref} and the command \listoffigures to get the list of figures. Some figures are double-column, some are single-column, and LaTeX does not ...
3
votes
1answer
475 views

\thepage vs floats

I'm writing a report and I want to make sure that each new chapter starts in an odd page. So I wrote the following script which I put before each chapter: ... %-- to make sure that a new chapter ...
6
votes
2answers
993 views

Sideways figure with rotated page number

The submission requirements require that any landscaped image have the page number on the 11" side of the page, at the bottom and centered. I can't figure out how to do this. I'm using ...
0
votes
1answer
328 views

Incorrect page number in List of Listings

The problem I'm having is that page numbers, in a List of Listings, are frequently off by one page. I'm using the listings package and I have a List of Listings in the beginning of the document, ...
12
votes
3answers
960 views

Suppress page number for a single page that only contains one large table?

I have a large table that uses up the whole space on a page. Unfortunately, the table also covers the page number, which is shining through. I don't want to split the table across two pages, hence I ...
7
votes
2answers
272 views

Create plain CSV list of pages with/without figures

I'm wondering if there's an easy way to have LaTeX output two lists: of pages containing and of pages not containing figures and/or other color objects. I'd like to print color pages on a color ...
14
votes
2answers
1k views

Figures on left pages, text on right ones with class book, numbering only on right pages

My problem is that I would like to have either blank or figures on the left pages, and text on the right ones, with the numbering of the right pages to be 1,2,3,4,5 and not 1,3,5,7. It means, in a ...