On 11/01/2013 07:08 PM, Vitaly Repin wrote:
> On Wednesday, September 18, 2013 12:46:50 AM UTC+3, Vitaly Repin wrote:
>
> Answering myself. Might be the solution I've selected can be useful for others.
>
> I used tikz. And wrote a series of commands which calculate the proper positioning of the lifespan on the timeline.
[...]
>> - Use tikz
>> - Take the packages chronosys and the definitions there (based on tikz) as a starting point
>> - In tikz use the Tutorial: "Putting a Diagram in Chains" as a reference point as it looks as the closest to my task
>>
>> Does it sound right or have I missed something (e.g., nice LaTeX package to generate timelines which I want)?
I did one some years ago, before tikz became popular. It was small and
had to be narrow to fit the document format portrait, and I just used
the plain ol' picture environment. I recently updated it, but if I had
to redo it now I'd probably go and learn tikz first. The example you
give is very much more complex.
http://latex.silmaril.ie/examples/timeline-crop.pdf
///Peter