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 (4)*, ppc64le (4)*, s390x (4)*, x86_64 (4)* | Centos-stream+epel-next 9 (9 downloads) |
![]() |
aarch64 (8)*, ppc64le (8)*, s390x (8)*, x86_64 (8)* | Centos-stream 10 (8 downloads) |
![]() |
aarch64 (8)*, ppc64le (8)*, s390x (8)*, x86_64 (8)* | Centos-stream 9 (9 downloads) |
![]() |
aarch64 (8)*, ppc64le (7)*, s390x (8)*, x86_64 (7)* | EPEL 10 (9 downloads) |
![]() |
aarch64 (8)*, i386 (8)*, ppc64le (8)*, s390x (9)*, x86_64 (8)* | Fedora 40 (11 downloads) |
![]() |
aarch64 (10)*, i386 (8)*, ppc64le (8)*, s390x (8)*, x86_64 (37)* | Fedora 41 (21 downloads) |
![]() |
aarch64 (9)*, i386 (9)*, ppc64le (8)*, s390x (8)*, x86_64 (14)* | Fedora 42 (13 downloads) |
![]() |
aarch64 (8)*, ppc64le (8)*, s390x (8)*, x86_64 (9)* | Fedora eln (9 downloads) |
![]() |
aarch64 (8)*, i386 (8)*, ppc64le (8)*, s390x (8)*, x86_64 (8)* | Fedora rawhide (13 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable imcatcatcher/typst
More info about enabling Copr repositories