repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/GartmannPit/Praxisprojekt-II | https://raw.githubusercontent.com/GartmannPit/Praxisprojekt-II/main/Praxisprojekt%20II/PVA-Templates-typst-pva-2.0/template/contents.typ | typst | #let createTableofContent() = {
set heading(numbering: none)
set heading(outlined: false)
par[= Inhaltsverzeichnis] // change heading here for other languages
show outline.entry.where(level:1): it => {
v(12pt, weak: true)
strong(it)
}
outline(title: none, indent: auto)
} | |
https://github.com/pedrofp4444/BD | https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[4] Modelação Lógica/main.typ | typst | #import "validação.typ": validação
#import "explicação.typ": explicação
#import "normalização.typ": normalização
#import "interrogações.typ": interrogações
#let lógico = {
[
= Modelação Lógica
#validação
#explicação
#normalização
#interrogações
]
} | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-A700.typ | typst | Apache License 2.0 | #let data = (
("MODIFIER LETTER CHINESE TONE YIN PING", "Sk", 0),
("MODIFIER LETTER CHINESE TONE YANG PING", "Sk", 0),
("MODIFIER LETTER CHINESE TONE YIN SHANG", "Sk", 0),
("MODIFIER LETTER CHINESE TONE YANG SHANG", "Sk", 0),
("MODIFIER LETTER CHINESE TONE YIN QU", "Sk", 0),
("MODIFIER LETTER CHINESE TONE Y... |
https://github.com/GZTimeWalker/GZ-Typst-Templates | https://raw.githubusercontent.com/GZTimeWalker/GZ-Typst-Templates/main/templates/shared.typ | typst | MIT License | #import "../functions/fonts.typ": *
#import "../functions/booktab.typ": *
#import "@preview/physica:0.8.0": *
// Set the default style for the document
#let shared(doc) = {
set page(paper: "a4", numbering: "1", number-align: center)
set text(font: fonts.serif, lang: "zh", size: 11pt)
show raw.where(block: true)... |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/04-opentype/implied.typ | typst | Other | #import "/lib/draw.typ": *
#let start = (250, 650)
#let end = (950, 1400)
#let text-size = 32
#let point-radius = 5
#let hightlight-thickness = 5
#let curve-thickness = 10
#let ctrl-curve-color = gray
#let ctrl-point-color = choose(gray.darken(50%), gray.lighten(50%))
#let main-curve-color = theme.main
#let arrow-thi... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/010_Duel%20Decks%3A%20Jace%20vs.%20Vraska.typ | typst | #import "@local/mtgset:0.1.0": conf
#show: doc => conf("Duel Decks: Jace vs. Vraska", doc)
#include "./010 - Duel Decks: Jace vs. Vraska/001_The Gorgon and the Guildpact.typ"
| |
https://github.com/Nyovelt/Resume2024 | https://raw.githubusercontent.com/Nyovelt/Resume2024/main/README.md | markdown | MIT License | # Alex's Resume
This is my resume, based on [Matchy's template](https://github.com/matchy233/typst-chi-cv-template).
|
https://github.com/Treeniks/bachelor-thesis-isabelle-vscode | https://raw.githubusercontent.com/Treeniks/bachelor-thesis-isabelle-vscode/master/chapters/05-main-enhancements.typ | typst | #import "/utils/todo.typ": TODO
#import "/utils/isabelle.typ": *
= Enhancements and New Features
This chapter focuses on significant redesigns or additions to #vscode. Users of #vscode frequently reported syntax highlighting breaking, particularly when switching files. To address this, we implemented a feature that a... | |
https://github.com/ludwig-austermann/typst-timetable | https://raw.githubusercontent.com/ludwig-austermann/typst-timetable/main/README.md | markdown | MIT License | # typst-timetable
[GitHub Repository including Examples and Changelog](https://github.com/ludwig-austermann/typst-timetable)
A typst template for timetables
## Features
A resulting timetable looks like this:

- Collision detection
- Automatic extension over multiple fields / cells / time ... |
https://github.com/matthiasGmayer/structural-independence-typst | https://raw.githubusercontent.com/matthiasGmayer/structural-independence-typst/Typst/main.typ | typst | #import "template.typ": *
#show: showrules
#align(center)[Writing notes]
In the intro we explain
d-separation and what it does.
We explain that there is D-separation and that it views functions as general position, but there was no theory for a fixed function until Garrabrant, Mayer et al. Having fixed functions ma... | |
https://github.com/UBOdin/data_structures_book | https://raw.githubusercontent.com/UBOdin/data_structures_book/main/chapters/5-recursion.typ | typst | = Recursion, Divide and Conquer, Sorting
This section will cover:
- Recursion basics
- Factorial
- Tail recursion
- Bounding recursive functions
- Coming up with recursive algorithms: Divide and conquer
- Sorted Array as an ADT
- Sort algorithms: Merge Sort
- Expected Runtime Complexity
- Sort algorithms:... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/foundations/bytes.typ | typst | // Test the bytes type.
--- bytes-basic ---
#let data = read("/assets/images/rhino.png", encoding: none)
#test(data.len(), 232243)
#test(data.slice(0, count: 5), bytes((137, 80, 78, 71, 13)))
#test(str(data.slice(1, 4)), "PNG")
#test(repr(data), "bytes(232243)")
--- bytes-string-conversion ---
#test(str(bytes(range(0... | |
https://github.com/chendaohan/bevy_tutorials_typ | https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/20_events/events.typ | typst | #set page(fill: rgb(35, 35, 38, 255), height: auto, paper: "a3")
#set text(fill: color.hsv(0deg, 0%, 90%, 100%), size: 22pt, font: "Microsoft YaHei")
#set raw(theme: "themes/Material-Theme.tmTheme")
= 1. 事件
将数据在系统之间传递!让你的系统彼此通信!
像资源或组件一样,事件是简单的 Rust 结构体或枚举。当创建一个新的事件类型时,派生 Event Trait。
然后,任何系统都可以发送(广播)该类型的值,任何系统都可以接收... | |
https://github.com/Quaternijkon/notebook | https://raw.githubusercontent.com/Quaternijkon/notebook/main/content/数据结构与算法/.chapter-算法/动态规划/丑数.typ | typst | #import "../../../../lib.typ":*
=== #Title(
title: [丑数],
reflink: "https://leetcode.cn/problems/ugly-number-ii/description/",
level: 2,
)<丑数>
#note(
title: [
丑数
],
description: [
给你一个整数 n ,请你找出并返回第 n 个 丑数 。
说明:丑数是只包含质因数 2、3 和/或 5 的正整数;1 是丑数。
],
examples: ([
输入: n = 10
输出: 12
解释: 1, 2, 3, 4, 5, 6,... | |
https://github.com/f14-bertolotti/bedlam | https://raw.githubusercontent.com/f14-bertolotti/bedlam/main/src/main.typ | typst | #import "theme.typ": template
#show: template
#include "notation/main.typ"
#include "set-theory/main.typ"
#include "abstract-algebra/main.typ"
#include "topology/main.typ"
#include "measure-theory/main.typ"
#include "probability-theory/main.typ"
#include "optimal-transport/main.typ"
| |
https://github.com/0x6e66/hbrs-typst | https://raw.githubusercontent.com/0x6e66/hbrs-typst/main/modules_de/00_introduction.typ | typst | #import "../template/template.typ": *
= Einleitung
#lorem(600)
== Sub-Einleitung
#lorem(20)
#figure(
table(
columns: 4,
[t], [1], [2], [3],
[y], [0.3s], [0.4s], [0.8s],
),
kind: "tab",
supplement: "Tabelle",
caption: [Timing results],
) <tab1>
in @tab1 kann man sehen, dass
#lorem(20)
=== Sub-S... | |
https://github.com/maucejo/presentation_polylux | https://raw.githubusercontent.com/maucejo/presentation_polylux/main/src/_config.typ | typst | MIT License | #let config = (
weight: "regular", // Font weight
text-size: 20pt, // Text size
box-text-size: 0.8em, // Box text size
logo-height: 22%, // Logo height
)
// Colors
#let colors = (
red: rgb("#c1002a"),
gray: rgb("#405a68"),
green: rgb(31, 136, 61),
blue: rgb(9, 105, 218),
purpl... |
https://github.com/maxgraw/bachelor | https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/2-theory/0-index.typ | typst | Dieses Kapitel bietet eine Übersicht über die theoretischen Grundlagen, die für das Verständnis der Arbeit benötigt werden. Dabei werden Begriffe und Technologien vorgestellt, die für die Entwicklung einer Augmented Reality-Anwendung auf Basis von WebXR relevant sind.
== Augmented Reality <augmented-reality-chapter>
#... | |
https://github.com/jxpeng98/Typst-CV-Resume | https://raw.githubusercontent.com/jxpeng98/Typst-CV-Resume/main/example_double.typ | typst | MIT License | #import "@local/modernpro-cv:1.0.0": *
#import "@preview/fontawesome:0.5.0": *
#show: cv-double(
font-type: "PT Sans",
continue-header: "true",
name: [#lorem(2)],
address: [#lorem(4)],
lastupdated: "true",
pagecount: "true",
date: "2024-07-03",
contacts: (
(text: [#fa-icon("location-dot") UK]),
... |
https://github.com/gvariable/billryan-typst | https://raw.githubusercontent.com/gvariable/billryan-typst/master/demo.typ | typst | #import "template.typ": *
#show: doc => conf(
// Your personal photo.
photo: "SpongeBob SquarePants.png",
// Your name.
name: "gvariable",
// Information regarding your social media accounts.
// The "display" parameter is required, whereas the "link" parameter is optional.
medias: (
... | |
https://github.com/UntimelyCreation/typst-neat-cv | https://raw.githubusercontent.com/UntimelyCreation/typst-neat-cv/main/src/letter.typ | typst | MIT License | #import "template.typ": *
#show: layout
#set text(size: 12pt)
#set page(
paper: "a4",
margin: (
left: 1.2cm,
right: 1.2cm,
top: 1.2cm,
bottom: 1.2cm,
),
)
#letterHeader(
myAddress: [12 Cours Maréchal-Joffre \ 75003 Paris, France],
recipientName: [ABC Company],
re... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/physica/0.7.5/README.md | markdown | Apache License 2.0 | # The physica module (for physics)
Current semantic version: `0.7`. [Manual](https://github.com/Leedehai/typst-physics/blob/master/physica-manual.pdf).
Available at [https://typst.app/docs/packages/](https://typst.app/docs/packages/).
This [Typst](https://typst.app) package provides handy typesetting utilities for
p... |
https://github.com/DaAlbrecht/lecture-notes | https://raw.githubusercontent.com/DaAlbrecht/lecture-notes/main/computer_networks/computer_networks.typ | typst | MIT License | #import "../template.typ": *
#show: project.with(title: "Computer Networks", header:"Computer Networks")
#include "./network_topology.typ"
#pagebreak()
#include "./protocols_protocol_layers.typ"
#pagebreak()
#include "./network_layer.typ"
#pagebreak()
#include "./ipv4.typ"
#pagebreak()
#include "./ip_protocols.typ"
#... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/def_use/import_ident_alias.typ | typst | Apache License 2.0 | #import "base.typ"
#base
#import "base.typ": x as foo
#base, #foo |
https://github.com/tony-rsa/thonifho.muhali.cv | https://raw.githubusercontent.com/tony-rsa/thonifho.muhali.cv/main/README.md | markdown | MIT License | ## :shamrock: **cv**
[![CD][cd-shield]][cd-url]
[![EN][en-shield]][en-url]
[![RU][ru-shield]][ru-url]
[![License][license-shield]][license-url]
### My Typst CV template available in multiple languages.
<!-- MARKDOWN LINKS -->
[cd-shield]: https://img.shields.io/github/actions/workflow/status/tensorush/cv/cd.yaml?br... |
https://github.com/wznmickey/JI_Lab_Report_typst_template | https://raw.githubusercontent.com/wznmickey/JI_Lab_Report_typst_template/main/report.typ | typst | #import "conf.typ": conf
#show : doc => conf(
lab-number: 0,
title: [Measurement of the Acceleration Due to Gravity],
name: [<NAME>],
studentID: 12345678,
doc,
)
= Introduction
<introduction>
#set text(fill: blue);
This part should include a brief description of the experiment: its objectives, underlying ph... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/scripting/closure.typ | typst | // Test closures.
--- closure-without-params-non-atomic ---
// Don't parse closure directly in content.
#let x = "x"
// Should output `x => y`.
#x => y
--- closure-without-captures ---
// Basic closure without captures.
#{
let adder = (x, y) => x + y
test(adder(2, 3), 5)
}
--- closure-as-arg ---
// Pass closur... | |
https://github.com/MilanR312/ugent_typst_template | https://raw.githubusercontent.com/MilanR312/ugent_typst_template/main/template/prelude.typ | typst | MIT License | //helpfull file to include all needed methods
#import "methods/glos.typ": gls, glspl
#import "methods/introduction.typ": introduction
#import "methods/todo.typ": todo
#import "methods/table_notes.typ": note
|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/foundations-04.typ | typst | Other | // Test panic.
// Error: 7-24 panicked with: "this is wrong"
#panic("this is wrong")
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/minerva-report-fcfm/0.1.0/README.md | markdown | Apache License 2.0 | # Minerva Report FCFM
Template para hacer tareas, informes y trabajos. Pensado para ser familiar para estudiantes y académicos de la Facultad de Ciencias Físicas y Matemáticas de la Universidad de Chile que han usado templates similares para LaTeX.
## Guía Rápida
### [Webapp](https://typst.app)
Si utilizas la webapp... |
https://github.com/0warning0error/typst-yats | https://raw.githubusercontent.com/0warning0error/typst-yats/main/yats.typ | typst | Apache License 2.0 | // the format of the data transfer
// the structure
// |--type(1 byte)--|--payload--|--EOF--|
// EOF : 0x00
// type :
// 0x01 - none
// 0x02 - bool
// 0x03 - type
// 0x04 - int64
// 0x05 - float64
// 0x06 - duration
// 0x07 - datetime
// 0x08 - bytes
// ... |
https://github.com/Champitoad/typst-slides | https://raw.githubusercontent.com/Champitoad/typst-slides/main/pba-demo.typ | typst | Creative Commons Zero v1.0 Universal | #import "@preview/polylux:0.3.1": *
#import "theme/metropolis.typ": *
#import "@local/svg-emoji:0.1.0": setup-emoji
#import "notations.typ": *
#import "utils.typ": *
/********** PREAMBLE **********/
#show: metropolis-theme.with()
// Font config
#set text(font: "Fira Sans", weight: "light", size: 20pt)
#show math.... |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/minea/0_vseob/01_Bohorodicka.typ | typst | #let V = (
"HV": (
("",4,"Dal jesi známenije","Božestvennymi ďitelmi sobľudajušči i pokryvájušči, ot vražiich nachoždeníj, ľubóviju prazdnujuščyja preslavnoje tvoje (N.): zovúšče ti: ty jesi kriposť naša i utverždenije, i radovanije Bohoľipno, jedin Syn tvoj i Boh nas, jemuže poklaňajuščesja hlaholom: Isu... | |
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/wedges-rebuild/build.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components: *
#show: create-body-entry.with(
title: "Build: Wedges Rebuild",
type: "build",
date: datetime(year: 2023, month: 12, day: 1),
author: "<NAME>",
witness: "<NAME>",
)
#grid(
columns: (1fr, 1fr),
gutter: 20... |
https://github.com/GartmannPit/Praxisprojekt-II | https://raw.githubusercontent.com/GartmannPit/Praxisprojekt-II/main/Praxisprojekt%20II/PVA-Templates-typst-pva-2.0/acronyms.typ | typst | #set terms.item()
// add your acronyms here and delete the examples
\ Ex.: #h(1fr)Example // delete me but follow my style
\ 2nd: #h(1fr)second // here too
Sorry, not sorry: you need to add acronyms manually // delete me | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/attach-p3_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 30-34 unknown variable: oops
// $ attach(A, t: #locate(it => oops)) $ |
https://github.com/TomVer99/FHICT-typst-template | https://raw.githubusercontent.com/TomVer99/FHICT-typst-template/main/examples/showcase/terms.typ | typst | MIT License | #import "./../../template/fhict-template.typ": *
#let term-list = (
(
key: "fhict",
short: [FHICT],
long: [Fontys Hogeschool ICT],
desc: [Fontys University of Applied Sciences],
),
(
key: "wip",
short: [W.I.P.],
long: [Work In Progress],
),
(
key: "unused",
short: [UNUSED]... |
https://github.com/jneug/schule-typst | https://raw.githubusercontent.com/jneug/schule-typst/main/src/themes/_theme.typ | typst | MIT License |
#import "../util/types.typ" as t
#let _theme-schema = t.dictionary((
primary: t.color(),
secondary: t.color(),
muted: t.color(),
//
bg: t.dictionary((
primary: t.color(),
secondary: t.color(),
muted: t.color(),
code: t.color(optional: true),
)),
//
text: t.dictionary((
default: t.c... |
https://github.com/andrewzn69/templates | https://raw.githubusercontent.com/andrewzn69/templates/main/templates/Typst/general.typ | typst | MIT License | // general document
#import "main.typ": gen_preamble, doc_template, lref
#let template(
title: none,
authors: none,
suffix: none,
prefix: none,
body
) = {
doc_template({
gen_preamble(title: title, authors: authors, suffix: suffix, prefix: prefix)
body
})
}
|
https://github.com/d-mironov/typst-slides-uni-freiburg | https://raw.githubusercontent.com/d-mironov/typst-slides-uni-freiburg/main/template.typ | typst | MIT License | #let scriptsize = 8pt
#let transition(
// The slide accent color. Default is a vibrant yellow.
accent-color: rgb("f3bc54"),
// The slide content.
body,
) = {
page(
width: 15cm,
height: 10cm,
background: rect(width: 100%, height: 100%, fill: accent-color),
header: none,
footer: none,
)[
#set align(ce... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/par-justify-02.typ | typst | Other | // Test forced justification with justified break.
A B C #linebreak(justify: true)
D E F #linebreak(justify: true)
|
https://github.com/ut-khanlab/master_thesis_template_for_typst | https://raw.githubusercontent.com/ut-khanlab/master_thesis_template_for_typst/main/template.typ | typst | // Store theorem environment numbering
#let thmcounters = state("thm",
(
"counters": ("heading": ()),
"latest": ()
)
)
// Setting theorem environment
#let thmenv(identifier, base, base_level, fmt) = {
let global_numbering = numbering
return (
..args,
body,
number: auto,
numbering: "1.... | |
https://github.com/ClazyChen/Table-Tennis-Rankings | https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2005/MS-06.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], [2938],
[2], [<NAME>], [CHN], [2755],
[3], [<NAME>], [KOR], [2587],
[4], [<NAME>], [CHN], [2576],
... | |
https://github.com/daskol/typst-templates | https://raw.githubusercontent.com/daskol/typst-templates/main/neurips/neurips2024.typ | typst | MIT License | /**
* neurips2024.typ
*
* Template for The 38-th Annual Conference on Neural Information Processing
* Systems (NeurIPS) 2024.
*
* [1]: https://neurips.cc/Conferences/2024
*/
#import "/neurips2023.typ": font, neurips2023, paragraph, url
// Workaround for the lack of an `std` scope.
#let std-bibliography = bibli... |
https://github.com/Jollywatt/typst-wordometer | https://raw.githubusercontent.com/Jollywatt/typst-wordometer/master/tests/word-edge-cases/test.typ | typst | MIT License | #import "/src/lib.typ": *
#set page(width: 15cm, height: auto)
#let f(el) = {
let s = word-count-of(el)
highlight(el) + [ [Words: #s.words]]
}
#f[One two three]
#f[Acronyms count as O.N.E. word!]
#f[Hyphen-words] are one, but #f[En–Dash] are two.
#f[Punctuation doesn't count !?] #f[Qu'est-ce que c'est ?]
#f[The... |
https://github.com/alexanderjophus/typstcv | https://raw.githubusercontent.com/alexanderjophus/typstcv/main/README.md | markdown | # typstcv
CV template for typst
## Usage
- Clone/fork the repository.
- Modify `cv.typ` to your liking.
- Compile the `cv.typ` file using `typst`
```bash
typst compile cv.typ
```
## Motivation
I ported my CV from LaTeX to typst. I wanted to have a simple and clean CV that I can easily modify and compile.
## Magi... | |
https://github.com/Clamarche/typst-language-support | https://raw.githubusercontent.com/Clamarche/typst-language-support/main/vsc-extension-quickstart.md | markdown | # Welcome to your VS Code Extension
## What's in the folder
* This folder contains all of the files necessary for your extension.
* `package.json` - this is the manifest file in which you declare your language support and define the location of the grammar file that has been copied into your extension.
* `syntaxes/ty... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/035%20-%20Core%202019/002_Chronicle%20of%20Bolas%3A%20The%20First%20Lesson.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Chronicle of Bolas: The First Lesson",
set_name: "Core 2019",
story_date: datetime(day: 20, month: 06, year: 2018),
author: "<NAME>",
doc
)
Naiva crouched on a knob of rock, looking back toward the mountains. Their hunting party had finally... | |
https://github.com/SidneyLYZhang/learnTypst | https://raw.githubusercontent.com/SidneyLYZhang/learnTypst/main/MyFavorites/001_tutorial-reference.typ | typst | #set text(font:("Consolas", "Source Han Sans SC"))
#set text(lang: "zh")
#show emph: text.with(font: ("Linux Libertine","STKaiti"))
#show link: text.with(fill: color.blue)
= 额外的学习参考
== 中文相关
更快捷的中文相关指引,我还是更推荐#link("https://typst.cn/#/")[Typst 中文社区]编写的#link("https://github.com/typst-doc-cn/typst-doc-cn.github.io/blob/... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/root_05.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test shorthand.
$ √2^3 = sqrt(2^3) $
$ √(x+y) quad ∛x quad ∜x $
$ (√2+3) = (sqrt(2)+3) $
|
https://github.com/Robotechnic/diagraph | https://raw.githubusercontent.com/Robotechnic/diagraph/main/examples/font.typ | typst | MIT License | #import "@preview/diagraph:0.3.0" : *
#raw-render(```
digraph G {
redFiraSans [
label = "Red\nFiraSans\n20pt",
color = red,
fontcolor=red,
fontsize=20
fontname="Fira Sans",
]
blueDejaVuSans [
label = "Blue\nDejaVuSans\n10pt",
color = blue,
fontcolor=blue,
fontsize=10
fontname="De... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/features-01.typ | typst | Other | // Test smallcaps.
#smallcaps[Smallcaps]
|
https://github.com/antonWetzel/Masterarbeit | https://raw.githubusercontent.com/antonWetzel/Masterarbeit/main/arbeit/abstrakt_englisch.typ | typst | This thesis focuses on the processing, analysis and visualization of forest areas using point clouds. The complete process from the data set to the visualization of the individual trees with relevant information is conducted.
A data set is a lidar scan of a forest area, which is given as a list of points. The points c... | |
https://github.com/MatheSchool/typst-g-exam | https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/docs-shiroa/g-exam-doc/mod.typ | typst | MIT License |
#import "book.typ": book-page, cross-link
#import "../template/page.typ": *
/// This function is to render a text string in monospace style and function
/// color in your defining themes.
///
/// ## Examples
///
/// ```typc
/// typst-func("list.item")
/// ```
///
/// Note: it doesn't check whether input is a valid fu... |
https://github.com/NMD03/CV | https://raw.githubusercontent.com/NMD03/CV/main/templates/resume.typ | typst |
#let default_font = "Source Sans Pro"
#let accent_color = orange
#let light_grey = rgb("#7f7f7f")
#let dark_grey = rgb("#3f3f3f")
#let text_color = rgb("#131A28")
#let textsize = 8pt
#let resume(author: (), body) = {
let date = datetime.today().display("[month repr:long] [day], [year]")
let align_footer(left... | |
https://github.com/schmidma/typst-workshop | https://raw.githubusercontent.com/schmidma/typst-workshop/main/examples/07-maths-2.typ | typst | Creative Commons Zero v1.0 Universal | $
7.32 beta +
sum_(i=0)^nabla
(Q_i (a_i - epsilon)) / 2
$ |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1A20.typ | typst | Apache License 2.0 | #let data = (
("TAI THAM LETTER HIGH KA", "Lo", 0),
("TAI THAM LETTER HIGH KHA", "Lo", 0),
("TAI THAM LETTER HIGH KXA", "Lo", 0),
("TAI THAM LETTER LOW KA", "Lo", 0),
("TAI THAM LETTER LOW KXA", "Lo", 0),
("TAI THAM LETTER LOW KHA", "Lo", 0),
("TAI THAM LETTER NGA", "Lo", 0),
("TAI THAM LETTER HIGH CA",... |
https://github.com/Pablo-Gonzalez-Calderon/chic-header-package | https://raw.githubusercontent.com/Pablo-Gonzalez-Calderon/chic-header-package/main/manual/manual.typ | typst | MIT License | #import "@preview/codelst:1.0.0": sourcecode
#import "template.typ": *
#import "../chic-hdr.typ": *
#show link: it => text(blue, it)
#show:document-props
#title-page()
#pagebreak()
= Introduction
Chic-header (chic-hdr) is a Typst package for creating elegant headers and footers, similar as `fancyhdr` for LaTeX us... |
https://github.com/alberto-lazari/computer-science | https://raw.githubusercontent.com/alberto-lazari/computer-science/main/advanced-topics-cs/quantum-algorithms/chapters/qft.typ | typst | #import "/common.typ": *
= Quantum Fourier transform
The quantum Fourier transform algorithm (QFT) aims to compute the DFT of a vector $x in CC^(2^n)$.
The classic DFT is defined as
$ y_j = display(sum_(k = 0)^(2^n - 1)) x_k dot e^((2 pi i j k) / 2^n) quad
forall j = 0, 1, ..., 2^n - 1
$
The matrix $Q_n$ that impl... | |
https://github.com/mcanouil/quarto-invoice | https://raw.githubusercontent.com/mcanouil/quarto-invoice/main/README.md | markdown | MIT License | # Invoice Format Template (Typst)
This is a Quarto template that assists you in creating PDF invoices via Typst.
## Creating a New Invoice
You can use this as a template to create an invoice.
To do this, use the following command:
```bash
quarto use template mcanouil/quarto-invoice
```
This will install the extens... |
https://github.com/MooersLab/writingLogInTypst | https://raw.githubusercontent.com/MooersLab/writingLogInTypst/main/README.md | markdown | 
[](https://opensource.org/licenses/MIT)
# Writing log template in typst for journal article
## Purpose
Support the preparation of a scientific journal ... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/foundations/context.typ | typst | // Test context expressions.
--- context-body-atomic-in-markup ---
// Test that context body is parsed as atomic expression.
#let c = [#context "hello".]
#test(c.children.first().func(), (context none).func())
#test(c.children.last(), [.])
--- context-element-constructor-forbidden ---
// Test that manual construction... | |
https://github.com/thornoar/typst-libraries | https://raw.githubusercontent.com/thornoar/typst-libraries/master/templates.typ | typst | #import "@preview/wrap-it:0.1.0": *
#import "@preview/wordometer:0.1.2": total-words, word-count
#import "@preview/equate:0.2.1": equate
#import "@preview/quick-maths:0.1.0": shorthands
// Layout
#let font = "<NAME>"
#let pagecount(format) = doc => {
set page(numbering: format)
counter(page).update(1)
doc
}
#le... | |
https://github.com/qianxi0410/cv.typ | https://raw.githubusercontent.com/qianxi0410/cv.typ/master/README.md | markdown | MIT License | <h2 align="center"> cv.typ </h2>
> 天下苦 latex 久矣 - 鲁迅
这是一个基于 [typst](https://github.com/typst/typst) 搭建的简历模板,你可以轻松的对其进行编辑,来定制一份属于自己的简历:只需要替换 [main.toml](./main.toml) 文件中的内容,对其进行简单的字符串修改即可。
可以点击[这里](./main.pdf),来查看编译生成的pdf预览,编译时使用的字体是 [LXGW WenKai](https://github.com/lxgw/LxgwWenKai)。 |
https://github.com/Area-53-Robotics/53A-Notebook-Over-Under-2023-2024 | https://raw.githubusercontent.com/Area-53-Robotics/53A-Notebook-Over-Under-2023-2024/master/Vex%20Robotics%2053A%20Notebook%202023%20-%202024/Entries/Build%20Entry/Intake-4-Testing-Drivetrain-Bracing-LED-Code.typ | typst | #set page(header: [VR
#h(1fr)
November 24, 2023
])
= Intake No. 4 Testing + Drivetrain Bracing + LED Code
#figure(image("/Images/Code Images/BlueLEDTop.png"), caption: [Counter, used to switch between 60 different colors])
=== LED Counter
- *Lines 157 & 158* Defined two int variables, _count_ and _timeCount_
>... | |
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/tests/template.typ | typst | Apache License 2.0 | #import "/src/lib.typ": *
#set page(width: auto, height: auto, margin: 1cm)
|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/case_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 8-9 expected string or content, found integer
// #upper(1) |
https://github.com/Niksi-tunk/niksi-slides | https://raw.githubusercontent.com/Niksi-tunk/niksi-slides/main/main.typ | typst | #import "@preview/polylux:0.3.1": *
#import themes.metropolis: *
#set page(paper: "presentation-16-9")
#set text(size: 22pt)
#show: metropolis-theme.with(footer: [Niksi – Using Nix in education])
#title-slide(
title: "Niksi",
subtitle: "Using Nix for declarative programming environments in education",
author: ... | |
https://github.com/XcantloadX/TypstMomoTalk | https://raw.githubusercontent.com/XcantloadX/TypstMomoTalk/main/examples/quickstart.typ | typst | #import "/momotalk/momotalk.typ": *
#import "/momotalk/characters.typ" : *
#show: doc => chat(
title: "TypstMomoTalk 快速上手", // 标题。可选参数。
author: "@XcantloadX", // 作者。可选参数。
height: 1000pt, // 高度。可选参数。
doc
)
// 以“//”开头的行是注释,不会显示到结果中。
// 提示:上面的文档开头部分暂时不用管,视为固定格式即可。
#yuuka[让我们从最简单的例子开始。]
#yuuka[请对照代码和成品来看。]
#yuuka... | |
https://github.com/pluttan/electron | https://raw.githubusercontent.com/pluttan/electron/main/dz1/dz1.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: "1",
discipline_name: "Электроника",
theme: "Исследова... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/023%20-%20Oath%20of%20the%20Gatewatch/001_The%20Rise%20of%20Kozilek.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Rise of Kozilek",
set_name: "Oath of the Gatewatch",
story_date: datetime(day: 09, month: 12, year: 2015),
author: "<NAME>",
doc
)
#emph[The merfolk Planeswalker Kiora has gone to great lengths to defend her world against the Eldrazi. S... | |
https://github.com/hewliyang/fyp-typst | https://raw.githubusercontent.com/hewliyang/fyp-typst/main/front-page.typ | typst | #align(center + horizon)[
#align(center, text(17pt)[*Evaluating Synthetic Speech*])
#align(center, [
<NAME> \
<EMAIL> \
])
#v(14pt)
#align(center, [
*Supervisor*: Assistant Professor <NAME> \
*Examiner*: \<insert examiner name here>
])
#v(14pt)
#align(center, [
Honours Year Proj... | |
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/06-field-theory/01-factorrings.typ | typst | Other | #import "../../utils/core.typ": *
== Факторкольца и гомоморфизмы колец
#ticket[Теорема о гомоморфизме для колец]
#notice[
$R$ --- кольцо (ассоциативное, коммутативное, с единицей)\
$I$ --- идеал, то есть $I$ подгруппа в $R$ и $R I subset I$
$R fg I$ --- факторгруппа, причем $(a + I) (b + I) = a b + I$. ... |
https://github.com/sthenic/technogram | https://raw.githubusercontent.com/sthenic/technogram/main/src/descriptions.typ | typst | MIT License | #import "keep-with-next.typ": *
#let describe(label, note: none, indent: 30pt, body) = {
grid(
columns: (indent, 1fr, auto),
align: (left, left, right),
row-gutter: 0pt,
inset: (x: 0pt, y: 5pt),
/* Label row */
grid.cell(colspan: 2)[
/* Somewhat hacky solution to keep the label row toge... |
https://github.com/MaxAtoms/T-705-ASDS | https://raw.githubusercontent.com/MaxAtoms/T-705-ASDS/main/content/week1.typ | typst | #import "../template.typ": example
#import "../tags.typ": week, barron
== Applications in reliability
#week("1")
#barron("2.2.3")
Calculation of the probability of events is often used in reliability.
Probability for a system composed of several components to be functional:
- *Parallel connection:* It is enough fo... | |
https://github.com/eliapasquali/typst-thesis-template | https://raw.githubusercontent.com/eliapasquali/typst-thesis-template/main/config/variables.typ | typst | Other | // All reusable variables here
#let myLang = "it"
#let myName = "<NAME>"
#let myMatricola = "42"
#let myTitle = "Titolo della tesi"
#let myDegree = "Tesi di laurea"
#let myUni = "Università degli studi di Padova"
#let myDepartment = "Dipartimento di Matematica ''Tullio Levi-Civita''"
#let myFaculty = "Corso di Laurea i... |
https://github.com/ad-si/invoice-maker | https://raw.githubusercontent.com/ad-si/invoice-maker/master/template/main.typ | typst | ISC License | #import "@preview/invoice-maker:1.1.0": *
#show: invoice.with(
language: "en", // or "de"
banner-image: image("banner.png"),
invoice-id: "2024-03-10t172205",
// // Uncomment this to create a cancellation invoice
// cancellation-id: "2024-03-24t210835",
issuing-date: "2024-03-10",
delivery-date: "2024-02-... |
https://github.com/OCamlPro/ppaqse-lang | https://raw.githubusercontent.com/OCamlPro/ppaqse-lang/master/src/étude/introduction.typ | typst | #import "links.typ": *
#import "defs.typ": *
= Introduction
== Terminologie
#align(
center,
table(
columns: (auto, auto),
align: (center, left),
[*Terme*], [*Définition*],
[COTS <cots>], [_Commercial Off-The-Shelf_ ou produit sur étagère],
[WCET <wcet>], [
_Worst Case Execution Time_ ou... | |
https://github.com/timon-schelling/uni-phi111-essay-2024-01-29 | https://raw.githubusercontent.com/timon-schelling/uni-phi111-essay-2024-01-29/main/src/main.typ | typst | #import "template/template.typ": *
#let bib-urls = {
sys.inputs.at("urls", default: none) != none
}
#let theme = {
sys.inputs.at("theme", default: none)
}
#set page(fill: rgb("1a1a1a")) if theme == "dark"
#set text(fill: rgb("c7c7c7")) if theme == "dark"
#show: project.with(
title: "Rekonstruktion des Kapitel... | |
https://github.com/pank-su/report_3 | https://raw.githubusercontent.com/pank-su/report_3/master/templates/titlepage.typ | typst | /* Титульный лист
[title] - Название работы
[authors] - Авторы работы
[teachers] - Преподаватели или другие([position])
[date] - Дата создания документа
[education] - Название организации
[department] - Факультет или институт
[position] - Должность преподавателя
[documentName] - Название докумен... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/touying-unistra-pristine/1.0.0/CHANGELOG.md | markdown | Apache License 2.0 | # v1.0.0 (2024-08-31)
Initial release for publication as a Typst template package.
# v0.2.0 (2024-08-30)
## General
### Slides
- **Focus Slides**:
- Added counter support.
- Added the following parameters: `text_alignment`, `show_counter`.
- Added the following parameters to `grandientize(): `lighten-pct`, `... |
https://github.com/floriandejonckheere/utu-thesis | https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/chapters/08-case-study.typ | typst | #import "@preview/acrostiche:0.3.1": *
#import "/helpers.typ": *
#let stats = (
sloc: 9288, // cloc . --exclude-dir spec
files: 204, // find . -iname '*.rb' -not -path './spec/*' | wc -l
classes: 207, // grep -hro 'class [A-Z][A-Za-z0-9]*' lib | wc -l
methods: 840, // grep -hro 'def [a-z][A-Za-z0-9]*' lib | w... | |
https://github.com/fenjalien/obsidian-typst | https://raw.githubusercontent.com/fenjalien/obsidian-typst/master/README.md | markdown | Apache License 2.0 | # Typst Renderer
Renders `typst` code blocks, and optionally math blocks, into images using [Typst](https://github.com/typst/typst) through the power of WASM! This is still very much in development, so suggestions and bugs are welcome!
## Small Things to NOTE
- Typst does not currently support exporting to HTML only ... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/inlay_hints/named_or_pos.typ | typst | Apache License 2.0 | #text("")
#text(red, "")
#text(18pt, red, "")
|
https://github.com/daskol/typst-templates | https://raw.githubusercontent.com/daskol/typst-templates/main/iclr/iclr.typ | typst | MIT License | /**
* iclr.typ
*/
#import "/iclr2025.typ": iclr2025
/**
* iclr - Template for International Conference on Learning Representations
* (ICLR).
*
* Args:
* title: Paper title.
* authors: Tuple of author objects and affilation dictionary.
* keywords: Publication keywords (used in PDF metadata).
* date: ... |
https://github.com/astro-group-bristol/py-package | https://raw.githubusercontent.com/astro-group-bristol/py-package/main/presentation/tamburlaine.typ | typst | MIT License | #import "@preview/polylux:0.3.1": *
#let SECONDARY_COLOR = rgb("#f6f0e0").lighten(30%)
#let PRIMARY_COLOR = rgb("#bf2f38")
#let TEXT_COLOR = black.lighten(13%)
#let tamburlaine-theme(aspect-ratio: "4-3", body) = {
set page(
paper: "presentation-" + aspect-ratio,
fill: SECONDARY_COLOR,
margin: 1em
)
... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/frac_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test that denominator baseline matches in the common case.
$ x = 1/2 = a/(a h) = a/a = a/(1/2) $
|
https://github.com/michidk/cv | https://raw.githubusercontent.com/michidk/cv/main/src/lib/utils.typ | typst | // enables the debug mode, which has some useful visualizations
#let debugMode(
enabled: false,
margins: (top: 0, bottom: 0, left: 0, right: 0),
it
) = {
if enabled {
set block(stroke: red)
let text = text(fill: red, size: 20pt, "DEBUG")
style(styles => {
for i in range(6) {
place(top,... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/038.%20venturecapital.html.typ | typst | venturecapital.html
A Unified Theory of VC Suckage
March 2005A couple months ago I got an email from a recruiter asking if I was
interested in being a "technologist in residence" at a new venture
capital fund. I think the idea was to play Karl Rove to the VCs'
George Bush.I considered it for about four seconds. Work... | |
https://github.com/OctarineSourcerer/NeonInTheDark | https://raw.githubusercontent.com/OctarineSourcerer/NeonInTheDark/main/crews/chromers.typ | typst | #import "../templates/crewTemplate.typ": crew, specialAbility
#crew(
[Chromers],
[Escapism Purveyors],
[At Neo-Duskvol's roots, Chromer gangs were groups of crazed individuals centralising their activities around song lyrics, treating them as gospel or orders from their musical heroes. Due to most of Chromer mus... | |
https://github.com/JWangL5/CAU-ThesisTemplate-Typst | https://raw.githubusercontent.com/JWangL5/CAU-ThesisTemplate-Typst/master/README.md | markdown | MIT License | ### 为什么使用Typst
因为语法足够简单(简单易学)、编译器体积小(随取随用)、且速度足够快(实时预览)!

### 关于本论文模板
本模板参考[中国农业大学毕业论文模板要求](https://jwc.cau.edu.cn/art/2020/2/25/art_14181_663910.html)编写,符合学校要求。对于其中一些可以灵活修改的格式,本模板也提供了配置项,具体详见模板使用方法。模板的效果见`sample.pdf`文件:[点击直达](https://github.com/JWangL5/CAU-ThesisTemplate... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-34.typ | typst | Other | // Error: 10-12 expected at least one value
#calc.min()
|
https://github.com/SillyFreak/typst-stack-pointer | https://raw.githubusercontent.com/SillyFreak/typst-stack-pointer/main/src/effects.typ | typst | MIT License | /// Sequence item with type `"call"`: adds a stack frame for calling the named function.
///
/// - name (string): the function name to associate with the stack frame
/// -> array
#let call(name) = ((type: "call", name: name),)
/// Sequence item with type `"push"`: adds a variable to the current stack frame.
///
/// - ... |
https://github.com/OtaNix-ry/typst-packages | https://raw.githubusercontent.com/OtaNix-ry/typst-packages/main/board-meeting/0.1.0/colors.typ | typst | MIT License | #let blue = rgb("#5277C3")
#let cyan = rgb("7EBAE4") |
https://github.com/Le-foucheur/Typst-VarTable | https://raw.githubusercontent.com/Le-foucheur/Typst-VarTable/main/tabvar.typ | typst | MIT License | #import "@preview/fletcher:0.4.5": *
#let signe = "Sign"
#let variation = "Variation"
#let bo(x) = table(columns: 2cm, stroke: 0pt)[#table.cell(align: center + horizon)[#x]]
// les deux prochaine fonctions sont pour connaitre le nombre d’éléments à skip
#let prochainNonVideSigne(x, i) = {
let k = 0
let j = i + 1
... |
https://github.com/dismint/docmint | https://raw.githubusercontent.com/dismint/docmint/main/multicore/pset2.typ | typst | #import "template.typ": *
#show: template.with(
title: "6.5061 PSET 2",
subtitle: "<NAME>",
pset: true
)
= Problem 1
```java
public void lock() {
// recall that i is the number of the current thread
for (int L = 1; L < n; L++) {
// DOORWAY
level[i] = L;
victim[L] = i;
// WAITING
while(v... | |
https://github.com/donghoony/typst_editorial | https://raw.githubusercontent.com/donghoony/typst_editorial/main/README.md | markdown | MIT License | # typst_editorial
Typst로 만드는 Problem Solving Editorial: https://blog.hoony.me/84
렌더링된 PDF는 Sample.pdf로 업로드돼 있으며, [**이곳에서도**](https://typst.app/project/r3toPCLkZyU5f_JLaGgfoc) 확인해보실 수 있습니다. (Typst app)
### 표 만들기
... |
https://github.com/duskmoon314/THU_AMA | https://raw.githubusercontent.com/duskmoon314/THU_AMA/main/docs/ch1/2-发展史.typ | typst | Creative Commons Attribution 4.0 International | #import "/book.typ": *
#show: thmrules
#show: book-page.with(title: "发展史")
= 发展史
/ 从前: 代数包含在几何
/ A.C. 200: 丢番图《算术》,核心问题解方程,代数学独立发展 (Classical Algebra)
/ 1830: 新发展 (Modern Algebra) 阿贝尔、伽罗华开创 *本课程讨论的内容:群环域等代数系统*
/ 1930: Van der Waeden《Algebra》
/ 1980: <NAME>《Basic Algebra》
/ 20th: 代数学与其他领域交叉
/ 中后期: 与几何、拓扑学、分析学交叉发展 #... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/layout/page-binding.typ | typst | Apache License 2.0 | // Tests multi-page document with binding.
---
#set page(height: 100pt, margin: (inside: 30pt, outside: 20pt))
#set par(justify: true)
#set text(size: 8pt)
#page(margin: (x: 20pt), {
set align(center + horizon)
text(20pt, strong[Title])
v(2em, weak: true)
text(15pt)[Author]
})
= Introduction
#lorem(35)
---
... |
https://github.com/songoffireandice03/simple-template | https://raw.githubusercontent.com/songoffireandice03/simple-template/main/templates/templatefr.typ | typst | #let tempfr(title: [],body) = {
set text(font: "New Computer Modern",lang: "fr")
show math.equation: set text(font: "New Computer Modern Math")
set page ("a4",
numbering: "1 / 1",
number-align: right,
header: [
#set text(8pt)
#h(1fr) <NAME>
#h(1fr) _#datetime.today().display()_
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.