LettersNo Footer in Short Stylish Cover Letter

Formal letters, Cover letters, Newsletters
Post Reply
kfoxb
Posts: 2
Joined: Tue Aug 18, 2015 11:05 pm

No Footer in Short Stylish Cover Letter

Post by kfoxb »

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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
kfoxb
Posts: 2
Joined: Tue Aug 18, 2015 11:05 pm

No Footer in Short Stylish Cover Letter

Post by kfoxb »

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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: No Footer in Short Stylish Cover Letter

Post by Stefan Kottwitz »

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
LaTeX.org admin
Post Reply