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 ...
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} ...