The default \parbox command aligns its center to the baseline, but you really want the top in this case. "Experience" has a depth due to the "p", the other words don't.
This commit is contained in:
Michael Brade 2018-09-30 09:53:05 +02:00 committed by GitHub
parent 533719252f
commit b6561abe2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,7 @@
% param 1: text % param 1: text
% param 2: width in cm or pt, em ... % param 2: width in cm or pt, em ...
% param 3: color % param 3: color
\newcommand{\legend}[3]{\parbox{#2}{\textcolor{#3}{\rule{#2}{4pt}}\\#1}} \newcommand{\legend}[3]{\parbox[t]{#2}{\textcolor{#3}{\rule{#2}{4pt}}\\#1}}
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
% CUSTOM LOREM IPSUM % CUSTOM LOREM IPSUM