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?
|
feedback
|
|
The tikz package seems to have what you want.
I'm not too expert with tikz, but this does give a good timeline. | |||
feedback
|
|
There is a new chronology.sty by Levi Wiseman. The documentation (pdf) says:
Here is some example code:
Which produces this output: | |||||
feedback
|
|
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. | |||||||||
feedback
|
|
Firstly, I prefer I needed some year timeline and it took me some time (what a surprise!) to do it, so I'm sharing the results. I hope you'll like it.
As you can see, it's tailored to beamer presentation (select part and also scale option), but if you really want to test it in a presentation, then you should move | |||
|
feedback
|
|
Just an update. The present TiKZ package will issue: Package tikz Warning: Snakes have been superseded by decorations. Please use the decoration libraries instead of the snakes library on input line. . . So the pertaining part of code has to be changed to:
HTH | |||
|
feedback
|
|
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. | |||||
feedback
|
|
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. | |||
feedback
|
