I have a document that uses KOMA script. It is a scrlttr2. I want to set a footer, which I did with
\setkomavar{firstfoot}{
bla bla bla
}
Now the bla bla is a little bit longer, too long for the page. I’ve found that I can change the footer position with something called firstfootvpos.
My question
Where do I have to put the firstfootvpos? I tried
\documentclass[paper=a4]{scrlttr2}
\@setplength{firstfootvpos}{200mm}
\setkomavar{firstfoot}{
bla bla bla
…
which I’ve found somewhere in the net, but it didn’t work (i.e. LaTeX Error: Missing \begin{document}).
If I put it below \begin{document} then I get the error You can't use '\spacefactor' in vertical mode..
How can I solve this?
\makeatletterand\makeatotherdo? However, KOMA-script should provide a user interface to managefirstfootvposlenghts... – Werner Jun 25 '15 at 20:57