style space between first and last name the same as first name (#205)

* style space between first and last name the same as first name

* add fix to changelog
This commit is contained in:
Yehuda Davis 2024-08-09 12:52:54 -04:00 committed by GitHub
commit cdf027a9da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 6 deletions

View file

@ -83,8 +83,8 @@
\parbox{\makeheaddetailswidth}{%
\centering%
% name and title
\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)
\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{%
\\%