I am looking to improve this diagram, especially the linking arrows at the top that overlap the boxes.
\documentclass{article}
\usepackage[margin=1cm]{geometry}
\usepackage{pdflscape}
\usepackage{forest}
\usepackage{capt-of}
\usetikzlibrary{shadows,arrows}
\newgeometry{left=1cm,right=1cm,bottom=1cm}
\tikzset{parent/.style={align=center,text width=2cm, fill=blue!40,rounded corners=2pt,inner sep=2pt},
child/.style={align=center,text width=2.0cm,fill=orange!60,rounded corners=2pt,inner sep=1pt,outer sep=0pt},
grandchild/.style={fill=white,text width=1.7cm}
}
\usepackage{hyperref}
\begin{document}
\begin{landscape}
\begin{forest}
for tree={%
thick,
drop shadow,
l sep=1.0cm,
s sep=0.6cm,
node options={draw,font={\small}},
edge={semithick,-latex},
where level=0{parent}{},
where level=1{
minimum height=1cm,
child,
parent anchor=south west,
tier=p,
l sep=0.25cm,
for descendants={%
grandchild,
minimum height=0.6cm,
%l sep=0.5cm,
% s sep=0.5cm,
anchor=115,
edge path={
\noexpand\path[\forestoption{edge}]
(!to tier=p.parent anchor) |-(.child anchor)\forestoption{edge label};
},
}
}{},
}
[(Phoenician)\ GREEK
[Palaeo-Hispanic %heading
[North-east\
Celtiberian
[South-West\
South-east
]
]
],
[Etruscan
[Latin
[\textit{Rhaetian}
[\href{http://en.wikipedia.org/wiki/Gallic}{Gallic}
[\href{http://en.wikipedia.org/wiki/Venetic}{Venetic}
[Faliscan
[Northern Picene
Southern Picene\
[Oscan
[Umbrian]
]
]
]
]
]
]
]
]
[\href{http://en.wikipedia.org/wiki/Gothic_language}{Gothic}]
[Glagolitic
[Croatian]
]
[Cyrillic
[Russian
[Ukrainian
[Bulgarian
[Serb]
]
]
]
]
[Anatolian
[Carian
[Lydian
[Lycian
[\nameref{s:pamphylian}
[Phrygian
[\nameref{s:pisidian}
[\nameref{s:sidetic}]
]
]
]
]
]
]
]
[Armenian]
[Georgian]
[Coptic
[Nubian]
]
]
\end{forest}
\captionof{figure}{Abridged family tree of some Greek-derived scripts.}
\label{fig:greekderived}
\end{landscape}
\restoregeometry
\newpage
\section{Pamphylian}\label{s:pamphylian}
\section{Pisidian}\label{s:pisidian}
\section{Sidetic}\label{s:sidetic}
\end{document}



[[ ]]:) Can you post an answer? I am sure I am missing something small., but cant seem to find it. – yannisl Dec 18 '23 at 09:54