repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/foundations-05.typ | typst | Other | // Test failing assertions.
// Error: 8-16 assertion failed
#assert(1 == 2)
|
https://github.com/EricWay1024/Homological-Algebra-Notes | https://raw.githubusercontent.com/EricWay1024/Homological-Algebra-Notes/master/ha/8-ext.typ | typst | #import "../libs/template.typ": *
= Ring Structure on $Ext$
<ring-ext>
== Reinterpreting $Ext$
Let $A, B in RMod$ with projective resolutions $P_cx -> A$ and $Q_cx -> B$. Write the total cochain complex $ Tot^Pi (hom (P, Q)) =: T$. Then @balance-ext-2 implies that
$
Ext^n _R (A, B) iso H^n (T).
$
Recall that $T^... | |
https://github.com/Ciolv/typst-template-bachelor-thesis | https://raw.githubusercontent.com/Ciolv/typst-template-bachelor-thesis/main/config.typ | typst | #let conf(
title: none,
authors: (),
university: none,
abstract: [],
language: "de", // enable language-specific quotes with ISO 639-1/2/3 language code.
font: "Manrope",
font_size: 11.96pt,
outlines: ((none, none),),
thesis_type: none,
course_of_studies: none,
field_of_studies: none,
company_lo... | |
https://github.com/maucejo/elsearticle | https://raw.githubusercontent.com/maucejo/elsearticle/main/template/main.typ | typst | MIT License | // #import "@preview/elsearticle:0.3.0": *
#import "../src/elsearticle.typ": *
#let abstract = lorem(100)
#show: elsearticle.with(
title: "Title of the paper",
authors: (
(
name: "<NAME>",
affiliation: "University A, City A, Country A",
corr: "<EMAIL>",
id: "a",
),
... |
https://github.com/magic3007/cv-typst | https://raw.githubusercontent.com/magic3007/cv-typst/master/README.md | markdown | # cv-typst
English Public Version. | |
https://github.com/mrtz-j/typst-thesis-template | https://raw.githubusercontent.com/mrtz-j/typst-thesis-template/main/modules/acknowledgements.typ | typst | MIT License | #let acknowledgements-page(body) = {
pagebreak(weak: true, to: "even")
// --- Acknowledgements ---
align(left)[
= Acknowledgements
#v(1em)
#body
]
}
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/003%20-%20Gatecrash/011_Bilagru%20Will%20Come%20for%20You.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Bilagru Will Come for You",
set_name: "Gatecrash",
story_date: datetime(day: 13, month: 03, year: 2013),
author: "<NAME>",
doc
)
Arresters descended upon the scene only moments after the deed was done. A crowd was already gathering, pressin... | |
https://github.com/exdevutem/taller-git | https://raw.githubusercontent.com/exdevutem/taller-git/main/src/pull-request.typ | typst | = Pull Request
Un pull request es una petición que se le hace a un mantenedor de un repositorio para que reuna dos ramas que se han separado, y unifique los cambios de estas en una sola rama. Luego de que el trabajo de una rama se haya desarrollado, el paso final de la vida de esta rama es que sea 'mergeada' o combina... | |
https://github.com/Enter-tainer/typstyle | https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/code/func-call-flavor.typ | typst | Apache License 2.0 | #table(stroke: none,
[arg1],
[arg2])
|
https://github.com/freundTech/typst-forge | https://raw.githubusercontent.com/freundTech/typst-forge/main/README.md | markdown | # typst-forge
The unofficial, conda-based package repository for Typst.
## What is typst-forge?
typst-forge is an unofficial package repository for [Typst](https://typst.app). If is integrated into the conda ecosystem. We recommend using it with the [pixi](https://pixi.sh) package manager.
You can see a list of pac... | |
https://github.com/han0126/MCM-test | https://raw.githubusercontent.com/han0126/MCM-test/main/2024校赛typst/chapter/appendix.typ | typst | #import "../template/template.typ": *
#let code1 = ```matlab
clc,clear,close all
%理论培训时间与参加人数关系
x1 = table2array(readtable("C3.xlsx","Range","A2:A11"));
y1 = table2array(readtable("C3.xlsx","Range","D2:D11"));
scatter(x1,y1,'filled');
[b,bint,r,rint,stats]=regress(y1,[ones(10,1),x1,(x1.^2)])
rcoplot(r,rint);
... | |
https://github.com/SeniorMars/tree-sitter-typst | https://raw.githubusercontent.com/SeniorMars/tree-sitter-typst/main/examples/math/matrix.typ | typst | MIT License | // Test matrices.
---
// Test semicolon syntax.
#set align(center)
$mat() dot.op
mat(;) dot.op
mat(1, 2) dot.op
mat(1, 2;) \
mat(1; 2) dot.op
mat(1, 2; 3, 4) dot.op
mat(1 + &2, 1/2; &3, 4)$
---
// Test sparse matrix.
$ mat(
1, 2, ..., 10;
2, 2, ..., 10;
dots.v, dots.v, dots.down, dots.v;
10, 10, ..., 10... |
https://github.com/DJmouton/Enseignement | https://raw.githubusercontent.com/DJmouton/Enseignement/main/SNT/Réseaux sociaux/Plan de séquence.typ | typst | #import "/Templates/layouts.typ": SNT, titre, sous_titre
#show: doc => SNT(doc)
//#import "@preview/fletcher:0.4.5" as fletcher: diagram, node, edge
#titre[SNT: Séquence sur les Réseaux Sociaux]
#outline()
= Programme et objectifs
#table(
columns: (0.6fr, 1fr, 0.08fr),
[*Contenus*], [*Capacités attendues*], ... | |
https://github.com/ngyngcphu/tick3d-docs | https://raw.githubusercontent.com/ngyngcphu/tick3d-docs/main/contents/05_UI/index.typ | typst | Apache License 2.0 | = User Interface
Link design Figma UI: https://www.figma.com/file/oMo6KpmM4QVeibk0IUbAZx/Home-Page?type=design&node-id=0-1&mode=design&t=o6x6lRrhsQv2RsE0-0
== Trang chủ Tick3D
#figure(caption: "Giao diện trang chủ",
image("../images/UI/HomePage_edit.png", fit: "cover"))
Các thành phần trong trang chủ của tick3D:
... |
https://github.com/Xe/automuse | https://raw.githubusercontent.com/Xe/automuse/main/paper/automuse_1/main.typ | typst | zlib License | #import "template.typ": conf
#show: doc => conf(
title: [
Automuse: A System for Generating Pulp Novels
],
authors: (
(
name: "<NAME>",
affiliation: "xn--g28h",
email: "<EMAIL>",
),
(
name: "<NAME>",
affiliation: "xn--g28h",
email: "<EMAIL>",
),
(
... |
https://github.com/kimushun1101/rengo2024-typst | https://raw.githubusercontent.com/kimushun1101/rengo2024-typst/main/README.md | markdown | MIT No Attribution | # rengo2024-typst
第67回自動制御連合講演会予稿集の原稿を Typst で書くときのテンプレートです.
Typst の概要については https://typst.app/docs/tutorial/writing-in-typst/ をご覧ください.
| ファイル | 説明 |
| ------------- | ----------------------------------- |
| sample.typ | 和文テンプレートの Typst ソースコード |
| fig1.svg | サンプ... |
https://github.com/augustebaum/epfl-thesis-typst | https://raw.githubusercontent.com/augustebaum/epfl-thesis-typst/main/README.md | markdown | MIT License | # EPFL Thesis template
Port of [an unofficial LaTeX template](https://www.overleaf.com/latex/templates/swiss-federal-institute-of-technology-in-lausanne-epfl-phd-thesis/dhcgtppybcwv) to Typst.
A complete example is shown in the [example folder](https://github.com/augustebaum/epfl-thesis-typst/blob/v0.1.1/example); se... |
https://github.com/TeddyHuang-00/typpuccino | https://raw.githubusercontent.com/TeddyHuang-00/typpuccino/main/src/lib.typ | typst | MIT License | #import "latte.typ"
#import "frappe.typ"
#import "macchiato.typ"
#import "mocha.typ"
|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/linebreak-no-justifiables_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#set par(justify: true)
#block(width: 1cm, fill: aqua, lorem(2))
|
https://github.com/elteammate/typst-compiler | https://raw.githubusercontent.com/elteammate/typst-compiler/main/src/reflection-lexer.typ | typst | #import "utils.typ": *
#import "lexer.typ": *
#let typst_token_kind = mk_enum(
debug: true,
"ident",
"kw_let",
"kw_set",
"kw_show",
"kw_if",
"kw_else",
"kw_for",
"kw_while",
"kw_break",
"kw_continue",
"kw_return",
"kw_include",
"kw_import",
"kw_from",
"kw_in",
"kw_not",
"kw_and",
... | |
https://github.com/Tran-Thu-Le/typst-collection | https://raw.githubusercontent.com/Tran-Thu-Le/typst-collection/main/empty-doc-for-writting-notes/empty-doc.typ | typst | //-----------------------------------------------
// Parameters
//-----------------------------------------------
// #let (background-color, text-color) = (black, white)
#let (background-color, text-color) = (white, aqua)
#let number-of-pages = 10
#let footer_left = [Author's name]
#let footer_right = "Page " + co... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/brilliant-cv/2.0.0/docs.typ | typst | Apache License 2.0 | /*
* Documentation of the functions used in the template, powered by tidy.
*/
#import "@preview/tidy:0.3.0"
#let version = toml("/typst.toml").package.version
= brilliant-CV
= Documentation on Template Functions
#h(10pt)
#rect[
_Build Date: #datetime.today().display()_
_Version: #version _
]
#h(10pt)
#let do... |
https://github.com/jamesrswift/springer-spaniel | https://raw.githubusercontent.com/jamesrswift/springer-spaniel/main/tests/preamble.typ | typst | The Unlicense | #import "/src/lib.typ" as springer-spaniel |
https://github.com/SillyFreak/typst-scrutinize | https://raw.githubusercontent.com/SillyFreak/typst-scrutinize/main/README.md | markdown | MIT License | # Scrutinize
Scrutinize is a library for building exams, tests, etc. with Typst.
It has three general areas of focus:
- It helps with grading information: record the points that can be reached for each question and make them available for creating grading keys.
- It provides a selection of question writing utilities,... |
https://github.com/AnsgarLichter/hka-thesis-template | https://raw.githubusercontent.com/AnsgarLichter/hka-thesis-template/main/chapters/A2_Transcripts.typ | typst | = Transcripts
#lorem(500)
== Interview 1
#lorem(250)
=== Details
#lorem(250) | |
https://github.com/Akida31/anki-typst | https://raw.githubusercontent.com/Akida31/anki-typst/main/typst/src/theorems.typ | typst | #import "config.typ": is_export, anki_config
#import "raw.typ"
#import "utils.typ": assert_ty, to_plain, to_string
#import "@preview/ctheorems:1.1.2" as ct
// prevent shadowing
#let _global_numbering = numbering
#let anki_state = state(
"anki_state",
(
"deck": "",
"model": "",
),
)
#let secondary_numb... | |
https://github.com/PgBiel/typst-truthtable | https://raw.githubusercontent.com/PgBiel/typst-truthtable/main/truthtable.typ | typst | MIT License | // Logic "true" object
#let l-true(repr: $top$) = (
logic_dict: true,
logic_type: "true",
repr: [#repr],
value: m => true,
name: "TRUE",
skip: true,
children: ()
)
// Logic "false" object
#let l-false(repr: $bot$) = (
logic_dict: true,
logic_type: "false",
repr: [#repr],
nam... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/babel/0.1.1/src/lib.typ | typst | Apache License 2.0 | #import "baffle.typ": baffle, redact, tippex
|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/direction/serverless.typ | typst | Apache License 2.0 | #import "mod.typ": *
#show: book-page.with(title: "Serverless rendering")
#include "claim.typ"
Example Application: #link("https://github.com/Myriad-Dreamin/typst.ts/blob/main/github-pages/preview.html")[single-file]
Run the entire typst directly in browser, like #link("https://typst.app")[typst.app].
== Key Descr... |
https://github.com/0xPARC/0xparc-intro-book | https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/src/fhe2.typ | typst | #import "preamble.typ":*
= Public-key cryptography from LWE
<lwe-crypto>
In @lwe-small
we saw how even a small case of this problem ($q = 11$, $n = 4$) can be
annoyingly tricky. In the real world, you should imagine that $n$ and
$q$ are much bigger – maybe $n$ is in the range
$100 lt.eq n lt.eq 1000$, and $q$ could b... | |
https://github.com/kitashimauni/report-tools | https://raw.githubusercontent.com/kitashimauni/report-tools/main/lib.typ | typst | #import "@preview/codelst:2.0.1": sourcefile
// label関数の短縮形
#let l(arg) = { label(arg) }
// 小見出しを表示する関数
#let subheading(it, size: 11pt) = {
par(first-line-indent: 0em)[
#text(font: "Meiryo", size: size)[*#it*]
]
}
// TODOを強調表示する関数
#let todo(it) = {
text(lang: "ja", font: ("Century", "Meiryo")... | |
https://github.com/dark-flames/resume | https://raw.githubusercontent.com/dark-flames/resume/main/data/edu.typ | typst | MIT License | #import "../libs.typ": *
#import "../chicv.typ": *
#let eduList(env) = (
multiLang(
env,
en: (
degree: "Master of Informatics",
department: "Communication and Computer Engineering",
university: "Kyoto University",
location: "Kyoto, Japan",
time: " Apr, 2022 - Mar, 2024",
/... |
https://github.com/rikhuijzer/phd-thesis | https://raw.githubusercontent.com/rikhuijzer/phd-thesis/main/chapters/nederlandse-samenvatting.typ | typst | The Unlicense | #import "../style.typ": citefig
#import "../functions.typ": chapter, textcite, parencite, note, avoid_indent
#pagebreak()
= Nederlanse samenvatting (Dutch Summary)
#avoid_indent()
Stelt u zich eens voor dat u vooraf kunt zeggen welke individuen een pilotenopleiding, een Harvard voorselectie, of zelfs in NASA's astrona... |
https://github.com/jneug/typst-nassi | https://raw.githubusercontent.com/jneug/typst-nassi/main/src/elements.typ | typst | MIT License |
#let TYPES = (
EMPTY: 0,
PROCESS: 1,
BRANCH: 2,
SWITCH: 3,
LOOP: 4,
LOOP_2: 5,
PARALLEL: 6,
FUNCTION: 7,
CALL: 8,
)
#let element(type, text, ..args) = (
(
type: type,
text: text,
pos: (0, 0),
width: auto,
height: auto,
inset: auto,
grow: 0,
fill: auto,
stroke: a... |
https://github.com/j1nxie/usth-graph-theory | https://raw.githubusercontent.com/j1nxie/usth-graph-theory/main/reports/cliques_hamiltonian_circuits.typ | typst | #set text(font: ("Noto Serif CJK JP"), hyphenate: false)
#set par(justify: true)
#set page(
numbering: "1",
paper: "a4",
header: align(right)[BI12-009 <NAME> - Cliques and Hamiltonian Circuits],
)
= Cliques
1. Use NetworkX to create a graph and add edges.
```py
G = nx.random_graphs.random_regular_graph(3, 30, ... | |
https://github.com/Area-53-Robotics/53B-Notebook-Over-Under-2023-2024 | https://raw.githubusercontent.com/Area-53-Robotics/53B-Notebook-Over-Under-2023-2024/master/templates/text.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #let entry_text() = {
set text(
font: "Times New Roman",
14pt
)
} |
https://github.com/MyPedagogicalRessources/BUT1-R1-01-Initiation-developpement | https://raw.githubusercontent.com/MyPedagogicalRessources/BUT1-R1-01-Initiation-developpement/main/TD/TD2-Trace-dessins-enonce.typ | typst | #import "TD2-Trace-dessins.typ":*
#td2(isCorrection: false)
| |
https://github.com/francorbacho/cv | https://raw.githubusercontent.com/francorbacho/cv/master/alt.typ | typst | #let esei = {image("resources/esei-icon-192x192.png", height: 20pt, fit: "contain")}
#let pk = {image("resources/pk-icon-426x426.png", height: 20pt, fit: "contain")}
#let uvigomotorsport = {image("resources/uvigomotorsport-icon-500x500.png", height: 20pt, fit: "contain")}
| |
https://github.com/ivaquero/book-control | https://raw.githubusercontent.com/ivaquero/book-control/main/04-时域响应分析.typ | typst | #import "@local/scibook:0.1.0": *
#show: doc => conf(
title: "时域响应分析",
author: ("ivaquero"),
header-cap: "现代控制理论",
footer-cap: "github@ivaquero",
outline-on: false,
doc,
)
= 一阶系统
<一阶系统>
== 单位阶跃响应
对一阶系统,其传递函数的形式通常为
$ G(s) = frac(a, s + a) $
若输入为
$ u(t) = cases(delim: "{", 0 & t = 0, 1 & t > 0) $
则
$
... | |
https://github.com/catppuccin/typst | https://raw.githubusercontent.com/catppuccin/typst/main/src/flavors/catppuccin-latte.typ | typst | MIT License | #let latte = (
name: "Latte",
emoji: "🌻",
order: 0,
dark: false,
light: true,
colors: (
rosewater: (
name: "Rosewater",
order: 0,
hex: "#dc8a78",
rgb: rgb(220, 138, 120),
accent: true,
),
flamingo: (
name: "Flamingo",
order: 1,
hex: "#dd7878",
... |
https://github.com/HarryLuoo/sp24 | https://raw.githubusercontent.com/HarryLuoo/sp24/main/431/notes/part3.typ | typst | #set math.equation(numbering:"(1)")
#set heading(numbering: "1.1")
= Sums of independent r.v.& Symmetry
== Convolution of two distributions
given two independent r.v. $X$ and $Y$, the distribution of $Z = X + Y$ is the convolution of the distributions of $X$ and $Y$.
+ when $X$ and $Y$ are both discrete, the pmf of $... | |
https://github.com/daniel-eder/typst-template-jku | https://raw.githubusercontent.com/daniel-eder/typst-template-jku/main/src/main.typ | typst | // SPDX-FileCopyrightText: 2023 <NAME>
//
// SPDX-License-Identifier: Apache-2.0
#import "./template/definitions/thesis_types.typ": thesis_types
#import "./template/definitions/programme_types.typ": programme_types
#import "./template/definitions/programmes.typ": programmes
#import "./template/template.typ": project
... | |
https://github.com/SiyangShao/resume | https://raw.githubusercontent.com/SiyangShao/resume/main/main.typ | typst | #show heading: set text(font: "Linux Biolinum")
#show link: underline
// Uncomment the following lines to adjust the size of text
// The recommend resume text size is from `10pt` to `12pt`
#set text(
size: 11pt,
)
// Feel free to change the margin below to best fit your own CV
#set page(
margin: (x: 0.9cm, y: 1.... | |
https://github.com/binhtran432k/ungrammar-docs | https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/introduction.typ | typst | #import "../components/glossary.typ": gls
= Introduction
== Reasons and Motivations for Conducting Research
The rapid evolution of software development has placed increasing demands on
tools and technologies that can effectively support complex projects. While
#gls("ides") have made significant strides in
e... | |
https://github.com/levinion/typst-dlut-templates | https://raw.githubusercontent.com/levinion/typst-dlut-templates/main/samples/thesis/thesis.sample.typ | typst | MIT License | #import "../../templates/thesis/main.typ": *
#show: thesis.with(
chinese_title: "",
english_title: "",
faculty: "",
major: "",
name: "",
id: "",
sup: "",
rev: "",
date: "",
chinese_abstract: [],
chinese_keywords: (),
english_abstract: [],
english_keywords: (),
intro: [],
conclusion:[],
... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/visualize/image-03.typ | typst | Other | // Does not fit to remaining height of page.
#set page(height: 60pt)
Stuff
#image("test/assets/files/rhino.png")
|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/spacing_04.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test spacing for operators with decorations and modifiers on them
#set page(width: auto)
$a equiv b + c - d => e log 5 op("ln") 6$ \
$a cancel(equiv) b overline(+) c arrow(-) d hat(=>) e cancel(log) 5 dot(op("ln")) 6$ \
$a overbrace(equiv) b und... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/034%20-%20Dominaria/001_Return%20to%20Dominaria%3A%20Episode%201.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Return to Dominaria: Episode 1",
set_name: "Dominaria",
story_date: datetime(day: 21, month: 03, year: 2018),
author: "<NAME>",
doc
)
#figure(image("001_Return to Dominaria: Episode 1/01.jpg", width: 100%), caption: [], supplement: none, nu... | |
https://github.com/barddust/Kuafu | https://raw.githubusercontent.com/barddust/Kuafu/main/src/Meta/resources.typ | typst | = 资源获取
信息时代使得人的成长可以向着无限发展,人类的知识和智慧前所未有地集中,从而使得几乎任何人都能获取到几乎需要的所有信息。此处分享的是我获取信息或资源的渠道。
== 信息
我之前大学时获取信息是从各种各样的应用上来,比方说知乎、微信公众号等,随后呢发现了许多不便之处,简单说就是从这个平台获取信息之后,需要切换到另一个平台,如此甚是麻烦。于是想想有没有什么 All-in-one 的方案,可以将我所有的信息渠道汇总,而我只需要从一个入口接收即可。
=== RSS
/ Rss: RSS (RDF Site Summary or Really Simple Syndication) is a web feed that a... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-A880.typ | typst | Apache License 2.0 | #let data = (
("SAURASHTRA SIGN ANUSVARA", "Mc", 0),
("SAURASHTRA SIGN VISARGA", "Mc", 0),
("SAURASHTRA LETTER A", "Lo", 0),
("SAURASHTRA LETTER AA", "Lo", 0),
("SAURASHTRA LETTER I", "Lo", 0),
("SAURASHTRA LETTER II", "Lo", 0),
("SAURASHTRA LETTER U", "Lo", 0),
("SAURASHTRA LETTER UU", "Lo", 0),
("SA... |
https://github.com/OCamlPro/ppaqse-lang | https://raw.githubusercontent.com/OCamlPro/ppaqse-lang/master/src/étude/pointeurs.typ | typst | #import "defs.typ": *
#import "links.typ": *
= Pointeurs & Mémoire
== Gestion des pointeurs
Les pointeurs sont des valeurs représentant l'adresse en mémoire d'une autre
valeur. Ils sont couramment utilisés pour passer des valeurs par référence, et
par conséquent, éviter de copier ces valeurs à chaque fois qu'on les ... | |
https://github.com/r8vnhill/apunte-bibliotecas-de-software | https://raw.githubusercontent.com/r8vnhill/apunte-bibliotecas-de-software/main/unit1.typ | typst | #import "@preview/ctheorems:1.1.2": *
#show: thmrules
#let definition = thmbox("definition", "Definición", inset: (x: 1.2em, top: 1em))
= Unidad 1: Introducción
#include "Unit1/Intro.typ"
#include "Unit1/Kotlin.typ"
#include "Unit1/Basics.typ"
#include "Unit1/NullSafety.typ"
#include "Unit1/Input.typ"
#include "Uni... | |
https://github.com/EpicEricEE/typst-marge | https://raw.githubusercontent.com/EpicEricEE/typst-marge/main/tests/resolve/side/test.typ | typst | MIT License | #import "/src/resolve.typ": resolve-side
#context assert.eq(resolve-side("left"), left)
#context assert.eq(resolve-side(right), right)
#context assert.eq(resolve-side(start), left)
#context assert.eq(resolve-side("inside"), left)
#{
set page(binding: right)
context assert.eq(here().page(), 1)
context assert.eq(... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/circuiteria/0.1.0/src/util.typ | typst | Apache License 2.0 | /// Predefined color palette
/// #let w = 4
/// #box(width: 100%, align(center)[
/// #canvas(length: 2em, {
/// for (i, color) in util.colors.pairs().enumerate() {
/// let x = calc.rem(i, w) * 2
/// let y = calc.floor(i / w) * 2
/// draw.rect((x, -y), (x + 1, -y - 1), fill: color.last(), stroke:... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/touying/0.1.0/utils/states.typ | typst | Apache License 2.0 | // touying slide counters
#let slide-counter = counter("touying-slide-counter")
#let last-slide-counter = counter("touying-last-slide-counter")
#let last-slide-number = locate(loc => last-slide-counter.final(loc).first())
#let touying-progress(callback) = locate(loc => {
let ratio = calc.min(1.0, slide-counter... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/054%20-%20Lost%20Caverns%20of%20Ixalan/001_Episode%201.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Episode 1",
set_name: "Lost Caverns of Ixalan",
story_date: datetime(day: 20, month: 10, year: 2023),
author: "<NAME>",
doc
)
== Quint
As Quint planeswalked from a dimly lit stone corridor into leaf-dappled sunshine, the heat slapped him l... | |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/04-opentype/more-tables.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note
#import "/lib/glossary.typ": tr
#show: web-page-template
// ## And more tables!
== 更多数据表
// We've looked at all of the compulsory tables in an OpenType font; there are many other tables which can also be present. There are ... |
https://github.com/platformer/typst-algorithms | https://raw.githubusercontent.com/platformer/typst-algorithms/main/examples/examples.typ | typst | MIT License | // check out the README to see all the options
// for algo and code
#import "@preview/algo:0.3.1": algo, i, d, comment, code
#algo(
title: "Fib",
parameters: ("n",)
)[
if $n < 0$:#i\ // use #i to indent the following lines
return null#d\ // use #d to dedent the following lines
if $n = 0$ or $n... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/out-of-flow-in-block_03.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// In-flow item with size zero in the first region.
#set page(height: 5cm, margin: 1cm)
In-flow, zero-sized item.
#block(breakable: true, stroke: 1pt, inset: 0.5cm)[
#set block(spacing: 0pt)
#line(length: 0pt)
#rect(height: 2cm, fill: gray)
... |
https://github.com/cadojo/correspondence | https://raw.githubusercontent.com/cadojo/correspondence/main/src/vita/src/publications.typ | typst | MIT License | #let publicationlist = state("publicationlist", ())
#let publication(
organization,
source,
date: none,
notes
) = {
let content = [
#grid(
columns: (1fr, 1fr),
heading(level: 3, organization),
align(right)[
#set text(rgb(90,90,90))
#date
]
)
#if source != ... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/numbering_06.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#set text(lang: "jp", font: ("Linux Libertine", "Noto Serif CJK JP"))
#for i in range(0, 9) {
numbering("あ", i)
[ and ]
numbering("I.あ", i, i)
[ for #i \ ]
}
#for i in range(0, 9) {
numbering("ア", i)
[ and ]
numbering("I.ア", i, i)
... |
https://github.com/pal03377/master-thesis | https://raw.githubusercontent.com/pal03377/master-thesis/main/thesis_template.typ | typst | MIT License | #let project(
title: "",
titleGerman: "",
degree: "",
program: "",
supervisor: "",
advisors: (),
author: "",
startDate: none,
submissionDate: none,
body,
) = {
set document(title: title, author: author)
set page(
margin: (left: 30mm, right: 30mm, top: 40mm, bottom: 40mm),
numbering: "1",... |
https://github.com/Mondei1/dhge-typst-template | https://raw.githubusercontent.com/Mondei1/dhge-typst-template/master/main.typ | typst | #import "lib/intro.typ": data, tickbox, project_number, toc
#import "lib/todo.typ": todo, outline-todos
#import "@preview/wordometer:0.1.1": word-count, total-words
#import "@preview/sourcerer:0.2.1": code
#import "@preview/acrostiche:0.3.1": *
#let project_title = "DEIN TITEL HIER"
#let project_author = "<NAME>"
//
... | |
https://github.com/Relacibo/typst-as-lib | https://raw.githubusercontent.com/Relacibo/typst-as-lib/main/examples/templates/function.typ | typst | MIT License | #let alert(body, fill: red) = {
set text(white)
set align(center)
rect(
fill: fill,
inset: 8pt,
radius: 4pt,
[*Warning:\ #body*],
)
}
|
https://github.com/optimizerfeb/MathScience | https://raw.githubusercontent.com/optimizerfeb/MathScience/main/재미있는 수학 증명.typ | typst | #set text(font: "KoPubBatang_Pro")
#let to = $arrow.r$
#let sim = $tilde.eq$
#align(center, text(17pt)[
*어떤 명제의 흥미로운 증명법*
])
#align(right, text(10pt)[
한남대학교 수학과
20172581 김남훈
])
= 1. 소개
=== 정리.
$T$ 를 위상공간, $p in T$ 라 하자. $T$ 의 $2$ 차 호모토피 군 $pi_2(T, p)$ 는 가환군이다.
=== 증명.
#figure(
stack(
dir: ltr... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/docs/tutorial/4-template.md | markdown | Apache License 2.0 | ---
description: Typst's tutorial.
---
# Making a Template
In the previous three chapters of this tutorial, you have learned how to write a
document in Typst, apply basic styles, and customize its appearance in-depth to
comply with a publisher's style guide. Because the paper you wrote in the
previous chapter was a tr... |
https://github.com/augustebaum/epfl-thesis-typst | https://raw.githubusercontent.com/augustebaum/epfl-thesis-typst/main/example/head/acknowledgements.typ | typst | MIT License | #import "@preview/scholarly-epfl-thesis:0.1.1": fill-line
= Acknowledgements
#lorem(100)
#lorem(50)
#parbreak()
#fill-line([_Lausanne, 12 Mars 2011_], [<NAME>.])
|
https://github.com/actsasflinn/typst-rb | https://raw.githubusercontent.com/actsasflinn/typst-rb/main/test/template_with_font_and_icon/main.typ | typst | Apache License 2.0 | #import "template.typ": *
#show: template.with()
#lorem(50)
#image("monkey.svg")
|
https://github.com/k0tran/cont_labs | https://raw.githubusercontent.com/k0tran/cont_labs/master/reports/lab1.typ | typst | #import "template.typ": *
#show: lab.with(n: 1)
= Настройка хоста
В качестве хоста будет использоваться Manjaro:
#pic(img: "lab1/neofetch.png")[Запуск neofetch на хосте]
== VirtualBox
Для установки VirtualBox будет использован пакетный менеджер pacman:
#pic(img: "lab1/install_vbox.png")[Установка VirtualBox]
== ... | |
https://github.com/JinBridger/chicv-cn | https://raw.githubusercontent.com/JinBridger/chicv-cn/main/template/cv.typ | typst | #show heading: set text(font: ("Linux Biolinum O", "Noto Serif CJK SC"))
#set text(font: ("Noto Serif CJK SC"), lang: "zh")
// #set page("us-letter")
#show link: underline
// Uncomment the following lines to adjust the size of text
// The recommend resume text size is from `10pt` to `12pt`
#set text(
size: 10pt,
)
... | |
https://github.com/Manato1fg/My-Typst-Template | https://raw.githubusercontent.com/Manato1fg/My-Typst-Template/main/example.typ | typst | MIT License | #import "template.typ": *
#let writeDate = datetime(
year: 2024,
month: 2,
day: 6
)
#show: report.with(
title: "Typst 入門",
//class: "計数工学実験第二",
date: writeDate,
author: "Manato1fg",
affiliation: "東京大学工学部計数工学科システム情報コース 3年"
)
= はじめに <chap>
素敵な文章.これはとても素敵な文章ですよね.
== 節
節もこのように作成できます.
== フォントの切り替え
`
s... |
https://github.com/sses7757/sustech-graduated-thesis | https://raw.githubusercontent.com/sses7757/sustech-graduated-thesis/main/README.md | markdown | Apache License 2.0 | # 南方科技大学研究生学位论文 sustech-graduated-thesis
基于[南京大学毕业论文Typst模板](https://github.com/nju-lug/modern-nju-thesis)修改的南方科技大学研究生学位论文 Typst 模板。
## 特点
- 初步融合了[equate](https://typst.app/universe/package/equate)和[i-figured](https://typst.app/universe/package/i-figured)的公式编号,并提供了一种更方便的公式子编号逻辑。
- 提供了`#notation`用以自动管理术语,具体使用参见`examp... |
https://github.com/Error-418-SWE/Documenti | https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20esterna/Verbali/24-03-22/24-03-22.typ | typst | #import "/template.typ": *
#show: project.with(
date: "22/03/24",
subTitle: "Aggiornamento sullo stato dei lavori",
docType: "verbale",
authors: (
"<NAME>",
),
reviewers: (
"<NAME>",
),
missingMembers: (
"<NAME>",
),
externalParticipants : (
(name: "<NAME>", role: "Referente azienda... | |
https://github.com/TomVer99/Typst-checklist-template | https://raw.githubusercontent.com/TomVer99/Typst-checklist-template/main/documentation/manual.typ | typst | MIT License | #import "@preview/mantys:0.1.4": *
#import "@preview/codly:1.0.0": *
#show: mantys.with(
name: "aero-check",
title: [aero-check checklist template],
// subtitle: [An unofficial template for FHICT document generation.],
authors: "TomVer99",
url: "https://github.com/TomVer99/Typst-checklist-template",
versio... |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/spue/planung/langentwurf.typ | typst | Other | #import "/src/template.typ": *
== #ix("Langentwurf")
Der #ix("Langentwurf") erklärt und begründet die Themenauswahl und Ihre Vorgehensweise soweit, dass ein anderer an Ihrer Stelle die Stunde vollständig nachvollziehen, halten und erklären könnte. Dazu werden die aktuellen Begingungen und der Stand der SuS und der #i... |
https://github.com/WinstonMDP/math | https://raw.githubusercontent.com/WinstonMDP/math/main/exers/m.typ | typst | #import "../cfg.typ": *
#show: cfg
$
"Prove that"
(all(n): a_n >= a_(n + 1) > 0) ->
sum_(n = 1)^oo a_n "converges" ->
a_n =_(n -> oo) o(1/n)
$
I'm proving that $n a_n -> 0$
That is, $all(epsilon) ex(N) all(n > N): n a_n < epsilon$
$ex(N) all(k_1\, k_2 > N): a_k_1 + ... + a_k_2 < epsilon/2$
$all(n > N): n a_(2n) <= ... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/scrutinize/0.1.0/src/questions.typ | typst | Apache License 2.0 | #let solution = state("scrutinize-solution", false)
/// Shows solutions in the document.
///
/// -> content
#let set-solution() = solution.update(true)
/// Hides solutions in the document.
///
/// -> content
#let unset-solution() = solution.update(false)
/// Queries the current solution display state.
///
/// If a f... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/let-07.typ | typst | Other | // Ref: false
// Destructuring with a sink in the middle.
#let (a, ..b, c) = (1, 2, 3, 4, 5, 6)
#test(a, 1)
#test(b, (2, 3, 4, 5))
#test(c, 6)
|
https://github.com/cloudsftp/zivi.typ | https://raw.githubusercontent.com/cloudsftp/zivi.typ/latest/zivi.typ | typst | Apache License 2.0 | /*
* Customizations on this template:
*
* - headings (h1..h4)
*
* - `datebox` function: provides content with stacked year above (big) and month below (tinier)
*
* - `daterange` function: two `datebox`es separated by an em dash
*
* - `cvgrid`: basic layout function that wraps a grid. Controlled by two paramete... |
https://github.com/Enter-tainer/typstyle | https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/show/code-show-closure.typ | typst | Apache License 2.0 | #let project(
title: "",
) = {
show heading: it => box(width: 100%)[
#v(0.50em)
#set text(font: heading-font)
#if it.numbering != none { counter(heading).display() }
#h(0.75em)
#it.body
]
}
|
https://github.com/TJ-CSCCG/tongji-undergrad-thesis-typst | https://raw.githubusercontent.com/TJ-CSCCG/tongji-undergrad-thesis-typst/main/README.md | markdown | MIT License | # :page_facing_up: 同济大学本科生毕业设计论文 Typst 模板(理工类)
中文 | [English](README-EN.md)
> [!CAUTION]
> 由于 Typst 项目仍处于密集发展阶段,且对某些功能的支持不完善,因此本模板可能存在一些问题。如果您在使用过程中遇到了问题,欢迎提交 issue 或 PR,我们会尽力解决。
>
> 在此期间,欢迎大家使用[我们的 LaTeX 模板](https://github.com/TJ-CSCCG/tongji-undergrad-thesis)。
## 样例展示
以下依次展示 “封面”、“中文摘要”、“目录”、“主要内容”、“参考文献” 与 “谢辞”。... |
https://github.com/KmaEE/ee | https://raw.githubusercontent.com/KmaEE/ee/main/outline.typ | typst | - Introduction: talk about uses of ECDH, having a shared secret
- Introduction II: What are elliptic curves? Working with Wierstrauss forms. The group law for elliptic curves, projective geometry, proof of some properties. Question: do we needd to explain group theory?
- Discrete log problem in groups, how the index c... | |
https://github.com/DaAlbrecht/thesis-TEKO | https://raw.githubusercontent.com/DaAlbrecht/thesis-TEKO/main/content/annexes.typ | typst | #set heading(numbering: "A", supplement: [Annex])
#counter(figure.where(kind: table)).update(0)
#counter(figure.where(kind: image)).update(0)
#counter(figure.where(kind: raw)).update(0)
#set figure(numbering: (x) => [A.#x])
= Project assignment<a_assignment>
#figure(
image("../personal/annex/page1.svg"),
)
#figure... | |
https://github.com/flaribbit/numbly | https://raw.githubusercontent.com/flaribbit/numbly/master/lib.typ | typst | MIT License | #let numbly(..arr, default: "1.") = (..nums) => {
let arr = arr.pos()
nums = nums.pos()
if nums.len() > arr.len() {
if default == none {
return none
}
if type(default) == function {
return default(..nums)
}
return numbering(default, ..nums)
}
let format = arr.at(nums.len() - 1)... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/hide-meta_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#set cite(style: "chicago-notes")
A pirate. @arrgh \
#set text(2pt)
#hide[
A @arrgh pirate.
#bibliography("/assets/files/works.bib")
]
|
https://github.com/daskol/typst-templates | https://raw.githubusercontent.com/daskol/typst-templates/main/jmlr/blindtext.typ | typst | MIT License | /**
* blindtext.typ
*
* This module is motivated by its LaTeX counterpart `blindtext`. It is used as
* a slightly advanced alternative to common `lorem` routine.
*
* [1]:https://ctan.org/tex-archive/macros/latex/contrib/blindtext
*/
#let blindtext = [Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Eti... |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/ES_DM_1_07_11_2023.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 1 07 11 2023",
authors: (
"<NAME>",
),
date: "31 Octobre, 2023",
)
#set heading(numbering: "1.1.")
== Question 1: #emph[Discern... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/path_03.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 7-31 point array must contain exactly two entries
// #path(((0%, 0%), (0%, 0%, 0%))) |
https://github.com/junyixu/intro-to-julia-sciml | https://raw.githubusercontent.com/junyixu/intro-to-julia-sciml/main/main.typ | typst | MIT License | #import "@preview/touying:0.4.2": *
#import "@preview/cetz:0.2.2"
#import "@preview/fletcher:0.4.4" as fletcher: node, edge
#import "@preview/ctheorems:1.1.2": *
#import "@preview/showybox:2.0.1": *
#import "@preview/physica:0.9.3": *
#show link: it => underline(stroke: (dash: "densely-dotted"), text(fill: eastern, it)... |
https://github.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024 | https://raw.githubusercontent.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024/master/chap10/quadtree.typ | typst | // curl "https://gist.githubusercontent.com/oliver-ni/701eec83f6cc0b7e9464c2e67e607faa/raw/abc4f03d36669bb506268a989f1cc2dfdb2ce5dd/tree.typ" -o tree.typ
#import "tree.typ": tree
#set page("a3", flipped: true)
#set text(font: "Noto Sans CJK SC")
== 4
*(教材P512页,第10.39题。)*
分割的四叉树如下:
#let im = (
(0, 0,... | |
https://github.com/bennyhandball/PA1_LoB_Finance | https://raw.githubusercontent.com/bennyhandball/PA1_LoB_Finance/main/PA/supercharged-dhbw/2.1.0/gender-equality-notice.typ | typst | #let gender-equality-notice(authors, title, date, language, many-authors, at-university, city, date-format) = {
pagebreak()
v(2em)
text(size: 20pt, weight: "bold", if (language == "de") {
"Disclaimer"
} else {
"Disclaimer"
})
v(1em)
par(justify: true, leading: 18pt,[
In der wissenschaftl... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/vec_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 22-25 expected "(", "[", "{", "|", "||", or none
// #set math.vec(delim: "%") |
https://github.com/0rphee/prop-logic-paevty | https://raw.githubusercontent.com/0rphee/prop-logic-paevty/main/README.md | markdown | BSD 3-Clause "New" or "Revised" License | # prop-logic-paevty
Build and run the executable:
```
cabal run
```
Parse, evaluate and create typst truth tables from plain-text logical propositions.
Input: `"((not (P and Q)) then ((R or S) bithen not T))"`.
```
#let then = $arrow$
#let bithen = $arrow.l.r$
#table(
columns: (auto, auto, auto, auto, auto, auto... |
https://github.com/iceghost/resume | https://raw.githubusercontent.com/iceghost/resume/main/2-education.typ | typst | == Education
#block[
=== Computer Science Honors Program #h(1fr) \@ HCMUT
Passed all required modules.
#h(1fr) Oct 2021 - _current_
]
#block[
=== Bachelor of Computer Science #h(1fr) \@ HCMUT
Current GPA: 8.8 / 10.0.
#h(1fr) Oct 2020 - _current_
] | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/akatisty/akatistBohorodicka.typ | typst | #import "/style.typ": *
#import "/styleAkatist.typ": *
= Akatist k Presvätej Bohorodičke
#align(horizon + center)[#primText[
#text(60pt)[Akatist k \
Presvätej\
Bohorodičke]
]]
#let akatist = (
(
"index": 1,
"kondak": [Tebe, Bohorodička, mocná Vládkyňa, spievame víťaznú pieseň. – Vyslobodila si nás od... | |
https://github.com/flechonn/interface-typst | https://raw.githubusercontent.com/flechonn/interface-typst/main/BD/TYPST/exo3.typ | typst | #show terms: meta => {
let title = label("Addition Exercise")
let duration = label("30min")
let difficulty = label("easy")
let solution = label("1")
let figures = label("")
let points = label("10pts")
let bonus = label("0")
let author = label("")
let references = label("")
let la... | |
https://github.com/C-Block-Language/specifications | https://raw.githubusercontent.com/C-Block-Language/specifications/main/src/specs.typ | typst | MIT License |
#import "template.typ": *
#show: Document.with(
title: [C-Block Language Specifications]
)
= Brief introduction to the C-Block Language.
== The "Hello World!" of the C-Block Language.
The simplest example of any programming language syntax is its _Hello World!_ example. We'll follow the example & do it too. To re... |
https://github.com/0x6b/typster | https://raw.githubusercontent.com/0x6b/typster/main/README.md | markdown | Apache License 2.0 | # typster
A naive Rust library that provides a way to work with [Typst](https://typst.app/) document and PDF file programmatically.
## Usage
```toml
typster = { git = "https://github.com/0x6b/typster", tag = "vx.x.x", features = ["full"] }
```
## Tested Environment
The crate may function in other environments, but... |
https://github.com/tingerrr/masters-thesis | https://raw.githubusercontent.com/tingerrr/masters-thesis/main/src/de/chapters/4-persistent-data-structures.typ | typst | #import "/src/util.typ": *
#import "/src/figures.typ"
Die in @chap:non-solutions beschriebenen Lösungsansätze haben alle etwas gemeinsam, sie bekämpfen Symptome statt Ursachen.
Die Häufigkeit der Kopien kann reduziert werden, aber nie komplett eliminiert, da es eine fundamentale Operation ist.
Es gilt also, ungeachtet... | |
https://github.com/mismorgano/UG-DifferentialGeometry23 | https://raw.githubusercontent.com/mismorgano/UG-DifferentialGeometry23/main/Examenes/SegundoExamen-ABR.typ | typst |
#import "@preview/lemmify:0.1.4": *
#let title = [
Geometría Diferencial\
Segundo Examen
]
#let author = [
<NAME>
]
#let (
theorem, lemma, corollary,
remark, proposition, example,
proof, rules: thm-rules
) = default-theorems("thm-group", thm-numbering: thm-numbering-heading)
#show: thm-rules
#set text(... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.