Search found 2 matches

by jdelaney8340
Mon Feb 14, 2022 9:11 pm
Forum: Curricula Vitae / Résumés
Topic: Developer CV Avoid Overlapping Text
Replies: 1
Views: 21553

Developer CV Avoid Overlapping Text

Hey,

Just to update, think I've managed to fix the issue of the overlapping label text, by adding the package \usetikzlibrary{positioning} and replacing the original Bubbles code in the preamble with the following:


\newcommand\bubbles[1] {%
\begin{tikzpicture}[scale=3.5]
\coordinate (a0) at (0 ...
by jdelaney8340
Mon Feb 14, 2022 5:36 pm
Forum: Curricula Vitae / Résumés
Topic: Developer CV Avoid Overlapping Text
Replies: 1
Views: 21553

Developer CV Avoid Overlapping Text

Hi!

Using the developer CV template (found here: https://www.latextemplates.com/template/developer-cv) and have found it to be great. However, I am currently encountering an issue where longer text will cause the bubble labels to overlap. Is there anything that could be amended in the preamble or ...