diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-12-14 17:47:10 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-12-14 17:47:10 +0100 |
commit | a8b614c2817367088c012fc89eeee0868df7b837 (patch) | |
tree | 26bf30e62722a2c6c02c6dc907fc2cad9e063543 | |
parent | 3a11c859e696e4f89aede0f4158bb96d215607f8 (diff) | |
download | cv-a8b614c2817367088c012fc89eeee0868df7b837.tar.gz cv-a8b614c2817367088c012fc89eeee0868df7b837.tar.bz2 cv-a8b614c2817367088c012fc89eeee0868df7b837.zip |
Fixed bug with minipage and spacing.
-rw-r--r-- | cv.tex | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -23,10 +23,9 @@ {\LARGE\titlebf{#1}} \hfill \raisebox{-5pt}{ - \begin{minipage}[b]{4.5em} - \centering - \pgfornament[anchor=south,height=20pt]{#2} - \end{minipage} + \makebox[4.5em]{ + \hfill\pgfornament[anchor=south,height=20pt]{#2}\hfill + } } \vspace{0.75em} |