imcatcatcher/typst
Project ID: 167931
Description
This repo provides Typst and Tytanic Rust packages.
Typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use. Typst has:
- Built-in markup for the most common formatting tasks
- Flexible functions for everything else
- A tightly integrated scripting system
- Math typesetting, bibliography management, and more
- Fast compile times thanks to incremental compilation
- Friendly error messages in case something goes wrong
Tytanic is a test runner for Typst projects. It helps you worry less about regressions and speeds up your development. Out of the box tytanic supports the following features:
- compile and compare tests
- manage tests of various types
- manage and update reference documents when tests change
- filter tests effectively for concise test runs
Installation Instructions
Enable repo
sudo dnf copr enable imcatcatcher/typst
Install Typst
sudo dnf install rust-typst
Install Tytanic
sudo dnf install rust-tytanic
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (5)*, ppc64le (7)*, s390x (5)*, x86_64 (7)* | Centos-stream+epel-next 9 (12 downloads) |
![]() |
aarch64 (11)*, ppc64le (10)*, s390x (11)*, x86_64 (11)* | Centos-stream 10 (14 downloads) |
![]() |
aarch64 (10)*, ppc64le (10)*, s390x (10)*, x86_64 (14)* | Centos-stream 9 (14 downloads) |
![]() |
aarch64 (11)*, ppc64le (12)*, s390x (10)*, x86_64 (10)* | EPEL 10 (14 downloads) |
![]() |
aarch64 (11)*, i386 (11)*, ppc64le (11)*, s390x (11)*, x86_64 (10)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (13)*, i386 (10)*, ppc64le (14)*, s390x (10)*, x86_64 (45)* | Fedora 41 (27 downloads) |
![]() |
aarch64 (14)*, i386 (15)*, ppc64le (13)*, s390x (8)*, x86_64 (32)* | Fedora 42 (27 downloads) |
![]() |
aarch64 (15)*, ppc64le (11)*, s390x (15)*, x86_64 (12)* | Fedora eln (15 downloads) |
![]() |
aarch64 (10)*, i386 (11)*, ppc64le (12)*, s390x (11)*, x86_64 (11)* | Fedora rawhide (15 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable imcatcatcher/typst
More info about enabling Copr repositories