about summary refs log tree commit diff
path: root/users/grfn/resume/moderncvstylecasual.sty
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2023-10-17T03·14-0400
committerclbot <clbot@tvl.fyi>2024-01-18T15·40+0000
commit6ae1bc1063f8a31cfa4b9be84ae9eb8753b9a964 (patch)
tree5136ba470543dcf55c79f88e78b410b9afebc1e3 /users/grfn/resume/moderncvstylecasual.sty
parent4497ac41ab63a24499e796ff5f50ff79970c5727 (diff)
feat(grfn/resume): refresh resume r/7414
Change-Id: I01947db529b4f4906b46c68f1cd64d76f68f9f23
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9763
Reviewed-by: aspen <root@gws.fyi>
Autosubmit: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn/resume/moderncvstylecasual.sty')
-rw-r--r--users/grfn/resume/moderncvstylecasual.sty3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/grfn/resume/moderncvstylecasual.sty b/users/grfn/resume/moderncvstylecasual.sty
index e375e7612a5a..f8cf856d1aae 100644
--- a/users/grfn/resume/moderncvstylecasual.sty
+++ b/users/grfn/resume/moderncvstylecasual.sty
@@ -64,6 +64,7 @@
 % fonts

 \renewcommand*{\namefont}{\fontsize{38}{40}\mdseries\upshape}

 \renewcommand*{\addressfont}{\normalsize\mdseries\slshape}

+\newcommand*{\pronounsfont}{\fontsize{18}{40}\mdseries\upshape}

 

 % commands

 \renewcommand*{\makecvtitle}{%

@@ -86,7 +87,7 @@
   \@initializelength{\makecvtitlepicturewidth}%

   \settowidth{\makecvtitlepicturewidth}{\usebox{\makecvtitlepicturebox}}%

   \parbox[b]{\textwidth-\makecvtitlepicturewidth}{%

-    \raggedleft\namefont{\color{color2!50}\@firstname} {\color{color2}\@lastname}}\\[-.35em]% alternate design: \MakeLowercase and no space

+    \raggedleft\namefont{\color{color2!50}\@firstname} {\color{color2}\@lastname} {\color{color2!50}\pronounsfont{\@pronouns}}}\\[-.35em]% alternate design: \MakeLowercase and no space

   {\color{color2!50}\rule{\textwidth}{.25ex}}%

   % optional title

   \ifthenelse{\equal{\@title}{}}{}{\\[1.25em]\null\hfill\titlestyle{\@title}}\\[2.5em]% \null is required as there is no box on the line after \\, so glue (and leaders) disappears; this is in contrast to after \par, where the next line starts with an indent box (even after \noindent).