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 (10)*, ppc64le (11)*, s390x (5)*, x86_64 (12)* | Centos-stream+epel-next 9 (16 downloads) |
![]() |
aarch64 (12)*, ppc64le (11)*, s390x (18)*, x86_64 (11)* | Centos-stream 10 (17 downloads) |
![]() |
aarch64 (16)*, ppc64le (16)*, s390x (13)*, x86_64 (15)* | Centos-stream 9 (20 downloads) |
![]() |
aarch64 (15)*, ppc64le (15)*, s390x (11)*, x86_64 (12)* | EPEL 10 (23 downloads) |
![]() |
aarch64 (14)*, i386 (15)*, ppc64le (13)*, s390x (11)*, x86_64 (11)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (14)*, i386 (10)*, ppc64le (16)*, s390x (16)*, x86_64 (45)* | Fedora 41 (32 downloads) |
![]() |
aarch64 (16)*, i386 (17)*, ppc64le (14)*, s390x (12)*, x86_64 (82)* | Fedora 42 (60 downloads) |
![]() |
aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* | Fedora 43 (0 downloads) |
![]() |
aarch64 (19)*, ppc64le (18)*, s390x (19)*, x86_64 (16)* | Fedora eln (21 downloads) |
![]() |
aarch64 (13)*, i386 (18)*, ppc64le (17)*, s390x (17)*, x86_64 (11)* | Fedora rawhide (21 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable imcatcatcher/typst
More info about enabling Copr repositories