答案1
CTAN/macros/latex/contrib/chronosys/docchronosys_en.pdf 中有几十个选项
然而,没有证据表明某些元素可以作为负元素使用,而 markdepth 就是其中之一。
\documentclass{article}
\usepackage{chronosys}
\begin{document}
\startchronology
\chronoevent{476}{Event 1}
\chronoevent[markdepth=-23pt]{1492}{Event 2}
\chronoevent{1969}{Event 3}
\stopchronology
\end{document}