Package Information
- Last Updated
- Minimum Typst Version
- 0.13.1
- Authors
- Jeremy Gao
- Categories
- visualizationposterpaper
- Disciplines
- transportation
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/paiagram:0.1.12. Import in your Typst file
Add this to your .typ file:
#import "@preview/paiagram:0.1.1": *Paiagram
Paiagram is a typst package for making transportation timetable diagrams, or a train running chart, or whatever you call it.
Using Paiagram
To start, you must already have the following items:
- Train (or any other means of transport) timetable information.
- Station information.
- (Optional, recommended) station interval information.
- A set of stations to draw on the diagram. This is not the same as station information.
For more information, please check examples in the examples folder.
Importing from other files
Paiagram currently supports importing data from qETRC files. Support for other formats (oudiasecond, ETRC, etc.) are planned.