Questions tagged [scrlttr2]

{scrlttr2} is for questions addressing issues related to the KOMA-Script letter class scrlttr2

{scrlttr2} is part of KOMA-Script to typeset letters with configurable letterhead, recipients to be seen in windows envelopes etc. Currently there exist configurations, for German letters, French letters, Swiss letters, American letters, Japanese letter.

The current documentation can be found by typing texdoc KOMA-Script, then choose scrguien.pdf (English manual) or scrguide.pdf (German manual).

214 questions
15
votes
2 answers

Multiple side-by-side signatures in letter

I am attemting to add three side-by-side signature to a scrlttr2 letter by using a minipage environment in the signature definition. I am getting an error: Extra }, or forgotten \endgroup pointing me to the closing line. The error goes away if i do…
Ricardo
  • 3,186
7
votes
1 answer

Merging scrlttr2 and komacv layout

I want to merge a scrlttr2 and a komacv. I want the headers from komacv to be congruent with those of scrlttr2. So on page 1 of komacv there should be the blue line (with same length as in scrlttr2 page 1) and the name and address stuff. Page 2 of…
6
votes
2 answers

komascript scrlttr2: how to put recipient's address on the right

I need to put the recipient's address on the right of the letter. I'm using scrlttr2 class and I know that it is very flexible, but I can't find a way to do that.
RenatoP
  • 791
5
votes
1 answer

scrlttr2 position of logo relative to address

I have the following .lco file for the from-address: \ProvidesFile{absender.lco}[letter-class-option file] \RequirePackage{marvosym} \RequirePackage[utf8]{inputenc} \RequirePackage[ngerman]{babel} \RequirePackage{color} \KOMAoptions{ …
C.Carl
  • 728
5
votes
1 answer

Including signature images kills scrlttr2

I'm really weirded out. The following letter compiles nicely: \documentclass{scrlttr2} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{ngerman} \usepackage[a4paper, textwidth=490pt, textheight =…
5
votes
1 answer

How to put sender address to the right on top of date in scrlttr2

I am using scrlttr2 instead of the default letter for the various extra features it offers, but I want the fromaddress to be on top of the date and not in the page header. So I want it to look just like the default letter puts it. Is there any way I…
jbx
  • 1,504
3
votes
1 answer

Remove the sender from Letter header

Per default, the sender info is printed twice, one in the header and also in the address field. I would like to hide the sender information in the header. This question is related to Remove double sender header \documentclass[ …
kerner1000
  • 133
  • 5
3
votes
1 answer

Remove double sender header

scrlttr2 shows the "header" containing sender details twice. Is it possible to show it once? \documentclass[ fontsize=11pt, paper=a4, parskip=half, enlargefirstpage=on, % More space on first page fromalign=right, % PLacement of…
2
votes
1 answer

Construct macro from komavar

I would like to construct a filename from a komavar. Something like this \begin{filecontents}{mylco.lco} \usepackage{graphicx} \usepackage{eso-pic} \usepackage{ifthen} \newkomavar{extfi} \usepackage{etoolbox} \AtEndPreamble{ …
2
votes
1 answer

scrlttr2 - how to change the font color of first name and family name independently into different colors respective for each word (in sender-field)?

As is known, the sender's name is automatically displayed inside the sender field with the value taken out of fromname's variable (like below). Minimum example: \documentclass{scrlttr2} \usepackage[english,…
Dave
  • 3,758
2
votes
1 answer

Deactivate middle foldmark in scrlttr2

I would like to remove the middle foldmark, just leaving the upper and lower: I think m should do it but it is not working for me. \documentclass[a4paper, foldmarks=true, foldmarks=mBT]{scrlttr2} \setkomavar{fromname}{my…
alice19
  • 746
1
vote
1 answer

Customizing the letterhead using 'firsthead' in scrlttr2 (vertical positioning issues)

I've been playing with the scrlttr2 class. See example script below. I'm having some trouble with vertical positioning. I've got a line at the top of my LaTeX files which add some version control accounting information to the output. See Embedding…
Faheem Mitha
  • 7,778
1
vote
2 answers

How to indent addressee on scrlttr2

I'm using the scrlttr2 class to typeset an Italian letter. My problem is that the addressee stays on the right side of the letter. An Italian letter has that address on the left, and name and surname, city address reside in different lines. The two…
RenatoP
  • 791
0
votes
0 answers

Have the date include the place while other Reference Line fields are defined

The KOMA Script guide says on page 214: The reference line can actually be longer than just one line. It is printed only if at least one of variables for the reference line is not empty. Only non-empty fields will be printed. To set a seemingly…
Jan
  • 829
0
votes
1 answer

Adding text immediately after the main text of a scrlttr2 letter

A letter normally ends with a signature. I've want to add text after this point. To be clear, I don't want it right at the bottom of the letter, I want the text to be more or less immediately following the main text of the letter, preferably with a…
Faheem Mitha
  • 7,778
1
2