Questions tagged [chronosys]

33 questions
10
votes
2 answers

I want to reduce the space between event date and event text in in the timeline package chronosys

My code \documentclass[10pt]{article} \usepackage[utf8]{inputenc} \usepackage{chronosys} \usepackage{geometry} \begin{document} \startchronology[startyear=-3000,stopyear=-2000, startdate=false, color=blue!40, stopdate=false, arrow=true,…
7
votes
2 answers

Chronosys printing measurement units

I'm using the chronosys (http://ctan.mirror.rafal.ca/macros/latex/contrib/chronosys/docchronosys_en.pdf) package to prepare a timeline with the code below. 1) This code is printing a line at the top of the page that is showing the conversion from…
5
votes
1 answer

chronosys not using only years

I would like to generate a time line, but that starts from a given month in a year and not just from January. Also the end of the time line should be able to modify such that it can be different from December. I like the chronosys package, but this…
Ingrid
  • 149
5
votes
3 answers

chronosys timeline, "month day, year" instead of "day month year" and full numeric date questions

For the following: \documentclass{article} \usepackage{chronosys} \catcode`\@=11 \def\chron@selectmonth#1{\ifcase#1\or January\or February\or March\or April\or% May\or June\or July\or August\or September\or October\or November\or…
A Feldman
  • 3,930
2
votes
1 answer

Month option in chronosys

I'm working on a chronosys timeline and I would like to specify the precise date of an event as it affects the position but I don't want it to appear on the timeline. Is there a way to make a command to remove the month of an event the same way it…
2
votes
0 answers

Unable to add a time period between specific dates in Chronosys

I am using the Chronosys package to create a timeline for a project I am working on. When I add a \chronoperiode{start}{end}{name}, and have integer values for start and end, everything works fine. However, if my start or end value is a specific…
Brummi
  • 21
2
votes
1 answer

Make chronosys correctly calculate height correctly

Cronosys does not correctly calculate the height of time timeline when using settings like date=false and textstyle=\footnotesize in a \chronoevent. Can anyone suggest a work…
David Purton
  • 25,884
1
vote
1 answer

chronosys: at the beginning and at the end of the year

I am wondering in chronosys is there a way to put two events in a year? I also want to remove the arrow at the end \documentclass{article} \usepackage{chronosys} \begin{document} \begin{frame}{The Journey}{Ph.D. in chronological…
Node.JS
  • 685
1
vote
0 answers

How to modify chronosys \chronoperiode and \chronoevent?

I am using Latex Beamer to create a short biography using \chronology. I am trying to have multiple lines in chroneperiode and chronevent. Also, when I add a chroneevent, I am trying to remove the year from the timeline and only have one year.…
sosruko
  • 423
0
votes
0 answers

Getting \tikzexternal errors while using Chronosys

I'm trying to create a timeline with chronosys like this: \startchronology \chronoevent{1715} \chronoevent{1744} \stopchronology It does give me a timeline, but it does not look correct and I get the errors: Argument of…
0
votes
0 answers

Chronosys - Write events above the timeline

So I have a timeline with events that are very close to eachother, to avoid them overlapping, I would like to write events under and above the timeline in alternance. It seems that by default, events are always written under the timeline... Can…