mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
removed non-breaking space in names from other headlines, too
This commit is contained in:
parent
683bf70cfa
commit
9bf6b36385
4 changed files with 4 additions and 4 deletions
|
|
@ -83,7 +83,7 @@
|
|||
\parbox{\makeheaddetailswidth}{%
|
||||
\centering%
|
||||
% name and title
|
||||
\firstnamestyle{\@firstname~}\lastnamestyle{\@lastname}%
|
||||
\firstnamestyle{\@firstname\ }\lastnamestyle{\@lastname}%
|
||||
\ifthenelse{\equal{\@title}{}}{}{\titlestyle{~|~\@title}}% \isundefined doesn't work on \@title, as LaTeX itself defines \@title (before it possibly gets redefined by \title)
|
||||
% optional detailed information
|
||||
\if@details{%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue