Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.17 KB

File metadata and controls

38 lines (22 loc) · 1.17 KB

TYPST LICENSE

Technogram

Technogram is a collection of Typst packages and document classes that together form a typesetting framework for technical documentation.

This project was originally written i LuaLaTeX and is a work in progress.

Installation

Until the project is stable, manual installation is required (see below). Importing is done with

#import "@local/technogram:0.1.0" as tg

to import all symbols to the tg namespace. Refer to the Typst package repository for more information.

Linux

Make a symbolic link to the repository in the local package directory

ln -s /path/to/repository $HOME/.local/share/typst/packages/local/technogram/0.1.0

Windows

Copy the repository to

%APPDATA%/typst/packages/local/technogram/0.1.0

License

This application is free software released under the MIT license.