亲爱的 TeX Stackexchange,
我正在尝试使用多行注释制作时间轴时间系统包裹。
这是我的最小工作示例(MWE)
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{varwidth}
\usepackage{chronosys}
\definecolor{blue}{HTML}{84CECC}
\definecolor{gr}{HTML}{375D81}
\begin{document}
\startchronology[align=left, startyear=2012,stopyear=2018, height=0pt, startdate=false, stopdate=false, dateselevation=0pt, arrow=false, box=true]
%
\chronograduation[event][dateselevation=0pt]{1}
%---------------------periods----------------%
\chronoperiode[textstyle=\raggedleft\colorbox{gr!50}, color=gr, startdate=false, bottomdepth=0pt, topheight=8pt, textdepth=-25pt,dateselevation=16pt, stopdate=false]{2013}{2014}{%
\begin{varwidth}{3cm}\vspace*{-2cm}Modular body. Modular base electronics.
Modular Leg Module\end{varwidth}}
\stopchronology
\end{document}
我想知道在这个时间轴上添加多行注释的正确方法是什么。我还想添加 2014-2015、2015-2016、2016-2017 和 2017-2018 的注释。致以诚挚的问候,Zhendos。