Questions tagged [timeline]

To draw to graphically represent a chronological sequence of events in various fields. The tags {chronology} and {chronosys} are also compatible with this tag.

is explained into the site https://www.ctan.org/pkg/chronology; is explained into the site https://ctan.mirror.garr.it/mirrors/CTAN/macros/latex/contrib/chronosys/docchronosys_en.pdf.

102 questions
10
votes
5 answers

How to Get a Cut in Timeline?

I want to get three dots in timeline, not next to it like in the following picture. Code \documentclass[xcolor=x11names]{beamer} % http://tex.stackexchange.com/a/196808/13173 %…
6
votes
1 answer

Date label text overlapping in chronosys

I'm attempting (with huge help from Hafid Boukhoulda who helped here) to utilise chronosys to construct a number of timelines, mostly on BC date ranges. Most data has been fixed-points, so not a problem, but some are events dated only to date…
alice19
  • 746
4
votes
2 answers

LaTeX chronology change end of timeline

I've got this example from https://stackoverflow.com/questions/217834/how-to-create-a-timeline-with-latex?newreg=d5d53aaf6a014bda9555c93bf7597c74 The only thing that bothers me is the little arrow at the end of the timeline. Could someone tell me…
T. Ger
  • 73
4
votes
1 answer

How to create a timeline with references instead of dates?

I would like to insert a timeline into my thesis and replace dates by references to the lines of an interview such as : (l. 5-25) (l. is for line). I found an example of timeline that is quite what I'm looking for. But how can I replace years by…
domi
  • 1,473
4
votes
1 answer

Time-line for time intervals

I search for a command that do something like this: I can enter two time intervals: the first is the total length of the time-line, and the second is the period to be highlighted. For example the following…
ᴜsᴇʀ
  • 579
2
votes
1 answer

Remove '-' and add BC in timeline

I'd like the timeline as shown, except the -ve year labels replaced with BC. I can't seem to find how to do it. \documentclass{article} \usepackage{chronosys} \begin{document} \startchronology [startyear=-800,stopyear=-14, arrow=false,…
alice19
  • 746
2
votes
1 answer

Timeline with arrows

I want to create something like this. Sadly, i have no idea where to start. Is there a special package for something like this? Sorry and thank you in advance!
AndiYo
  • 133
1
vote
1 answer

Underbrace under timeline

I am using the following code to construct a timeline: \usepackage{tikz} \usetikzlibrary{snakes} \begin{tikzpicture} % draw horizontal line \draw (0,0) -- (2,0); \draw(2,0) -- (4,0); \draw (4,0) -- (5,0); …
amar96
  • 13
1
vote
2 answers

How to create a Latex timeline with images for certain time points

I would like to create a timeline by using latex, however different than the examples over the internet, I want my timeline to have images representing the certain times. You can check my perfectly drawn timeline on paint. I tried to achieve this…
1
vote
0 answers

Timeline using multiline notes

Dear TeX Stackexchange, I am trying to make a timeline using multiline notes using the chronosys package. This is how it looks without the vpsace* This is how it looks with the vspace* Here is my Minimal Working Example…
Zhendos
  • 81
1
vote
1 answer

How to include a date in Timeline?

When I compile the following piece of code, I obtain a nice timeline in a short document. But, when I try to compile the same piece of code into a longer document (a 440 pages thesis), a specific date does not appear on my timeline as illustrated in…
domi
  • 1,473
0
votes
0 answers

Adjustment of the timeline connectors

I am using the timeline package by Arne Meier and I want to control the height of the timeline connectors, available on GitHub. The option for customizing the color of the timeline connectors is available. Please consider the following code for…
0
votes
1 answer

Timeline styling

I want to style a timeline in LaTeX so it looks vaguely like this but vertical (partial screenshot of a A4 landscape): Some of the items have little thumbnails. Above the years are some events of one category and below the years are events of…
Max N
  • 425
0
votes
1 answer

Help drawing a timeline like this

Hi I am a beginner to LaTex. I would like to know how to draw a timeline like this please. Many thanks.
user237334
0
votes
1 answer

How to convert this annual timeline to semi-annual timeline?

With this code, \begin{tikzpicture} \draw[line width=1pt] (0,0) -- (12,0)node[right=4mm]{(periods)}; \foreach \x/\y in {18000/0,19080/1,20224.80/2,21438.29/3}% { \draw[line width=1pt] (4*\y,-2mm) node[below] {\y} -- ++(0,4mm) node[above] {\$…
Jayden Rice
  • 141
  • 1