0
votes
0answers
121 views

Set margins of A3 landscape site with KOMA-Script [closed]

in my A4 document, I inserted few a3 landscape pages for extra large graphics, using the \KOMAOptions-command. Unfortunately, the margins of the resulting A3 page are quite large, and I wonder how to ...
0
votes
1answer
231 views

Using KOMAoptions to produce landscape output produces empty page

I am writing my thesis and received a template for inserting landscape graphics on a typical paper when using pdflatex (which I am). It looks like this: \newpage ...
3
votes
1answer
381 views

KOMA landscape/portrait

Got an problem regarding landscape pages in a portrait report. The first sheet is according to the koma manual and works fine. The second with the same code won't. Example: \documentclass[ 12pt, ...
2
votes
1answer
901 views

Change page margins for one single page inside the document

I am writing a document , A4, using KOMA-Scripts (scrbook) and inside my document i have a Flowchart which doesn't pass in portrait. I used \KOMAoptions{paper=landscape} \recalctypearea ...