repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/bradmartin333/TypstNotes | https://raw.githubusercontent.com/bradmartin333/TypstNotes/main/sections/test2.typ | typst | = Test2
A second success! | |
https://github.com/morel-olivier/template-typst | https://raw.githubusercontent.com/morel-olivier/template-typst/master/cheatsheet/main.typ | typst | #import "conf.typ": conf
#show: doc => conf(
fontSize: 12pt,
title: "Mon Document",
numColumnns: 4,
color: true,
doc
)
= Introduction
Toujour mettre des unités avec les formules !!!
#grid(
columns: (1fr, auto),
rows: (auto),
[$a = F / m$],
[[m/s^2]]
)
#lorem(80)
== Sous-section 1
#lorem(100)
=== Sous-sou... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-FE30.typ | typst | Apache License 2.0 | #let data = (
("PRESENTATION FORM FOR VERTICAL TWO DOT LEADER", "Po", 0),
("PRESENTATION FORM FOR VERTICAL EM DASH", "Pd", 0),
("PRESENTATION FORM FOR VERTICAL EN DASH", "Pd", 0),
("PRESENTATION FORM FOR VERTICAL LOW LINE", "Pc", 0),
("PRESENTATION FORM FOR VERTICAL WAVY LOW LINE", "Pc", 0),
("PRESENTATION ... |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/spue/planung/main.typ | typst | Other | #import "/src/template.typ": *
= Planung
#author[<NAME>]
#include "sequenzplanung.typ"
#include "kurzentwurf.typ"
#include "langentwurf.typ"
#include "tipps.typ"
#include "panik.typ" |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/bookletic/0.1.0/example/example.typ | typst | Apache License 2.0 | #import "@preview/bookletic:0.1.0": sig
#set document(author: "<NAME>", title: "Bookletic Example")
//Barebones example
#let my-eight-pages = (
[
= Cover Page
],
[
= Page One
#lorem(80)
],
[
= Page Two
#lorem(80)
],
[
= Page Three
#lorem(80)
],
[
= Page Four
... |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/packages/index.md | markdown | MIT License | # Packages
Once the [Typst Universe](https://typst.app/universe) was launched, this chapter has become almost redundant. The Universe is actually a very cool place to look for packages.
However, there are still some cool examples of interesting package usage.
## General
Typst has packages, but, unlike LaTeX, you need... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz-plot/0.1.0/src/plot/sample.typ | typst | Apache License 2.0 | /// Sample the given single parameter function `samples` times, with values
/// evenly spaced within the range given by `domain` and return each
/// sampled `y` value in an array as `(x, y)` tuple.
///
/// If the functions first return value is a tuple `(x, y)`, then all return values
/// must be a tuple.
///
/// - fn ... |
https://github.com/ysthakur/PHYS121-Notes | https://raw.githubusercontent.com/ysthakur/PHYS121-Notes/main/Notes/Ch04.typ | typst | MIT License | = Chapter 4
== Motion and Forces
/ Newton's first law: An object willre main at rest or continue moving in a straight line at the same speed unless it has forces acting on it
/ Contact forces: Forces that act on an object by touching it
/ Long-range forces: Forces that act on an object without physical contact
Examp... |
https://github.com/sa-concept-refactoring/doc | https://raw.githubusercontent.com/sa-concept-refactoring/doc/main/chapters/refactoringIdeas.typ | typst | = Refactoring Ideas <refactoring_ideas>
// COR Per se wäre es wohl spannend gewesen alle Ideen zu beschreiben, auch wenn sie keine Refactorings sind oder nicht umsetzbar sind.
// Jeremy Did we have other ideas?
In this section ideas for potential refactoring operations are explored.
This serves as the foundation for de... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/chordx/0.1.0/README.md | markdown | Apache License 2.0 | # chordx
A library to write song lyrics with chord diagrams in Typst. This library uses [CeTZ](https://github.com/johannes-wolf/typst-canvas) (aka typst-canvas) to generate the diagrams.
**Table of Contents**
- [Usage](#usage)
- [Typst Packages](#typst-packages)
- [Local Packages](#local-packages)
- [Documentati... |
https://github.com/ckunte/m-one | https://raw.githubusercontent.com/ckunte/m-one/master/inc/reac.typ | typst | = Mapping dynamics
While sifting through some of my files yesterday, I found a spread-sheet using Gaussian elimination technique@spottiswoode_gaussian, refreshing old memories. In 2004, we were engineering a SPAR + topside --- the first of its kind for the region. For transport, we designed the topside to straddle ato... | |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/数学模型/作业/hw4.typ | typst | #import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark, proposition,der, partialDer, Spec
#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: note.with(
title: "作业4",
au... | |
https://github.com/han0126/MCM-test | https://raw.githubusercontent.com/han0126/MCM-test/main/2024亚太杯typst/chapter/chapter2.typ | typst | = 基本假设
1. 洪水发生的概率可以被明确区分为高、中、低风险类别
2. 过去洪水事件的特征和概率在未来将保持不变。
3. 附件'train.csv'和'test.csv'给出的数据准确无误,且涵盖多种不同的洪水事件,能够代表洪水发生的典型情况和异常情况
4. 所选的统计和机器学习模型适用于洪水灾害的概率预测。
5. 模型能够通过选择适当的指标和降维技术处理潜在共线性问题,使最终使用的指标在模型中是相对独立的。
6. 在计算指标权重和模型参数时,这些值在不同的样本和时间点上是稳定的,不会出现剧烈波动。
\ | |
https://github.com/VZkxr/Typst | https://raw.githubusercontent.com/VZkxr/Typst/master/Seminario/Proyecto%20Final/document.typ | typst | #import "codly-0.2.1/codly.typ": *
#show: codly-init.with()
#let icon(codepoint) = {
box(
height: 0.8em,
baseline: 0.05em,
image(codepoint)
)
h(0.1em)
}
#codly(languages: (
rust: (name: "Rust", icon: icon("brand-rust.svg"), color: rgb("#CE412B")),
python: (name: "Python", icon: icon("brand-pyth... | |
https://github.com/lxl66566/my-college-files | https://raw.githubusercontent.com/lxl66566/my-college-files/main/信息科学与工程学院/算法导论/图.typ | typst | The Unlicense | #import "../template.typ": *
#show: project.with(
title: "5",
authors: (
"absolutex",
)
)
= 图
== 完成图的邻接矩阵表示方法,以及图的深度优先搜索与广度优先搜索算法。要求报告给出简单的实验思路(程序的运行方法、简单的分析)、代码与运行结果图
#include_code("算法导论/code/graph.py")
邻接矩阵:
#table(
columns: 7,
rows: 7,
[\\],[*0*],[*1*],[*2*],[*3*],[*4*],[*5*],
[*0*],[0],[1],[1],[0... |
https://github.com/MrToWy/Bachelorarbeit | https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Template/template.typ | typst | #import "customFunctions.typ": *
#show par: it => [#it <meta:content>]
#let project(
title: "",
subtitle: "",
author: "",
author_email: "",
matrikelnummer: 0,
prof: none,
second_prof: none,
date: none,
glossaryColumns: 1,
enableGlossary: false,
enableAbbildungsverzeichnis: false,
body,
) = {
... | |
https://github.com/takotori/PhAI-Spick | https://raw.githubusercontent.com/takotori/PhAI-Spick/main/sections/aufgaben.typ | typst | #import "../utils.typ" : *
= Beispiel Aufgaben
== Allgemein
=== Zahlen wissenschaftlich korrekt darstellen
#colgreen("Mit expliziter Angabe des Messfehlers") und #colorange("ohne"):
$
2.521162 plus.minus 0.531 &= colgreen(2.52 plus.minus 0.53) &= colorange(2.5) \
161261 plus.minus 10000 &= colgreen(1.61 dot 105 plus.mi... | |
https://github.com/lkndl/typst-bioinfo-thesis | https://raw.githubusercontent.com/lkndl/typst-bioinfo-thesis/main/modules/footers.typ | typst |
#let get-pagination(pagination-align) = {
assert(pagination-align in ("outside", "inside", left, right, center))
if pagination-align in ("outside", "inside") {
let (a, b) = if pagination-align == "outside" { (left, right) } else { (right, left) }
locate(loc => align(
if calc.even(loc.page()) { a } el... | |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/my.typ | typst | #import "base-utils.typ": *
#import "attrs.typ"
#import "cetz-setup.typ": *
#let blue = colored.with(fill: _blue)
#let red = colored.with(fill: _red)
#let green = colored.with(fill: _green)
#let frac(a, b) = $display(_frac(#resolve-content(a), #resolve-content(b)))$
#let equal = wrap([=], h(4pt))
#let dot = wrap(sym.... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/rubber-article/0.1.0/src/lib.typ | typst | Apache License 2.0 | // Template based on LaTeX Article Class
#let article(
lang:"de",
eq-numbering:none,
text-size:10pt,
page-numbering: "1",
page-numbering-align: center,
heading-numbering: "1.1 ",
body) = {
// Set the document's basic properties.
set page(
margin: (left: 25mm, right: 25mm, top: 30mm, bottom: 30mm)... |
https://github.com/binhtran432k/ungrammar-docs | https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/literature-review/bun.typ | typst | #import "/components/glossary.typ": gls
== Bun <sec-bun>
Bun, a modern JavaScript runtime, offers a compelling platform for developing
language servers due to its speed, versatility, and rich feature set. As a
unified tool encompassing package management, bundling, transpilation, testing,
and task running, Bun... | |
https://github.com/TechnoElf/mqt-qcec-diff-thesis | https://raw.githubusercontent.com/TechnoElf/mqt-qcec-diff-thesis/main/content/state.typ | typst | #import "@preview/fletcher:0.5.1": diagram, node, edge
#import "@preview/gentle-clues:0.9.0": example
#import "@preview/tablex:0.0.8": tablex
#import "@preview/quill:0.3.0": quantum-circuit, lstick, rstick, ctrl, targ, mqgate, meter
= State of the Art
There are various existing approaches to equivalence checking of qu... | |
https://github.com/justinvulz/typst_packages | https://raw.githubusercontent.com/justinvulz/typst_packages/main/drawimg.typ | typst | #import "@preview/cetz:0.2.2"
#import "@preview/fletcher:0.4.5" as fletcher: diagram,node,edge
#import fletcher.shapes:circle
#let margin_size = 2cm
#let body_font_size = 30pt
#let conf(
doc
) = {
context {
let size = measure(doc)
set page(width: size.width+2em, height: size.height+2em)
doc
}
} | |
https://github.com/WarriorHanamy/typst_tutorial | https://raw.githubusercontent.com/WarriorHanamy/typst_tutorial/main/README.md | markdown | # INSTALLATION
## install rust
```shell
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
## install typst from cargo
```shell
cargo install --git https://github.com/typst/typst --locked typst-cli
```
# Some backup information
## website of source code
[typst_source](https://github.com/typst/typs... | |
https://github.com/dismint/docmint | https://raw.githubusercontent.com/dismint/docmint/main/linear/pset3.typ | typst | #import "template.typ": *
#show: template.with(
title: "PSET 3",
subtitle: "18.06",
pset: true,
toc: false,
)
#set math.mat(delim: "[")
#set math.vec(delim: "[")
Collaborators: <NAME>
= 3.1.5
== (a)
Consider the subspace of $bold(M)$ that is described by all $2 times 2$ matrices such that:
$ mat(R, 0; 0, ... | |
https://github.com/MatheSchool/typst-g-exam | https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/docs-shiroa/g-exam-doc/latexmit/latexmit-with-points.typ | typst | MIT License | #import "mod.typ": *
#show: book-page.with(title: "LaTeX Mit with points")
= LaTeX Mit with points
|
https://github.com/Menahra/CVTemplate | https://raw.githubusercontent.com/Menahra/CVTemplate/main/content/RightPane.typ | typst | #import "utils.typ": spacing, accentTextColor;
#let RightPane(
applicantData,
translationData
) = {
// profile
align(
center,
text(16pt, accentTextColor, weight: "bold", translationData.profileTitle)
);
v(spacing(amount: -0.5));
text(12pt, applicantData.profile);
v(spacing(amount: 1));
// w... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/semantic_tokens/fn2.typ | typst | Apache License 2.0 | #let fn() = {
raw("1 + 2", lang: "typ")
```typ
1
2
```
[1]
} |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/README.md | markdown | # The PG Book
<NAME>'s essays typset via Typst.Typeset articles can be found in the [book](./book) directory. The [scrapper](./scrapper) directory contains the scripts used to scrape the articles from the [website](https://www.paulgraham.com/articles.html).
Currently, the first **14 articles** have already been typset... | |
https://github.com/akrantz01/resume | https://raw.githubusercontent.com/akrantz01/resume/main/template/education.typ | typst | MIT License | #import "common.typ": date-range, section
#let entry(
school,
date,
degree: none,
area: none,
location: none,
gpa: none,
courses: (),
extra: none,
settings: (:),
) = {
if area != none and degree == none {
panic("An area of study must be accompanied by a degree")
}
let about = if degree != ... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/data-04.typ | typst | Other | // Error: 6-16 file not found (searched at typ/compute/nope.csv)
#csv("nope.csv")
|
https://github.com/piepert/typst-seminar | https://raw.githubusercontent.com/piepert/typst-seminar/main/Beispiele/LogikKlausur/typst/template.typ | typst | #let fontsize = 12pt
#let project(date: none, title: none, body) = {
set text(lang: "de", size: fontsize, font: "Times New Roman")
set par(justify: true)
set page(margin: (left: 2.5cm,
right: 2.5cm,
top: 2.5cm,
bottom: 2.5cm),
header: {
block(stroke:... | |
https://github.com/Hyiker/report-typst | https://raw.githubusercontent.com/Hyiker/report-typst/master/README.md | markdown | Creative Commons Attribution 4.0 International | # Yet another Typst report template

由[Project-Report-Typst](https://github.com/aurghya-0/Project-Report-Typst),根据我的个人喜好修改的typst模板,支持中/英。
Designed for project reports according to my personal flavor, modified from [Project-Report-Typst](https://github.com/aurghya-0/Project-Report-Typ... |
https://github.com/Hithereland/whu-typst-template | https://raw.githubusercontent.com/Hithereland/whu-typst-template/main/template/components/algorithm-table.typ | typst | #import "@preview/algorithmic:0.1.0"
#import algorithmic: algorithm
#let algorithm-table = figure.with(kind: "algorithm-table", supplement: "Algorithm")
#let setup-algorithm-table(
body-inset: (bottom: 5pt),
body
) = {
show figure.where(kind: "algorithm-table"): it => {
let booktabbed = block(
strok... | |
https://github.com/Big-Ouden/ensiie_rapport | https://raw.githubusercontent.com/Big-Ouden/ensiie_rapport/main/0.1.5/template/acronyms.typ | typst | #import "@preview/acrostiche:0.3.0": *
#let acronyms = (
"DVI": (link("https://fr.wikipedia.org/wiki/Digital_visual_interface")[Digital Visual Interface],),
"FPGA": (link("https://en.wikipedia.org/wiki/Field-programmable_gate_array")[Field Programmable Gates Array],),
"HDMI": (link("https://en.wikipedia.org/wiki... | |
https://github.com/darkMatter781x/OverUnderNotebook | https://raw.githubusercontent.com/darkMatter781x/OverUnderNotebook/main/entries/auton/far-awp/far-awp.typ | typst | #import "../auto-util.typ": *
#auton(
"Far Autonomous Win Point",
datetime(year: 2024, month: 2, day: 25),
"sixBall.cpp",
[
AWP for the far side requires that we score the alliance triball into our goal
and touch the horizontal elevation bar. This is the code that accomplishes that.
],
)[
```cpp
voi... | |
https://github.com/jneug/schule-typst | https://raw.githubusercontent.com/jneug/schule-typst/main/src/_imports.typ | typst | MIT License | // TODO: Import only necessary items to global scope
#import "core/base.typ": * // base-template, appendix
#import "util/marks.typ"
#import "util/args.typ"
#import "util/util.typ"
#import "util/types.typ" as t
#import "theme.typ"
#import "api/typo.typ": *
#import "api/helper.typ": *
#import "api/content.typ": *
#imp... |
https://github.com/storopoli/graphs-complexity | https://raw.githubusercontent.com/storopoli/graphs-complexity/main/slides/slides.typ | typst | Creative Commons Zero v1.0 Universal | #import "@preview/slydst:0.1.0": *
#import "@preview/diagraph:0.2.5": *
#import "@preview/lovelace:0.3.0": *
#set text(lang: "en")
#show: slides.with(
title: "Graph Theory and Computational Complexity",
subtitle: none,
date: none,
authors: ("<NAME>, PhD",),
layout: "medium",
ratio: 4 / 3,
title-color: o... |
https://github.com/bkorecic/curriculum | https://raw.githubusercontent.com/bkorecic/curriculum/main/README.md | markdown | # Typst CV
My personal template for my curriculum, using [Typst](https://typst.app/).
## Dependencies
The dependencies are `typst`, [Font Awesome](https://fontawesome.com/) (included in `fonts/`) and a few of [Twitter emojis](https://github.com/twitter/twemoji) (included in `emojis/`). | |
https://github.com/dasayan05/typst-ai-conf-templates | https://raw.githubusercontent.com/dasayan05/typst-ai-conf-templates/master/cvpr/cvpr.typ | typst | MIT License | #let pad_int(i, N: 3) = {
let s = str(i)
let n_pads = N - s.len()
for _ in range(n_pads) {
s = "0" + s
}
[#s]
}
#let manuscript(title: [Paper Title], authors: (), anonymous: true, id: 1234, abstract: [], content) = [
#let RULERWIDTH = 0.6in
#set page(
paper: "a4",
ma... |
https://github.com/azduha/typst-templates | https://raw.githubusercontent.com/azduha/typst-templates/main/dospelak.typ | typst | MIT License | #import "template.typ": *
#let data = json.decode("{}")
#show: duha.with(
title:"Závazná přihláška dospěláka",
author: "<NAME>"
)
#title("Závazná přihláška dospěláka", subtitle: "na letní dětský tábor Duha AZ")
#credentials(fields: (
"Organizátor:": [
Duha Alternativní Zóna (dále jen Duha AZ) \
\1. má... |
https://github.com/jneug/typst-finite | https://raw.githubusercontent.com/jneug/typst-finite/main/draw.typ | typst | MIT License | // imports cetz and t4t
#import "./util.typ": *
#import "layout.typ"
/// Draw a state at the given #arg[position].
///
/// #example[```
/// #cetz.canvas({
/// import finite.draw: state
/// state((0,0), "q1", label:"S1", initial:true)
/// state("q1.right", "q2", label:"S2", final:true, anchor:"left")
/// })
///... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/050.%20vcsqueeze.html.typ | typst | vcsqueeze.html
The Venture Capital Squeeze
November 2005In the next few years, venture capital funds will find themselves
squeezed from four directions. They're already stuck with a seller's
market, because of the huge amounts they raised at the end of the
Bubble and still haven't invested. This by itself is not the... | |
https://github.com/jneug/typst-nassi | https://raw.githubusercontent.com/jneug/typst-nassi/main/assets/example-2.typ | typst | MIT License | #import "../src/nassi.typ"
#set page(width: auto, height: auto, margin: 5mm)
#nassi.diagram(
width: 12cm,
theme: nassi.themes.greyscale,
```
function inorder(tree t)
if t has left child
inorder(left child of t)
end if
process(root of t)
if t has right child
inorder(right child of t... |
https://github.com/Leadlegend/Curriculum-Vitae | https://raw.githubusercontent.com/Leadlegend/Curriculum-Vitae/main/cv.typ | typst | Apache License 2.0 | #import "template.typ": *
#show: layout
#show link: underline
#cvHeader(hasPhoto: false, align: left)
#autoImport("education")
#autoImport("professional")
#autoImport("projects")
//#autoImport("certificates")
//#autoImport("publications")
#autoImport("skills")
#cvFooter()
|
https://github.com/lublak/typst-echarm-package | https://raw.githubusercontent.com/lublak/typst-echarm-package/main/examples/radar.typ | typst | MIT License | #set page(width: 200mm, height: 150mm, margin: 0mm)
#import "../typst-package/lib.typ" as echarm
#echarm.render(width: 100%, height: 100%, options: (
legend: (
top: "10%",
data: ("Allocated Budget", "Actual Spending")
),
radar: (
radius: "45%",
indicator: (
(name: "Sales", max: 6500),
... |
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/note-1/2.极限.typ | typst | #import "../template.typ": *
#show: project.with(
course: "Calculus I",
course_fullname: "Calculus (A) I",
course_code: "821T0150",
semester: "Autumn-Winter 2023",
title: "Note #2: 极限",
authors: (
(
name: "memset0",
email: "<EMAIL>",
id: "3230104585",
),
),
date: "October 22, ... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/array-09.typ | typst | Other | // Test negative indices.
#{
let array = (1, 2, 3, 4)
test(array.at(0), 1)
test(array.at(-1), 4)
test(array.at(-2), 3)
test(array.at(-3), 2)
test(array.at(-4), 1)
}
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/salsa-dip/0.1.0/README.md | markdown | Apache License 2.0 | # Salsa Dip
Salsa Dip is a library for making [DIP](https://en.wikipedia.org/wiki/Dual_in-line_package) chip labels in Typst.
# Examples
```typst
#import "@preview/salsa-dip:0.1.0": dip-chip-label
#set text(font: ("JetBrains Mono", "Fira Code", "DejaVu Sans Mono"), weight: "extrabold")
#set page(width: auto, height... |
https://github.com/chilingg/kaiji | https://raw.githubusercontent.com/chilingg/kaiji/main/index_part1.typ | typst | Other | #let part_sym = "上"
#let part = "5"
#set document(author: "佐藤敬之辅", title: "汉字 " + part_sym)
#import "template/cover.typ": cover
#cover(part_sym, part)
#pagebreak()
#include "part1/front_page.typ"
#pagebreak()
#include "part1/chapter1.typ"
#pagebreak()
#include "part1/chapter2.typ"
#pagebreak()
#include "part1/chapte... |
https://github.com/tingerrr/masters-thesis | https://raw.githubusercontent.com/tingerrr/masters-thesis/main/src/figures/util.typ | typst | #import "/src/util.typ": fletcher, cetz, algorithm, i18n, math-type, math-func
#import fletcher: edge, node
#let complexity-comparison(
cases: ([worst], [average], [best]),
columns,
..args,
) = {
let headers = columns.keys()
let rows = (:)
for (column, entry) in columns {
for key in entry.keys() {
... | |
https://github.com/drupol/cv | https://raw.githubusercontent.com/drupol/cv/master/src/cv/main.typ | typst | #import "cv-theme.typ": *
#set document(
title: "Pol Dellaiera",
author: "<NAME>",
)
#show: resume.with(
firstname: "Pol",
lastname: "Dellaiera",
)
| |
https://github.com/maucejo/elsearticle | https://raw.githubusercontent.com/maucejo/elsearticle/main/src/_utils.typ | typst | MIT License | #import "_globals.typ": *
#import "@preview/subpar:0.1.1"
// Subfigures
#let subfigure = {
subpar.grid.with(
numbering: n => if isappendix.get() {numbering("A.1", counter(heading).get().first(), n)
} else {
numbering("1", n)
},
numbering-sub-ref: (m, n) => if isappendix.get() {n... |
https://github.com/daskol/typst-templates | https://raw.githubusercontent.com/daskol/typst-templates/main/icml/appendix.typ | typst | MIT License | = You #emph[can] have an appendix here.
You can have as much text here as you want. The main body must be at most $8$
pages long. For the final version, one more page can be added. If you want, you
can use an appendix like this one.
The `\onecolumn` command above can be kept in place if you prefer a one-column
append... |
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/content/introduction/tool_research/agda.typ | typst | = Agda
Even though Agda
#footnote("https://wiki.portal.chalmers.se/agda/pmwiki.php") isn't a visual
programming environment, the tools for it have been designed in an
interactive way and are of interest to this project.
The basis for these tools is a language-server, which, in combination with
the powerful checker an... | |
https://github.com/derekchai/k-mapper | https://raw.githubusercontent.com/derekchai/k-mapper/main/README.md | markdown | MIT License | # `k-mapper` for Typst (1.1.0)
📖 See the `k-mapper` Manual [here](https://github.com/derekchai/k-mapper/blob/1f334d9e0f02cc656c01835302474bf728db9f80/manual.pdf)! The Manual features much more documentation, and is typeset using Typst.
This is a package for adding Karnaugh maps into your Typst projects.
See the cha... |
https://github.com/RandomcodeDev/FalseKing-Design | https://raw.githubusercontent.com/RandomcodeDev/FalseKing-Design/main/engine/intro.typ | typst | = Introduction
This document outlines the design of the custom-made 3D game engine for False King and subsequent Randomcode Developers games.
== Language
The engine will be written in C++03, likely using a custom replacement for the STL and/or the C runtime.
== Design
The engine will be based on an entity component s... | |
https://github.com/alxsimon/quarto-pci | https://raw.githubusercontent.com/alxsimon/quarto-pci/main/_extensions/pci/definitions.typ | typst | // Some quarto-specific definitions.
#show raw.where(block: true): block.with(
fill: luma(230),
width: 100%,
inset: 8pt,
radius: 2pt
)
#let block_with_new_content(old_block, new_content) = {
let d = (:)
let fields = old_block.fields()
fields.remove("body")
if fields.at("below", default: n... | |
https://github.com/SillyFreak/tu-wien-software-engineering-notes | https://raw.githubusercontent.com/SillyFreak/tu-wien-software-engineering-notes/main/optimizing-compilers/oc/flow-graphs.typ | typst | #import "@preview/commute:0.2.0": node, arr, commutative-diagram
#let empty = $$
#let skip = $upright("skip")$
#let assign(v, t) = $#v := #t$
#let stmt-node(..args) = {
rect(
width: 5em,
stroke: 0.5pt,
// if no args are given, make sure that we include the empty statement so that there's content setting... | |
https://github.com/wychwitch/typst-mla9-template | https://raw.githubusercontent.com/wychwitch/typst-mla9-template/main/example.typ | typst | MIT License | #import "template.typ": *
#show: mla.with(
title: "Toward a Recovery of Nineteenth Century Farming Handbooks",
author: (
firstname: "E.L",
lastname: "Angeli"
),
professor: [Professor <NAME>],
course:[English 624],
date: [12 February 2012],
bibliography-file: "example.bib",
font-size: 12pt,
)
... |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/06-features-2/checking.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note
#import "/template/consts.typ"
#import "/lib/glossary.typ": tr
#show: web-page-template
// Using hb-shape to check positioning rules
== 使用 `hb-shape` 检查#tr[positioning]规则
// In the previous chapter we introduced the Harfbuz... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/splash/0.3.0/README.md | markdown | Apache License 2.0 | # splash
A library of color palettes for Typst.
This library provides different color palettes with human-readable names in
Typst dictionaries. Currently there are just a few different palettes to choose
from. Any contributions or suggestions are welcome!
## Usage
```typst
#import "@preview/splash:0.3.0": xcolor
#... |
https://github.com/vEnhance/1802 | https://raw.githubusercontent.com/vEnhance/1802/main/src/type-safety.typ | typst | MIT License | #import "@local/evan:1.0.0":*
= Type safety
Before we get started with the linear algebra and calculus,
I want to talk quickly about _types of objects_.
This is an important safeguard for the future in checking your work
and auditing your understanding of a topic;
a good instructor will point out, in your work, any t... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/array-11.typ | typst | Other | // Error: 2-12 array is empty
#().first()
|
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-launcher.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components: *
#show: create-body-entry.with(
title: "Identify: Moving Triballs",
type: "identify",
date: datetime(year: 2023, month: 9, day: 5),
author: "<NAME>",
witness: "<NAME>",
)
Moving the triballs is vital to our ... |
https://github.com/claudiomattera/typst-modern-cv | https://raw.githubusercontent.com/claudiomattera/typst-modern-cv/master/src/link.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
/// Draw a link with a label in current font
///
/// - url (str): The link URL.
/// - label (str): The link label.
/// -> content: The formatted link.
#let d... |
https://github.com/herbhuang/utdallas-thesis-template-typst | https://raw.githubusercontent.com/herbhuang/utdallas-thesis-template-typst/main/layout/thesis_template.typ | typst | MIT License | #import "/layout/cover.typ": *
#import "/layout/titlepage.typ": *
#import "/layout/disclaimer.typ": *
#import "/layout/acknowledgement.typ": acknowledgement as acknowledgement_layout
#import "/layout/transparency_ai_tools.typ": transparency_ai_tools as transparency_ai_tools_layout
#import "/layout/abstract.typ": *
#imp... |
https://github.com/El-Naizin/cv | https://raw.githubusercontent.com/El-Naizin/cv/main/modules/skills.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Skills")
#cvSkill(
type: [Languages],
info: [English #hBar() French #hBar() Chinese]
)
#cvSkill(
type: [Tech Stack],
info: [Tableau #hBar() Python (Pandas/Numpy) #hBar() PostgreSQL]
)
#cvSkill(
type: [Personal Interests],
info: [Swimming #hBar() Cook... |
https://github.com/SkiFire13/master-thesis | https://raw.githubusercontent.com/SkiFire13/master-thesis/master/chapters/background/6-game-characterization.typ | typst | #import "../../config/common.typ": *
#import "@preview/cetz:0.2.2": canvas, draw, vector
== Game characterization of the solution of systems of equations
=== Game definition
The solution of systems of fixpoint equations can be characterized using a parity game @baldan_games, also called a powerset game. This charact... | |
https://github.com/goshakowska/Typstdiff | https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_complex/para/para_inserted_result.typ | typst | In this report, we will explore the various factors that influence
#emph[fluid dynamics] in glaciers ha they contribute to the formation
and behaviour of these natural structures.
#underline[Something];#underline[ ];#underline[new.]
All manuscripts are to be submitted electronically to the ScholarOne
Abstracts site c... | |
https://github.com/r8vnhill/apunte-bibliotecas-de-software | https://raw.githubusercontent.com/r8vnhill/apunte-bibliotecas-de-software/main/unit2.typ | typst | = Unidad 2: Programación orientada a objetos
#include "Unit2/OOP.typ"
#include "Unit2/Objects.typ"
#include "Unit2/Classes.typ"
#include "Unit2/Lateinit.typ"
#include "Unit2/Encapsulation.typ"
#include "Unit2/Inheritance.typ"
#include "Unit2/Constructors.typ"
#include "Unit2/Interfaces.typ"
#include "Unit2/abstract_cl... | |
https://github.com/slashformotion/typst-http-api | https://raw.githubusercontent.com/slashformotion/typst-http-api/master/README.md | markdown | # Typst HTTP API
<!-- This sentence is from the typst repo -->
> [Typst](https://github.com/typst/typst) is a new markup-based typesetting system
> that is designed to be as powerful as LaTeX while being much easier to learn and use.
I recommend that you check it out if you don't know it yet.
This project is a web se... | |
https://github.com/Dav1com/resume | https://raw.githubusercontent.com/Dav1com/resume/main/modules/certificates.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Archievements")
#cvHonor(
date: [2024],
title: [Best Application],
location: [Santiago, Chile],
issuer: [Verifiable Randomness Hackathon by Laboratory of Applied Cryptography and Cybersecurity (CLCERT)],
)
#cvHonor(
date: [2022],
title: [Place 21/105]... |
https://github.com/freundTech/typst-notebook | https://raw.githubusercontent.com/freundTech/typst-notebook/main/example.typ | typst | #import "typst-notebook.typ": *
//#notebook-add-mimetype-handler("application/vnd.vegalite.v3+json", repr)
= Introduction to Typst Notebook
== Code and result
#notebook("python")[
#set image(width: 35%)
#notebook-cell(
```python
from matplotlib import pyplot as plt
import numpy as np
... | |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/spue/planung/kurzentwurf.typ | typst | Other | #import "/src/template.typ": *
== #ix("Kurzentwurf")
Für ein Beispiel des Inhaltes eines Kurzentwurfes siehe S. #refpage(<ephid-plan-descartes>). Wichtig ist, dass Sie für jede Aufgabe der fertig geplanten Stunde einen #ix("Erwartungshorizont") entwerfen. |
https://github.com/0x1B05/nju_os | https://raw.githubusercontent.com/0x1B05/nju_os/main/lecture_notes/content/12_真实世界的并发Bug.typ | typst | #import "../template.typ": *
#pagebreak()
= 真实世界的并发 Bug
== 伤人性命的并发 Bug
=== 先回顾一个并发 Bug
在捡起东西的瞬间 “拿起” 物品,“拿起” 的物品会变成 “捡起” 的物品
- 视频
- 似乎是由共享状态引起的
```js
v = "$1";
// Expected timing
// InHand = v;
Event(pickup) {
v = "$99";
Inventory.append(v);
}
// Actual timing
InHand = v;
```
=== “Killed by a Machine”
... | |
https://github.com/Isaac-Fate/booxtyp | https://raw.githubusercontent.com/Isaac-Fate/booxtyp/master/src/theorems/proof.typ | typst | Apache License 2.0 | #import "../colors.typ": color-schema
#let proof(content) = {
block(width: 100%)[
// The word "Proof" in italic
#text(style: "italic", fill: color-schema.orange.primary)[*Proof*]
// A small space between the word "Proof" and the main content
#h(0.3em)
// Main content of the proof
#content
... |
https://github.com/lyzynec/orr-go-brr | https://raw.githubusercontent.com/lyzynec/orr-go-brr/main/09/main.typ | typst | #import "../lib.typ": *
#knowledge[
#question(name: [Explain the necessary changes to the LQR framework in the
case when the system is exposed to some random disturbances and the initial
conditions are random as well (this is called _stochastic_ LQR problem). The
answer is that there are no changes nee... | |
https://github.com/Myriad-Dreamin/shiroa | https://raw.githubusercontent.com/Myriad-Dreamin/shiroa/main/github-pages/docs/book.typ | typst | Apache License 2.0 |
#import "@preview/shiroa:0.1.1": *
#show: book
#book-meta(
title: "shiroa",
description: "shiroa Documentation",
repository: "https://github.com/Myriad-Dreamin/shiroa",
repository-edit: "https://github.com/Myriad-Dreamin/shiroa/edit/main/github-pages/docs/{path}",
authors: ("Myriad-Dreamin", "7mile"),
la... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10800.typ | typst | Apache License 2.0 | #let data = (
("CYPRIOT SYLLABLE A", "Lo", 0),
("CYPRIOT SYLLABLE E", "Lo", 0),
("CYPRIOT SYLLABLE I", "Lo", 0),
("CYPRIOT SYLLABLE O", "Lo", 0),
("CYPRIOT SYLLABLE U", "Lo", 0),
("CYPRIOT SYLLABLE JA", "Lo", 0),
(),
(),
("CYPRIOT SYLLABLE JO", "Lo", 0),
(),
("CYPRIOT SYLLABLE KA", "Lo", 0),
("C... |
https://github.com/dangh3014/postercise | https://raw.githubusercontent.com/dangh3014/postercise/main/utils/scripts.typ | typst | MIT License | // Color and size states
#let color-primary = state("color-primary", teal)
#let color-background = state("color-background", white)
#let color-accent = state("color-accent", yellow)
#let color-titletext = state("color-titletext", black)
#let size-titletext = state("size-titletext", 2em)
// Content states
#let title-co... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/valkyrie/0.1.1/CHANGELOG.md | markdown | Apache License 2.0 | # [unreleased](https://github.com/jamesxX/valakyrie/releases/tags/)
## Added
## Removed
## Changed
---
# [v0.1.1](https://github.com/jamesxX/valakyrie/releases/tags/v0.1.1)
## Changed
- fixed syntax error in Typst 0.11+ because of internal context type
---
# [v0.1.0](https://github.com/jamesxX/valakyrie/releases/... |
https://github.com/freefrancisco/typst-resume | https://raw.githubusercontent.com/freefrancisco/typst-resume/main/cv.typ | typst | #import "resumetemplate.typ": *
#show: cv.with(
author: "<NAME>",
contacts: (
[#icon("email.svg") #link("mailto:<EMAIL>")],
[#icon("github.svg") #link("https://github.com/freefrancisco")[freefrancisco]],
[#icon("linkedin.svg") #link("https://www.linkedin.com/in/francisco/")[francisco]],
[#icon("home... | |
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/homework-1/calculus-homework8.typ | typst | #import "../template.typ": *
#show: project.with(
title: "Calculus Homework #8",
authors: ((
name: "<NAME> (#47)",
email: "<EMAIL>",
phone: "3230104585"
),),
date: "November 23, 2023",
)
= P129 习题3-1 3
#prob[设 $f(x)=e^x$,求满足 $f(x+Dx)-f(x)=f'(x+theta Dx)Dx sp (0<theta<1)$ 的 $theta$ 的值.]
代入 $f(x) =... | |
https://github.com/Tiggax/zakljucna_naloga | https://raw.githubusercontent.com/Tiggax/zakljucna_naloga/main/src/sec/1uvod.typ | typst | #set heading(offset: 0)
#import "../additional.typ": todo
= Introduction
#include "uvod/1. intro.typ"
== Purpose
#include "/src/sec/2namen.typ"
= Theory
== Bioreactors
#include "uvod/2. bioreactors.typ"
== Numerical Methods
#include "uvod/3. num metode.typ"
== Bioreactor Modeling
#include "uvod/4. bioreacto... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/fruitify/0.1.1/README.md | markdown | Apache License 2.0 | # Fruitify
Make your equations more fruity!
This package automatically replaces any single letters in equations with fruit emoji.
Refer to [`example-documentation.pdf`](https://codeberg.org/T0mstone/typst-fruitify/src/tag/0.1.1/example-documentation.pdf) for more detail.
## Emoji support
Until 0.12, typst did not ... |
https://github.com/hrmnjt/resume | https://raw.githubusercontent.com/hrmnjt/resume/main/resume.typ | typst | Apache License 2.0 | // Copyright 2020-2023 <NAME>
// This work is licensed under a Creative Commons
// Attribution-NonCommercial-ShareAlike 4.0 International License.
// Terms - https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
// GLOBAL STYLING
// using A4 page size and setting a 1.5cm square margin
#set page(
paper: "... |
https://github.com/maxdinech/typst-recipe | https://raw.githubusercontent.com/maxdinech/typst-recipe/main/README.md | markdown | # `typst-recipe`
A template for cooking recipes.
## Example

| |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/抽象代数/章节/群论.typ | typst | #import "../../template.typ": *
#let chapterGroup = [
= 前言
- 抽象代数或名近世代数,一般以 Galois 理论为开端,在此之前的古典代数学着重于研究代数方程。而现代代数学逐渐转向研究各种代数结构。
- 本课程将学习三个基本代数结构:群、环、域,所谓代数结构主要研究的是代数结构的运算性质
- 所谓代数结构,即为给定一个抽象的非空集合以及一些满足一定规则(称为公理)的运算
- 代数上一些写序号的习惯:下指标表示随指标递增,上指标表示随指标递减
== 集合
......
== 运算/映射
- #b... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/long-clip-arrow.typ | typst | Apache License 2.0 | // The project function defines how your document looks.
// It takes your content and some metadata and formats it.
// Go ahead and customize it to your liking!
#let project(title: "", authors: (), body) = {
// Set the document's basic properties.
set document(author: authors, title: title)
set page(numbering: "1... |
https://github.com/kevung/bkgm-typst | https://raw.githubusercontent.com/kevung/bkgm-typst/main/a.typ | typst | MIT License | #let conf = (
board : (
direction: right,
thickness: 3pt,
outerColor: black,
innerColor: yellow,
),
cube : (
size: 32pt,
color: black,
textSize: 24pt,
textColor: white,
offset: 1.5pt,
),
checker : (
size: 30pt,
c... |
https://github.com/typst-community/mantodea | https://raw.githubusercontent.com/typst-community/mantodea/main/src/component/table-of-contents.typ | typst | MIT License | #import "/src/_pkg.typ"
#import "/src/_valid.typ"
#import "/src/theme.typ" as _theme
#let _columns = columns
#let _fill(arr, len, new) = if arr.len() >= len {
arr
} else {
arr + ((new,) * (len - arr.len()))
}
/// Generate the default table of contents.
///
/// - title (str, content, none): The title to use, if t... |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/basics/extra.md | markdown | MIT License | # Extra
## Bibliography
Typst supports bibliography using BibLaTex `.bib` file or its own Hayagriva `.yml` format.
BibLaTex is wider supported, but Hayagriva is easier to work with.
> Link to Hayagriva [documentation](https://github.com/typst/hayagriva/blob/main/docs/file-format.md) and some [examples](https://gith... |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/01-history/postscript.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note
#import "/lib/glossary.typ": tr
#show: web-page-template
// ## PostScript
== PostScript
// Also in 1978, <NAME> was working at Xerox PARC in Palo Alto. His research project, on which he worked together with <NAME>, was to d... |
https://github.com/alberto-lazari/cv | https://raw.githubusercontent.com/alberto-lazari/cv/main/alberto-lazari-cv.typ | typst | #import "common.typ": *
// Treat headings as sections
#show heading.where(level: 1): it => section(it.body.text)
#show: cv
#modules(
"education",
"experience",
"volunteering",
"certifications",
"honors",
"skills",
)
| |
https://github.com/platformer/typst-homework-template | https://raw.githubusercontent.com/platformer/typst-homework-template/main/hw-example.typ | typst | MIT License | #import "hw-template.typ": hw, problem
// using hw template
#show: doc => hw(
doc,
number: 1,
class: "Typst 101 Fall 2023",
authors: (
"<NAME> (id 00001)",
),
date: "August 30, 2023"
)
#problem()[
#lorem(100)
]
// "break" starts the problem on the next page
#problem(break-strategy: "break")[
#lor... |
https://github.com/goshakowska/Typstdiff | https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_complex/ordered_list/ordered_list_inserted_result.typ | typst | + The climate#underline[ ];#underline[intensive]
- Precipitation#underline[ ];#underline[important]
- Temperature#underline[ ];#underline[scales]
+ degree
- hot
- cold
- warm
- #underline[really];#underline[ ];#underline[hot]
+ sun
+ #underline[cloud]
+ #underline[w... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-12480.typ | typst | Apache License 2.0 | #let data = (
("CUNEIFORM SIGN AB TIMES NUN TENU", "Lo", 0),
("CUNEIFORM SIGN AB TIMES SHU2", "Lo", 0),
("CUNEIFORM SIGN AD TIMES ESH2", "Lo", 0),
("CUNEIFORM SIGN BAD TIMES DISH TENU", "Lo", 0),
("CUNEIFORM SIGN BAHAR2 TIMES AB2", "Lo", 0),
("CUNEIFORM SIGN BAHAR2 TIMES NI", "Lo", 0),
("CUNEIFORM SIGN BA... |
https://github.com/NiklasEi/ndc_spin | https://raw.githubusercontent.com/NiklasEi/ndc_spin/main/templates/package/file.typ | typst | #import "@preview/cetz:0.2.2"
#let input = if sys.inputs.keys().contains("input") {json.decode(sys.inputs.input);} else {json("sample.json");}
#let data = (
([Belgium], 24),
([Germany], input.germany),
([Greece], 18),
([Spain], 21),
([France], 23),
([Hungary], 18),
([Netherla... | |
https://github.com/mariuslb/thesis | https://raw.githubusercontent.com/mariuslb/thesis/main/content/01-einleitung.typ | typst | = Einleitung
== Kontext und Bedeutung des Themas
Der Klimawandel stellt eine der drängendsten globalen Herausforderungen dar, und die Transformation der Mobilitätsbranche ist entscheidend, um den ökologischen Fußabdruck signifikant zu reduzieren. Fahrzeuge müssen im Allgemeinen effizienter werden, um den Energieverb... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.