Letters ⇒ Remove the addressee section
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Remove the addressee section
Nikhil
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Remove the addressee section
To remove the addressee field you just need to add
addrfield=false
under the parameters for the scrlttr2
class.I’ve updated the template to include this as an option as well as how to then move the body of the letter up to replace the addressee section.
Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Remove the addressee section
\setkomavar{backaddress}{}
However, this leaves a whitespace between the addressor and addressee fields which I don’t know how to get rid of.
Thanks in advance to anybody who can help me out with this!
Nikhil
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Remove the addressee section
backaddress
parameter in your document class.example:
Code: Select all
\documentclass[
pagenumber=false,
parskip=half,
fromalign=right,
foldmarks=false,
addrfield=true,
backaddress=false
]{scrlttr2}