Tagged Questions
1
vote
1answer
58 views
Problem with classicthesis package loaded in scrlttr2
Why the following code does not compile? How can I fix that?
\documentclass{scrlttr2}
\usepackage[american]{babel}
\usepackage{classicthesis}
\begin{document}
Test
\end{document}
3
votes
1answer
103 views
How to remove space between back address and address in scrlttr2?
There is a blank line between the back address and the address? How can I remove it?
\documentclass{scrlttr2}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{ngerman, ae}
...
5
votes
1answer
224 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, ...
4
votes
1answer
162 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?
6
votes
1answer
303 views
Where to save lco templates for scrlttr2 letters?
In the german Koma Script Book I read about the elegant way to predefine the personal address in a .lco file like this
~/texmf/tex/latex/jd_private_v001.lco # <- added answer here for other ...
5
votes
2answers
779 views
Aligning address with body of letter in scrlttr2
In scrlttr2, I wish to align the address with the body of the letter. I tried this:
\@setplength{toaddrhpos}{\oddsidemargin}
But it moves the address almost to the left edge of the paper.
How can ...
7
votes
5answers
396 views
How to include online postage in a scrlttr2 letter?
The class scrlttr2 is well suited for using
window envelopes by default. That means that it prints the address at the
standardized position.
In Germany, you can buy online postage which is supposed ...
4
votes
2answers
461 views
Letterhead creation query
I am new to Latex but wish to learn more. Does anyone here know how to create a letterhead using Latex? It will consist of a small image on the top left-hand side of each page and some text to the ...
3
votes
1answer
985 views
Changing \closing indents in koma-script scrlttr2 class
The koma-script letter class scrlttr2 uses the DIN 5008 letter format by default.
I am happy to use the format, but it insists on indenting the \closing line, even if \setlength{\parindent}{0pt} is ...
0
votes
1answer
469 views
Align letter body in scrlttr2 with adressfield
How can I align the body of the following letter with the adressfield. More precisely the text generated by
\setkomavar{subject}{\bfseries Subject}
\opening{Dear Mr. XY,}
\lipsum[6]
...
3
votes
1answer
379 views
scrlttr2: Increasing the headline space on the 2nd page
How can I increase the space between the headline and the following text on the second page of the scrlttr2 document?
\documentclass[ngerman,12pt]{scrlttr2}
\usepackage[utf8]{inputenc}
...