Tagged Questions
1
vote
1answer
133 views
Page margin, header and footer configuration
This is how my letter looks like
\documentclass[a4paper, 11pt]{letter}
\usepackage{fontspec}
\usepackage{fancyhdr}
\newcommand{\DocumentTitle}{Motivation Letter}
\newcommand{\Author}{John Smith}
...
5
votes
2answers
171 views
How to a put a repeated text in the left margin of a page, like a header or footer, but on the side
I'm trying to copy a stationery format which puts the return address in a small block in the middle of the left margin of the page, like a header, but on the side I've tried using the everypage ...