Timeline on Latex
One of nicer looking timeline graphs for Latex is by using the chronology package
This is the example:
\usepackage{chronology}
...
\begin{chronology}[5]{1983}{2010}{3ex}{\textwidth}
\event{1984}{one}
\event[1985]{1986}{two}
\event{\decimaldate{25}{12}{2001}}{three}
\end{chronology}
source.
This is the example:
\usepackage{chronology}
...
\begin{chronology}[5]{1983}{2010}{3ex}{\textwidth}
\event{1984}{one}
\event[1985]{1986}{two}
\event{\decimaldate{25}{12}{2001}}{three}
\end{chronology}
source.
Comments