Package Information
- Last Updated
- Minimum Typst Version
- 0.13.1
- Authors
- ErrorTeaPot
- Categories
- report
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/cyberschool-errorteaplate:0.1.92. Initialize from template
Create a new project from this template:
typst init @preview/cyberschool-errorteaplate:0.1.9Version History
The cyberschool-errorteaplate Package
This package is a template based on the colors of the Cyberschool of Rennes,
France. It is based on Latex templates I wanted to use in Typst.
Feel free to make suggestions on the dedicated repo.
Getting Started
These instructions will get you a copy of the project up and running on the typst
web app.
#import "@preview/cyberschool-errorteaplate:0.1.9": *
#show: conf.with(
title: "Title",
pre-title: "Pre-title",
authors: (
(
name: "name",
affiliation: "affiliation",
email: "email",
),
),
logos: (
image.with("<image path>"),
image.with("<image path>"),
),
abstract: "abstract text",
outline-title: "Contents",
outline-level: 3,
)
Installation
To help with development, fork this repository, make your changes and then create a pull request.
For additional information about the guidelines and stuff, refer to the README of
this repository.
Additional Documentation and Acknowledgments
Thanks to lucasrqt for the original Latex template
on which this one is based on.