1

I've got this example from How to create a timeline with LaTeX?

The only thing that bothers me is the little arrow at the end of the timeline.

Could someone tell me how to get the end of the line looking like the beginning?

Code:

\documentclass{article}
\usepackage{chronology}
   \begin{document}
      \begin{chronology}[5]{1983}{2010}{\textwidth}
         \event{1984}{one}
         \event[1985]{1986}{two}
         \event{\decimaldate{25}{12}{2001}}{three}
      \end{chronology}
   \end{document}

Problem: enter image description here

SurvivalMachine
  • 7,946
  • 15
  • 57
  • 87
T. Ger
  • 11
  • 1
  • 2
  • 1
    Not that this doesn't fit for here, but you might find the more specialized LaTeX stackexchange a bit better of a fit for this sort of questions: https://tex.stackexchange.com/ – scrappedcola Aug 08 '17 at 16:05

0 Answers0