repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/LDemetrios/Typst4Gradle | https://raw.githubusercontent.com/LDemetrios/Typst4Gradle/master/Changelog.md | markdown | # Change log
## 0.2.0
Breaking: ... Change almost everything. Add dependency on `Typst4k`.
# 0.1.0
Publish beta version of the library | |
https://github.com/Isaac-Fate/booxtyp | https://raw.githubusercontent.com/Isaac-Fate/booxtyp/master/src/theorems/exercise.typ | typst | Apache License 2.0 | #import "new-plain-template.typ": new-plain-template
#import "../counters.typ": exercise-counter
#let exercise = new-plain-template(
"Exercise",
title-prefix: emoji.hand.write,
template-counter: exercise-counter,
)
|
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/ES_DM_2_14_02_2024.typ | typst | #import "template.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: project.with(
title: "ES DM 2 14 02 2024",
authors: (
"<NAME>",
),
date: "14 Février, 2024",
)
#set heading(numbering: "1.1.")
== #emph[Montrer que le term... | |
https://github.com/pluttan/shem | https://raw.githubusercontent.com/pluttan/shem/main/lab4/lab4.typ | typst | #import "@docs/bmstu:1.0.0":*
#import "@preview/tablex:0.0.8": tablex, rowspanx, colspanx, cellx
#show: student_work.with(
caf_name: "Компьютерные системы и сети",
faculty_name: "Информатика и системы управления",
work_type: "лабораторной работе",
work_num: "4",
discipline_name: "Схемотехника",
theme: "Синх... | |
https://github.com/MasterTemple/typst-bible-plugin | https://raw.githubusercontent.com/MasterTemple/typst-bible-plugin/main/test.typ | typst | #import "bible.typ": bible_footnote, bible_quote, bible_quote_fmt
#import "conf.typ": conf
#show: doc => conf(doc)
// create short-hands
#let ul = underline
#let fn = footnote
= Theology of Money
== Work for it
#bible_quote("Ephesians 4:28")
#bible_quote("1 Thessalonians 4:11-12")
#bible_quote("2 Thessalonians 3:1... | |
https://github.com/mumblingdrunkard/mscs-thesis | https://raw.githubusercontent.com/mumblingdrunkard/mscs-thesis/master/src/utils/config.typ | typst | #let authors = (
(name: "<NAME>", email: "<EMAIL>"),
(name: "<NAME> (Advisor)", email: "<EMAIL>"),
(name: "<NAME> (Advisor)", email: "<EMAIL>"),
)
#let course = (
code: "TDT4900",
name: "Computer Science, Master's Thesis"
)
#let department = "Computer Science"
#let project = (
name: "Doppelganger Loads... | |
https://github.com/sses7757/sustech-graduated-thesis | https://raw.githubusercontent.com/sses7757/sustech-graduated-thesis/main/sustech-graduated-thesis/pages/outline-page.typ | typst | Apache License 2.0 | #import "@preview/outrageous:0.1.0"
#import "../utils/page-break.typ": page-break
#import "../utils/custom-heading.typ": heading-display, active-heading, current-heading
#import "../utils/style.typ": 字号, 字体
#let _outline-end = state("outline-end", "outline")
#let outline-pagenum() = (footer:
context [
#set align(ce... |
https://github.com/fenjalien/mdbook-typst-doc | https://raw.githubusercontent.com/fenjalien/mdbook-typst-doc/main/example/data.typ | typst | Apache License 2.0 | #let a = [Hello from another file!] |
https://github.com/MitchellAcoustics/quarto-lapreprint | https://raw.githubusercontent.com/MitchellAcoustics/quarto-lapreprint/main/_extensions/lapreprint/typst-show.typ | typst | // Typst custom formats typically consist of a 'typst-template.typ' (which is
// the source code for a typst template) and a 'typst-show.typ' which calls the
// template's function (forwarding Pandoc metadata values as required)
//
// This is an example 'typst-show.typ' file (based on the default template
// that shi... | |
https://github.com/WinstonMDP/math | https://raw.githubusercontent.com/WinstonMDP/math/main/exers/k.typ | typst | #import "../cfg.typ": *
#show: cfg
$
"Prove that"
b_n =_(n -> oo) o(1/n) ->
ex({a_n}): sum_(n = 1)^oo a_n "converges" and b_n =_(n -> oo) o(a_n)
$
$b_n = (n b_n)/(-1)^(n + 1) (-1)^(n + 1)/n$
$sum_(n = 1)^oo (-1)^(n + 1)/n$ converges
$(n b_n)/(-1)^(n + 1) =_(n -> oo) (o(1))/(-1)^(n + 1) ->_(x -> oo) 0$
$qed$
| |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/chronos/0.1.0/src/diagram.typ | typst | Apache License 2.0 | #import "utils.typ": get-group-span, fit-canvas
#import "renderer.typ": render
#import "participant.typ" as participant: _par, PAR-SPECIALS
#let _gap(size: 20) = {
return ((
type: "gap",
size: size
),)
}
#let _evt(participant, event) = {
return ((
type: "evt",
participant: participant,
event... |
https://github.com/dainbow/FunctionalAnalysis2 | https://raw.githubusercontent.com/dainbow/FunctionalAnalysis2/main/themes/8.typ | typst | #import "../conf.typ": *
= Производная Фурье и свёртка в пространствах $L_1(RR)$ и $L_2(RR)$
== Определения и основные свойства. Формула умножения. Преобразование Фурье свёртки.
#definition[
Пусть $f in L_1(RR)$. Тогда *преобразованием Фурье* функции $f$ называется
функция, заданная следующим образом:
#eq[
$... | |
https://github.com/kdog3682/typkit | https://raw.githubusercontent.com/kdog3682/typkit/main/0.1.0/src/validation.typ | typst | #import "is.typ": *
// #import "str-utils.typ": test
#let exists(x) = { x != none and x != false }
#let empty(x) = { x == none }
#let not-none(x) = { x != none }
#let is-content-wrapper(c) = {
return c.fields().at("body", default: none) != none
}
#let has(x, key) = {
if is-object(x) {
return key in x... | |
https://github.com/pluttan/os | https://raw.githubusercontent.com/pluttan/os/main/lab6/lab6.typ | typst | #import "@docs/bmstu:1.0.0":*
#import "@preview/tablex:0.0.8": tablex, rowspanx, colspanx, cellx
#show: student_work.with(
caf_name: "Компьютерные системы и сети",
faculty_name: "Информатика и системы управления",
work_type: "лабораторной работе",
work_num: 6,
study_field: "09.03.01 Информатика и вычислител... | |
https://github.com/hemmrich/CV_typst | https://raw.githubusercontent.com/hemmrich/CV_typst/master/template/lib.typ | typst | /*
* Entry point for the package
*/
/* Packages */
#import "./template.typ": *
#import "./styles.typ": overwriteFonts
/* Layout */
#let cv(
metadata,
profilePhoto: image("../src/avatar.png"),
doc) = {
// Non Latin Logic
let lang = metadata.language
let fontList = latinFontList
let headerFont = latinHea... | |
https://github.com/dvdvgt/typst-letter | https://raw.githubusercontent.com/dvdvgt/typst-letter/main/din5008-letter.typ | typst | MIT License |
#let default_address = [
Name\
Street, Street number\
ZIP, City
]
#let default_stroke = 0.75pt
#let mk_header(
name,
address,
contact,
accent
) = {
set block(spacing: 0.64em)
grid(
columns: (1fr, 1fr),
rows: 2,
align(top + left)[
... |
https://github.com/Toniolo-Marco/git-for-dummies | https://raw.githubusercontent.com/Toniolo-Marco/git-for-dummies/main/book/cover.typ | typst | #{
set page(fill: gradient.linear(..color.map.crest), margin: (left: 2in), numbering: none)
line(start: (0%, 5%), end: (8.5in, 5%), stroke: (thickness: 2pt))
align(horizon + left)[
#text(size: 24pt, [Git for Dummies])
<NAME>, <NAME>
]
align(bottom + left)[University of Trento, Advanced Programming course]
//... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/features-12.typ | typst | Other | // Error: 21-35 expected string, found boolean
#set text(features: ("tag", false))
|
https://github.com/ufodauge/typst-algomod | https://raw.githubusercontent.com/ufodauge/typst-algomod/main/readme.md | markdown | MIT License | # Algorithm for Typst
inspired by [typst-theorems](https://github.com/sahasatvik/typst-theorems).
## Example
```typ
#import "../algomod.typ": algomod, algomodLink
#import "../algomod_statements.typ": *
#let algorithm = algomod()
#algorithm(
title: [algorithm_title],
label: <label>,
lines: (
Function("fun... |
https://github.com/levinion/typst-dlut-templates | https://raw.githubusercontent.com/levinion/typst-dlut-templates/main/examples/translate/translate.typ | typst | MIT License | #import "../../templates/translate/main.typ":translate
#show: translate.with(
chinese_title: "外文的中文题目",
english_title: "The title of foreign language",
author: "author",
workplace: "工作单位",
faculty: "",
major: "",
name: "",
id: "",
sup: "",
date: "",
intro: [这里是引言],
abstract: [要求忠于原文,语意流畅],
ke... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/math/syntax.typ | typst | Apache License 2.0 | // Test math syntax.
---
// Test Unicode math.
$ ∑_(i=0)^ℕ a ∘ b = \u{2211}_(i=0)^NN a compose b $
---
// Test a few shorthands.
$ underline(f' : NN -> RR) \
n |-> cases(
[|1|] &"if" n >>> 10,
2 * 3 &"if" n != 5,
1 - 0 thick &...,
) $
---
// Test common symbols.
$ dot \ dots \ ast \ tilde \ star $
-... |
https://github.com/xsro/typst-lsp | https://raw.githubusercontent.com/xsro/typst-lsp/xsro/dev/README.md | markdown | MIT License | # Typst LSP
A brand-new language server for [Typst](https://typst.app/).
## Features
- Syntax highlighting, error reporting, code completion, and function signature
help
- Compiles to PDF on save (configurable to as-you-type, or can be disabled)
This repo consists of:
- an LSP server, written in Rust
- [a corr... |
https://github.com/typst-jp/typst-jp.github.io | https://raw.githubusercontent.com/typst-jp/typst-jp.github.io/main/docs/guides/tables.md | markdown | Apache License 2.0 | ---
description: |
Not sure how to change table strokes? Need to rotate a table? This guide
explains all you need to know about tables in Typst.
---
# Table guide
Tables are a great way to present data to your readers in an easily readable,
compact, and organized manner. They are not only used for numerical values... |
https://github.com/tingerrr/hydra | https://raw.githubusercontent.com/tingerrr/hydra/main/doc/manual.typ | typst | MIT License | #import "template.typ": project, raw-bg
#import "util.typ": package, bbox
#show: project.with(
package: package,
subtitle: [/ˈhaɪdrə/ \ Of headings and headers],
date: datetime.today(),
abstract: package.description,
)
#[
#show raw.where(block: false): bbox.with(fill: raw-bg)
= Introduction
#include "c... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-16B00.typ | typst | Apache License 2.0 | #let data = (
("PAHAWH HMONG VOWEL KEEB", "Lo", 0),
("PAHAWH HMONG VOWEL KEEV", "Lo", 0),
("PAHAWH HMONG VOWEL KIB", "Lo", 0),
("PAHAWH HMONG VOWEL KIV", "Lo", 0),
("PAHAWH HMONG VOWEL KAUB", "Lo", 0),
("PAHAWH HMONG VOWEL KAUV", "Lo", 0),
("PAHAWH HMONG VOWEL KUB", "Lo", 0),
("PAHAWH HMONG VOWEL KUV", ... |
https://github.com/haxibami/haxipst | https://raw.githubusercontent.com/haxibami/haxipst/main/src/lib/better-heading.typ | typst | // Typst's default heading is a bit tight, so we'll make it a bit more
#let better-heading(
font: (
"sans-serif",
),
tight: false,
inset-y: none,
prefix: none,
body,
) = {
if tight {
inset-y = 0.5em
} else if inset-y == none {
inset-y = 0.75em
}
show heading: it => {
block(inset: ... | |
https://github.com/HiiGHoVuTi/requin | https://raw.githubusercontent.com/HiiGHoVuTi/requin/main/glossary-pool.typ | typst | #import "@preview/gloss-awe:0.0.5": gls
// NOTE(Juliette): Dans l'ordre alphabétique !!
#let glossary-pool = (
Catégorie: (
description: [
#show figure.where(kind: "jkrb_glossary"): it => {it.body}
Une _catégorie_ $cal(C)$ est une #gls(entry: "Classe")[classe] de _morphismes_ $"mor"(cal(C))$ munie de
#align(cent... | |
https://github.com/ClazyChen/Table-Tennis-Rankings | https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2004/MS-01.typ | typst |
#set text(font: ("Courier New", "NSimSun"))
#figure(
caption: "Men's Singles (1 - 32)",
table(
columns: 4,
[Ranking], [Player], [Country/Region], [Rating],
[1], [<NAME>], [CHN], [2567],
[2], [WANG Liqin], [CHN], [2471],
[3], [WANG Hao], [CHN], [2445],
[4], [CHUANG Chih-Yuan], ... | |
https://github.com/htlwienwest/da-vorlage-typst | https://raw.githubusercontent.com/htlwienwest/da-vorlage-typst/main/lib/pages/eidesstattliche.typ | typst | MIT License | #let eidesstattliche(datum: none, persons: ()) = [
= Selbständigkeitserklärung
#set text(11pt)
Wir erklären, dass wir die vorliegende Diplomarbeit selbstständig und ohne fremde Hilfe verfasst, andere als die angegebenen Quellen und Hilfsmittel nicht benutzt und die den benutzten Quellen wörtlich und inhalt... |
https://github.com/geek-space-hq/SchedulePrinter | https://raw.githubusercontent.com/geek-space-hq/SchedulePrinter/master/test.typ | typst | #import "@preview/tablex:0.0.7": *
#let www=12cm
#set page(
width: www,
height: 40cm,
)
#let title="aaaa"
#title
#pagebreak(
weak: true
) | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/svg-text_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#set page(width: 250pt)
#figure(
image("/assets/files/diagram.svg"),
caption: [A textful diagram],
)
|
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/note-1/6.微积分的应用.typ | typst | #import "../template.typ": *
#show: project.with(
course: "Calculus I",
course_fullname: "Calculus (A) I",
course_code: "821T0150",
semester: "Autumn-Winter 2023",
title: "Note #6: 微积分的应用",
authors: (
(
name: "memset0",
email: "<EMAIL>",
id: "3230104585",
),
),
date: "January ... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/093.%20distraction.html.typ | typst | distraction.html
Disconnecting Distraction
Note: The strategy described at the end of this essay didn't work.
It would work for a while, and then I'd gradually find myself
using the Internet on my work computer. I'm trying other
strategies now, but I think this time I'll wait till I'm sure
they work before writing ab... | |
https://github.com/qujihan/toydb-book | https://raw.githubusercontent.com/qujihan/toydb-book/main/main.typ | typst | #import "typst-book-template/book.typ": *
#set text(lang: "zh")
#show: book.with(info:(
title: "从零开始的分布式数据库生活 \n (From Zero to Distributed Database)",
name: "Quhaha",
outline-depth: 3,
))
#set heading(supplement: "")
#show ref: it => {
if it.element.func() == heading {
link(it.target, "第" + it + "章" + it.... | |
https://github.com/typst-community/valkyrie | https://raw.githubusercontent.com/typst-community/valkyrie/main/tests/types/color/test.typ | typst | Other | #import "/src/lib.typ" as z
#set page(height: 1cm, width: 1cm)
#{
_ = z.parse(rgb(0, 0, 0), z.color())
_ = z.parse(cmyk(0%, 0%, 0%, 0%), z.color())
//_ = z.parse(0, z.color())
//_ = z.parse(none, z.color())
}
|
https://github.com/Area-53-Robotics/53E-Notebook-Over-Under-2023-2024 | https://raw.githubusercontent.com/Area-53-Robotics/53E-Notebook-Over-Under-2023-2024/giga-notebook/entries/intake-rebuild/test.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components: *
#import "/utils.typ": plot-from-csv
#show: create-body-entry.with(
title: "Test: Intake Rebuild",
type: "test",
date: datetime(year: 2024, month: 2, day: 24),
author: "<NAME>",
witness: "Violet Ridge",
)
#m... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1EC70.typ | typst | Apache License 2.0 | #let data = (
(),
("INDIC SIYAQ NUMBER ONE", "No", 0),
("INDIC SIYAQ NUMBER TWO", "No", 0),
("INDIC SIYAQ NUMBER THREE", "No", 0),
("INDIC SIYAQ NUMBER FOUR", "No", 0),
("INDIC SIYAQ NUMBER FIVE", "No", 0),
("INDIC SIYAQ NUMBER SIX", "No", 0),
("INDIC SIYAQ NUMBER SEVEN", "No", 0),
("INDIC SIYAQ NUMBE... |
https://github.com/pku-typst/ichigo | https://raw.githubusercontent.com/pku-typst/ichigo/main/doc/doc.typ | typst | MIT License | #import "@preview/numbly:0.1.0": numbly
#import "@preview/indenta:0.0.3": fix-indent
#import "@preview/codly:1.0.0": codly, codly-init
// Scripting
#let param-table(..docs) = {
let headers = ([参数], [类型], [默认值], [说明])
let items = docs
.pos()
.flatten()
.chunks(headers.len())
.map(((p, t, dv, dscr))... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/superb-pci/0.1.0/template/main.typ | typst | Apache License 2.0 | #import "@preview/superb-pci:0.1.0": *
#show: pci.with(
title: [Sample for the template, with quite a very long title],
abstract: [#lorem(200)],
authors: (
(
name: "<NAME>",
orcid: "0000-0000-0000-0001",
affiliations: "#,1"
),
(
name: "<NAME>",
orcid: "0000-0000-0000-000... |
https://github.com/Chasing1020/typst-cv-template | https://raw.githubusercontent.com/Chasing1020/typst-cv-template/main/README.md | markdown | Apache License 2.0 | # Typst CV template
This is a Typst template for a professional resume. The template is designed to be easy to customize and modify, allowing you to create a personalized and professional-looking resume in no time.
# Preview

# Features
- Clean and modern design
- Customizable text attributes
... |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/RT/akatisty/akatistGojdic.typ | typst | #import "/style.typ": *
#import "../styleAkatist.typ": *
= Akatist k Presvätej Bohorodičke
#align(horizon + center)[#primText[
#text(40pt)[AKAFIST \
svjaščeno-\ mučenîkovî \
PAVLOVÎ PETROVÎ \
GOJĎIČOVÎ\
Prjašivskomu jepiskopovî ]
]]
#let akatist = (
(
"index": 1,
"kondak": [Ty uzriv svit ... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/text/edge.typ | typst | // Test top and bottom text edge.
--- text-edge ---
#set page(width: 160pt)
#set text(size: 8pt)
#let try(top, bottom) = rect(inset: 0pt, fill: conifer)[
// Warning: 19-34 unknown font family: ibm plex mono
#set text(font: "IBM Plex Mono", top-edge: top, bottom-edge: bottom)
From #top to #bottom
]
#let try-bou... | |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/packages/layout.md | markdown | MIT License | # Layouting
General useful things.
## Pinit: relative place by pins
The idea of [pinit](https://github.com/OrangeX4/typst-pinit) is pinning pins on the normal flow of the text, and then placing the content relative to pins.
```typ
#import "@preview/pinit:0.1.3": *
#set page(height: 6em, width: 20em)
#set text(size... |
https://github.com/OrangeX4/vscode-typst-sympy-calculator | https://raw.githubusercontent.com/OrangeX4/vscode-typst-sympy-calculator/main/README.md | markdown | MIT License | 
# Typst Sympy Calculator
## About
`Typst Sympy Calculator` parses **typst math expressions** and converts it into the equivalent **SymPy form**. Then, **calculate it** and convert to typst result.
It is designed for providing **people writing in typst** a ability to calculate something when writi... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/circuiteria/0.1.0/src/gates.typ | typst | Apache License 2.0 | #import "elements/logic/gate.typ": gate
#import "elements/logic/and.typ": gate-and, gate-nand
#import "elements/logic/or.typ": gate-or, gate-nor
#import "elements/logic/xor.typ": gate-xor, gate-xnor
#import "elements/logic/buf.typ": gate-buf, gate-not |
https://github.com/YDX-2147483647/herglotz | https://raw.githubusercontent.com/YDX-2147483647/herglotz/main/README.md | markdown | # Herglotz Trick and more
## Compile
```shell
python -m pseudonym
typst compile herglotz.typ
typst compile cantor.typ
typst compile fourier.typ
```
`pseudonym/hashes.csv` and `fig/` are available at [the release][release].
[release]: https://github.com/YDX-2147483647/herglotz/releases/latest "Latest release"
## 补充... | |
https://github.com/wildfire322/typst-x86_64-pc-windows-msvc | https://raw.githubusercontent.com/wildfire322/typst-x86_64-pc-windows-msvc/main/1.typ | typst | #set page(
paper:"a4",
margin:(
x:2cm,
y:2cm
),
header: align(center,text(30pt)[普物复习])
)
#set text(
size : 12pt,
font: "Times New Roman"
)
#set heading(numbering: "1.")
#set par(justify: true)
= math
== 基础
$ v=(dif x)/(dif t)=accent(x,.) $\
$ a=dot.double(x)=(dif v)/(dif t)=(dif^2 x)... | |
https://github.com/mariunaise/HDA-Thesis | https://raw.githubusercontent.com/mariunaise/HDA-Thesis/master/graphics/plots/bach/help.typ | typst | #import "@preview/cetz:0.2.2": canvas, plot
#let data2 = csv("../../../data/errorrates/bach/errorrates2.csv")
#let ndata2 = data2.map(value => value.map(v => calc.log(float(v))))// fucking hell is that cursed
#let data4 = csv("../../../data/errorrates/bach/errorrates4.csv")
#let ndata4 = data4.map(value => value.map(... | |
https://github.com/mem-courses/linear-algebra | https://raw.githubusercontent.com/mem-courses/linear-algebra/main/homework/linear-algebra-homework3.typ | typst | #import "../template.typ": *
#show: project.with(
title: "Linear Algebra Homework #3",
authors: (
(name: "<NAME> (#95)", email: "<EMAIL>", phone: "3230104585"),
),
date: "October 11, 2023",
)
= P36 习题二 12(3) #ac
#prob[
计算行列式的值:
$ mat(
2,0,dots.c,0,2;
-1,2,dots.c,0,2;
dots.v,dots.v,,dots.v,dots.v;
... | |
https://github.com/mizlan/typst-resume-sans | https://raw.githubusercontent.com/mizlan/typst-resume-sans/main/README.md | markdown | Sans-serif Typst resume template, heavily inspired by
[this](https://github.com/skyzh/chicv).
Depends on the fonts [Inter](https://rsms.me/inter/) and
[General Sans](https://www.fontshare.com/fonts/general-sans).
**Directions**: Edit `resume.typ` and compile it either locally or in your [browser](https://typst.app/).... | |
https://github.com/jonaspleyer/peace-of-posters | https://raw.githubusercontent.com/jonaspleyer/peace-of-posters/main/lib.typ | typst | MIT License | #import "boxes.typ": *
#import "layouts.typ": *
#import "themes.typ": *
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-E000.typ | typst | Apache License 2.0 | #let data = (
"0": ("<Private Use, First>", "Co", 0),
"18ff": ("<Private Use, Last>", "Co", 0),
)
|
https://github.com/Dav1com/resume | https://raw.githubusercontent.com/Dav1com/resume/main/modules/professional.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Professional Experience")
#cvEntry(
title: [Software Developer],
society: [t14 Consulting],
//logo: "../src/logos/xyz_corp.png",
date: [Feb 2023 - Present],
location: [Remote work],
description: list(
[Design and implementation of cus... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/syntaxes/textmate/tests/unit/bugs/link.typ | typst | Apache License 2.0 | ("https://github.com/Myriad-Dreamin/tinymist/tree/main/editors/vscode#symbol-view")[integrating]
("https://github.com/istudyatuni/sublimelsp-LSP/blob/40ea8ea01af19b8719b0e2e827dbfb8651261199/docs/src/language_servers.md#tinymist")[] |
https://github.com/Thumuss/utpm | https://raw.githubusercontent.com/Thumuss/utpm/dev/TODO.md | markdown | MIT License | # TODO list
## V2:
- [x] Reimpl errors
- [x] Last typst version
- [x] More commands:
- [x] Unlink
- [x] List
- [x] Create `typst.toml` by asking questions
- [x] use semver
- [x] Use custom packages namespace (e.g "@custom/example:1.0.1")
- [x] Fix typo
## V2.1:
- [X] ""pre-export"" package by giving them what ... |
https://github.com/Ttajika/class | https://raw.githubusercontent.com/Ttajika/class/main/seminar2024/main.typ | typst | #import "quiz_bank.typ":*
#show heading: set text(font: "<NAME>", fill: gradient.linear(..color.map.crest))
#set heading(numbering: "1.")
#set page(numbering: "1")
#set text(font: "<NAME>", lang:"ja")
#show raw: set text(font: ("Roboto Mono", "<NAME>"), lang: "ja")
#set par(leading: 1em, first-line-indent: 1em)
#show ... | |
https://github.com/JakMobius/courses | https://raw.githubusercontent.com/JakMobius/courses/main/mipt-os-basic-2024/sem07/utils.typ | typst |
#import "../theme/theme.typ": *
#import "@preview/cetz:0.2.2"
#let cell-color(base-color) = {
if base-color == none {
base-color = blue
}
let background-color = color.mix((base-color, 20%), (white, 80%))
let stroke-color = color.mix((base-color, 50%), (black, 50%))
(
base-color: base-color, backg... | |
https://github.com/lphoogenboom/typstThesisDCSC | https://raw.githubusercontent.com/lphoogenboom/typstThesisDCSC/master/acronymList.typ | typst | // Dictionary with acronyms
#let acronyms = (
TUD: "Technisch Universiteit Delft",
DCSC: "Delft Center for Systems and Control",
API: "Application programmable interface",
)
| |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/210.%20heresy.html.typ | typst | heresy.html
Heresy
April 2022One of the most surprising things I've witnessed in my lifetime is
the rebirth of the concept of heresy.In his excellent biography of Newton, <NAME> writes about the
moment when he was elected a fellow of Trinity College:
Supported comfortably, Newton was free to devote himself wholly
... | |
https://github.com/xsro/xsro.github.io | https://raw.githubusercontent.com/xsro/xsro.github.io/zola/typst/nlct/main.typ | typst | #set text(font: ("Noto Serif CJK SC","Noto Serif CJK SC"))
#set page(background: rotate(24deg,
[
#text(180pt, fill: gray.lighten(80%))[
*NLCT*\
]
#text(50pt, fill: gray.lighten(80%))[
(Working In Progress)
]
]
))
#align(center)[
#text(gray,size: 20pt)[
Supplement
for
]
#text(size:24pt)[... | |
https://github.com/metamuffin/typst | https://raw.githubusercontent.com/metamuffin/typst/main/tests/typ/text/shaping.typ | typst | Apache License 2.0 | // Test shaping quirks.
---
// Test separation by script.
ABCअपार्टमेंट
// This is how it should look like.
अपार्टमेंट
// This (without the spaces) is how it would look
// if we didn't separate by script.
अ पा र् ट में ट
---
// Test that RTL safe-to-break doesn't panic even though newline
// doesn't exist in shapin... |
https://github.com/mroberts1/fsu-smt-su24 | https://raw.githubusercontent.com/mroberts1/fsu-smt-su24/main/index.typ | typst | MIT License | // Some definitions presupposed by pandoc's typst output.
#let blockquote(body) = [
#set text( size: 0.92em )
#block(inset: (left: 1.5em, top: 0.2em, bottom: 0.2em))[#body]
]
#let horizontalrule = [
#line(start: (25%,0%), end: (75%,0%))
]
#let endnote(num, contents) = [
#stack(dir: ltr, spacing: 3pt, super[#n... |
https://github.com/storopoli/Bayesian-Statistics | https://raw.githubusercontent.com/storopoli/Bayesian-Statistics/main/README.md | markdown | Creative Commons Attribution Share Alike 4.0 International | # Bayesian Statistics
[](http://creativecommons.org/licenses/by-sa/4.0/)
<div class="figure" style="text-align: center">
<img src="slides/images/memes/main.jpg" alt="Bayesian for Everyone!" width="500" />
<p class="caption">
Bayesia... |
https://github.com/xbunax/tongji-undergrad-thesis | https://raw.githubusercontent.com/xbunax/tongji-undergrad-thesis/main/init-files/sections/acknowledgments.typ | typst | MIT License | #import "../../tongji-undergrad-thesis/elements.typ": *
#heading("谢辞", numbering: none)
#empty-par()
本节通常用于感谢在研究过程中给予帮助和支持的人们,例如指导老师、实验室同学、朋友和家人等。
在谢辞中,需要真诚地表达感谢之情,回顾一下在研究过程中所受到的帮助和支持,并提到他们的具体贡献和重要性。同时,也可以简要说明一下自己在研究过程中的收获和体会,表达对他们的感激之情和祝福。
最后,需要注意不要出现太多的感情用词,语言简洁明了,表达真诚和诚恳即可。
谢谢支持本项目的所有朋友们。并且希望选用该模板的朋友们都能顺利通过查重与答... |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/抽象代数/作业/hw10.typ | typst | #import "../../template.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: note.with(
title: "作业10",
author: "YHTQ ",
date: none,
logo: none,
withOutlined: false
)
= 11.30 P101
== 1 <exercise>
断言 $QQ[x, x^(1/2), x^(1/3), ...... | |
https://github.com/magicwenli/keyle | https://raw.githubusercontent.com/magicwenli/keyle/main/test/tests.typ | typst | MIT License | #import "@preview/codelst:2.0.0": sourcecode
#import "@preview/showybox:2.0.1": showybox
#import "../src/keyle.typ"
#set document(date: none)
#set page(margin: 0.5cm, width: auto, height: auto)
#let example-scope = (keyle: keyle)
#let frame(..args) = showybox(
frame: (
border-color: gray,
title-color: black... |
https://github.com/Wallbreaker5th/vuqa | https://raw.githubusercontent.com/Wallbreaker5th/vuqa/master/vuqa.typ | typst | #import "@preview/fontawesome:0.2.0": *
#set text(font: ("Source Han Sans SC", ), size: 14pt, lang: "zh", region: "CN")
#show raw: set text(font: "LXGW WenKai Mono GB", weight: 700)
#set page(width: auto, height: auto, margin: 1cm)
#let taowa(it, size) = [
#let title(it) = {
move(box(
text(stroke: black + 0.01... | |
https://github.com/DashieTM/ost-5semester | https://raw.githubusercontent.com/DashieTM/ost-5semester/main/compiler/weeks/week11.typ | typst | #import "../../utils.typ": *
#section("Garbage Collection")
#subsection("Explicit Memory Handling")
- noobs can't handle it
- languages like C don't make it easy to work with -> return stack reference, get
shit on
- C++ has old features -> shit, not everyone uses the newer ones...
- memory leaks -> always going to ... | |
https://github.com/jonaspleyer/peace-of-posters | https://raw.githubusercontent.com/jonaspleyer/peace-of-posters/main/docs/content/_index.md | markdown | MIT License | ---
title: Introduction
type: docs
---
# Overview
> piece of cake<br>
> peace of mind<br>
> peace of posters
`peace-of-posters` allows to create simple but elegant posters.
It does not make any assumptions about layout (eg. 2/3 column), size of the poster (eg. a0, a1) or orientation.
Its main functionality is provid... |
https://github.com/LEXUGE/typzk | https://raw.githubusercontent.com/LEXUGE/typzk/main/lib.typ | typst | MIT License | #import "graph.typ": digraphState, node, subgraph, gen_graphviz, render_graph, heading_subgraph, heading_to_label
|
https://github.com/TechnoElf/mqt-qcec-diff-thesis | https://raw.githubusercontent.com/TechnoElf/mqt-qcec-diff-thesis/main/content/background/lcs.typ | typst | #import "@preview/fletcher:0.5.1": diagram, node, edge
#import "@preview/gentle-clues:0.9.0": example
#import "@preview/quill:0.3.0": quantum-circuit, lstick, rstick, ctrl, targ
== The Longest Common Subsequence Problem
The @lcs problem seeks to find the maximum length of a sequence of symbols common to two lists of s... | |
https://github.com/wjakethompson/wjt-quarto-ext | https://raw.githubusercontent.com/wjakethompson/wjt-quarto-ext/main/ku-letter/README.md | markdown | Creative Commons Zero v1.0 Universal | # KU Letter Format
Based on the KU letterhead format for Accessible Teaching, Learning, and Assessment Systems.
**NOTE**: This format requires the pre-release version of Quarto v1.4, which you can download here: <https://quarto.org/docs/download/prerelease>.
## Installing
```bash
quarto use template wjakethompson/w... |
https://github.com/Vanille-N/mpri2-edt | https://raw.githubusercontent.com/Vanille-N/mpri2-edt/master/demo/1.typ | typst | #import "../edt.typ"
#import "../typtyp.typ"
#let tt = typtyp
#import "../classes.typ"
#import "../mpri.typ"
#import "../ext.typ"
// Edit this: uncomment exactly the classes you take
#let chosen = tt.ret(tt.array(mpri.Class), (
/* === Monday === */
/*-- 8h45 --*/
mpri.proof_asst,
//mpri.automata_mod,
/*-- 12h... | |
https://github.com/taylorh140/typst-pintora | https://raw.githubusercontent.com/taylorh140/typst-pintora/main/package/README.md | markdown | # [Pintorita - Pintora plugin for typst ](https://github.com/taylorh140/typst-pintora)
[Pintora](https://pintorajs.vercel.app/)
Typst package for drawing the following from markup:
- Sequence Diagram
- Entity Relationship Diagram
- Component Diagram
- Activity Diagram
- Mind Map Experiment
- Gantt Diagram Experiment
... | |
https://github.com/antonWetzel/Masterarbeit | https://raw.githubusercontent.com/antonWetzel/Masterarbeit/main/arbeit/lt.typ | typst | //#show: lt()
//#show: lt(overwrite: true)
#let lt(overwrite: false) = {
if not sys.inputs.at("spellcheck", default: overwrite) {
return (doc) => doc
}
return (doc) => {
show math.equation.where(block: false): it => [0]
show math.equation.where(block: true): it => []
show bibliography: it => []
show par: s... | |
https://github.com/lebinyu/typst-thesis-template | https://raw.githubusercontent.com/lebinyu/typst-thesis-template/main/template/tableofcontent_style.typ | typst | Apache License 2.0 | #import "global_style.typ": *
#let tableofcontent() = {
set page(
// footer: [
// #counter(page).display("I")
// ],
numbering: "I"
)
show outline.entry.where(
level: 1
): it => {
v(12pt, weak: true)
strong(it)
}
// show heading.where(level: 1): it => {
// block(
// ... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/haw-hamburg/0.1.0/examples/bachelor-thesis/chapters/03_article_2.typ | typst | Apache License 2.0 | #import("../dependencies.typ"): *
= The Second Article
Everyone is entitled to all the rights and freedoms set forth in this Declaration, without distinction of any kind, such as race, colour, sex, language, religion, political or other opinion, national or social origin, property, birth or other status. Furthermore,... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/tidy/0.1.0/src/tidy.typ | typst | Apache License 2.0 | // Source code for the typst-doc package
#import "styles.typ"
#import "tidy-parse.typ"
/// Parse the docstrings of a typst module. This function returns a dictionary with the keys
/// - `name`: The module name as a string.
/// - `functions`: A list of function documentations as dictionaries.
/// - `label-prefix`: ... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/lint/markup_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Warning: 1-3 no text within stars
// Hint: 1-3 using multiple consecutive stars (e.g. **) has no additional effect
// Warning: 11-13 no text within stars
// Hint: 11-13 using multiple consecutive stars (e.g. **) has no additional effect
**not bo... |
https://github.com/LEXUGE/poincare | https://raw.githubusercontent.com/LEXUGE/poincare/main/src/slides/tensor-and-physics/main.typ | typst | MIT License | // Get Polylux from the official package repository
#import "@preview/polylux:0.3.1": *
#import "@preview/physica:0.9.2": *
#import "@preview/gentle-clues:0.4.0": *
#import "@lexuge/templates:0.1.0": *
#import shorthands: *
#import pf3: *
// Make the paper dimensions fit for a presentation and the text larger
#set pag... |
https://github.com/RaphGL/ElectronicsFromBasics | https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/core/core.typ | typst | Other | #let radius_size = 1em
#let volume_title(title: "", description: "") = [
#layout(size => [
#block(width: size.width, height: size.height)[
#align(center + horizon)[
= #title
#description
]
]
])
]
// todo rename everywhere to text_figure
#let voltage_listing(body, description: ... |
https://github.com/teshu0/uec24-exp-a-typst | https://raw.githubusercontent.com/teshu0/uec24-exp-a-typst/main/main.typ | typst | The Unlicense |
// ←これで始まる行はコメントなのでPDFでは表示されない
// テンプレートの呼び出し
#import "./uec_exp_a.typ": uec_exp_a, title, description, table_figure
#import "./logos.typ": Typst, LaTeX
// 図表
#import "@preview/cetz:0.2.2"
// 単位
#import "@preview/metro:0.2.0": *
// ロゴの置き換え
#show "LaTeX": name => LaTeX
// テンプレートを使う
#show: uec_exp_a
// タイトル
#title... |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/math/primes.typ | typst | --- math-primes ---
// Test dedicated syntax for primes
$a'$, $a'''_b$, $'$, $'''''''$
--- math-primes-spaces ---
// Test spaces between
$a' ' '$, $' ' '$, $a' '/b$
--- math-primes-complex ---
// Test complex prime combinations
$a'_b^c$, $a_b'^c$, $a_b^c'$, $a_b'^c'^d'$
$(a'_b')^(c'_d')$, $a'/b'$, $a_b'/c_d'$
$∫'$,... | |
https://github.com/Pablo-Gonzalez-Calderon/apuntes-botanica | https://raw.githubusercontent.com/Pablo-Gonzalez-Calderon/apuntes-botanica/main/src/months/october.typ | typst | Other | #import "../template.typ": new-class, examplebox, obsbox, figure-box, gloss
#import "@preview/showybox:2.0.1": *
#import "@preview/tablex:0.0.4": *
#let micro = sym.mu + "m"
#let clase-12 = [
#new-class(new-page: true, "Crecimiento secundario I", "16 de octubre de 2023")
Antes de entrar de lleno con el creci... |
https://github.com/LilNick0101/Bachelor-thesis | https://raw.githubusercontent.com/LilNick0101/Bachelor-thesis/main/content/project.typ | typst | #v(10pt)
= Il progetto
In questo capitolo viene descritto il progetto di stage in largo, in particolare come è stato pianificato, le tecnologie usate per realizzare il prodotto, gli strumenti utilizzati per lo sviluppo, gli strumenti utilizzati per la gestione del lavoro e in breve cosa si è fatto nel periodo di forma... | |
https://github.com/xTeamStanly/typst-lib-wrapper | https://raw.githubusercontent.com/xTeamStanly/typst-lib-wrapper/main/README.md | markdown | Apache License 2.0 | **Note**: This library is intended for personal use. It will not be added to `crates.io`. \
If you wish to use this:
```toml
typst-lib-wrapper = { git = "https://github.com/xTeamStanly/typst-lib-wrapper.git" }
```
# Overview
Rust library that synchronously wraps Typst compiler, enabling you to compile documents and
ca... |
https://github.com/tymbalodeon/job-application | https://raw.githubusercontent.com/tymbalodeon/job-application/main/src/resume.typ | typst | #import "_content.typ": name, experiences, awards, education, skills
#import "_header.typ": space
#let make-experience(experience) = [
#let (
employer,
location,
position,
start,
end,
highlights
) = experience
#grid(
columns: (auto, 1fr),
ali... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.4.0/docs/examples/example.typ | typst | Apache License 2.0 | #import "/src/exports.typ" as fletcher: node, edge
#for dark-mode in (false, true) [
#let c = if dark-mode { white } else { black }
#set page(width: 22cm, height: 9cm, margin: 1cm)
#set text(fill: white) if dark-mode
#show: scale.with(200%, origin: top + left)
#let edge = edge.with(stroke: c)
#stack(
dir: ltr,
... |
https://github.com/gianzamboni/cancionero | https://raw.githubusercontent.com/gianzamboni/cancionero/main/wip/while-the-whole-world-ends.typ | typst | #import "../theme.typ": *;
== While The Whole World Ends
=== KROWNS
Trying to build a life with broken parts \
Trying to hold on tight with a stitched up heart \
Caring is anarchy, filling up your head with dreams \
'Til it all goes dark \
#newVerse
So, baby, let's face it \
You know that we could be the last gene... | |
https://github.com/mumblingdrunkard/mscs-thesis | https://raw.githubusercontent.com/mumblingdrunkard/mscs-thesis/master/src/introduction-and-motivation/index.typ | typst | = Introduction and Motivation
While more and more compute-intensive applications have been moved to massively parallel processors such as graphics processors or using vector processing extensions in normal processors, some applications are inherently single-threaded for large computations.
Even with fundamentally sin... | |
https://github.com/fyuniv/CornellNoteTemplate | https://raw.githubusercontent.com/fyuniv/CornellNoteTemplate/main/README.md | markdown | Other | # Cornell Note Template
This typst template is design to create Cornell Note style worksheets.
See [https://github.com/fyuniv/CornellNoteTemplate/blob/main/example.pdf](https://github.com/fyuniv/CornellNoteTemplate/blob/main/example.pdf) for the outlook of an example.
|
https://github.com/Enter-tainer/typstyle | https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/comment/comment-in-dict.typ | typst | Apache License 2.0 | #(
:
// empty dict
)
#(
a: 1 /* comment */, // another comment
b /* comment */: 2,
/* comment */ c: 3,
)
|
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/fen.typ | typst |
#let fen(pieces) = {
let piece-map = (
"K": "♔", // "\u{2654}"
"Q": "♕", // "\u{2655}"
"R": "♖", // "\u{2656}"
"B": "♗", // "\u{2657}"
"N": "♘", // "\u{2658}"
"P": "♙", // "\u{2659}"
"k": "♚", // "\u{265a}"
"q": "♛", // "\u{265b}"
"r": "♜", // "\u{265c}"
"b": "♝", // "\u{265d}... | |
https://github.com/Hithereland/whu-typst-template | https://raw.githubusercontent.com/Hithereland/whu-typst-template/main/README.md | markdown | # WHU Typst Template
用于武汉大学本科毕业设计(论文)的 typst 模板。

## 什么是 typst
[typst](https://github.com/typst/typst) 是一个较新的标记文本语言,定位与 LaTeX 类似,具有极强的排版能力,通过一定的语法写文档,然后生成 pdf 文件。与 LaTeX 相比有以下的优势:
1. 编译巨快:因为提供增量编译的功能所以在修改后基本能在一秒内编译出 pdf 文件,typst 提供了监听修改自动编译的功能,可以像 Markdown 一样边写边看效果。
2. 环境搭建简单:原生支持中日韩等非拉... | |
https://github.com/denkspuren/typst_programming | https://raw.githubusercontent.com/denkspuren/typst_programming/main/LiterateProgramming/test.typ | typst | #let renderLabel(label) = {
locate(loc => {
let res = query(label, loc)
return eval(res.first().text, mode: "markup")
}
)
}
// #[Hello] #[World]
#{[Hello] + [ ] + [World 1]}<one>
#([Hello] + [ ] + [World 2])<two>
#([Hello], [ ], [World 3])<three>
#("name" : 3).name<four>
#let first = locate(loc... | |
https://github.com/NMD03/typst-uds | https://raw.githubusercontent.com/NMD03/typst-uds/main/template.typ | typst |
#let acronyms = yaml("acronyms.yml");
#let acroStates = state("acronymStates", ());
#let english_pack = (
by: "by",
time_period: "Time Period",
student_id: "Student ID",
company: "Company",
supervisor: "Advisor",
first_referee: "1. Referee",
second_referee: "2. Referee",
decleration: (ty... | |
https://github.com/crd2333/crd2333.github.io | https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Languages/Python/Python.typ | typst | #import "/src/components/TypstTemplate/lib.typ": *
#show: project.with(
title: "Python 笔记",
lang: "zh",
)
= TonyCrane 的视频笔记
== 注释
- 单行注释用 `#`
- 严格上没有多行注释,但可以用三个"来代替
== 列表list
- 类似其他语言的数组,内部类型可以不统一
- 用`[]`表示,`lst=[1,2,3,"abc",True]`
- 用`[]`索引,从0开始;可以加负号,表示从后往前数
- 切片功能`lst[a:b:c]`
- `lst[1:3]`,得到下标1到3-1的分割出来的列表
... | |
https://github.com/kotfind/hse-se-2-notes | https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/algo/lectures/2024-09-10.typ | typst | #import "/utils/math.typ": *
= Символы Ландау
#def[
#defitem[$f(x) = O(g(x)):$]
$
exists C > 0
exists x_0 >= 0:
forall x >= x_0:
abs(f(x)) <= C abs(g(x))
$
]
#def[
#defitem[$f(x) = o(g(x)):$]
$
forall epsilon > 0
exists x_0:
forall x >= x_0:... | |
https://github.com/jneug/typst-typopts | https://raw.githubusercontent.com/jneug/typst-typopts/main/manual.typ | typst | MIT License | //#import "@local/mantys:0.0.1": *
#import "../mantys-0.0.1/mantys.typ": *
#import "options.typ"
#show: mantys.with(
name: "typopts",
title: "The typopts Package",
subtitle: [#strong("Typ")st #strong("opt")ion#strong("s") management],
info: [A *Typst* package to conveniently handle options and arguments.],
... |
https://github.com/AliothCancer/AppuntiUniversity | https://raw.githubusercontent.com/AliothCancer/AppuntiUniversity/main/capitoli_fisica/esercizi/esercitazione1p2.typ | typst | #import "../../custom_functions.typ": c
= TODO! Esercitazione 1+2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.