repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/xrarch/books | https://raw.githubusercontent.com/xrarch/books/main/xr17032handbook/chapinstructions.typ | typst | #import "@preview/tablex:0.0.6": tablex, cellx, colspanx, rowspanx
= Instructions
== Instruction Formats Summary
The XR/17032 architecture features only four instruction formats, and each are 32 bits wide. There are a total of 60 instructions, which are summarized below. A more comprehensive description of each forma... | |
https://github.com/CheneyNine/Resume-in-Typst-Template | https://raw.githubusercontent.com/CheneyNine/Resume-in-Typst-Template/main/template.typ | typst | // 字体
#let font = (
main: "PingFang SC", // 更改主要字体为苹方
mono: "PingFang SC", // 更改等宽字体为苹方,若需要等宽效果,可能需要找到适合的等宽字体或保留原设置
cjk: "PingFang SC", // 保持 CJK 字体设置为苹方,确保中文显示一致性
)
#let cell = box.with()
// 图标
#let icon(path) = box(
baseline: 0.125em,
height: 1.0em,
width: 1.25em,
align(center + horizon, image(path))
)... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1D80.typ | typst | Apache License 2.0 | #let data = (
("LATIN SMALL LETTER B WITH PALATAL HOOK", "Ll", 0),
("LATIN SMALL LETTER D WITH PALATAL HOOK", "Ll", 0),
("LATIN SMALL LETTER F WITH PALATAL HOOK", "Ll", 0),
("LATIN SMALL LETTER G WITH PALATAL HOOK", "Ll", 0),
("LATIN SMALL LETTER K WITH PALATAL HOOK", "Ll", 0),
("LATIN SMALL LETTER L WITH P... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/titleize/0.1.0/lib.typ | typst | Apache License 2.0 | #let _plugin = plugin("titleize.wasm")
#let titlecase(data) = {
str(_plugin.titlecase(bytes(data)))
} |
https://github.com/EricWay1024/Homological-Algebra-Notes | https://raw.githubusercontent.com/EricWay1024/Homological-Algebra-Notes/master/ha/4-enough.typ | typst | #import "../libs/template.typ": *
// == Projective and Injective Modules
// Recall $P$ is projective if $Hom(A)(P, -)$ is exact and $I$ is injective if $Hom(A)(-, I)$ is exact.
// #lemma[
// $P$ is projective if and only if it has the lifting property (refer to earlier).
// $I$ is injective if and only if it has... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/enum-align_04.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test valid number align values (horizontal and vertical)
// Ref: false
#set enum(number-align: start)
#set enum(number-align: end)
#set enum(number-align: left)
#set enum(number-align: center)
#set enum(number-align: right)
#set enum(number-alig... |
https://github.com/Devansh0210/report_template_typst | https://raw.githubusercontent.com/Devansh0210/report_template_typst/main/test.typ | typst | #let title_page(
title: "",
authors: "",
body
) = {
set page(
paper: "a4",
margin: (x: 2cm, y: 2cm),
)
set heading(numbering: "1.1.1")
show heading: it => block[
#v(0.5em)
#it.body
#v(0.3em)
]
set par(justify: true)
set text(font: "Noto... | |
https://github.com/andreasKroepelin/TypstJlyfish.jl | https://raw.githubusercontent.com/andreasKroepelin/TypstJlyfish.jl/main/examples/long.typ | typst | MIT License | #import "../typst/lib.typ": *
#read-julia-output(json("long-jlyfish.json"))
#jl(recompute: false, ```julia
seconds = @elapsed sleep(10)
@show seconds
"Wow, this took $(round(Int, seconds)) seconds!"
```)
#jl(`"This is so fast!"`)
|
https://github.com/maxgraw/bachelor | https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/3-state/webxr-frameworks.typ | typst | Wie im @webgl-chapter definiert, ermöglicht die Kombination der WebXR Device API die Entwicklung von Augmented Reality Anwendungen im Web. Um den Entwicklungsprozess zu vereinfachen, existieren verschiedene Frameworks, die die Funktionalitäten von WebGL und WebXR abstrahieren und vereinfachen. Nachfolgend wird eine Aus... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/stroke_06.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 29-55 expected "solid", "dotted", "densely-dotted", "loosely-dotted", "dashed", "densely-dashed", "loosely-dashed", "dash-dotted", "densely-dash-dotted", "loosely-dash-dotted", array, dictionary, none, or auto
// #line(length: 60pt,... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10A0.typ | typst | Apache License 2.0 | #let data = (
("GEORGIAN CAPITAL LETTER AN", "Lu", 0),
("GEORGIAN CAPITAL LETTER BAN", "Lu", 0),
("GEORGIAN CAPITAL LETTER GAN", "Lu", 0),
("GEORGIAN CAPITAL LETTER DON", "Lu", 0),
("GEORGIAN CAPITAL LETTER EN", "Lu", 0),
("GEORGIAN CAPITAL LETTER VIN", "Lu", 0),
("GEORGIAN CAPITAL LETTER ZEN", "Lu", 0),
... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/shape-square.typ | typst | Apache License 2.0 | // Test the `square` function.
---
// Default square.
#box(square())
#box(square[hey!])
---
// Test auto-sized square.
#square(fill: eastern)[
#set text(fill: white, weight: "bold")
Typst
]
---
// Test relative-sized child.
#square(fill: eastern)[
#rect(width: 10pt, height: 5pt, fill: conifer)
#rect(width: 4... |
https://github.com/dainbow/FunctionalAnalysis2 | https://raw.githubusercontent.com/dainbow/FunctionalAnalysis2/main/themes/7.typ | typst | #import "../conf.typ": *
= Элементы нелинейного анализа
== Производная Фреше, производная Гато. Формула конечных приращений
#definition[
Пусть $D subset.eq E_1$ -- открытое подмножество, $F : D -> E_2$. Тогда говорят,
что $F$ *дифференцируема по Фреше* в точке $x_0 in D$, если существует оператор $A in cal(L)(E_1,... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10380.typ | typst | Apache License 2.0 | #let data = (
("UGARITIC LETTER ALPA", "Lo", 0),
("UGARITIC LETTER BETA", "Lo", 0),
("UGARITIC LETTER GAMLA", "Lo", 0),
("UGARITIC LETTER KHA", "Lo", 0),
("UGARITIC LETTER DELTA", "Lo", 0),
("UGARITIC LETTER HO", "Lo", 0),
("UGARITIC LETTER WO", "Lo", 0),
("UGARITIC LETTER ZETA", "Lo", 0),
("UGARITIC ... |
https://github.com/jultty/skolar | https://raw.githubusercontent.com/jultty/skolar/main/README.md | markdown | A typst template for your university assignments.
## Installation
Because typst [doesn't yet allow templates](https://github.com/typst/typst/issues/2432) to be submitted as packages you have to clone it manually as a local package:
```sh
git clone https://github.com/jultty/skolar "$HOME/.local/share/typst/packages/l... | |
https://github.com/Mufanc/hnuthss-template | https://raw.githubusercontent.com/Mufanc/hnuthss-template/main/main.typ | typst | #import "/configs.typ": font, fontsize
#import "/components.typ": header
// 默认字体:宋体、小四
#set text(lang: "zh", size: fontsize.L4s, font: font.serif)
// - 封面 - //
#import "/pages/cover.typ": cover
#cover(
project: "这是一个测试项目名字长长长长长长长长长长",
name: "旅行者",
id: "314159265358",
class: "测试 1234 班",
col... | |
https://github.com/AxiomOfChoices/Typst | https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Courses/Math%2018_905%20-%20Algebraic%20Topology%201/Assignments/Assignment%201.typ | typst | #import "@preview/commute:0.2.0": node, arr, commutative-diagram
#import "/Templates/generic.typ": latex, header
#import "@preview/ctheorems:1.1.0": *
#import "/Templates/math.typ": *
#import "/Templates/assignment.typ": *
#show: doc => header(title: "Assignment 1", name: "<NAME>", doc)
#show: latex
#show: NumberingAft... | |
https://github.com/TOMATOFQY/MyChiCV | https://raw.githubusercontent.com/TOMATOFQY/MyChiCV/main/README.md | markdown | MIT License | # Chi CV template, but in Typst and Chinese
Rip-off of [rip-off of skyzh's CV, but Typst](https://github.com/matchy233/typst-chi-cv-template) and [rip-off of skyzh's CV in Latex](https://github.com/matchy233/chi-cv-template), adapted for use with Typst and added support for Chinese.
## Usage
You cannot simply compil... |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/lagrange.typ | typst | #import "template.typ": *
#show: project.with(
title: "Mécanique de Lagrange",
authors: (
"Lucas",
),
date: "25 Mars, 2023",
)
= Cours <LAGRANGE>
Le cadre lagrangien est une façon de décrire le mouvement d'un système en utilisant une fonction lagrangienne. La fonction lagrangienne est une fonction des coo... | |
https://github.com/Pesteves2002/devops-nixos-presentation | https://raw.githubusercontent.com/Pesteves2002/devops-nixos-presentation/master/slides.typ | typst | #import "@preview/polylux:0.3.1": *
#import themes.clean: *
#set document(
title: [DevOps Presentation: NixOS: Reproducibility with Flakes], author: ("<NAME>", "<NAME>"), keywords: ("nixos", "presentation", "devops"), date: datetime(year: 2024, month: 10, day: 10, hour: 13, minute: 00, second: 00),
)
// compile .pd... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/ops-invalid-21.typ | typst | Other | #{
let x = 2
for _ in range(61) {
(x) *= 2
}
// Error: 3-17 cannot repeat this string 4611686018427387904 times
x * "abcdefgh"
}
|
https://github.com/Trebor-Huang/HomotopyHistory | https://raw.githubusercontent.com/Trebor-Huang/HomotopyHistory/main/prospect.typ | typst | #import "common.typ": *
= 展望
当今, 同伦论也有着激动人心的发展. 2009 年, 由 Voevodsky 等人提出了同伦类型论, 使得同伦理论可以脱离具体的模型而公理化的进行, 正如 Euclid 公理使得平面几何不需要具体构造实数一样. 这种类型论也可以作为数学的基础. 2012–13 年举办了泛等数学基础特别年, 从各个角度大大发展了同伦类型论. 读者可以阅读 @hottbook 了解同伦类型论.
当然, 同伦论的发展也有许多挑战. <NAME> 在公开信《同伦论的未来》@future 中提出了一些学科发展的忧虑. 例如同伦论仍然被视为拓扑学的子分支, 而实际上它所关心的问题与研究的方法已经与拓... | |
https://github.com/SnO2WMaN/incompleteness.txt | https://raw.githubusercontent.com/SnO2WMaN/incompleteness.txt/main/main.typ | typst | Creative Commons Zero v1.0 Universal | #import "template.typ": *
#show: project.with(
title: "Incompleteness.txt",
authors: (
"SnO2WMaN",
),
)
#import "@preview/lemmify:0.1.2": *
#let (
definition, theorem, lemma, corollary, remark, proposition, example, proof, rules: thm-rules
) = default-theorems("thm-group", lang: "en", max-reset-level: 3)
... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.1.1/src/layout.typ | typst | Apache License 2.0 | #import "utils.typ": *
#let compute-nodes(nodes, styles, options) = nodes.map(node => {
// Determine physical size of node content
let (width, height) = measure(node.label, styles)
node.size = (width, height)
node.radius = vector-len((width/2, height/2))
node.aspect = if height == 0pt { 1 } else { width/height ... |
https://github.com/detypstify/detypstify | https://raw.githubusercontent.com/detypstify/detypstify/main/README.md | markdown | [](https://builtwithnix.org)

Using OCR to generate Typst code based on images of math formulas as a fully client-side webapp.
# Getting started
## Using the model
The mod... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/034%20-%20Dominaria/006_Return%20to%20Dominaria%3A%20Episode%206.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Return to Dominaria: Episode 6",
set_name: "Dominaria",
story_date: datetime(day: 18, month: 04, year: 2018),
author: "<NAME>",
doc
)
Slogging through the Tivan desert toward the monument plateau, Teferi said, "Mark my words, this time I'll... | |
https://github.com/Enter-tainer/typstyle | https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/huge-math.typ | typst | Apache License 2.0 | $
U(P)
&= - G integral_(r=0)^R integral_(theta = 0)^(pi) integral_(phi=0)^(2 pi) rho(r)/q r^2 dif r dif theta sin(theta) dif phi
&"on choisit de prendre" phi in [0,2 pi[, theta in [0, pi[\
&=- 2 pi G integral_(r=0)^R integral_(theta = 0)^(pi) rho(r)/q r^2 dif r dif theta sin(theta) &"intégration par rapport à" phi "in... |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas4/4_Stvrtok.typ | typst | #let V = (
"HV": (
("", "<NAME>a", "Kripčájšim mudrovánijem vóinstvovavše slávniji, na lukávaho vrahá opolčístesja, vseorúžijem ohráždšesja duchóvnym dóblestvenňi: i vsjú kríposť bisóvskuju pohubívše, voschítivše dúšy čelovíčeskija jákože korýsti: sehó rádi vo víki vás počitájem, apóstoli."),
("", "", "Kresto... | |
https://github.com/Pablo-Gonzalez-Calderon/chic-header-package | https://raw.githubusercontent.com/Pablo-Gonzalez-Calderon/chic-header-package/main/manual/template.typ | typst | MIT License | #import "@preview/showybox:2.0.1": *
#let chic-version = "0.4.0"
#let title-page() = {
block(
width: 100%,
height: 55%,
align(center, {
text(size: 30pt, "Chic-header's Manual")
v(10pt)
text(size: 20pt, "Version " + chic-version)
v(5pt)
text(size: 18pt, emph("Elegant hea... |
https://github.com/AnsgarLichter/light-cv | https://raw.githubusercontent.com/AnsgarLichter/light-cv/main/template/cv-en.typ | typst | MIT License | #import "@preview/light-cv:0.1.0": *
#import "@preview/fontawesome:0.1.0": *
#show: cv
#let icons = (
phone: fa-phone(),
homepage: fa-home(fill: colors.accent),
linkedin: fa-linkedin(fill: colors.accent),
github: fa-github(fill: colors.accent),
xing: fa-xing(),
mail: fa-envelope(fill: colors.accent)
)
#h... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/finite/0.1.0/util.typ | typst | Apache License 2.0 | #import "@preview/t4t:0.3.0": get, def, is, assert, math
#import "@preview/cetz:0.0.2": vector, matrix, draw
#import draw: util, styles, cmd, coordinate
#import util.bezier: quadratic-point, quadratic-derivative
// =================================
// Defaults
// =================================
#let default-style... |
https://github.com/peterw16/da_typst_vorlage | https://raw.githubusercontent.com/peterw16/da_typst_vorlage/main/template/customs.typ | typst | // ******** Custom Elements ********
// A custom outline entry function that ommits filling dots ('.') for level 1 entries
#let outline_entry(it) = {
// do nothing if target is not heading
if it.element.func() != heading {
return it
}
// determine numbering representation of headings
let res = link(it.... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/terms-05.typ | typst | Other | / Term:
Not in list
/Nope
|
https://github.com/xbunax/typst-template | https://raw.githubusercontent.com/xbunax/typst-template/main/微纳材料.typ | typst | #import "@preview/polylux:0.3.1": *
#import "@preview/xarrow:0.2.0": xarrow, xarrowSquiggly, xarrowTwoHead
#import "@preview/whalogen:0.1.0": ce
#import "@preview/fletcher:0.2.0" as fletcher: node, edge
#import themes.university: *
#show: university-theme.with(short-author: "", short-title: "", short-date: "")
// #set... | |
https://github.com/YouXam/kobe_numbers | https://raw.githubusercontent.com/YouXam/kobe_numbers/main/kobe_numbers.typ | typst | MIT License |
#let iwidth = 1.8em
#let H(path, left: 0em, right: 0em) = box(align(center)[#image(path)], width: iwidth, height: iwidth, stroke: black + 0.2pt, baseline: 0.6em, inset: (top: 0.1em, left: left, right: right))
#let map = (
"1": ($2/2$, false, true),
"2": ($2$, false, false),
"3": ($24/8$, false, true),
"4": ... |
https://github.com/Isaac-Fate/math | https://raw.githubusercontent.com/Isaac-Fate/math/main/mathematical-analysis/mathematical-analysis.typ | typst | #import "@local/booxtyp:0.0.1": *
#show: book
#cover(
[Mathematical Analysis],
image("figures/coffee.jpg"),
authors: ("<NAME>",),
bar-color: color-schema.orange.primary,
)
#outline()
= The Real and Complex Number System
$RR$
| |
https://github.com/chinabobo/resume-template | https://raw.githubusercontent.com/chinabobo/resume-template/main/main.typ | typst | MIT License | #show heading: set text(font: "Linux Biolinum")
#show link: underline
#set page(
margin: (x: 0.9cm, y: 1.3cm),
)
#set par(justify: true)
#let chiline() = {v(-3pt); line(length: 100%); v(-5pt)}
= <NAME>
<EMAIL> |
#link("https://herbertyan.netlify.app/")[herbertyan.netlify.app] |
#link("https://github.com/chinabobo"... |
https://github.com/DaAlbrecht/lecture-notes | https://raw.githubusercontent.com/DaAlbrecht/lecture-notes/main/discrete_mathematics/relation.typ | typst | MIT License | #import "../template.typ": *
#import "@preview/diagraph:0.2.5": *
= Relation
== Cartesian product
#definition[The Cartesian product of two sets $A$ and $B$ is the set of all ordered pairs $(a, b)$ where $a$ is an element of $A$ and $b$ is an element of $B$.
\
$ A * B = {(a,b) bar.v a in A and b in B}$]
#example[Th... |
https://github.com/mariunaise/HDA-Thesis | https://raw.githubusercontent.com/mariunaise/HDA-Thesis/master/content/outlook.typ | typst | = Conclusion and Outlook
During the course of this work, we took a closer look at an already introduced @hda, @smhdt and provided a concrete realization.
Our experiments showed that after a certain point, using more metrics $S$ won't improve the @ber any further as they behave asymptotically for $S arrow infinity$.
Fu... | |
https://github.com/KaarelKurik/conditional-plasticity | https://raw.githubusercontent.com/KaarelKurik/conditional-plasticity/main/README.md | markdown | # Conditional plasticity
This repo includes both the `typst` and `latex` versions of my article on some
cute results in the theory of Banach space geometry. The `typst` version is
the original and likely has fewer typos, and it looks generally nicer.
The `latex` version can be found on the arxiv at https://arxiv.org/... | |
https://github.com/gvallinder/KTHThesis_Typst | https://raw.githubusercontent.com/gvallinder/KTHThesis_Typst/main/Template/kth_thesis.typ | typst | MIT License | #let sans_font = "Figtree"
#let serif_font = "Georgia"
#let math_font = "STIX Two Math"
#let titlepage(
title: "",
subtitle: "",
author: "",
degree: "",
body
) = {
set page(
paper: "sis-g5",
margin: 0mm
)
let kth_blue = rgb("000061")
align(center+top)[
#v(15%)
#image("../Figure... |
https://github.com/floriandejonckheere/utu-thesis | https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/chapters/07-proposed-solution/04-extraction.typ | typst | #import "@preview/acrostiche:0.3.1": *
#import "/helpers.typ": *
== Extraction
Software development is typically done in sequential steps, either using the waterfall model, or using an iterative approach @royce_1970.
Analysis and design are two steps of early software development which often yield software developme... | |
https://github.com/Mc-Zen/quill | https://raw.githubusercontent.com/Mc-Zen/quill/main/examples/fault-tolerant-toffoli1.typ | typst | MIT License | #import "../src/quill.typ": *
#quantum-circuit(
fill-wires: false,
lstick($|0〉$), $H$, ctrl(3), 5, $X$, ctrl(2), rstick($|x〉$), [\ ],
lstick($|0〉$), $H$, 1, ctrl(3), 3, $X$, 1, ctrl(0), rstick($|y〉$), [\ ],
lstick($|0〉$), 3, targ(), 1, $Z$, 2, targ(), rstick($|z plus.circle x y〉$), [\ ],
lstick($|x〉$), 1, ta... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/089.%20heroes.html.typ | typst | heroes.html
Some Heroes
April 2008There are some topics I save up because they'll be so much fun to
write about. This is one of them: a list of my heroes.I'm not claiming this is a list of the n most admirable people.
Who could make such a list, even if they wanted to?Einstein isn't on the list, for example, even tho... | |
https://github.com/jamesrswift/dining-table | https://raw.githubusercontent.com/jamesrswift/dining-table/main/src/note.typ | typst | The Unlicense | #let std-state = state
#let std-numbering = numbering
/// Stateful array that tracks table notes that are yet to be displayed
/// -> state
#let state = std-state("_dining-table:notes", ())
/// Stateful string that represents the numbering format to be used when rendering table notes. It is assumed that this does not ... |
https://github.com/typst-doc-cn/tutorial | https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/intermediate/figure-time-travel.typ | typst | Apache License 2.0 | #import "@preview/cetz:0.2.0"
#import "/typ/templates/page.typ": main-color, is-light-theme
#let std-scale = scale
#let figure-time-travel(
stroke-color: main-color,
light-theme: is-light-theme
) = {
import cetz.draw: *
let stroke-factor = if light-theme {
1
} else {
0.8
}
let line-width = 0... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/modern-sysu-thesis/0.1.0/pages/bachelor-decl-page.typ | typst | Apache License 2.0 | #import "../utils/indent.typ": indent
#import "../utils/style.typ": 字号, 字体
// 本科生声明页
#let bachelor-decl-page(
anonymous: false,
twoside: false,
fonts: (:),
info: (:),
) = {
pagebreak(weak: true, to: if twoside { "odd" })
align(center, text(font: 字体.黑体, size: 字号.三号)[学术诚信声明])
set text(font: 字体.宋体, size: ... |
https://github.com/DannySeidel/typst-dhbw-template | https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/main/shared-lib.typ | typst | MIT License | #let is-in-dict(dict-type, state, element) = {
state.display(list => {
if element not in list {
panic(element + " is not a key in the " + dict-type + " dictionary.")
return false
}
})
return true
}
#let display-link(dict-type, state, element, text) = {
if is-in-dict(dict-type, state, elemen... |
https://github.com/kdog3682/mathematical | https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/demos/ribbon-ratio.typ | typst | #import "@local/typkit:0.1.0": *
#import "@local/mathematical:0.1.0": *
#let ribbon-ratio(size: Integer, ratios: RatioObjectArray) = {
let values = ratios.map((x) => x.value)
let d = values.sum()
let callback(rob) = {
return colored(fraction(rob.value, d), rob.fill)
}
let callback-2(rob)... | |
https://github.com/freundTech/kit-slides-typst | https://raw.githubusercontent.com/freundTech/kit-slides-typst/main/CHANGELOG.md | markdown | Other | Changelog
=========
This file lists new additions and breaking changes. Consult it when updating your presentations to a newer version of the template.
## 0.3.2
* Added GitLab CI configuration
* Added Changelog
## 0.3.1
* Fixed outdated information in README
## 0.3.0
* The `group-logo` argument of `kit-theme` now t... |
https://github.com/Gchism94/PrettyTypst | https://raw.githubusercontent.com/Gchism94/PrettyTypst/main/NEWS.md | markdown | Creative Commons Zero v1.0 Universal | # PrettyTypst 0.0.1 _2024-07-02_
- Create initial extension
- Add `pdf` format
|
https://github.com/kdog3682/mathematical | https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/typesetting.typ | typst | #import "@local/typkit:0.1.0": *
#let equals = marks.math.equals
#let wde(x) = {
let mc = mathup(x)
[*What does #mc equal?*]
}
#let find-x(x, target: "x") = {
let mc = mathup(x)
[*Find $#target$:* #h(7pt) #mc]
}
#let x-equals(x, answer) = {
let mc = mathup(x)
let opts = (fill: blue.lighten(8... | |
https://github.com/swaits/typst-collection | https://raw.githubusercontent.com/swaits/typst-collection/main/pro-letter/0.1.0/lib.typ | typst | MIT License | #let pro-letter(
// sender information - all fields are optional, only use what you need
sender: (
name: none,
company: none,
street: none,
city: none,
state: none,
zip: none,
phone: none,
email: none,
),
// recipient information - all fields are optional, only use what you nee... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/counter_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Count with string key.
#let mine = counter("mine!")
Final: #locate(loc => mine.final(loc).at(0)) \
#mine.step()
First: #mine.display() \
#mine.update(7)
#mine.display("1 of 1", both: true) \
#mine.step()
#mine.step()
Second: #mine.display("I")
... |
https://github.com/Shuenhoy/modern-zju-thesis | https://raw.githubusercontent.com/Shuenhoy/modern-zju-thesis/master/pages/graduate-decl.typ | typst | MIT License | #import "../utils/fonts.typ": 字号, 字体
#import "../utils/datetime-display.typ": datetime-display
#import "../utils/twoside.typ": *
#let graduate-decl(
outlined: false,
row-gutter: 11.5pt,
) = {
context {
twoside-pagebreak
set text(font: 字体.宋体)
let zju = underline[#text(font: 字体.楷体, weight: "bold")[浙江大... |
https://github.com/NOOBDY/formal-language | https://raw.githubusercontent.com/NOOBDY/formal-language/main/q8.typ | typst | The Unlicense | #let q8 = [
8. Let $M = (Q, Sigma, delta, q_0, F)$ be a `DFA`. A state $q in Q$ is _reachable_ iff there is some string $w in Sigma^*$ such that $hat(delta)(q_0, w) = q$. Consider the following method for computing the set $Q_r subset.eq Q$ of reachable states: define the sequence of sets $Q^i_r subset.eq Q$ where
$... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/070.%20wisdom.html.typ | typst | wisdom.html
Is It Worth Being Wise?
February 2007A few days ago I finally figured out something I've wondered about
for 25 years: the relationship between wisdom and intelligence.
Anyone can see they're not the same by the number of people who are
smart, but not very wise. And yet intelligence and wisdom do seem
rela... | |
https://github.com/SE-legacy/physics_lectures_3_term | https://raw.githubusercontent.com/SE-legacy/physics_lectures_3_term/main/lesson_2/conf.typ | typst | // Function to get a string, containing the course and the speciality. Used in titlepage
#let get_course_speciality(group) = {
let specialities = (
[Фундаментальная информатика и информационные технологии],
[Информатика и вычислительная техника],
[Компьютерная безопасность],
[Математическое обеспечени... | |
https://github.com/freundTech/kit-slides-typst | https://raw.githubusercontent.com/freundTech/kit-slides-typst/main/presentation.typ | typst | Other | #import "kit-slides.typ": *
#show: kit-theme.with(
title: [A KIT Presentation],
subtitle: [Created using Typst and kit-slides],
author: [<NAME>],
short-title: [A Kit Presentation using Typst],
// group-logo: image("Path to your group's logo"),
date: [July 2023],
language: "en",
institute: [Private],
... |
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/identify-tasks.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/template/entries.typ": create_entry
#import "/template/widgets.typ": *
#create_entry(
title: "Identify Challenges",
type: "identify",
start_date: datetime(year: 2023, month: 5, day: 12),
)[
#heading(([Tasks], level: 1)
After looking over the rules again we identified several tasks our robot needs... |
https://github.com/aagumin/cv | https://raw.githubusercontent.com/aagumin/cv/typst/content/languages.typ | typst | #import "@preview/grotesk-cv:0.1.2": *
#import "@preview/fontawesome:0.2.1": *
#let meta = toml("../info.toml")
#let language = meta.personal.language
== #fa-icon("language") #h(5pt) #if language == "en" [Languages] else if language == "es" [Idiomas]
//#get-header-by-language("Languages", "Idiomas")
#v(5pt)
#if lan... | |
https://github.com/MrToWy/Bachelorarbeit | https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Diagrams/ER.typ | typst | ```pintora
erDiagram
Faculty {
INTEGER Id
TEXT Title
}
Course {
INTEGER Id
TEXT Title
VARCHAR Shortcut(E1)
}
Module {
INTEGER Id
INTEGER Number(E1)
TEXT Title(E1)
TEXT Subtitle(E2)
VARCHAR Shortcut(E2)
TEXT Niveau(E3)
TEXT Type(E4)
INTEGER Credits(E7)
INT... | |
https://github.com/howardlau1999/sysu-thesis-typst | https://raw.githubusercontent.com/howardlau1999/sysu-thesis-typst/master/chapters/abstract-cn.typ | typst | MIT License | #let 中文关键词 = ("论文", "typst", "模板")
这是中文摘要。间起北家。 许士业小健明他该有金,升队民国团,理提已? 经局由情色于! 的经举国有发为题他什常直流望字防多学。 讲来破会全闻室; 个这提金自办太完作,明然内然我山是? 力过究可象定开不展法南顾取什说; 候社进。 动动里上谢再苦,务的里度成的文电儿说流像状好音! 得年跑电白线经合电终也玩青满情子,舞代公续斯会了作电李多。 回受轮了随自西同; 长样头些实林好分于,维龙布一市由本为会,入令比格带,依为健,竟少个共得家他们集:由德环? 很里习用人我方乐员在开亲书突! 建我这省们高意生开日一; 张他下心开图则所了热呢都难直着受可! 速己了很鱼不上痛便阳一且物... |
https://github.com/Caellian/UNIRI_voxels_doc | https://raw.githubusercontent.com/Caellian/UNIRI_voxels_doc/trunk/util.typ | typst | #let hr-month-name = (month) => {
if month == 1 {"siječnja"}
else if month == 2 {"veljače"}
else if month == 3 {"ožujka"}
else if month == 4 {"travnja"}
else if month == 5 {"svibnja"}
else if month == 6 {"lipnja"}
else if month == 7 {"srpnja"}
else if month == 8 {"kolovoza"}
else if month == 9 {"rujna... | |
https://github.com/xsro/xsro.github.io | https://raw.githubusercontent.com/xsro/xsro.github.io/zola/typst/Control-for-Integrator-Systems/8sta.typ | typst | #import "lib/lib.typ":sig,sgn
= Super Twisting Control
The STA (Super Twisting Algorithm) can be written as
$
dot(x)_1&=-k_1 sig(x_1)^(1/2)+x_2+rho.alt_1(x,t)\
dot(x)_2&=-k_2 sgn(x_1)+rho.alt_2(x,t)
$<classical_sta>
where $x_i$ are the scalar state variables,
$k_i$ are gains to be designed,
and $rho.alt_i$ are the p... | |
https://github.com/mattheww/tyroshup | https://raw.githubusercontent.com/mattheww/tyroshup/funcalls/funcalls/general.typ | typst | #import "fns.typ": dt, t, t2, rubric, syntax, editorial
= General
This document contains some of the text from a couple of pages of the Ferrocene Language Specification (commit `ab6469ca23` from 2023-10-05).
It covers call expressions and return expressions.
%SKIPPING% indicates a place where material has been cut ... | |
https://github.com/lublak/typst-echarm-package | https://raw.githubusercontent.com/lublak/typst-echarm-package/main/README.md | markdown | MIT License | # Echarm
A typst plugin to run echarts in typst with the use of CtxJS.
## Examples
<table>
<tr>
<td><a href="examples/mixed_charts.typ"><img src="examples/mixed_charts.png" width="100%"></a></td>
<td><a href="examples/radar.typ"><img src="examples/radar.png" width="100%"></a></td>
<td><a href="examples... |
https://github.com/Mc-Zen/quill | https://raw.githubusercontent.com/Mc-Zen/quill/main/tests/decorations/gategroup/test.typ | typst | MIT License | #set page(width: auto, height: auto, margin: 0pt)
#import "/src/quill.typ": *
#quantum-circuit(
gategroup(1, 2, label: ((pos: top, content: "A"), (pos: left, content: "B")),), $K$, 1, 5pt, swap(0), [\ ],
2, swap(-1),
gategroup(2, 1, x: 2, y: 0, label: "swap", stroke: .5pt + blue, radius: 4pt, fill: blue)
) |
https://github.com/cohenasaf/Teoria-Informazione-Trasmissione | https://raw.githubusercontent.com/cohenasaf/Teoria-Informazione-Trasmissione/main/2023-10-06.typ | typst | #import "@preview/tablex:0.0.5": tablex
= Introduzione
== Storia
La teoria dell'informazione nasce nel 1948 grazie a *<NAME>* (1916-2001), un impiegato alla "Telecom" americana al quale sono stati commissionati due lavori: data una comunicazione su filo di rame, si voleva sfruttare tutta la capacità del canale, ma a... | |
https://github.com/open-datakit/accs-finalreport-whitepaper | https://raw.githubusercontent.com/open-datakit/accs-finalreport-whitepaper/main/1-intro/content.typ | typst | = Introduction to the opendata.fit platform
#lorem(100)
== Motivation
== History
#include "team.typ"
| |
https://github.com/MrToWy/Bachelorarbeit | https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/moduleTablePrisma.typ | typst | ```prisma
model Module {
id Int @id @default(autoincrement())
name String
niveau String
abbreviation String
description String
...
degreePrograms DegreeProgramToModule[]
}
``` | |
https://github.com/ojas-chaturvedi/typst-templates | https://raw.githubusercontent.com/ojas-chaturvedi/typst-templates/master/assignments/assignment.typ | typst | MIT License | #import "template.typ": *
#let title = "Assignment #1"
#let author = "<NAME>"
#let course_id = "CS101"
#let instructor = "<NAME>"
#let semester = "Fall 2024"
#let due_time = "August 24 at 11:59 PM"
#set enum(numbering: "a)")
#show: assignment.with(title, author, course_id, instructor, semester, due_time)
#prob(
[
... |
https://github.com/DashieTM/ost-5semester | https://raw.githubusercontent.com/DashieTM/ost-5semester/main/cyberdef/weeks/week4.typ | typst | #import "../../utils.typ": *
#section("Shell Exploit")
#subsection("Bind Shell")
#align(
center,
[#image("../../Screenshots/2023_10_10_09_13_33.png", width: 80%)],
)
#subsection("Reverse Shell")
#align(
center,
[#image("../../Screenshots/2023_10_10_09_14_19.png", width: 80%)],
)
#subsection("Reuse Web Shell")
... | |
https://github.com/Lindronics/skipper-reference | https://raw.githubusercontent.com/Lindronics/skipper-reference/main/skipper_reference.typ | typst | MIT License | #import "@preview/colorful-boxes:1.2.0": *
#set heading(numbering: "1.")
#set text(
size: 10pt,
)
#set page(
header: [
#h(1fr)
_Niklas' Skipper Companion_
],
numbering: "1"
)
#outline(
indent: 1em
)
#pagebreak()
= General
== Terms
#columns(
2,
[
/ abaft: Towards t... |
https://github.com/Airsequel/interpreted-languages-benchmark | https://raw.githubusercontent.com/Airsequel/interpreted-languages-benchmark/main/readme.md | markdown | # Interpreted Languages Benchmark
Benchmark for interpreted languages.

The values for Rust, V, and Haskell are not really representative
as they are compiled on the first run
and Haskell unfortunately does not even cache the compiled binary.
... | |
https://github.com/dismint/docmint | https://raw.githubusercontent.com/dismint/docmint/main/linear/pset1.typ | typst | #import "template.typ": *
#show: template.with(
title: "Typst",
subtitle: "<NAME>",
pset: true,
)
- $sum_(i=0)^20$
Collaborators: <NAME>
= 1.1 (4)
#bimg("4.png")
= 1.1 (14)
#set enum(numbering: "a.")
+ The sum of twelve vectors is $boxed(0)$ because for each vector there is an opposite negative vector tha... | |
https://github.com/tingerrr/anti-matter | https://raw.githubusercontent.com/tingerrr/anti-matter/main/docs/template.typ | typst | MIT License | // Modified version of https://github.com/Mc-Zen/tidy/blob/abedd7abbb7f072e67ef95867e3b89c0db987441/docs/template.typ
// 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(
package: (:),
subtitle... |
https://github.com/mohe2015/not-tudabeamer-2023 | https://raw.githubusercontent.com/mohe2015/not-tudabeamer-2023/main/README.md | markdown | The Unlicense | # not-tudabeamer-2023
A [touying](https://github.com/touying-typ/touying) presentation template matching the TU Darmstadt Beamer Template 2023.
## Usage
Install Roboto font for your system or download them from https://github.com/googlefonts/roboto/releases/download/v2.138/roboto-unhinted.zip.
Run `typst init @prev... |
https://github.com/typst/templates | https://raw.githubusercontent.com/typst/templates/main/cereal-words/README.md | markdown | MIT No Attribution | # cereal-words
Oh no, the Typst guys jumbled the letters! Bring order into this mess by finding the hidden words.
This small game is playable in the Typst editor and best enjoyed with the web
app or `typst watch`. It was first released for the 24 Days to Christmas
campaign in winter of 2023.
## Usage
You can use this... |
https://github.com/maxgraw/bachelor | https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/5-implementation/interface.typ | typst | Wie zuvor im Kapitel der Konzeption festgestellt, kann das Interface der Anwendung in 3D- und 2D-Elemente unterteilt werden. Hierbei besitzen die einzelnen Elemente unterschiedliche Funktionen und Interaktionsmöglichkeiten.
Als erstes Interface-Element wird der Cursor der Anwendung betrachtet. Im Wireframe wurde festg... | |
https://github.com/SkytAsul/trombinoscope | https://raw.githubusercontent.com/SkytAsul/trombinoscope/main/pages/pageAssociations.typ | typst | MIT License | #let display(path, name) = block(breakable: false)[
== #name
#let cells = ()
#{
let data = csv("associations/" + path + ".csv")
let handled-roles = ()
for i in range(data.len()) {
let row = data.at(i)
let role = row.at(0)
if role not in handled-roles {
let role-count = 1
... |
https://github.com/nath-roset/suiviProjetHekzamGUI | https://raw.githubusercontent.com/nath-roset/suiviProjetHekzamGUI/master/typ%20sources/Bilan%20de%20mi-parcours.typ | typst | Apache License 2.0 | #import "template.typ": base
#import "@preview/cheq:0.1.0": checklist
#show: doc => base(
// left_header:[],
right_header : [Equipe scan-GUI-Printemps-2024],
title: [Projet Hekzam-GUI],
subtitle: [CC2 - Bilan de mi-Parcours],
version: [],
authors:(
(
name: "<NAME>",
affiliation:"Paul Sabatier Un... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/down/0.1.0/README.md | markdown | Apache License 2.0 | # Down
Pass down arguments of `sum`, `integral`, etc. to the next line, which
can generate shorthand to present reusable segments. While writing long
step-by-step equations, only certain parts of a line change. `down`
leverages Typst's `context` (from version 0.11.0) to help relieve the
pressure of writing long and re... |
https://github.com/uhChainsaws/gradie | https://raw.githubusercontent.com/uhChainsaws/gradie/main/caramell.typ | typst | // #let bg_colour = rgb("#fffcf2")
// #let text_colour = rgb("#252422")
// #let heading_colour = rgb("#403d39")
// #let accent_colour = rgb("#eb5e28")
#let bg_colour = rgb("#f2e8cf")
#let text_colour = rgb("#386641")
// #let heading_colour = rgb("#386641")
#let heading_colour = rgb("#6a994e")
#let accent_colour... | |
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/03-polynomials/10-rational-fractions.typ | typst | Other | #import "../../utils/core.typ": *
== Рациональные дроби
#def[
_Поле частных области целостности_ $R$ --- наименьшее поле, в которое вложена $R$.
Назовем его $Q(R)$.
]
Элементы поля частных представляются как дроби $(a)/(b)$, где $a, b in R$ и $b eq.not 0$. Это поле строится так:
Рассмотрим $M = R times (R ... |
https://github.com/mrcinv/nummat-typst | https://raw.githubusercontent.com/mrcinv/nummat-typst/master/04_laplace.typ | typst | #import "admonitions.typ": opomba
#import "@preview/fletcher:0.5.1": diagram, node, edge
#import "@preview/cetz:0.2.2" as cetz: canvas
= Minimalne ploskve
<minimalne-ploskve-laplaceova-enačba>
== Naloga
<naloga>
Žično zanko s pravokotnim tlorisom potopimo v milnico, tako da se nanjo napne
milna opna. Radi bi poiskali... | |
https://github.com/maxhves/maxhves-cv | https://raw.githubusercontent.com/maxhves/maxhves-cv/main/templates/resume.template.typ | typst | //region Constants
// Language
#let resume-language = "en"
// Font families
#let family-primary = "Roboto Serif"
#let family-seconday = "Playfair Display"
// Colors
#let stone-950 = rgb("#0c0a09")
#let stone-800 = rgb("#292524")
#let stone-700 = rgb("#44403c")
#let stone-600 = rgb("#57534e")
#let stone-500 = rgb("#7... | |
https://github.com/vonhyou/typst-resume-template | https://raw.githubusercontent.com/vonhyou/typst-resume-template/master/header.typ | typst | // Telephone numbers in Canada/ USA
#let phone_number_format(phone) = {
let number = phone.text
let area = number.slice(0, 3)
let prefix = number.slice(3, 6)
let line_number = number.slice(6)
text(
font: "TeX Gyre Cursor",
"(" + area + ")" + prefix + "-" + line_number
)
}
#let adjusted_line() = {
... | |
https://github.com/hei-templates/hevs-typsttemplate-thesis | https://raw.githubusercontent.com/hei-templates/hevs-typsttemplate-thesis/main/README.md | markdown | MIT License | <h1 align="center">
<br>
<img src="./04-resources/logos/hei-en.svg" alt="HEI Logo Logo" width="300" height="200">
<img src="./04-resources/logos/synd-light.svg" alt="HEI Logo Logo" width="300" height="200">
<br>
HEI-Vs Engineering School - Typst Thesis Template
<br>
</h1>
[-based template for activity reports.
## Usage
```
# produces usage.pdf
$ typst compile usage.typ
```
In case you have old printer drivers, rasterize the PDF file via
```
# produces usage.raster.pdf
$ bash rasterizepdf.sh usage.pdf
```
|
https://github.com/simon-epfl/notes-ba2-simon | https://raw.githubusercontent.com/simon-epfl/notes-ba2-simon/main/fds/fds-tricks-1.typ | typst | #set text(font: "DejaVu Sans")
#show heading.where(level: 1): contents => text(size: 20pt, contents)
#show heading: contents => pad(bottom: 10pt, contents)
#set quote(block: true)
#set heading(numbering: (ignore_first, ..n) => {
if (n.pos().len() != 0) {
numbering("1.1.", ..n)
}
})
#let stick-together(a, thresh... | |
https://github.com/daniel-eder/typst-template-jku | https://raw.githubusercontent.com/daniel-eder/typst-template-jku/main/src/template/styles/header.typ | typst | // SPDX-FileCopyrightText: 2023 <NAME>
//
// SPDX-License-Identifier: Apache-2.0
#let buildMainHeader(mainHeadingContent) = {
[
#align(center, smallcaps(mainHeadingContent))
#line(length: 100%)
]
}
#let buildSecondaryHeader(mainHeadingContent, secondaryHeadingContent) = {
[
#smallcaps(mainHeadingCo... | |
https://github.com/jamesrswift/ionio-illustrate | https://raw.githubusercontent.com/jamesrswift/ionio-illustrate/main/src/lib.typ | typst | MIT License | #import "@preview/cetz:0.1.2"
#import "util.typ": *
#import "defaults.typ": *
#import "extras.typ"
#let mass-spectrum-modes =(
"single", "dual-reflection", "dual-shift"
)
/// Returns an object representing mass spectrum content.
///
/// - data1 (array): The mass spectrum in the format of a 2D array, or an array of ... |
https://github.com/daskol/typst-templates | https://raw.githubusercontent.com/daskol/typst-templates/main/icml/README.md | markdown | MIT License | # International Conference on Machine Learning (ICML)
## Usage
You can use this template in the Typst web app by clicking _Start from
template_ on the dashboard and searching for `lucky-icml`.
Alternatively, you can use the CLI to kick this project off using the command
```shell
typst init @preview/lucky-icml
```
... |
https://github.com/DashieTM/ost-5semester | https://raw.githubusercontent.com/DashieTM/ost-5semester/main/patterns/weeks/week4.typ | typst | #import "../../utils.typ": *
#subsection([State Pattern (for objects)])
#text(red)[often misunderstood]
#set text(size: 14pt)
Problem | Allow an object to alter its behavior when its internal state changes.
The object will appear to change its class.\
Context | Behavior should change depending on state without needin... | |
https://github.com/mismorgano/UG-FunctionalAnalyisis-24 | https://raw.githubusercontent.com/mismorgano/UG-FunctionalAnalyisis-24/main/tareas/Tarea-05/Tarea-05.typ | typst | #import "../../config.typ": config, exercise, ip, proof, cls, eps, int, conv
#show: doc => config([Tarea 5], doc)
#exercise[1.42][Sea $H$ un e.H. Muestra que existe un conjunto abstracto $Gamma$ tal que $H$ es isométrico a $l_2(Gamma)$.]
#proof[
Por el Teorema 1.35 existe base ortonormal ${e_gamma}_(gamma in Gamma)... | |
https://github.com/PA055/5839B-Notebook | https://raw.githubusercontent.com/PA055/5839B-Notebook/main/Entries/drivetrain/drive-train-prototypes.typ | typst | #import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components: *
#show: create-body-entry.with(
title: "Drive Train Prototypes",
type: "build",
date: datetime(year: 2024, month: 3, day: 17),
author: "<NAME>",
witness: "<NAME>"
)
With inventory taken we can now begin to ma... | |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/计算方法B/main.typ | typst | #import "../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark
#import "../template.typ": *
#show: note.with(
title: "计算方法B",
author: "YHTQ",
date: datetime.today().display(),
logo: none,
withChapterNewPage: true
)
= 前言
- 授课教师:张磊
- 办公室:怀新园 78409
- email: <EMAIL>
- 助教 em... | |
https://github.com/alberto-lazari/unipd-typst-doc | https://raw.githubusercontent.com/alberto-lazari/unipd-typst-doc/main/examples/essay.typ | typst | MIT License | #import "@local/unipd-doc:0.0.1": *
#show: unipd-doc(
title: [Title],
subtitle: [Subtitle],
author: [The author],
date: [DD-MM-YY],
)
= Heading
#lorem(50)
== Heading 2
#lorem(30)
#lorem(20)
=== A list
- A list of items
- Custom bullets
- For indented items
|
https://github.com/katamyra/Notes | https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS1332/Modules/Queues.typ | typst | #import "../../../template.typ": *
= Queues
#definition[
A *queue* is a first in, first out abstract data type. Thus, queue and dequeue operations occur at _opposite_ ends of the structure
The main operations for queues include:
- *enqueue(data)* - adds data to the "back" of the queue
- *dequeue()* - removes... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.