Tagged Questions
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}
...
2
votes
0answers
156 views
Modifying a letter with scrlttr2
I'm writing my first letter with LaTeX, and I need some help:
I need to put the address of the sender on the upper left side of the page.
Put my name in the lower right part of the page.
I would ...
6
votes
1answer
302 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 ...
2
votes
1answer
115 views
Changing options based on generated document length
I am creating lots of letters using the scrlttr2 package and some variables that change per letter. The contents of these variables might cause the letter to take up an additional page that I would ...
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 ...
2
votes
1answer
346 views
Left Justifying the Date with Scrlttr2
I would like to left justify the date in the KOMA-Script scrlttr2
class so that it aligns with the left margin of the body. I have no other data in the refline. This question helped me to get my ...
1
vote
1answer
432 views
How to set scrlttr2 refvpos automatically based on address length
I am creating an letter options (lco) file that I will use for multiple letters. The scrlttr2 class is designed for a fixed placement of the address field, and places the date at a fixed position from ...
3
votes
1answer
311 views
How to control the back address ident and remove the sender address in scrlttr2
I'd like to remove the box which holds the sender data and only have the backaddress.
Is this possible ?
9
votes
2answers
646 views
Declaring layers causes tikzpicture to disappear
I'm using a picture environment to \put some tikzpictures at places within the page from within \setkomavar{firsthead}. When I declare some pgf layers like so:
\pgfdeclarelayer{background}
...
1
vote
1answer
301 views
Custom reference field line in scrlttr2
Following on from a previous question, I took the route of co-opting the location field to display some invoice related information in the top right corner of the letter. Now I'd like to do something ...
4
votes
1answer
752 views
How to position the reference fields line in scrlttr2
TeX newbie. I want to position the reference fields line in scrlttr2 to where the "supplemental data" is usually displayed (in the top right hand corner, below the header).
I figured it would be as ...
3
votes
2answers
2k views
scrlttr2: How can I remove the white space between “address” and “Subject:” line?
How may I remove excessive white space at the top, between my address in top-left, and the Subject: line?
\documentclass{scrlttr2}
\usepackage[english]{babel}
\usepackage{graphicx}
...
5
votes
2answers
1k views
Removing the line and address from scrlttr
scrlttr2 seems to set a line with the address on it. I can't figure out which of the many scrlttr2 options turns it off.
\documentclass{scrlttr2}
\setkomavar{fromname}{Seamus}
...
1
vote
2answers
381 views
How to place a list of attachments at the same hight as the closing?
I am writing a letter using KOMA-scripts scrlttr2-class. I would like to add a list of attachments at the end, and I would like that list to be at the same height as the closing, but on the right side ...
7
votes
2answers
2k views
How to avoid empty space at the end of a page when using scrlttr2?
I use this class definition in the preamble for typesetting letters:
\documentclass[12pt,ngerman,foldmarks=true,fromalign=right,fromrule=afteraddress,
parskip=half, pagenumber=no,DIV=15]{scrlttr2}
...