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}%
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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