repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/utilsMenlive.typ | typst | #import "/style.typ": *
#let make3(txt) = {
("", "", txt)
}
#let make4(txt) = {
("", none, "", txt)
}
#let makeGray(txt) = {
txt.at(2) = text(10pt, grayText(txt.at(2)))
return txt
}
#let makeSec(txt) = {
txt.at(2) = text(10pt, secText(txt.at(2)))
return txt
}
#let makeGray4(txt) = {... | |
https://github.com/UM-nerds/modern-report-umfds | https://raw.githubusercontent.com/UM-nerds/modern-report-umfds/main/template/main.typ | typst | MIT License | #import "@preview/modern-report-umfds:0.1.1": umfds
#show: umfds.with(
title: [#lorem(12)],
authors: (
"Author 1",
"Author 2",
"Author 3",
"Author 4"
),
date: datetime.today().display("[day] [month repr:long] [year]"),
img: rect(width: 15em, height: 15em, fill: luma(240))[
#align(center +... |
https://github.com/kfijalkowski1/typst-diff-tool | https://raw.githubusercontent.com/kfijalkowski1/typst-diff-tool/main/typst_ast_parser/data/3_modify_bullet_point/expected_modified_bullet_point.typ | typst | #import "@preview/pesha:0.2.0": *
#experience(
place: "Hot Topic",
title: "Retail-sales associate",
time: [2004--06],
)[
- #text(fill: red)[Top in-store sales associate in seven out of eight quarters]#text(fill: green)[Top in-store sales associate in eight out of nine quarters]
- Inventory management
- Training and re... | |
https://github.com/saurabtharu/Internship-repo | https://raw.githubusercontent.com/saurabtharu/Internship-repo/main/Internship%20Report%20-%20typst/template.typ | typst |
/* #show par: set block(spacing: 0.65em) */
// #show raw.where(block: true): block.with(
// fill: luma(240),
// inset: 10pt,
// radius: 4pt,
// )
#let cell = rect.with(
inset: 7pt,
width: 100%,
radius: 3pt,
)
// function that accept name
#let person(name) = box[#name]
#let subjectName(name) = b... | |
https://github.com/DriedYellowPeach/project-vietnam | https://raw.githubusercontent.com/DriedYellowPeach/project-vietnam/main/readme.md | markdown | # How To Use
## Step 1
Install typst `brew install typst`
## Step 2
compile to pdf using `typst compile project-vietnam.typ`
| |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/Changelog.md | markdown | ## Change log
### 0.3.0
- Add automatic tests (And almost everything else is thanks to that)
- **_(Breaking)_** Change Typst compiler calls DSL
- Introduce a Typst stacktrace parser and let add its entries to JVM exceptions
- **_(Breaking)_** Change how `Relative` is represented in Kotlin
- Fix bugs with varargs in ... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/playground/base.typ | typst | Apache License 2.0 | #let tmpl2(stroke) = text(stroke: stroke)
#tmpl2(/* position */) |
https://github.com/Lightbridge-KS/kittipos-cv-typst | https://raw.githubusercontent.com/Lightbridge-KS/kittipos-cv-typst/main/README.md | markdown | # My CV using Typst
> My CV using [typst](https://github.com/typst/typst)
- [PDF](./Kittipos-CV.pdf)
- [Typst](./Kittipos-CV.typ)
Adapted from [Modern Academic CV](https://github.com/bpkleer/typst-modern-acad-cv)
## Install
```zsh
brew install typst
```
## Compile
```zsh
# Compile
typst compile Kittipos-CV.typ... | |
https://github.com/dhmemi/resume | https://raw.githubusercontent.com/dhmemi/resume/main/README.md | markdown | MIT License | # My Resume
This is my resume, based on [Matchy's template](https://github.com/matchy233/typst-chi-cv-template), and and fine-tuned the style and font according to [ice1000's resume](https://github.com/ice1000/resume).
# Build
1. Install latest [typst](https://github.com/typst/typst);
2. Download and install [Source... |
https://github.com/Myriad-Dreamin/shiroa | https://raw.githubusercontent.com/Myriad-Dreamin/shiroa/main/github-pages/docs/cli/clean.typ | typst | Apache License 2.0 | #import "/github-pages/docs/book.typ": book-page
#show: book-page.with(title: "CLI Clean Command")
= The clean command
Not yet implemented.
|
https://github.com/xdoardo/co-thesis | https://raw.githubusercontent.com/xdoardo/co-thesis/master/thesis/msg.typ | typst | #v(0.5fr)
_"...I can hardly understand, for instance, how a young man can decide to ride
over to the next village without being afraid that, quite apart from accidents,
even the span of a normal life that passes happily may be totally insufficient
for such a ride."_
#align(right, "<NAME>")
#v(1fr)
#smallcaps("no genera... | |
https://github.com/qujihan/toydb-book | https://raw.githubusercontent.com/qujihan/toydb-book/main/src/chapter4/type.typ | typst | #import "../../typst-book-template/book.typ": *
#let path-prefix = figure-root-path + "src/pics/"
== Type
=== 基本数据类型
现在看一下基本数据类型的定义。
为了简化,这里是支持少量的数据类型,不支持复杂数据类型等。
另外需要说一下,NULL以及NaN都被认为是不等于本身的值,所以理论上`NULL != NULL`,`NaN != NaN`。但是在实际的代码中,NULL和NaN都认为是可以比较且相等的。这是为了对允许对这些值进行排序和处理(比如索引查找、桶聚合等场景)。
另外浮点数中的`-0.0 == 0.0`,... | |
https://github.com/Jollywatt/typst-fletcher | https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/src/draw.typ | typst | MIT License | #import "utils.typ": *
#import "marks.typ": *
#import "coords.typ": uv-to-xy
#let DEBUG_COLOR = rgb("f008")
#let DEBUG_COLOR2 = rgb("0f08")
#let draw-node(node, debug: 0) = {
let result = {
if node.stroke != none or node.fill != none {
cetz.draw.group({
cetz.draw.translate(node.pos.xyz)
for (i, extru... |
https://github.com/saurabtharu/Internship-repo | https://raw.githubusercontent.com/saurabtharu/Internship-repo/main/Internship%20Report%20-%20typst/main.typ | typst | #import "./template.typ": *
#show raw.where(block: true): block.with(
// fill: luma(240),
inset: (x:5pt,y: 10pt),
outset: (x:0pt, y: 1pt),
radius: 7pt,
// stroke:
)
// #show raw.where(block: false): box.with(
// // ,
// inset: (x: 3pt, y: 0pt),
// outset: (y: 3pt),
// radius: 2pt,
// )
#show hea... | |
https://github.com/arthurcadore/eng-telecom-workbook | https://raw.githubusercontent.com/arthurcadore/eng-telecom-workbook/main/semester-7/PSD/homework5/homework.typ | typst | MIT License | #import "@preview/klaro-ifsc-sj:0.1.0": report
#import "@preview/codelst:2.0.1": sourcecode
#show heading: set block(below: 1.5em)
#show par: set block(spacing: 1.5em)
#set text(font: "Arial", size: 12pt)
#set text(lang: "pt")
#set page(
footer: "Engenharia de Telecomunicações - IFSC-SJ",
)
#show: doc => report(
t... |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/text/space.typ | typst | // Test whitespace handling.
--- space-collapsing ---
// Spacing around code constructs.
A#let x = 1;B #test(x, 1) \
C #let x = 2;D #test(x, 2) \
E#if true [F]G \
H #if true{"I"} J \
K #if true [L] else []M \
#let c = true; N#while c [#(c = false)O] P \
#let c = true; Q #while c { c = false; "R" } S \
T#for _ in (non... | |
https://github.com/LeoColomb/dotdocs | https://raw.githubusercontent.com/LeoColomb/dotdocs/main/packages/leocolomb/lettre-fr/1.0.0/template/main.typ | typst | MIT License | #import "@leocolomb/lettre-fr:1.0.0": template
#show: template.with(
sender: [<NAME>],
sender_address: [
123, rue d'Ici\
Terre
],
recipient: [<NAME>],
recipient_address: [
Acme Corp. \
123 Glennwood Ave \
Quarto Creek, VA 22438
],
location: [Terre],
subject: [Objet~: Lettre],
open... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/bookletic/0.2.0/src/lib.typ | typst | Apache License 2.0 | // This function creates a signature (booklet) layout for printing.
// It takes various parameters to configure the layout, such as paper size,
// margins, page numbering styles, content padding, and the content to be laid out.
#let sig(
signature-paper: "us-letter", // Paper size for the booklet (e.g., "us-letter", ... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/185.%20noob.html.typ | typst | noob.html
Being a Noob
January 2020When I was young, I thought old people had everything figured out.
Now that I'm old, I know this isn't true.I constantly feel like a noob. It seems like I'm always talking to
some startup working in a new field I know nothing about, or reading
a book about a topic I don't understand ... | |
https://github.com/swablab/documents | https://raw.githubusercontent.com/swablab/documents/main/templates/tmpl_page.typ | typst | Creative Commons Zero v1.0 Universal | #import "common.typ": common, colors
#let tmpl_page(
title: none,
version: none,
change_date: none,
subtext: none,
doc,
) = {
show: doc => common(title: title, doc)
set page(
footer: [
#text(size: 10pt, fill: colors.subtext)[#version]
#h(2fr)
#text(size: 10pt, fill: colors.subtext)... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/grid-3.typ | typst | Apache License 2.0 | // Ensure that the list does not jump to the third page.
---
#set page(height: 70pt)
#v(40pt)
The following:
+ A
+ B
|
https://github.com/katamyra/Notes | https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS3001/Modules/VirtueEthics.typ | typst | #import "../../../template.typ": *
= Virtue Ethics
*Virtue ethics* can address the questions of how one should live, what kind of person one should become, and even what one should do in certain scenarios. Would a good person perform this action under this virtue? According to aristotle, happiness derives from living... | |
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/tests/qty/quantity-product/test.typ | typst | Apache License 2.0 | #import "/src/lib.typ": qty, metro-setup
#set page(width: auto, height: auto)
#qty(2.67, "farad")\
#qty(2.67, "farad", quantity-product: sym.space)\
#qty(2.67, "farad", quantity-product: none)
#metro-setup(quantity-product: sym.times)
#qty(1.23, "mm", per-mode: "symbol")\
#qty(1.23, "m/m", per-mode: "fraction")\
#q... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/break-continue-10.typ | typst | Other | // Ref: true
// Test break in set rule.
// Should output `Hi` in blue.
#for i in range(10) {
[Hello]
set text(blue, ..break)
[Not happening]
}
|
https://github.com/hekzam/test | https://raw.githubusercontent.com/hekzam/test/main/basics.typ | typst | // Force a simple error onto typst
#let fail(err) = {
(:).at(err)
}
// Converts & rounds a size to centimeters. Should be accurate up to about 1200dpi images (and maybe up to 2400dpi)
#let tocm(size) = {
return calc.round(size/1cm, digits: 3)
}
// dictionary insertion, returns the modified dict
#let dict_insert(... | |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/光电系统集成/1.typ | typst | #import "@preview/touying:0.2.1": *
// #import "notes.typ": note, notes
#import "template.typ": *
#let (init, slide, slides) = utils.methods(s)
#show: init
#set text(font:("Times New Roman","STSong"))
// #set heading(numbering: "none")
#set heading(numbering: "1.")
#let s = (s.methods.info)(
self: s,
title: [111... | |
https://github.com/boladouro/ME | https://raw.githubusercontent.com/boladouro/ME/main/1/pro%20prof/relatorio/capa.typ | typst | #import "template.typ": *
#let titulo = "Método de Aceitação-Rejeição & Análise de Estimadores"
#let subtitulo = "Exercício realizado no âmbito da Unidade Curricular de Modelação Estocástica do 3º ano da Licenciatura em Ciência de Dados"
#let indice= false
// TODO change to grid
// let versao
// let data
// let autore... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-02B0.typ | typst | Apache License 2.0 | #let data = (
("MODIFIER LETTER SMALL H", "Lm", 0),
("MODIFIER LETTER SMALL H WITH HOOK", "Lm", 0),
("MODIFIER LETTER SMALL J", "Lm", 0),
("MODIFIER LETTER SMALL R", "Lm", 0),
("MODIFIER LETTER SMALL TURNED R", "Lm", 0),
("MODIFIER LETTER SMALL TURNED R WITH HOOK", "Lm", 0),
("MODIFIER LETTER SMALL CAPITA... |
https://github.com/El-Naizin/cv | https://raw.githubusercontent.com/El-Naizin/cv/main/modules_en/professional.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Professional Experience")
#cvEntry(
title: [Software engineer apprenticeship],
society: [BlueNode],
//todo: logo
logo: "../src/logos/bluenode.png",
date: [2021 - Present],
location: [Paris, France],
description: list(
[Learned and... |
https://github.com/mariunaise/HDA-Thesis | https://raw.githubusercontent.com/mariunaise/HDA-Thesis/master/graphics/plots/errorrates_changerate.typ | typst | #import "@preview/cetz:0.2.2": canvas, plot
#let dashed = (stroke: (dash: "dashed"))
#canvas({
plot.plot(size: (10,4),
x-tick-step: none,
x-ticks: ((1, [1]), (2, [2]), (3, [3]), (4, [4]), (5, [5]), (6, [6])),
y-label: $frac(op("BER")(1, 2^M),op("BER")(100, 2^M))$,
x-label: $2^M$,
y-tick-step: 500... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/scripting/loop.typ | typst | // Test break and continue in loops.
--- loop-break-basic ---
// Test break.
#let var = 0
#let error = false
#for i in range(10) {
var += i
if i > 5 {
break
error = true
}
}
#test(var, 21)
#test(error, false)
--- loop-break-join-basic ---
// Test joining with break.
#let i = 0
#let x = while true {
... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/quill/0.2.0/src/length-helpers.typ | typst | Apache License 2.0 |
#let convert-em-length(length, em) = {
if length.em == 0pt { return length }
if type(length.em) == "float" { return length.abs + length.em * em }
return length.abs + length.em / 1em * em
}
#let get-length(length, container-length) = {
if type(length) == "length" { return length }
if type(length) == "ratio"... |
https://github.com/hexWars/resume | https://raw.githubusercontent.com/hexWars/resume/main/typst/resume.typ | typst | MIT License |
// color
#let self_color = rgb("#000080")
// #000080 #008080 #4B0082
#let header(
name: none,
describe: none,
socials: (),
doc,
) = {
grid(
columns: (1fr, 1fr),
box[
#text([#name], weight: 800, 2.5em)
#v(-1.2em)
#block(text(weight: 400, 1.5em, describe, style: "italic", fill... |
https://github.com/PumasAI/SummaryTables.jl | https://raw.githubusercontent.com/PumasAI/SummaryTables.jl/master/docs/src/output.md | markdown | MIT License | # Output
## HTML
In IDEs that support the `MIME"text/html"` or `MIME"juliavscode/html"` types, just `display`ing a `Table` will render it in HTML for you.
All examples in this documentation are rendered this way.
Alternatively, you can print HTML to any IO object via `show(io, MIME"text/html", table)`.
## LaTeX
You... |
https://github.com/seven-mile/blog-ng-content | https://raw.githubusercontent.com/seven-mile/blog-ng-content/master/_typst_ts_tmpl/sidenote.typ | typst | // Used to collect sidebar sidenotes.
#let sidenotes = state("sidenotes", ())
#let heiti = ("Times New Roman", "Source Han Sans SC", "Source Han Sans TC", "New Computer Modern", "New Computer Modern Math")
#let songti = ("Times New Roman", "Source Han Serif SC", "Source Han Serif TC", "New Computer Modern", "New Compu... | |
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/homework-2/homework9.typ | typst | #import "../template.typ": *
#show: project.with(
course: "Calculus II",
course_fullname: "Calculus (A) II",
course_code: "821T0160",
title: "Homework #9:隐函数的偏导数 & 方向导数与梯度",
authors: ((
name: "<NAME>",
email: "<EMAIL>",
id: "#198"
),),
semester: "Spring-Summer 2024",
date: "May 7th, 2024",
)
= 习题8-4
== ... | |
https://github.com/The-Notebookinator/notebookinator | https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/themes/themes.typ | typst | The Unlicense | #import "./default/default.typ"
/*
Radial Theme
Designed by @BattleCh1cken
Implemented by @BattleCh1cken
*/
#import "./radial/radial.typ"
/*
Linear Theme
Designed by @BestUsernamEver
Implemented by @BestUsernamEver
*/
#import "./linear/linear.typ"
|
https://github.com/m-pluta/bias-in-ai-report | https://raw.githubusercontent.com/m-pluta/bias-in-ai-report/main/report/template.typ | typst | // Word count function
#let recursive_count(_body) = {
let r(cont) = {
let _C = 0
if type(cont) == content {
for key in cont.fields().keys() {
if key == "children" {
for _child in cont.fields().at("children") {
_C += r(_child)
}
// } else if key == "... | |
https://github.com/fredguth/abnt-typst | https://raw.githubusercontent.com/fredguth/abnt-typst/main/cap2.typ | typst | #import("_config.typ"): config, metadados, estilo
#let blockquote = (q) => block(spacing: 1.5cm, par(leading:0.63em, text(font: estilo.fonte.serif, weight: "regular", size: 90%*estilo.fonte.tamanho.regular, align(right+bottom, pad(left: 4cm, q)))))
#pagebreak(to:"odd")
= Sobre a imagem\... <sobre_imagem>
== Consider... | |
https://github.com/sysu/better-thesis | https://raw.githubusercontent.com/sysu/better-thesis/main/utils/double-underline.typ | typst | MIT License | // 双下划线
#let double-underline(body) = style(styles => {
let size = measure(body, styles)
stack(
body,
v(3pt),
line(length: size.width),
v(2pt),
line(length: size.width),
)
}) |
https://github.com/rabotaem-incorporated/calculus-notes-2course | https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/05-complex-functions/!sec.typ | typst | #import "../../config.typ"
#import "../../utils/core.typ": *
= Теория функций комплексной переменной
#if config.sem3 {
include "01-holomorphic-functions.typ"
include "02-uniqueness.typ"
include "03-analytical-continuation.typ"
}
#if config.sem4 {
include "04-logarithm.typ"
include "05-laurent-series.typ"
... | |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/04-opentype/deltas-1.typ | typst | Other | #import "/lib/draw.typ": *
#let start = (0, 100)
#let end = (1000, 1000)
#let rect-point-size = 80
#let rect-point-color = green.darken(20%)
#let line-color = green.darken(20%)
#let line-size = 30
#let arrow-color = red.darken(15%)
#let arrow-line-size = 15
#let arrow-head-scale = 1.5
#let main-txt-size = 64
#let sma... |
https://github.com/cs-24-sw-3-01/typst-documents | https://raw.githubusercontent.com/cs-24-sw-3-01/typst-documents/main/report/chapters/introduction.typ | typst | #import "../custom.typ": *
= Introduction
The project is being carried out in collaboration with KMD, a company located in Aalborg that develops IT solutions to meet the evolving digital needs of modern societies.
The process of finding a collaborative company began by searching through the company guidebook “Peilin... | |
https://github.com/nicolasfara/Curriculum-Vitae | https://raw.githubusercontent.com/nicolasfara/Curriculum-Vitae/master/nicolasfarabegoli-cv-eng.typ | typst | Apache License 2.0 | // CV structure
#import "common.typ": *
#import "data-it.typ": *
#set page(numbering: "1 of 1")
#set text(font: "Open Sans", size: 0.85em)
#set par(leading: line-spacing)
#show-header("<NAME>", contact-entries, "none")
#entries-section("Current Position", current-position-entries)
#entries-section("Education", educat... |
https://github.com/0x1B05/algorithm-journey | https://raw.githubusercontent.com/0x1B05/algorithm-journey/main/practice/note/content/链表.typ | typst | #import "../template.typ": *
#pagebreak()
= 有序表、哈希表和链表
== 哈希表简单介绍
1. 哈希表在使用层面上可以理解为一种集合结构
2. 如果只有 key,没有伴随数据 value,可以使用 HashSet 结构(C++中叫 UnOrderedSet)
3. 如果既有 key,又有伴随数据 value,可以使用 HashMap 结构(C++中叫 UnOrderedMap)
4. 有无伴随数据,是 HashMap 和 HashSet 唯一的区别,底层的实际结构是一回事
5. 使用哈希表增(put)、删(remove)、改(put)和查(get)的操作,可以认为时间复杂度为
0(1... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/circuiteria/0.1.0/src/wire.typ | typst | Apache License 2.0 | #import "@preview/cetz:0.2.2": draw, coordinate
#import "util.typ": opposite-anchor
/// List of valid wire styles
/// #examples.wires
#let wire-styles = ("direct", "zigzag", "dodge")
#let signal-width = 1pt
#let bus-width = 1.5pt
/// Draws a wire intersection at the given anchor
/// #examples.intersection
/// - pt (p... |
https://github.com/donabe8898/typst-slide | https://raw.githubusercontent.com/donabe8898/typst-slide/main/opc/Algorithm/template.typ | typst | MIT License | // The project function defines how your document looks.
// It takes your content and some metadata and formats it.
// Go ahead and customize it to your liking!
#let project(
title: "",
subtitle:"",
authors: (),
date: none,
logo: none,
body,
) = {
// Set the document's basic properties.
set document(aut... |
https://github.com/pauladam94/curryst | https://raw.githubusercontent.com/pauladam94/curryst/main/examples/usage.typ | typst | MIT License | #import "../curryst.typ": rule, proof-tree
#set document(date: none)
#set page(width: auto, height: auto, margin: 0.5cm, fill: white)
#let tree = rule(
label: [Label],
name: [Rule name],
[Conclusion],
[Premise 1],
[Premise 2],
[Premise 3]
)
#proof-tree(tree)
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/example/0.1.0/README.md | markdown | Apache License 2.0 | # example
An example package demonstrating the structure of a Typst package.
Displays the text "This is an example!" when included and exports four functions
`add`, `sub`, `mul`, and `div` that perform the respective mathematical
operations on two operands.
|
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/01-number-theory/06-coprimes.typ | typst | Other | #import "../../utils/core.typ": *
== Взаимно простые числа
#def[
Числа $a$ и $b$ называются взаимно простыми, если $gcd(a, b) = 1$.
$a bot b$ --- сокращенная запись для обозначения взаимной простоты.
]
#pr[
+ Пусть $a, b in ZZ$, тогда $a bot b <==> exists m, n in ZZ: a m + b n = 1$.
+ ... |
https://github.com/dainbow/MatGos | https://raw.githubusercontent.com/dainbow/MatGos/master/themes/24.typ | typst | #import "../conf.typ": *
= Линейное пространство, базис и размерность. Линейное отображение конечномерных пространств, его матрица.
== Линейное пространство, базис и размерность
#definition[
Пусть $V$ -- линейное пространство над $FF; bold(v_1), ..., bold(v_k) in V$.
*Линейной оболочкой* векторов $bold(v_1), ...,... | |
https://github.com/Otto-AA/dashy-todo | https://raw.githubusercontent.com/Otto-AA/dashy-todo/main/example.typ | typst | MIT No Attribution | #import "lib/todo.typ": todo
#set page(width: 16cm, height: 10cm, margin: (left: 20%, right: 20%), fill: white)
#show link: underline
= Dashy TODOs
TODOs are automatically positioned on the closer#todo[On the right] side to the method call.#todo[On the left] If it doesn't fit, you can manually override it.
You can ... |
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/Code%20Entry/Autonomous-Testing.typ | typst | #set page(header: [ZZ
#h(1fr)
November 30, 2023
])
= AUTONOMOUS DRIVE CODE + AUTON TESTING
\
#figure(image("/Images/Code Images/MoveBotMain.png", width: 80%), caption: [MoveBot function used to move forward and backward])
=== MoveBot
| |
https://github.com/HellOwhatAs/whiledb-typ | https://raw.githubusercontent.com/HellOwhatAs/whiledb-typ/main/typst-package/lib.typ | typst | #let whiledb-wasm = plugin("whiledb_typ.wasm")
#let whiledb_exec(src, stdin: "") = {
let res = whiledb-wasm.whiledb_exec(bytes(src), bytes(stdin));
let err_flag = res.at(res.len() - 1) != 0;
let result = str(res.slice(0, count: res.len() - 1));
(err: err_flag, result: result)
} | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/array-02.typ | typst | Other | // Test lvalue and rvalue access.
#{
let array = (1, 2)
array.at(1) += 5 + array.at(0)
test(array, (1, 8))
}
|
https://github.com/a-mhamdi/graduation-report | https://raw.githubusercontent.com/a-mhamdi/graduation-report/main/Typst/README.md | markdown | MIT License | 

The ebook at [https://sitandr.github.io/typst-examples-book/book/about.html](https://sitandr.github.io/typst-examples-book/book/about.html), provides an extended tutorial and many `Typst` code snippets to write well you document.
|
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/经济学原理/hw/hw14.typ | typst | #import "../../template.typ": *
#show: note.with(
title: "作业14",
author: "YHTQ ",
date: none,
logo: none,
withOutlined: false,
withTitle: true
)
= D
没有产生未被价格衡量的影响
= C
= A
既竞争也排他
= A
保险商家若无法分辨投保人健康风险,则会导致健康风险较高者更多投保导致保险崩溃
=
==
由交易的有效性
$
1/(p_y) partialDer(U_i, y) = 1/(p_x) partialDer(U_i... | |
https://github.com/dyc3/senior-design | https://raw.githubusercontent.com/dyc3/senior-design/main/lib/misc.typ | typst | #let github(repo, number) = {
link("https://github.com/" + repo + "/issues/" + str(number))[#repo\##number]
}
= Testing
#show link: underline
#github("rust-lang/rust", 1234)
| |
https://github.com/alerque/polytype | https://raw.githubusercontent.com/alerque/polytype/master/data/hello-world/typst.typ | typst | #set page (numbering: "1")
Hello World
| |
https://github.com/iMilesHo/resume-template-typst | https://raw.githubusercontent.com/iMilesHo/resume-template-typst/main/template.typ | typst | Apache License 2.0 | // const color for let the resume look better
#let color_darknight = rgb("#131A28")
// const font
#let the_name_font = "Source Sans Pro"
#let the_font = "Source Serif Pro"
#let header_font = "Times New Roman"
#let SeparationLine() = {
v(-10pt);
line(length: 100%, stroke: 0.5pt + black);
v(-1pt)
}
#let experie... |
https://github.com/MultisampledNight/flow | https://raw.githubusercontent.com/MultisampledNight/flow/main/src/doc/manual.typ | typst | MIT License | #import "../lib.typ" as flow: *
#let cb(marker, to-desc, it) = {
let icon = gfx.markers.at(marker).icon
link(to-desc)[#icon() #it]
}
#show: note.with(
title: "flow manual",
aliases: "how to procastinate",
author: "MultisampledNight",
cw: "\"you\"",
keywords: (
"not started": cb.with(" ", <not-starte... |
https://github.com/tingerrr/chiral-thesis-fhe | https://raw.githubusercontent.com/tingerrr/chiral-thesis-fhe/main/src/prelude.typ | typst | // NOTE: these are largely used for styling configuration which will be done
// with set rules once custom types exist
#import "prelude/subpar.typ"
#import "prelude/lovelace.typ"
#let (
// helper functions
chapter,
q,
i18n,
smartcap,
// glossarium re-exports
glossarium,
gls,
glspl,
// lovelace re... | |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/PianoDiProgetto/sections/PianificazioneSprint/QuattordicesimoSprint.typ | typst | MIT License | #import "../../functions.typ": glossary
=== Quattordicesimo #glossary[sprint]
*Inizio*: Venerdì 22/03/2024
*Fine*: Giovedì 28/03/2024
*Obiettivi dello #glossary[sprint]*:
- Proseguire la stesura del _Piano di Progetto_:
- Aggiornare pianificazione e preventivo pertinente allo #glossary[sprint] 14 e inserire i... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/numbers_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test integers.
#12 \
#1234567890 \
#0123456789 \
#0 \
#(-0) \
#(-1) \
#(-9876543210) \
#(-0987654321) \
#(4 - 8)
|
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/206.%20weird.html.typ | typst | weird.html
Weird Languages
August 2021When people say that in their experience all programming languages
are basically equivalent, they're making a statement not about
languages but about the kind of programming they've done.99.5% of programming consists of gluing together calls to library
functions. All popular langu... | |
https://github.com/JeyRunner/tuda-typst-templates | https://raw.githubusercontent.com/JeyRunner/tuda-typst-templates/main/README.md | markdown | MIT License | # Typst Template for the Corporate Design of TU Darmstadt :book:
This **unofficial** template can be used to write in [Typst](https://github.com/typst/typst) with the corporate design of [TU Darmstadt](https://www.tu-darmstadt.de/).
#### Disclaimer
Please ask your supervisor if you are allowed to use typst and this te... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/fh-joanneum-iit-thesis/1.1.0/template/chapters/8-conclusion.typ | typst | Apache License 2.0 | #import "global.typ": *
= Conclusion and Outlook
#lorem(55)
#todo([ Sum up the results achieved and give an outlook by suggesting
further research by explaining how others could built on your results. ])
|
https://github.com/erfan-khadem/resume | https://raw.githubusercontent.com/erfan-khadem/resume/main/modules_en/skills.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Skills")
#cvSkill(
type: [Languages],
info: [English #hBar() Persian #hBar() Arabic (basic)]
)
#cvSkill(
type: [Tech Stack],
info: [JS (Svelte/Vue.js) #hBar() Python (Pandas/Numpy/Django) #hBar() Rust #hBar() Go #hBar() C/C++ (HW/RTOS/Linux)]
)
#cvSkill(... |
https://github.com/loqusion/typix | https://raw.githubusercontent.com/loqusion/typix/main/docs/api/utilities.md | markdown | MIT License | # Utilities
- [`cleanTypstSource`](./utilities/clean-typst-source.md)
|
https://github.com/robinhundt/tpmpc24-talk | https://raw.githubusercontent.com/robinhundt/tpmpc24-talk/main/main.typ | typst | MIT License | #import "@preview/polylux:0.3.1": *
#import themes.clean: *
#import "template.typ": *
#import "@preview/cades:0.3.0": qr-code
#import "@preview/cetz:0.2.2"
#show: encrypto-theme.with(
authors: (underline("<NAME>"), "<NAME>", "<NAME>"),
title: "SEEC: Memory Safety Meets Efficiency in Secure Two-Party Computation",... |
https://github.com/sebaseb98/clean-math-thesis | https://raw.githubusercontent.com/sebaseb98/clean-math-thesis/main/customization/colors.typ | typst | MIT License | #let ugent-blue = rgb(30, 100, 200)
#let caribbean-current = rgb(30, 100, 101)
#let proper-purple = rgb("#6f006f")
#let federal-blue = rgb(31, 28, 92)
#let earth-yellow = rgb(224, 164, 88)
#let atomic-tangerine = rgb(222, 143, 110)
#let ugent-accent1 = rgb(139, 190, 232)
#let ugent-accent2 = rgb(137, 137, 137)
#let col... |
https://github.com/extua/october | https://raw.githubusercontent.com/extua/october/main/README.md | markdown | MIT No Attribution | This template generates a monthly calendar, designed to be printed in landscape.
The calendar function accepts one parameter for the year, which should be formatted as an integer.
Otherwise, the current year can be passed in with `datetime.today().year()`.
```typst
#show: calendar.with(
year: datetime.today().year... |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/snippets/math/scripts.md | markdown | MIT License | # Scripts
> To set scripts and limits see [Typst Basics section](../../basics/math/limits.md)
## Make every character upright when used in subscript
```typ
// author: emilyyyylime
$f_a, f_b, f^a, f_italic("word")$
#show math.attach: it => {
import math: *
if it.b != none and it.b.func() != upright[].func() and ... |
https://github.com/EGmux/ControlTheory-2023.2 | https://raw.githubusercontent.com/EGmux/ControlTheory-2023.2/main/unit3/lugarRaizes.typ | typst | #set heading(numbering: "1.")
=== Root locus
\
Every pole of a system whenever we want a specific gain
#figure(image("../assets/rootMethod.png", width: 80%), caption: []) <fig-rootmethod>
=== Definition
\
- for k between the poles and zero, it is guaranteed to be stable
- for k above zero, unstable
- for k equal t... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-16800.typ | typst | Apache License 2.0 | #let data = (
("BAMUM LETTER PHASE-A NGKUE MFON", "Lo", 0),
("BAMUM LETTER PHASE-A GBIEE FON", "Lo", 0),
("BAMUM LETTER PHASE-A PON MFON PIPAEMGBIEE", "Lo", 0),
("BAMUM LETTER PHASE-A PON MFON PIPAEMBA", "Lo", 0),
("BAMUM LETTER PHASE-A NAA MFON", "Lo", 0),
("BAMUM LETTER PHASE-A SHUENSHUET", "Lo", 0),
("... |
https://github.com/roenass/cocteles | https://raw.githubusercontent.com/roenass/cocteles/main/Noir%2C%20Forbidden%2C%20Classic%20and%20New%20Cocktails.typ | typst | //%!TEX TS-program = typst
#import "@preview/in-dexter:0.5.3": *
#let indexIn = index.with(index: "Ingredients")
#set page(paper: "a4")
//#let cocktailcolor = rgb("#041E90")
#let cocktailcolor = rgb("#102080")
#set heading(numbering: "1.1", supplement: "Potion")
#set text( font: "Calibri", fractions: false, discre... | |
https://github.com/yonatanmgr/university-notes | https://raw.githubusercontent.com/yonatanmgr/university-notes/main/0366-%5BMath%5D/03661101-%5BCalculus%201A%5D/src/lectures/03661101_lecture_5.typ | typst | #import "/0366-[Math]/globals/template.typ": *
#show: project.with(
title: "חדו״א 1א׳ - שיעור 5",
authors: ("<NAME>",),
date: "11 בינואר, 2024",
)
#set enum(numbering: "(1.א)")
= משפטים שימושיים
== חשבון גבולות
=== (משפט) חשבון גבולות סופיים
נתונות שתי סדרות $(a_n)$ ו-$(b_n)$, ונניח $lim a_n =a$ ו-$lim b_n = ... | |
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/notebook-matrix.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: "Typst Showcase: Decision Matrix",
type: "notebook",
date: datetime(year: 2023, month: 7, day: 28),
author: "<NAME>",
witness: "V<NAME>",
)
During the decide step of th... |
https://github.com/chendaohan/bevy_tutorials_typ | https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/00_introduction/thumbnail.typ | typst | #set page(fill: rgb(35, 35, 38, 255), paper: "a3")
#set text(fill: color.hsv(0deg, 0%, 90%, 100%), size: 22pt, font: "Microsoft YaHei")
\
\
#grid(
columns: (2.5fr, 1fr),
image("images/bevy_logo_dark.svg"),
text(size: 70pt, "0.14", weight: "bold"),
)
#block(
width: 100%,
align(center, text(size: 80pt, weight... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-ABC0.typ | typst | Apache License 2.0 | #let data = (
("MEETEI MAYEK LETTER KOK", "Lo", 0),
("MEETEI MAYEK LETTER SAM", "Lo", 0),
("MEETEI MAYEK LETTER LAI", "Lo", 0),
("MEETEI MAYEK LETTER MIT", "Lo", 0),
("MEETEI MAYEK LETTER PA", "Lo", 0),
("MEETEI MAYEK LETTER NA", "Lo", 0),
("MEETEI MAYEK LETTER CHIL", "Lo", 0),
("MEETEI MAYEK LETTER TIL... |
https://github.com/SergeyGorchakov/russian-phd-thesis-template-typst | https://raw.githubusercontent.com/SergeyGorchakov/russian-phd-thesis-template-typst/main/parts/part3.typ | typst | MIT License | #import "../lib.typ": *
#part_count.step() // Обновление счетчика разделов
#show: fix-indent()
= Вёрстка таблиц <ch3>
== Таблица обыкновенная <ch3:sect1>
Так можно вставить таблицу:
#figure(
table(
columns: (auto,auto, auto),
inset: 10pt,
align: horizon,
table.header(
[*Фигура*],[*Площадь*... |
https://github.com/Misterio77/typst-nix | https://raw.githubusercontent.com/Misterio77/typst-nix/main/README.md | markdown | # Typst Nix
A dead-simple function to build your typst packages, including those that require [typst packages](https://typst.app/universe).
## Usage
This repo contains a `mkTypstDerivation` function. It's a simple `mkDerivation` wrapper, with a `buildPhase` that calls `typst compile`:
```nix
mkTypstDerivation {
n... | |
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/template.typ | typst | #import "@preview/tablex:0.0.8": tablex, colspanx, rowspanx, hlinex, vlinex, cellx
#let font_song = ("New Computer Modern", "Source Han Serif SC", "Simsun", "STSong")
#let font_fangsong = ("FangSong", "STFangSong")
#let font_hei = ("Source Han Sans SC", "Source Han Sans HW SC", "SimHei", "Microsoft YaHei", "STHeiti")
... | |
https://github.com/lucifer1004/leetcode.typ | https://raw.githubusercontent.com/lucifer1004/leetcode.typ/main/problems/p0008.typ | typst | #import "../helpers.typ": *
#import "../solutions/s0008.typ": *
= String to Integer (atoi)
Implement the `myAtoi(string s)` function, which converts a string to a 32-bit signed integer (similar to C/C++'s atoi function).
The algorithm for `myAtoi(string s)` is as follows:
+ Read in and ignore any leading whitespace... | |
https://github.com/FurryAcetylCoA/sgu-thesis-typst | https://raw.githubusercontent.com/FurryAcetylCoA/sgu-thesis-typst/main/README.md | markdown | MIT License | # 韶关学院学位论文模板 sgu-thesis-typst
韶关学院学位论文 (设计)的 Typst 模板,能够简洁、快速、持续生成 PDF 格式的毕业论文。
源自[南京大学学位论文](https://github.com/nju-lug/nju-thesis-typst).
快速浏览效果: 查看 [thesis.pdf](https://github.com/FurryAcetylCoA/sgu-thesis-typst/blob/main/thesis.pdf),样例论文源码:查看 [thesis.typ](https://github.com/FurryAcetylCoA/sgu-thesis-typst/blob/ma... |
https://github.com/DustVoice/dustypst | https://raw.githubusercontent.com/DustVoice/dustypst/main/dustypst.typ | typst | #import "langs.typ": default_lang
#let default_font = (
name: "Inter",
name_raw: "JetBrains Mono",
name_fallback: "Linux Libertine",
size: 13pt,
)
#let dustvoice_author = (name: "DustVoice", email: "<EMAIL>", affiliation: none, phone: none)
#let dracula = (
colors: (
background: rgb("#282a36"),
sel... | |
https://github.com/sitandr/conchord | https://raw.githubusercontent.com/sitandr/conchord/main/README.md | markdown | MIT License | # Conchord
> Notice: I'm preparing the update, so the documentation there is referring to the new version.
`conchord` (concise chord) is a [Typst](https://github.com/typst/typst) package to write lyrics with chords and generate colorful fretboard diagram (aka chord diagram). From `0.1.1` there is also experimental tab... |
https://github.com/cu1ch3n/karenda | https://raw.githubusercontent.com/cu1ch3n/karenda/main/nord.typ | typst | #let nord0 = rgb("2E3440")
#let nord1 = rgb("3B4252")
#let nord2 = rgb("434C5E")
#let nord3 = rgb("4C566A")
#let nord4 = rgb("D8DEE9")
#let nord5 = rgb("E5E9F0")
#let nord6 = rgb("ECEFF4")
#let nord7 = rgb("8FBCBB")
#let nord8 = rgb("88C0D0")
#let nord9 = rgb("81A1C1")
#let nord10 = rgb("5E81AC")
#let nord11 = rgb("BF6... | |
https://github.com/yonatanmgr/university-notes | https://raw.githubusercontent.com/yonatanmgr/university-notes/main/0366-%5BMath%5D/03661111-%5BLinear%20Algebra%201A%5D/src/lectures/03661111_lecture_8.typ | typst | #import "/template.typ": *
#import "@preview/colorful-boxes:1.2.0": *
#show: project.with(
title: "אלגברה לינארית 1א׳ - שיעור 8",
authors: ("<NAME>",),
date: "30 בינואר, 2024",
)
// #include "/utils/toc.typ"
// #pagebreak()
#set enum(numbering: "(1.א)")
= בסיסים - המשך
== תזכורת
יהי $V$ מ״ו מעל השדה $F$ ותה... | |
https://github.com/ludwig-austermann/typst-din-5008-letter | https://raw.githubusercontent.com/ludwig-austermann/typst-din-5008-letter/main/lib/helpers.typ | typst | MIT License | #let default-font-handler(styling) = {
let font-size = if styling.text-params.keys().contains("size") {
if styling.text-params.size < 10pt {
panic("The general font size should be at least 10pt!")
}
styling.text-params.size
} else {
styling.text-params.insert("size", 11pt)
11pt
}
if no... |
https://github.com/PgBiel/glypst | https://raw.githubusercontent.com/PgBiel/glypst/main/test/samples/import/imports.typ | typst | MIT License | #import "/import/imported.typ": x
#assert(x == 5)
|
https://github.com/darrior/typst-mirea-template | https://raw.githubusercontent.com/darrior/typst-mirea-template/main/README.md | markdown | # typst-mirea-template
Implementation of MIREA document template in Typst
## Usage
```
#show: project.with(
title: "<name of project>",
authors: (
"<NAME>",
),
)
```
For chapters without numbering you must use `#numberless` function:
```
#numberless[ВВЕДЕНИЕ]
```
| |
https://github.com/Jollywatt/typst-wordometer | https://raw.githubusercontent.com/Jollywatt/typst-wordometer/master/tests/concat-adjacent-text/test.typ | typst | MIT License | #import "/src/lib.typ": *
#set page(width: 15cm, height: auto)
#let c = [
Hello, what is your name?
].children
#c
#concat-adjacent-text(c)
#let c = [
A want this to be separate. #[From this.] <some-label> Not this either.
].children
#c
#concat-adjacent-text(c)
|
https://github.com/bamiesking/bicop-2023 | https://raw.githubusercontent.com/bamiesking/bicop-2023/main/main.typ | typst | #import "theme.typ": conf, author, primary, secondary
// #show: doc => conf(title, authors, affiliations )
#set text(font: "Raleway", size: 20.5pt)
#set par(leading: 0.5em)
#show figure.caption: set text(font: "Lato", size: 17pt)
#let authors = (
(
"name": "<NAME>",
"affiliations": 1,
),
(
"name": "... | |
https://github.com/jcbhmr/typst.deb | https://raw.githubusercontent.com/jcbhmr/typst.deb/main/README.md | markdown | Apache License 2.0 | # typst.deb
🔴 Typst packaged for Debian
|
https://github.com/jamesrswift/blog | https://raw.githubusercontent.com/jamesrswift/blog/main/assets/packages/booktabs/footnotes.typ | typst | MIT License | // I want my argument names to be intuitive, but these sometimes shadow
// important functions, so lets copy them first.
#let std-state = state
#let std-numbering = numbering
#let state = std-state("__booktabs:footnote", ())
#let numbering = std-state("__booktabs:numbering", "a")
#let clear() = state.update(())
#let... |
https://github.com/tony-rsa/thonifho.muhali.cv | https://raw.githubusercontent.com/tony-rsa/thonifho.muhali.cv/main/src/sections/en/experience.typ | typst | MIT License | #import "../../template.typ": *
#cvSection("Experience")
#cvEntry(
title: [Cloud Software Engineer (Python/Rust/SQL)],
host: [#link("https://github.com/Stabl-Energy")[#gh #hSpc() STABL Energy] #hDot() Part-time],
date: [January — March 2023 (3 months)],
mode: [Munich, Germany #hDot() Hybrid],
logo: "assets/... |
https://github.com/rem3-1415926/Typst_Thesis_Template | https://raw.githubusercontent.com/rem3-1415926/Typst_Thesis_Template/main/sec/abstract.typ | typst | MIT License |
#let abstract = [
= Abstract
In this thesis, an ancient scripture was discovered.
It reads as follows:
#lorem(300)
It could not be deciphered in any way and this thesis is therefore utterly pointless.
] |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/emoji-01.typ | typst | Other | // These two shouldn't be affected by a zero-width joiner.
🏞🌋
|
https://github.com/saecki/zig-grep | https://raw.githubusercontent.com/saecki/zig-grep/main/paper/slides-template.typ | typst | #import "@preview/polylux:0.3.1": *
#import "@preview/codelst:2.0.0": sourcecode, code-frame
#let font_name = "JetbrainsMono NF"
#let slide-colors = state("slide-colors", (:))
#let slide-short-title = state("slide-short-title", none)
#let slide-short-author = state("slide-short-author", none)
#let slide-short-date = ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.