Search found 5 matches

by JoEgner
Sat Oct 02, 2010 12:24 pm
Forum: General
Topic: Switch of documentclass/compiler macros
Replies: 2
Views: 2272

Switch of documentclass/compiler macros

Hi,

say I have a document I want to compile in three ways:

(1) as \documentclass[param1]{scrbook} with some parameters param1 and possibly some other settings (captions, fonts, etc).

(2) as \documentclass[param2]{scrbook} with some other parameters param2 and possibly some other settings ...
by JoEgner
Fri Jul 23, 2010 10:09 pm
Forum: Graphics, Figures & Tables
Topic: Change page layout in sideways figures/tables
Replies: 6
Views: 4443

Re: Change page layout in sideways figures/tables

Excellent -- many thanks!
by JoEgner
Fri Jul 23, 2010 4:02 pm
Forum: Graphics, Figures & Tables
Topic: Change page layout in sideways figures/tables
Replies: 6
Views: 4443

Re: Change page layout in sideways figures/tables

Thanks, but this isn't what I'm after. \newpage and \clearpage make the floating page a "non-floating" object that appears at a deterministic location. In particular, there is a pagebreak due to \newpage which may occur right at the beginning of a page.

Jo
by JoEgner
Thu Jul 22, 2010 10:26 pm
Forum: Graphics, Figures & Tables
Topic: Change page layout in sideways figures/tables
Replies: 6
Views: 4443

Change page layout in sideways figures/tables

Hi,

I'd like to remove the page number (and possibly also change the page margins) on a floating page created by the rotating-package. \thispagestyle{empty} seems unhelpful.

In the below example, there should be no page numbering on the second page:

\documentclass{article}
\usepackage[british ...