5
votes
1answer
216 views

How can I get US letter output from KOMA-script's scrlttr2 class?

I use KOMA-script for most everything, including correspondence. This is painless when I am using A4 paper, but when I try to use US letter, the problems start. With the scrartcl class, ...
0
votes
0answers
119 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 ...
9
votes
1answer
376 views

Printing on A4 - standard classes vs. KOMA-Script classes

As I'm located in Europe the standard paper size is A4. So far I was normally using either \documentclass[a4paper]{article} or even simply \documentclass{article}. Recently I spotted sections (1.1) ...
4
votes
1answer
158 views

How to print DIN C4-size envelopes?

I would like to print a DIN C4-size envelope with FROMADRESS and TOADRESS (according to DIN). But I haven't found a solution implemented already in scrlttr2. Is there an easy solution?
11
votes
1answer
526 views

Which one is it: a4paper or paper=a4?

I'm using XeLaTeX mostly, and I never know what to put into \documentclass[]{}. Usually I use something like \documentclass[a4paper, 11pt]{scrartcl}. But I never know whether it's a4paper or paper=a4. ...
6
votes
2answers
328 views

“Double use” of a4paper (geometry/KOMA)?

In my preamble, should I give the a4paper option just once or twice, i. e. once for the KOMA-script document class (scrartcl) and once for geometry? Is this redundant or does scrartcl need the option ...
3
votes
1answer
368 views

Margins too wide using a5paper Koma-Script option

This is my preamble: \documentclass[a5paper, DIV=classic, 12pt]{scrbook} \usepackage{xltxtra,fontspec,graphicx,xunicode,color,lettrine} \setmainfont[Mapping=tex-text, Ligatures={Rare}, ...
1
vote
1answer
1k views

How to define a custom PDF page size without margins and header/footer? KOMAscript

I want to create a PDF file with pdflatex which has a custom page size: \pdfpagewidth=680.6pt \pdfpageheight=441.0pt and which will be used completely for typesetting (no margins, no header or ...
9
votes
1answer
914 views

Why does setting the paper size with KOMA-Script require TikZ?

Maybe I am just too tired, but I simply can't explain what is going on. The file \documentclass[a5paper]{scrbook} \usepackage{lipsum} \begin{document} \lipsum \end{document} produces A4 sized ...