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