Letters ⇒ Remove the addressee section
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Remove the addressee section
Nikhil
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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}