diff options
| author | Urban Prah <urban.prah@gmail.com> | 2023-11-03 18:42:59 +0100 |
|---|---|---|
| committer | Urban Prah <urban.prah@gmail.com> | 2023-11-03 18:42:59 +0100 |
| commit | ac207ddf9d0d3ddeb96660254909be695beab7a7 (patch) | |
| tree | 4be9565510e8e4103aa7457f05830641b123c5eb /developercv.cls | |
| parent | 9375876ece8614263b1da7610ad0f9f09c503307 (diff) | |
| download | CV-ac207ddf9d0d3ddeb96660254909be695beab7a7.tar.gz CV-ac207ddf9d0d3ddeb96660254909be695beab7a7.zip | |
2023 update - bachelor's, climbing
Diffstat (limited to '')
| -rw-r--r-- | developercv.cls (renamed from cv_template.cls) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cv_template.cls b/developercv.cls index dd8f33e..cf83f69 100644 --- a/cv_template.cls +++ b/developercv.cls @@ -133,7 +133,7 @@ \begin{tikzpicture}[scale=3] \foreach \p/\t in {#1} { \addtocounter{a}{1} - \bubble{\thea/2}{\theb}{\p/25}{\t}{1\p0} + \bubble{\thea*2/2}{\theb}{\p/20}{\t}{1\p0} } \end{tikzpicture} } @@ -141,7 +141,7 @@ % Command to output a bubble at a specific position with a specific size \newcommand{\bubble}[5]{ \filldraw[fill=black, draw=none] (#1,0.5) circle (#3); % Bubble - \node[label=\textcolor{black}{#4}] at (#1,0.7) {}; % Label + \node[anchor=south, align=center] at (#1,0.0) {\parbox{3.5cm}{\centering \textcolor{black}{#4}}}; % Label } % CUSTOM SECTIONS |
