Curricula Vitae / RésumésNot including a recipient address in the cover letter

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Not including a recipient address in the cover letter

Post by templateuser »

I am trying to generate the cover letter without a recipient address, but the file won’t compile. Is there a way to enable \@recipientname and \@recipientaddress to be empty or undefined?

I’ve edited lines 287-288 of moderstyleclassic.sty to read

Code: Select all

\ifthenelse{\isundefined{\@recipientname}}{\\}{\bfseries\upshape\@recipientname}\\%
\ifthenelse{\isundefined{\@recipientaddress}}{\\}{\@recipientaddress}%
however, this obviously is not a solution, as the file still won’t compile.

Richie

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Not including a recipient address in the cover letter

Post by Vel »

Hey Richie,

Just replace the current

\recipient{HR Departmnet}{Corporation\\123 Pleasant Lane\\12345 City, State}

line with:

\recipient{~}{~}

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply