Skip to content

Incompatibility with \usetikzlibrary{positioning} #28

@tobiasBora

Description

@tobiasBora

Thanks for this cool packase. But if I add \usetikzlibrary{positioning}, the label of \tlcventry are misplaced (flying like 5cm above).

MWE:

\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[blue]{classic}
\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry}
\usepackage{enumitem}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{moderntimeline}
\usetikzlibrary{positioning} % ?? This breaks moderntimeline?? See the flying 2018?

\tlmaxdates{2012}{2024}
\tlrunningcolor{gray}

\firstname{foo}
\familyname{bar}
\title{foo}
\address{}
\email{}

\begin{document}
\vspace*{10cm}
\section{Test}

\tlcventry{2018}{2019}{Some stuff}{Some place}{Foo}{Bla}{See that the 2018 is flying? Disabling \texttt{\textbackslash usetikzlibrary\{positioning\}} fixes it, but of course this is not a proper solution since one might need this library.}

\end{document}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions