Search found 2 matches

by kfoxb
Wed Aug 19, 2015 2:37 am
Forum: Letters
Topic: No Footer in Short Stylish Cover Letter
Replies: 2
Views: 66133

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:

Code: Select all

\documentclass{scrlttr2}
to

Code: Select all

\documentclass[paper=letter]{scrlttr2}
fixed the problem for me.
by kfoxb
Tue Aug 18, 2015 11:19 pm
Forum: Letters
Topic: No Footer in Short Stylish Cover Letter
Replies: 2
Views: 66133

No Footer in Short Stylish Cover Letter

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?