The footer doesn't show up in the Short Stylish Cover Letter template. It's not present even in the preview pdf. I'm using Xubuntu 15.04, I've compiled it using xelatex from the terminal and in Texmaker and I get the same result.
Any idea what's wrong with the footer?
Letters ⇒ No Footer in Short Stylish Cover Letter
No Footer in Short Stylish Cover Letter
I found a fix to this problem. The paper size needs to be defined in the document class. Changing the original document class line from:
to
fixed the problem for me.
Code: Select all
\documentclass{scrlttr2}
Code: Select all
\documentclass[paper=letter]{scrlttr2}
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Re: No Footer in Short Stylish Cover Letter
Hi,
welcome to the forum!
Very nice, that you posted the solution which you found yourself. So it's clear that the issue is solved and how.
Let's see if we can help with a possible problem next time!
Stefan
welcome to the forum!
Very nice, that you posted the solution which you found yourself. So it's clear that the issue is solved and how.
Let's see if we can help with a possible problem next time!
Stefan
LaTeX.org admin