Hi, I really like this template but I don’t need the special section for the addressee designed for windowed envelopes. Is there any way to remove it? Thanks.
Nikhil
Letters ⇒ Remove the addressee section
Remove the addressee section
Hi Nikhil,
To remove the addressee field you just need to add
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
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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Remove the addressee section
Thanks a lot. I just have one more question. Is it possible to remove the underlined field in between the addressor and addressee fields? I’ve found that this can be done by setting the KOMA variable for the backadress field to be empty:
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
\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
Just set false the
example:
maluta
backaddress
parameter in your document class.example:
Code: Select all
\documentclass[
pagenumber=false,
parskip=half,
fromalign=right,
foldmarks=false,
addrfield=true,
backaddress=false
]{scrlttr2}