Search found 6 matches

by rockefeller
Tue Mar 29, 2011 9:37 pm
Forum: Graphics, Figures & Tables
Topic: LoF and LoT on the same page
Replies: 3
Views: 2426

Re: LoF and LoT on the same page?

Cool, thanks. The local approach works great.
by rockefeller
Tue Mar 29, 2011 7:06 pm
Forum: Graphics, Figures & Tables
Topic: LoF and LoT on the same page
Replies: 3
Views: 2426

Re: LoF and LoT on the same page?

... or one/or both on the same page as \tableofcontents (which in my case uses one full page and then only one or two lines on the next page)
by rockefeller
Tue Mar 29, 2011 6:56 pm
Forum: Graphics, Figures & Tables
Topic: LoF and LoT on the same page
Replies: 3
Views: 2426

LoF and LoT on the same page

Hi, I don't have too many figures and tables in my report, but i need to include lists of them. Is it possible to get \listoftables and \listoffigures on the same page?
by rockefeller
Thu Oct 28, 2010 11:04 pm
Forum: General
Topic: Inserting a blank page if current page number is even
Replies: 4
Views: 9364

Re: Inserting a blank page if current page number is even

Thanks, works great. There is a minor issue though, the blank page gets a page number. I'm unable to remove it with \thispagestyle{empty}. Is there a simple way to remove it?
by rockefeller
Thu Oct 28, 2010 10:08 pm
Forum: General
Topic: Inserting a blank page if current page number is even
Replies: 4
Views: 9364

Re: Inserting a blank page if current page number is even

Thanks for your reply. cleardoublepage doesn't work. I think it's because I use \documentclass[a4paper]{report}. I'll make a minimal working example within a few days unless someone provides a solution before that.
by rockefeller
Thu Oct 28, 2010 8:51 pm
Forum: General
Topic: Inserting a blank page if current page number is even
Replies: 4
Views: 9364

Inserting a blank page if current page number is even

Hi, I use \appendixpage to insert a page which separates my appendices from the rest of my report. However, I always print my reports using two-sided printing, and sometimes this page ends up on the backside of another page. I'd like to insert a blank page before \appendixpage (but only if necessary ...