Thomas Papendieck

Results 3 issues of Thomas Papendieck

How can I add an annotation that has arrows to multiple commits like in the attaches example (read lines)? ![git-merge-example](https://user-images.githubusercontent.com/14850347/101371779-6fbaac80-38ab-11eb-8f54-4eaf1c7b1b72.png) my code: ``` \begin{figure}[h] \centering \begin{tikzpicture} % Commit DAG \gitDAG[grow...

I have a XSD with some XML types to be used in differend other XSDs. I put this `common.xsd` in a Jar of its own along with a `catalog.xml` as...