I'm working on a chronosys timeline and I would like to specify the precise date of an event as it affects the position but I don't want it to appear on the timeline.
Is there a way to make a command to remove the month of an event the same way it is possible not to show the year with year=false ?
\documentclass[twoside]{article}
\usepackage{chronosys}
\begin{document}
\begin{figure} \centering
\startchronology[startyear=-100,stopyear=-30,height=2ex]
\chronoevent[textstyle=\bf,
datesstyle=\it,datesseparation=/,conversionmonth=false,
year=false, textwidth=4.5cm]{3/-44}
{\qquad ides of March;\endgraf
assassination of Caesar}
\chronoevent[textstyle=\bf,
datesstyle=\it,datesseparation=/,conversionmonth=false,
year=false,]{10/-79}
{Eruption of Mont Vesuvius}
\stopchronology
\end{figure}
\end{document}
In this exemple, the result is as follow
And I would like to have something like that
Which I can achieve by not specifying {3/-44} but just {-44} (same with {10/-79}) but I dont want because when specifying the month the position of the ticks is more precise.



\documentclass, end it at\end{document}and try it to compile in an empty file in a new directory? Finally please post what compiled in the end AND shows your problem. Thank you – MS-SPO Sep 07 '23 at 09:53Tikz– js bibra Sep 07 '23 at 10:05\chronoeventto show or not the month of an event likeyear=<option>does for the year of the event – BlueMarker Sep 07 '23 at 12:43chronosysis extremely difficult to customise if the package's options don't already do what you want. You really have two options. (1) Email the package author requesting a modified version. (2) Use something other thanchronosys. [I'm writing a package which is basically a development from answers here addressing the difficulties adaptingchronosys. Either that or a simple TikZ solution could work, but means switching fromchronosys.] – cfr Sep 16 '23 at 15:09