In history-books you often have timeline, where events and periods are marked on a line in the correct relative distance to each other. How is it possible to create something similar in LaTeX?
|
|
The tikz package seems to have what you want.
I'm not too expert with tikz, but this does give a good timeline. |
||
|
|
|
There is timeline.sty floating around. The syntax is simpler than using tikz:
I've used python's datetime.data.toordinal to convert dates to 'sort keys' in the context of the package. |
||
|
|
|
|
Tim Storer wrote a more flexible and nicer looking
produces a timeline that looks like this:
Personally, I find this a more pleasing solution than the other answers. But I also find myself modifying the code to get something closer to what I think a timeline should look like. So there's not definitive solution in my opinion. |
||
|
|
|
|
If you are looking for UML sequence diagrams, you might be interested in pkf-umlsd, which is based on TiKZ. Nice demos can be found here. |
||
|
