Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined \@recipientname or \@recipientaddress gives errors #62

Open
twsh opened this issue Feb 16, 2018 · 0 comments
Open

Undefined \@recipientname or \@recipientaddress gives errors #62

twsh opened this issue Feb 16, 2018 · 0 comments

Comments

@twsh
Copy link

twsh commented Feb 16, 2018

Would it make sense to allow \@recipientname and/or \@recipientaddress to be undefined and print nothing without raising an error?

Looking at moderncvheadstylei.sty, it looks like it could be as simple as:

  % recipient block
  \begin{minipage}[t]{.5\textwidth}
    \raggedright%
    \addressfont%
    \ifthenelse{\isundefined{\@recipientname}}{}{{\bfseries\upshape\@recipientname}\\}%
    \ifthenelse{\isundefined{\@recipientaddress}}{}{\@recipientaddress}%
  \end{minipage}

And so on for the other head styles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant