repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/HiiGHoVuTi/requin | https://raw.githubusercontent.com/HiiGHoVuTi/requin/main/jeux/chip-firing.typ | typst | #import "../lib.typ": *
#show heading: heading_fct
#import "@preview/gloss-awe:0.0.5": gls
#show figure.where(kind: "jkrb_glossary"): it => {it.body}
#import "@preview/commute:0.2.0"
#import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge
_Ce problème est adapté de "The Mathematics of Chip-firing" de <NAM... | |
https://github.com/Nrosa01/TFG-2023-2024-UCM | https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Memoria%20Typst/capitulos/0.Resumen.typ | typst | #linebreak()
Los simuladores de arena, subgénero de autómatas celulares, han experimentado un resurgimiento en popularidad recientemente. Sin embargo, hemos identificado un obstáculo significativo que dificulta su adopción más generalizada tanto entre usuarios como desarrolladores, y este es la escasez de antecedentes ... | |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/decimal-shift.typ | typst | #import "base-utils.typ": *
#let a = 3
#let b = 5
#let total = a + b
#let base = "5.835"
$#base times 10^#a times 10^#b = #base$
#let shifter(a) = [
$10^#a$ means shift the decimal right #a times: #fill(sym.arrow.r, a)
]
#shifter(a)
#shifter(b)
That's a total of #total shifts.
#let decimal-shift(s, direction... | |
https://github.com/magic3007/cv-typst | https://raw.githubusercontent.com/magic3007/cv-typst/master/doc/publications.typ | typst | (\* denotes alphabetical ordering or equal contribution)
=== Refereed Conference Papers
#set enum(numbering: "[C1]")
+ #strong[J<NAME>]\*, <NAME>\*, <NAME>, <NAME>, <NAME> and <NAME>. OpenPARF: An Open-Source Placement and Routing Framework for Large-Scale Heterogeneous FPGAs with Deep Learning Toolkit. #emph[Internati... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/leipzig-glossing/0.2.0/leipzig-gloss.typ | typst | Apache License 2.0 | #import "abbreviations.typ"
#let gloss-count = counter("gloss_count")
#let build_gloss(item-spacing, formatters, gloss_line_lists) = {
assert(gloss_line_lists.len() > 0, message: "Gloss line lists cannot be empty")
let len = gloss_line_lists.at(0).len()
for line in gloss_line_lists {
assert(line... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/grid-4-01.typ | typst | Other | // Test that fr columns use the correct base.
#grid(
columns: (1fr,) * 4,
rows: (1cm,),
rect(width: 50%, fill: green),
rect(width: 50%, fill: red),
rect(width: 50%, fill: green),
rect(width: 50%, fill: red),
)
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/lemmify/0.1.0/src/translations.typ | typst | Apache License 2.0 | #let translations = (
"en": (
"theorem": "Theorem",
"lemma": "Lemma",
"corollary": "Corollary",
"remark": "Remark",
"proposition": "Proposition",
"example": "Example",
"definition": "Definition",
"proof": "Proof"
),
"de": (
"theorem": "Satz",
"lemma": "Lemma",
"corollar... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.2.0/docs/manual.typ | typst | Apache License 2.0 | #import "@preview/tidy:0.1.0"
#import "/src/exports.typ": fletcher, diagram, node, edge
#import "/src/main.typ": parse-arrow-shorthand
#set page(numbering: "1")
#set par(justify: true)
#show link: underline.with(stroke: blue.lighten(50%))
#let VERSION = toml("/typst.toml").package.version
#let scope = (
fletcher: f... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/rename/module_path.typ | typst | Apache License 2.0 | // path: variable.typ
#let f(x) = 2;
-----
#import /* position after */ "variable.typ"
|
https://github.com/8LWXpg/typst-treet | https://raw.githubusercontent.com/8LWXpg/typst-treet/master/CHANGELOG.md | markdown | MIT License | # Changelog
## [0.1.1] - 2024-04-14
- Fixed content with body other than `item` [#1](https://github.com/8LWXpg/typst-treet/issues/1)
- Fixed content without `body` field [#2](https://github.com/8LWXpg/typst-treet/issues/2)
## [0.1.0] - 2024-01-08
first release
|
https://github.com/daskol/typstd | https://raw.githubusercontent.com/daskol/typstd/main/README.md | markdown | Apache License 2.0 | # Typstd
![Linting and testing][1]
[1]: https://github.com/daskol/typstd/actions/workflows/on-push.yml/badge.svg
## Overview
**Typstd** is a pretty simple language server for [Typst][2] markup language.
Its distinctive feature is workspace management and completion for global
objects which are defined out of scope ... |
https://github.com/DrGo/typst-tips | https://raw.githubusercontent.com/DrGo/typst-tips/main/src/test.typ | typst | #import "chapter.typ": *
#show: chapter.with(
title: "Tutorial",
bibliography-file: "refs.bib",
)
= Tutorial
This chapter is a tour of the basic components of Go. We hope to provide enough information and examples to get you off the ground and doing useful things as quickly as possible. The examples here, and inde... | |
https://github.com/Complex2-Liu/macmo | https://raw.githubusercontent.com/Complex2-Liu/macmo/main/contests/2023/content/problem-02.typ | typst | #import "../lib/math.typ": problem, solution, note, ans
#import "../lib/utils.typ": hphantom
#problem[
若 $x, y, z$ 为正实数且 $x y eq.not 1$, $y z eq.not 1$, $z x eq.not 1$,
$x y z eq.not 1$, 则 $ 1 / (log_(x y)(x y z)) + 1 / (log_(y z)(x y z)) +
1 / (log_(z x)(x y z)) = underline(hphantom("ANSWER")). $
]
#solution[
... | |
https://github.com/LeptusHe/LeptusHe.github.io | https://raw.githubusercontent.com/LeptusHe/LeptusHe.github.io/main/source/_posts/spherical-harmonics/spherical-harmonics-02-basis.typ | typst | #import "../typst-inc/blog-inc.typc": *
#show: blog_setting.with(
title: "球谐函数02 - 基础理论",
author: ("<NAME>"),
paper: "jis-b0",
//preview: true
)
#metadata("球谐函数") <tags>
#metadata("图形渲染;数学") <categories>
#metadata("2023-07-09") <date>
= 球谐函数
球谐函数是定义在球面坐标系上的一组 _基函数_ (basis function),与傅里叶基函数类似。对于任意的周期函数$f(x)$... | |
https://github.com/justmejulian/typst-documentation-template | https://raw.githubusercontent.com/justmejulian/typst-documentation-template/main/sections/preIntroduction.typ | typst | // Heading without numbering
#heading(numbering: none)[Pre-Introduction]
A ZHAW Thesis Template, created using Typst @justmejulian-github.\
\
The Following sections are from the TUM Thesis Template @tum-thesis-template.
They are included here to show the structure of a typical thesis.
== Typst functions
Typst Docs ... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/091.%20good.html.typ | typst | good.html
Be Good
April 2008(This essay is derived from a talk at the 2008 Startup School.)About a month after we started Y Combinator we came up with the
phrase that became our motto: Make something people want. We've
learned a lot since then, but if I were choosing now that's still
the one I'd pick.Another thing we... | |
https://github.com/k0tran/typst | https://raw.githubusercontent.com/k0tran/typst/sisyphus/vendor/comemo-macros/README.md | markdown | # comemo
[](https://crates.io/crates/comemo)
[](https://docs.rs/comemo)
Incremental computation through constrained memoization.
```toml
[dependencies]
comemo = "0.4"
```
A _memoized_ function caches its return ... | |
https://github.com/fyuniv/simplebook | https://raw.githubusercontent.com/fyuniv/simplebook/main/README.md | markdown | MIT License | # Simplebook (v0.1.0)
**simplebook** is a Typst template for creating books. It is self-contained and does not rely on other packages.
## Usage
To use this template, simply import the package in your main typst file.
For example,
```typst
#import "lib.typ": *
#show: simplebook.with(
title: "A Simple Book Templa... |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Method%20Of%20Lagrange%20Multipliers.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: "Method Of Lagrange Multipliers",
authors: (
"<NAME>",
),
date: "30 Octobre, 2023",
)
#set heading(numbering: "1.1.")
= Lagrand Multip... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/001%20-%20Magic%202013/006_Talrand%2C%20Sky%20Summoner.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Talrand, Sky Summoner",
set_name: "Magic 2013",
story_date: datetime(day: 30, month: 07, year: 2012),
author: "<NAME>",
doc
)
#figure(image("006_Talrand, Sky Summoner/01.png", height: 40%), caption: [], supplement: none, numbering: none)
T... | |
https://github.com/drupol/ipc2023 | https://raw.githubusercontent.com/drupol/ipc2023/main/src/ipc2023/programming-language.typ | typst | #import "imports/preamble.typ": *
#focus-slide[
#set align(center + horizon)
#set text(size: 1.5em, fill: white, font: "Virgil 3 YOFF")
Nix is just#uncover("2-4")[.]#uncover("3-4")[.]#uncover("4-4")[.]
#uncover("5-")[a *programming language*]
#pdfpc.speaker-note(```md
Nix is also ... a PROGRAMMIG LAN... | |
https://github.com/icpmoles/politypst | https://raw.githubusercontent.com/icpmoles/politypst/main/template.typ | typst | //from here https://www.sascha-frank.com/latex-font-size.html , type "book"
#let tiny = 12pt
#let scriptsize = 6pt
#let footnotesize = 8pt
#let ssmall = 7pt //https://mirrors.mit.edu/CTAN/macros/latex/contrib/moresize/moresize.pdf 11pt
#let small = 11pt
#let normalsize = 12pt
#let large = 14pt
#let Large = 17pt
#let L... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/microtype-01.typ | typst | Other | // Test that lone punctuation doesn't overhang into the margin.
#set page(margin: 0pt)
#set align(end)
#set text(dir: rtl)
:
|
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/220.%20reddits.html.typ | typst | reddits.html
The Reddits
March 2024I met the Reddits before we even started Y Combinator. In fact they
were one of the reasons we started it.YC grew out of a talk I gave to the Harvard Computer Society (the
undergrad computer club) about how to start a startup. Everyone
else in the audience was probably local, but Ste... | |
https://github.com/chamik/gympl-skripta | https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-dila/9-ceske-nebe.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/helper.typ": dilo, replika
#dilo("České nebe", "nebe", "<NAME>, <NAME>, <NAME>", "", "porevoluční", "ČR", "2008", "drama", "komedie")
#columns(2, gutter: 1em)[
*Téma*\
Průlet českou historií, národní hrdost.
*Motivy*\
poukazování na dobré i špatné skutky/osobnosti, cimrmanovský humor
*Časopros... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/100.%20divergence.html.typ | typst | divergence.html
Could VC be a Casualty of the Recession?
December 2008(I originally wrote this at the request of a company producing
a report about entrepreneurship. Unfortunately after reading it
they decided it was too controversial to include.)
VC funding will probably dry up somewhat during the present recession... | |
https://github.com/nikhilweee/nikipedia-typst | https://raw.githubusercontent.com/nikhilweee/nikipedia-typst/main/template/layout.typ | typst | #let project(title: "", author: "", logo: none, body) = {
set document(author: author, title: title)
// ***************************************
// Style
// ***************************************
// Set commands
set par(justify: true)
set text(size: 12pt)
set heading(numbering: "1.")
set list(tight:... | |
https://github.com/kdog3682/mathematical | https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/evaluate.typ | typst | #import "@local/typkit:0.1.0": *
#import "typesetting.typ": boxy
#let evaluate-string(s) = {
let computed = str-sub(s, "times", "*")
let answer = eval(computed, mode: "code")
// let computed = str-sub(s, " +\* +", " #times ")
let mc = mathup(s + " = " + str-call("bold", answer))
mc
}
#let evaluate... | |
https://github.com/AU-Master-Thesis/thesis | https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/extension-ideas/extension-ideas.typ | typst | MIT License | = Extension Ideas
== Ideas for how to improve the gbpplanner paper/code
- Communication
- Distributed
- What happens if there are no "InterRobot" factors
- What happens if there is no communication available for a certain amount of
time?
- According to @gbpplanner their algorithm does well even when a g... |
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/appendix.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "./packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components
#import "./utils.typ": get-page-number
#include "./glossary.typ"
#create-appendix-entry(title: "Glossary")[
#components.glossary()
]
#create-appendix-entry(
title: "Innovate Award Submission Form",
)[
#text(
... |
https://github.com/timetraveler314/Note | https://raw.githubusercontent.com/timetraveler314/Note/main/24Spring/TAPL/TAPL.typ | typst | #import "@local/MetaNote:0.0.1" : *
#show: doc => MetaNote(
title: [
Types and Programming Languages
],
authors: (
(
name: "timetraveler314",
affiliation: "University of Genshin",
email: "<EMAIL>",
),
),
doc,
)
#let vd = sym.tack.r
= References
#exerciseb("13.4.1")[
Find a ... | |
https://github.com/wzy1935/Typst-Blocks | https://raw.githubusercontent.com/wzy1935/Typst-Blocks/master/blocks.typ | typst |
#let color_block(bg_color: white, text_color: black, has_stroke: true, content) = {
set text(fill: text_color)
block(
stroke: if has_stroke {text_color} else {none},
fill: bg_color,
inset: 10pt,
radius: 4pt,
width: 100%,
content
)
}
#let success_block(content) = {
color_block(
bg_... | |
https://github.com/Alan-Kuan/typst-templates | https://raw.githubusercontent.com/Alan-Kuan/typst-templates/main/hw-report/1.0.0/template.typ | typst | The Unlicense | #let project(
lang: "en",
font: "Noto Serif TC",
size: 12pt,
title: "",
authors: (),
numbering: none,
body
) = {
set document(author: authors.map(author => author.name), title: title)
set text(font: font, size: size, lang: lang)
set page(numbering: numbering)
// Title row.
align(center)[
#b... |
https://github.com/max-niederman/MTH311 | https://raw.githubusercontent.com/max-niederman/MTH311/main/hw/3.typ | typst | #import "../lib.typ": *
#show: homework.with(title: "Math 311 Homework 3")
= General Results
== Dominance of Higher Powers
_Proposition_:
For any $n in NN$, let $P$ be a polynomial of order $n - 1$.
Then there exists a real number $M$ such that for all $x > M$,
$ x^n > abs(P(x)) "." $
_Proof_:
=== Base Case
For... | |
https://github.com/haokee-git/CppGuide | https://raw.githubusercontent.com/haokee-git/CppGuide/main/template.typ | typst | #let project(title: "", authors: (), logo: none, body) = {
set document(author: authors, title: title)
set page(numbering: "1", number-align: center)
set text(font: ("Linux Libertine", "PingFang SC"), lang: "zh")
set heading(numbering: "1.1")
show regex("\p{sc=Hani}+"): set text(size: 0.95em)
show raw: set ... | |
https://github.com/ArrogantGao/presentation_treewidth | https://raw.githubusercontent.com/ArrogantGao/presentation_treewidth/main/main.typ | typst | #import "@preview/touying:0.4.2": *
#import "@preview/touying-simpl-hkustgz:0.1.0" as hkustgz-theme
#let s = hkustgz-theme.register()
// Global information configuration
#let s = (s.methods.info)(
self: s,
title: [TreeWidth.jl],
subtitle: [From tree decomposition to tensor network contraction order],
author: ... | |
https://github.com/jassielof/typst-templates | https://raw.githubusercontent.com/jassielof/typst-templates/main/upsa-bo/estudio-de-factibilidad/lib.typ | typst | MIT License | #import "@preview/hydra:0.5.1": hydra
#import "../../utils/to-string.typ": *
#let estudio-de-factibilidad(
título: [],
facultades-carreras: [],
estudiantes: [],
materia: [],
fecha: [],
docente: [],
abstracto: [],
resumen-ejecutivo: [],
body,
) = {
set document(
title: to-string(título),
au... |
https://github.com/thornoar/lambda-calculus-course | https://raw.githubusercontent.com/thornoar/lambda-calculus-course/master/main-lectures/test-results.typ | typst | #import "@local/common:0.0.0": *
#import "@local/theorem:0.0.0": *
#show: theorem
#import "./template.lib.typ": *
#show: formatting
// #set page("a5", flipped: false, margin: (x: 0.5in, y: 0.5in))
#set heading(numbering: none)
#set text(size: 14pt)
#head([ Результаты итоговой работы ])
#show: body => align(center, b... | |
https://github.com/erfan-khadem/resume | https://raw.githubusercontent.com/erfan-khadem/resume/main/modules_en/professional.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Professional Experience")
#cvEntry(
title: [Embedded Hardware and Backend Developer],
society: [Home Automation Project at National Elites Foundation],
logo: "../src/logos/bmn.png",
date: [2023 - Present],
location: [Tehran, Iran],
descript... |
https://github.com/mismorgano/UG-OrdinaryDifferentialEquations-Project-24 | https://raw.githubusercontent.com/mismorgano/UG-OrdinaryDifferentialEquations-Project-24/main/conf.typ | typst | // preamble
#import "@preview/lemmify:0.1.5": *
#let (
theorem,
lemma,
corollary,
remark,
proposition,
example,
definition,
proof,
rules: thm-rules,
) = default-theorems("thm-group", lang: "en", thm-numbering: thm-numbering-linear)
// template
#let conf(title, author, doc) = {
show: thm-rules
... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/space_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test that a run consisting only of whitespace isn't trimmed.
A#text(font: "IBM Plex Serif")[ ]B
|
https://github.com/wiuri/xjtu_bristol | https://raw.githubusercontent.com/wiuri/xjtu_bristol/main/example/Literature_Research_of_Financial_Engineering/deck_Literature_Research_of_Financial_Engineering.typ | typst | //==============================================
// University of Bristol theme for Typst slides.
// Based on a previous version of <NAME>'s
// UoB LaTeX Beamer template, found at
// https://github.com/dawbarton/UoB-beamer-theme
// =============================================
#import "../../xjtu_bristol.typ":... | |
https://github.com/yonatanmgr/summaries-template | https://raw.githubusercontent.com/yonatanmgr/summaries-template/main/all-lectures.typ | typst | #import "/template/template.typ": *
#show: thmrules
#let abst = [
#if cmeta.lecturers.len() > 1 [*שמות המרצים*] else [*שם המרצה*]: #concat_hebrew(cmeta.lecturers) | *מספר הקורס*: #cmeta.course-number \
הוקלד באמצעות #link("https://github.com/typst/typst")[typst] לאורך סמסטר #cmeta.semester.
טל"ח.
#if cmeta.blo... | |
https://github.com/Critik-V/resume-tmpl-typst | https://raw.githubusercontent.com/Critik-V/resume-tmpl-typst/main/resume.typ | typst | MIT License | // IMPORTS
#import "headers.typ": *
#import "links.typ": *
// VARIABLES
#let certificationLink = ""
// CONFIGURATIONS
#set page(paper: "a4", margin: 0.8cm)
#set text(font: "./Times_New_Roman.ttf", size: 8.7pt)
#set par(justify: true)
// header
#text(weight: 700, size: 18pt, "<NAME>") #h(1fr) #text(weight: 500, size... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/stack-1_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test overflow.
#set page(width: 50pt, height: 30pt, margin: 0pt)
#box(stack(
rect(width: 40pt, height: 20pt, fill: conifer),
rect(width: 30pt, height: 13pt, fill: forest),
))
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/touying/0.2.0/examples/dewdrop.typ | typst | Apache License 2.0 | #import "../lib.typ": s, pause, meanwhile, utils, states, pdfpc, themes
#let s = themes.dewdrop.register(
s,
aspect-ratio: "16-9",
footer: [Dewdrop],
navigation: "mini-slides",
// navigation: none,
)
#let s = (s.methods.info)(
self: s,
title: [Title],
subtitle: [Subtitle],
author: [Autho... |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiQualifica/meta.typ | typst | MIT License | #let title = "Piano di Qualifica" |
https://github.com/JeyRunner/tuda-typst-templates | https://raw.githubusercontent.com/JeyRunner/tuda-typst-templates/main/templates_examples/tudapub/main.typ | typst | MIT License |
#import "@preview/athena-tu-darmstadt-thesis:0.1.0": *
// setup the template
#show: tudapub.with(
title: [
TUDa Thesis
With Typst
],
author: "<NAME>",
// to deactivate the sub logo text set logo_sub_content_text: none,
logo_sub_content_text: [
field of study: \
Some Field of Study \
\
... |
https://github.com/max-niederman/MATH51 | https://raw.githubusercontent.com/max-niederman/MATH51/main/hw/7.typ | typst | #import "../lib.typ": *
#show: homework.with(
title: "Math 51 Homework #7"
)
= 22.5
== a
$
U U^(-1) &= I_4 \
mat(
4, 2, -4, 8;
0, -3, 6, 12;
0, 0, 1, 4;
0, 0, 0, 2;
)
mat(
1/4, a, b, c;
0, -1/3, d, e;
0, 0, 1, f;
0, 0, 0, 1/2;
)
&= I_4 \
4 a - 1/3 (2) &= 0 \
a &= 1/6 \
-3 d + ... | |
https://github.com/EpicEricEE/typst-quick-maths | https://raw.githubusercontent.com/EpicEricEE/typst-quick-maths/master/assets/example.typ | typst | MIT License | #import "../src/lib.typ": shorthands
#set text(size: 14pt)
#set page(
width: 8cm,
height: auto,
margin: 1em,
background: pad(0.5pt, box(
width: 100%,
height: 100%,
radius: 4pt,
fill: white,
stroke: white.darken(10%),
)),
)
#show: shorthands.with(
($+-$, $plus.minus$),
($|-$, $tack$),... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/ouset/0.1.0/README.md | markdown | Apache License 2.0 | # ouset Package
This is a small package providing over- and underset functions for math mode in [typst](https://typst.app/).
## Usage
To use this package simply `#import "@preview/ouset:0.1.0"`. To import all functions use `: *` and for specific ones, use either the module or as described in the [typst docs](https://t... |
https://github.com/GuTaoZi/SUSTech-thesis-typst | https://raw.githubusercontent.com/GuTaoZi/SUSTech-thesis-typst/main/template/decl_en.typ | typst | MIT License | #import "../utils/style.typ" : *
#let decl_en(
anonymous: false
) = {
if anonymous{
return
}
set align(center)
text("COMMITMENT OF HONESTY",size: FSIZE.二号,font: FONTS.黑体)
set align(left)
set text(size: FSIZE.四号,font: FONTS.宋体)
par(first-line-indent: 0em)[
\
\
1\. I solemnly... |
https://github.com/claudiomattera/typst-modern-cv | https://raw.githubusercontent.com/claudiomattera/typst-modern-cv/master/docs/example.typ | typst | MIT License | // Copyright <NAME> 2023-2024.
//
// Distributed under the MIT License.
// See accompanying file License.txt, or online at
// https://opensource.org/licenses/MIT
#import "../src/lib.typ": conf, configure_theme, draw_education, draw_experience, draw_publication, draw_entry, draw_language, draw_projects
#configure_them... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/delimited-04.typ | typst | Other | // Test that symbols aren't matched automatically.
$ bracket.l a/b bracket.r
= lr(bracket.l a/b bracket.r) $
|
https://github.com/kotfind/hse-se-2-notes | https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/os/lectures/main.typ | typst | #import "/utils/template.typ": conf
#import "/utils/datestamp.typ": datestamp
#show: body => conf(
title: "Основы операционных систем",
subtitle: "Лекции",
author: "<NAME>, БПИ233",
year: [2024--2025],
body,
)
#datestamp("2024-09-02")
#include "./2024-09-02.typ"
#datestamp("2024-09-09")
#include ... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/gentle-clues/0.6.0/README.md | markdown | Apache License 2.0 | # gentle-clues
Simple admonitions for typst. Add predefined or define your own.
Inspired from [mdbook-admonish](https://tommilligan.github.io/mdbook-admonish/).
## Usage
Import the package
```typst
#import "@preview/gentle-clues:0.6.0": *
```
Change the default settings.
```typst
#show: gentle-clues.with(
lang... |
https://github.com/AlyamanMas/QuranKindle | https://raw.githubusercontent.com/AlyamanMas/QuranKindle/master/README.md | markdown | # Overview
This is a compilation/PDF of the Holy Qur'an for the Kindle Paperwhite
11th Gen. It's designed to fit the screen size of the device and thus
waste as little space as possible.
It was made using [Typst](https://typst.app) with the Qur'an pages
from [Kind Fahd Glorious Quran Printing Complex](https://dm.quran... | |
https://github.com/Namacha411/typst-template | https://raw.githubusercontent.com/Namacha411/typst-template/master/template.typ | typst | Apache License 2.0 | #let project(title: "", authors: (), date: none, body) = {
set document(author: authors, title: title)
set page(numbering: "1", number-align: center)
set text(font: "<NAME>", lang: "ja")
set heading(numbering: "1.1. ")
set enum(indent: 2em)
set list(indent: 2em)
show math.equation: set text(weight: 400)
... |
https://github.com/Skimmeroni/Appunti | https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Metodi%20Algebrici/Polinomi/Radici.typ | typst | Creative Commons Zero v1.0 Universal | #import "../Metodi_defs.typ": *
Si consideri un anello di polinomi $K[x]$. Ad un qualsiasi polinomio
$f(x) = a_(n)x^(n) + ... + a_(1)x + a_(0)$ appartenente a $K[x]$ é
possibile associare la funzione $F: K |-> K$ cosí definita:
$ F : K |-> f(alpha) =
a_(n) dot alpha^(n) + ... + a_(1) dot alpha + a_(0) space
foral... |
https://github.com/Shuenhoy/modern-zju-thesis | https://raw.githubusercontent.com/Shuenhoy/modern-zju-thesis/master/pages/undergraduate-proposal-task.typ | typst | MIT License | #import "../utils/fonts.typ": 字号, 字体
#import "../utils/datetime-display.typ": datetime-display
#import "../utils/twoside.typ": *
#import "./template-individual.typ": template-individual
#let undergraduate-proposal-task(info: (:), s) = {
template-individual(none, outlined: false)[
#set text(size: 字号.小四)
#stro... |
https://github.com/alberto-lazari/computer-science | https://raw.githubusercontent.com/alberto-lazari/computer-science/main/advanced-topics-pl/presentation/common.typ | typst | #import "typst-slides/slides.typ": *
#import "typst-slides/themes/bristol.typ": *
#let unipd-red = rgb(178, 14, 16)
#let new-section = name => {
// Create a title slide for the section
pagebreak()
block(
width: 100%, height: 100%, inset: 2em, breakable: false, outset: 0em,
text(
size: 1.5em,
... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/enum-numbering_03.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test numbering with closure and nested lists.
#set enum(numbering: n => super[#n])
+ A
+ B
+ C
|
https://github.com/The-Notebookinator/notebookinator | https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/utils.typ | typst | The Unlicense | #import "./utils/misc.typ": *
#import "./utils/theme.typ": *
#import "./utils/components.typ": *
|
https://github.com/Quaternijkon/Typst_ADSL | https://raw.githubusercontent.com/Quaternijkon/Typst_ADSL/main/config.typ | typst | // #import "@preview/touying:0.4.2": *
#import "theme.typ": *
#import "lib.typ": *
// #import "./theme.typ" as ustc-theme
#let s = register(aspect-ratio: "16-9")
#let s = (s.methods.numbering)(self: s, section: "1.", "1.1")
#let s = (s.methods.info)(
self: s,
//第二步
//在这里修改你的封面信息
title: [Typst template for Sc... | |
https://github.com/huyufeifei/grad | https://raw.githubusercontent.com/huyufeifei/grad/master/docs/paper/src/ch2.typ | typst | #import "template/template.typ" : codeblock, empty_par
= 安全接口设计
为了提高安全性,驱动设计使用了内存安全 @rust 的语言,基于其安全约束重新编写,并且在驱动的代码中没有使用被Rust定义为不安全的操作。
Rust中的不安全操作通常是对于直接以`usize`形式展示的内存地址的访问。而这种操作又是驱动程序必不可少的所需操作之一。为了解决这个矛盾,把目光从驱动程序移到了内核TCB上。操作系统内核的开发也不可避免的需要用到不安全操作。为了尽可能的减少漏洞出现的可能性,最大化安全性,Alien只会有一个核心模块TCB使用不安全代码,而内核的其他部分则依赖TC... | |
https://github.com/JeyRunner/tuda-typst-templates | https://raw.githubusercontent.com/JeyRunner/tuda-typst-templates/main/templates/tudapub/common/thesis_statement_pursuant.typ | typst | MIT License | #import "format.typ": *
#let tudapub-get-thesis-statement-pursuant(date: none, author: none, location: none, include-english-translation: false) = [
#set heading(outlined: false)
#block(breakable: false)[
=== Erklärung zur Abschlussarbeit gemäß § 22 Abs. 7 APB TU Darmstadt
Hiermit erkläre ich, #author, d... |
https://github.com/marcantoinem/CV | https://raw.githubusercontent.com/marcantoinem/CV/main/cv-marcantoinem-fr.typ | typst | #import "src/style.typ": conf, name, contacts
#import "fr/work-experience.typ"
#import "fr/education.typ"
#import "fr/awards.typ"
#import "fr/project.typ"
#conf(
"fr",
[
#name("<NAME>")
#contacts((
link("mailto:<EMAIL>", "<EMAIL>"),
link("https://github.com/marcantoinem", "github.com/marcantoin... | |
https://github.com/DashieTM/ost-5semester | https://raw.githubusercontent.com/DashieTM/ost-5semester/main/web3/weeks/week14.typ | typst | #import "../../utils.typ": *
#section("Web Assembly")
- \*.WASM ( WebAssembly )
- Compiled Web Assembly
- Can be transformed back to WAT
- \*.WAT ( Web Assembly Text )
- Text Based Web Assembly
- Can be compiled to WASM
- example code
```wasm
(module
(func (export "addTwo") (param i32 i32) (result i32)
// po... | |
https://github.com/chen-qingyu/Typst-Code | https://raw.githubusercontent.com/chen-qingyu/Typst-Code/master/Maclaurin%20Series.typ | typst | #let LF = {v(4em); linebreak()}
= Maclaurin Series
$
& e^x &&= 1 + x + 1/2 x^2 + o(x^2) &&= sum_(n=0)^infinity 1/(n!)x^n, space x in (-infinity, +infinity)
LF
& sin x &&= x - 1/6 x^3 + o(x^3) &&= sum_(n=0)^infinity ((-1)^n)/(2 n + 1)! x^(2 n + 1), space x in (-infinity, +infinity)
LF
==>^"Derivation" & cos x... | |
https://github.com/MrToWy/Bachelorarbeit | https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/cssUnset.typ | typst | ```sass
@media (max-width: 850px)
.courses
grid-template-columns: unset
``` | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/contrib/typst/diagram.typ | typst | Apache License 2.0 |
#let node(pos, label) = (kind: "node", pos: pos, label: label)
#let arr(start, end, label, start_space: none, end_space: none, label_pos: 1em, curve: 0deg, stroke: 0.45pt, ..options) = {
(
kind: "arrow",
start: start,
end: end,
label: label,
start_space: start_space,
end_space: end_space,
... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/040%20-%20Zendikar%20Rising/008_Hunger.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Hunger",
set_name: "<NAME>",
story_date: datetime(day: 25, month: 09, year: 2020),
author: "<NAME>",
doc
)
Just on the edge of the Free City of Nimana, a man in dark gray robes walked through the pitch-black night toward the camps, drawing ... | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas7/3_Streda.typ | typst | #let V = (
"HV": (
("","Ne ktomú vozbraňájemi","Drévo izhná mja drévle iz rajá, nýňi že drévo k rajú vozvedé, tebí raspénšusja Christé."),
("","","Čúdo strášno, sozdániju káko sozdáteľ predstojá, osuždájem jésť, i raspinájem, na spasénije čelovíkov!"),
("","","Kreste Christóv, ánhel svjatých čúdo, dijávol... | |
https://github.com/Joelius300/hslu-typst-template | https://raw.githubusercontent.com/Joelius300/hslu-typst-template/main/glossary.typ | typst | MIT License | #import "@preview/acrostiche:0.3.1": init-acronyms
#init-acronyms((
"BAA": ("Bacherlorarbeit",),
)) |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/matrix_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test sparse matrix.
$ mat(
1, 2, ..., 10;
2, 2, ..., 10;
dots.v, dots.v, dots.down, dots.v;
10, 10, ..., 10;
) $
|
https://github.com/drupol/master-thesis | https://raw.githubusercontent.com/drupol/master-thesis/main/resources/typst/python-graph.typ | typst | Other | #import "../../src/thesis/imports/preamble.typ": *
#figure(
natural-image({
set text(
font: "Inconsolata Nerd Font Mono",
size: 1em,
)
render(
read("../../resources/graphviz/python.dot"),
labels: (
"pzf6dnxg8gf04xazzjdwarm7s03cbrgz-python3-3.10.12": [python3-3.10.12],
... |
https://github.com/TheRiceCold/resume | https://raw.githubusercontent.com/TheRiceCold/resume/main/metadata.typ | typst | /* Personal Information */
#let firstName = "<NAME>"
#let lastName = "Hicban"
#let personalInfo = (
github: "thericecold",
linkedin: "dalewaltergh",
email: "<EMAIL>",
phone: "+63 970 149 8672",
)
/* Language-specific */
#let headerQuoteInternational = (
"": [ ],
"es": []
)
#let cvFooterInternational = (... | |
https://github.com/fky2015/resume-ng-typst | https://raw.githubusercontent.com/fky2015/resume-ng-typst/main/README.md | markdown | MIT License | # Resume-ng (Typst Version)
A [Typst][typst] resume designed for optimal information density and aesthetic appeal.
一个旨在实现最佳的信息密度和美学吸引力的 [Typst][typst] 简历排版模板项目。

本模板的特性包括:
- 通过调整排版提高简历的信息密度。
- 支持生成 PDF... |
https://github.com/lphoogenboom/typstThesisDCSC | https://raw.githubusercontent.com/lphoogenboom/typstThesisDCSC/master/chapters/abstract.typ | typst | #import "../typFiles/specialChapter.typ": *
#counter(page).update(0)
#show: specialChapter.with(chapterTitle: "Abstract", showInOutline: false,content: [
// Write your abstract here
#lorem(200) // lorem() function adds filler text
]) | |
https://github.com/Tyrn/wei | https://raw.githubusercontent.com/Tyrn/wei/master/a-case-of-the-missing-god-ru.typ | typst | <NAME>. Дело о пропавшем боге
1
Высокоученый чиновник ведомства справедливости и спокойствия, особо
полномочный инспектор из столицы, господин Нан, осматривал постоялый двор,
принадлежавший некоему Кархтару.
Сам Кархтар пребывал в бегах, и по всему Харайну ветер лениво трепал
объявления: ... | |
https://github.com/Favo02-unimi/statistica-e-analisi-dei-dati | https://raw.githubusercontent.com/Favo02-unimi/statistica-e-analisi-dei-dati/main/README.md | markdown | ## Statistica e Analisi dei dati
Dispensa per il corso di Statistica e Analisi dei dati, tenuto dal Prof. <NAME> presso l'Università degli Studi di Milano.
- Dispensa: Teoria + Appendici Python, Matematica, Esercizi
- Codice sorgente (Typst): [Dispensa.typ](./Dispensa.typ)
- Release PDF: [release di questo reposi... | |
https://github.com/Drodt/clever-quotes | https://raw.githubusercontent.com/Drodt/clever-quotes/main/manual/manual.typ | typst | #import "@preview/tidy:0.1.0"
#import "@preview/tablex:0.0.5": tablex, rowspanx
#import "template.typ": *
#import "../src/clever-quotes.typ": *
#show: project.with(
title: "Clever-Quotes",
subtitle: "Smarter quotes and block quotes",
abstract: [
*clever-quotes* is a package improving on #link("htt... | |
https://github.com/Servostar/dhbw-abb-typst-template | https://raw.githubusercontent.com/Servostar/dhbw-abb-typst-template/main/src/glossary.typ | typst | MIT License |
// .--------------------------------------------------------------------------.
// | Glossary Utilities |
// '--------------------------------------------------------------------------'
// Author: <NAME>
// Edited: 08.07.2024
// License: MIT
#let glossary(entries... |
https://github.com/cadojo/correspondence | https://raw.githubusercontent.com/cadojo/correspondence/main/src/dear/src/letter.typ | typst | MIT License | //
// Preamble
//
#import "../../rolo/rolo.typ": *
#import "../../options/options.typ": some
#let letter(
sender: author(),
recipient: author(),
subject: none,
logo: none,
date: datetime.today().display("[month repr:long] [day], [year]"),
theme: black,
greeting: "Dear",
closing: "Sincerely",
divider... |
https://github.com/jtlandis/typst-column | https://raw.githubusercontent.com/jtlandis/typst-column/main/README.md | markdown | # Typst-column Extension For Quarto
_TODO_: Add a short description of your extension.
## Installing
_TODO_: Replace the `<github-organization>` with your GitHub organization.
```bash
quarto add <github-organization>/typst-column
```
This will install the extension under the `_extensions` subdirectory.
If you're u... | |
https://github.com/goshakowska/Typstdiff | https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_working_types/sub_script/sub_script_updated.typ | typst | First#sub[updated sub text]
Normal text
Second#sub[second sub text] | |
https://github.com/chendaohan/rust_tutorials | https://raw.githubusercontent.com/chendaohan/rust_tutorials/main/books/1.Rust语言介绍.typ | typst | #set heading(numbering: "1.")
#set text(size: 15pt)
= Rust 语言特点
+ 性能\
Rust 速度极快且内存高效:无需运行时或垃圾收集器,它可以为性能关键型服务提供支持,在嵌入式设备上运行,并轻松与其他语言集成。
+ 可靠性\
Rust 丰富的类型系统和所有权模型保证了内存安全和线程安全——使您能够在编译时消除许多类别的错误。
+ 生产效率\
Rust 拥有出色的文档、带有有用错误消息的友好编译器以及一流的工具——集成的包管理器和构建工具、具有自动完成和类型检查功能的智能多编辑器支持、自动格式化程序等等。
= Rust 与其它语言的比较
+ Go\
... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/repeat-03.typ | typst | Other | // Test unboxed repeat.
#repeat(rect(width: 2em, height: 1em))
|
https://github.com/loqusion/typix | https://raw.githubusercontent.com/loqusion/typix/main/docs/SUMMARY.md | markdown | MIT License | <!-- markdownlint-disable MD025 -->
# Summary
- [Introduction](README.md)
- [Getting Started](getting-started.md)
# Recipes
- [Adding dependencies](recipes/adding-dependencies.md)
- [Specifying sources](recipes/specifying-sources.md)
- [Declaring a shell environment](recipes/declaring-a-shell-environment.md)
- [Usi... |
https://github.com/AOx0/expo-nosql | https://raw.githubusercontent.com/AOx0/expo-nosql/main/examples/simple.typ | typst | MIT License | #import "../slides.typ": *
#show: slides.with(
authors: "Names of author(s)",
short-authors: "Shorter author for slide footer",
title: "Title of the presentation",
subtitle: "Subtitle of the presentation",
short-title: "Shorter title for slide footer",
date: "March 2023",
)
#set text(font: "In... |
https://github.com/EGmux/PCOM-2023.2 | https://raw.githubusercontent.com/EGmux/PCOM-2023.2/main/lista2/lista2q11.typ | typst | === Considere um sinal de áudio com componentes espcetrais limitadas à faixa de frequêcias de 300 a 3300 Hz. Um sinal PCM é gerado com uma taxa de amostragem de 8000 amostras/s. A relação sinal rúido de quantização requerida é de 30 dB.
\
==== a) Qual é a quantidade mínima de níveis de quantização uniforme necessária ... | |
https://github.com/kdog3682/mathematical | https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/archimedes-circle.typ | typst | #import "@preview/cetz:0.2.2"
#import cetz.draw: *
#let archimedes-circle(n, offset: 0.5) = {
let center = (0, 0)
let points = ()
let r = 1
for i in range(n) {
let theta = ((2 * i/n) + offset) * calc.pi
let p = (
r * calc.cos(theta),
r * calc.sin(theta)
)
points.push(p)
}
cetz.c... | |
https://github.com/ffasbend/refcards | https://raw.githubusercontent.com/ffasbend/refcards/main/python_refcard/inc/pygame_colors.typ | typst | MIT License | // gray colors
#let colors_gray = (
[],[0],[1],[2],[3],[4],[5],[6],[7],[8],[9],[10],[11],[12],[13],[14],[15],[16],[17],[18],[19],
[gray0],
[#rect(fill:rgb("#000000"))],
[#rect(fill:rgb("#030303"))],
[#rect(fill:rgb("#050505"))],
[#rect(fill:rgb("#080808"))],
[#rect(fill:rgb("#0A0A0A"))],
[#rect(fill:rg... |
https://github.com/qo/term | https://raw.githubusercontent.com/qo/term/main/README.md | markdown | # what
[Typst](https://github.com/typst/typst) template for emulating terminal screenshots
# how
## input
```typst
#import "term.typ": term
#term(
content: [`$ ls
term.typ`],
)
```
## output
<!-- don't even ask -->
<img src="./examples/raw/raw.svg#svgView(viewBox(50, 50, 400, 200))" width="500" height="300">
... | |
https://github.com/typst-doc-cn/tutorial | https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/prefaces/acknowledgement.typ | typst | Apache License 2.0 |
#import "mod.typ": *
#show: book.page.with(title: "致谢")
#let MyriadDreamin = link("https://github.com/Myriad-Dreamin")[Myriad Dreamin]
#let OrangeX4 = link("https://github.com/OrangeX4")[OrangeX4]
#let GiggleDing = link("https://github.com/GiggleDing")[GiggleDing]
本文档的主要部分由#MyriadDreamin 编写。
#OrangeX4 参与了基本教程部分的勘误... |
https://github.com/hei-templates/hevs-typsttemplate-thesis | https://raw.githubusercontent.com/hei-templates/hevs-typsttemplate-thesis/main/00-templates/constants.typ | typst | MIT License | //
// Description: Commonly used constants in the templates
// Author : <NAME>
//
// Fontsizes
#let tinyer = 6pt
#let tiny = 8pt
#let smaller = 9pt
#let small = 10pt
#let normal = 11pt
#let large = 14pt
#let larger = 16pt
#let huge = 24pt
#let huger = 36pt
// fontsize+
#let tinyer_p = tinyer+5pt
#l... |
https://github.com/augustebaum/epfl-thesis-typst | https://raw.githubusercontent.com/augustebaum/epfl-thesis-typst/main/example/head/abstracts.typ | typst | MIT License | // English abstract
= Abstract
#lorem(100)
#lorem(50)
Key words:// put your text here
// German abstract
// `outlined` being false means there will not be a corresponding line in the table of contents
#heading(outlined: false, [Zusammenfassung])
#lorem(100)
#lorem(50)
Stichwörter:// put your text here
// French... |
https://github.com/chendaohan/bevy_tutorials_typ | https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/22_schedules/schedules.typ | typst | #set page(fill: rgb(35, 35, 38, 255), height: auto, paper: "a3")
#set text(fill: color.hsv(0deg, 0%, 90%, 100%), size: 22pt, font: "Microsoft YaHei")
#set raw(theme: "themes/Material-Theme.tmTheme")
= 1. Schedules
所有由 Bevy 运行的系统都包含在 Schedules 中,并通过 Schedules 进行组织。Schedules 是系统的集合,包含它们应如何运行的元数据,以及用于运行系统的关联执行算法。
一个 Bev... | |
https://github.com/ralphmb/My-Dissertation | https://raw.githubusercontent.com/ralphmb/My-Dissertation/main/sections/exploratory.typ | typst | Creative Commons Zero v1.0 Universal | In this section we will examine our data set, to get some idea of the magnitude of various effects on match result.
=== Testing correlations between variables
We considered various variables as proxies for team strength. We wanted to use a measure that exists before the beginning of a league season, so results in the ... |
https://github.com/Dherse/typst-brrr | https://raw.githubusercontent.com/Dherse/typst-brrr/master/samples/masterproef/content/this_document.typ | typst | #import "../elems/infos.typ": *
= Accessibility in this document
Short overview of accessibility and readability features of this document.
=== Accessibility
This document was designed with accessibility to colorblind and visually impaired people in mind. The colors used are generally chosen to have good co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.