I'm trying to make a time-line using the chronology package, but get the error:
! LaTeX Error: File `chronology.sty' not found.
Here's what I have, using an example I found on StackOverflow:
\documentclass{article}
\usepackage{chronology}
\begin{document}
\begin{chronology}[5]{1983}{2010}{3ex}{\textwidth}
\event{1984}{one}
\event[1985]{1986}{two}
\event{\decimaldate{25}{12}{2001}}{three}
\end{chronology}
\end{document}`
I can find the chronology file in the MiKTeX Package Manager, but I don't have the option to install it (neither do I have the option to uninstall it for that matter).