We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would it make sense to allow \@recipientname and/or \@recipientaddress to be undefined and print nothing without raising an error?
\@recipientname
\@recipientaddress
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
And so on for the other head styles.
The text was updated successfully, but these errors were encountered: