LettersRemove the addressee section

Formal letters, Cover letters, Newsletters
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Remove the addressee section

Post by templateuser »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Remove the addressee section

Post by Vel »

Hi Nikhil,

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
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Remove the addressee section

Post by templateuser »

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:

\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
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Remove the addressee section

Post by templateuser »

Just set false the backaddress parameter in your document class.

example:

Code: Select all

\documentclass[
	pagenumber=false, 
	parskip=half,
	fromalign=right,
	foldmarks=false, 
	addrfield=true,
	backaddress=false
	]{scrlttr2}
maluta
Post Reply