repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/c-allergic/2024-Summer-UGRP | https://raw.githubusercontent.com/c-allergic/2024-Summer-UGRP/main/UGRP.typ | typst | MIT License | #import "@preview/unequivocal-ams:0.1.1": ams-article, theorem, proof
#import "@preview/cetz:0.2.2": canvas,draw,tree,decorations
#import "@preview/codly:1.0.0": *
#set text(
font:"Times New Roman",
size: 12pt,
)
#set par(
justify: false,
leading: 2em,
)
#show: ams-article.with(
bibliography: bibliography("r... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/figure_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Testing show rules with figures with a simple theorem display
#show figure.where(kind: "theorem"): it => {
let name = none
if not it.caption == none {
name = [ #emph(it.caption.body)]
} else {
name = []
}
let title = none
i... |
https://github.com/mariunaise/HDA-Thesis | https://raw.githubusercontent.com/mariunaise/HDA-Thesis/master/charts/PUF.typ | typst | #import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge
#import fletcher.shapes: diamond
#diagram(
node-stroke: 1pt,
edge-stroke: 1pt,
//node-inset: 2pt,
node((0,0), [PUF], corner-radius: 2pt, name: <PUF>),
edge(<PUF>, <init_quant>, "->", $nu$),
node((1,0), [Initial quantization], name: <init_qu... | |
https://github.com/hitszosa/universal-hit-thesis | https://raw.githubusercontent.com/hitszosa/universal-hit-thesis/main/harbin/bachelor/lib.typ | typst | MIT License | #import "conf.typ": doc, preface, main, ending
#import "pages/cover.typ": cover
#import "pages/abstract.typ": abstract-cn, abstract-en
#import "pages/outline.typ": outline-page
#import "pages/conclusion.typ": conclusion
#import "pages/bibliography.typ": bibliography-page
#import "pages/acknowledgement.typ": acknowledge... |
https://github.com/CCNU-CSIT883-Group2/Documents | https://raw.githubusercontent.com/CCNU-CSIT883-Group2/Documents/master/Templates/template.typ | typst | #import "@preview/bubble:0.2.1": *
#let group_work(tilte, body) = {
show: bubble.with(
title: "CSIT883\nSystem Analysis and Project Management",
subtitle: tilte,
author: "Group 2",
affiliation: "Wollongong Joint Institute",
date: datetime.today().display(),
class: "<NAME>, <NAME>, <NAME>, <NA... | |
https://github.com/taiga4112/jasnaoe_template_typst | https://raw.githubusercontent.com/taiga4112/jasnaoe_template_typst/main/main.typ | typst | #import "libs/jasnaoe-conf/jasnaoe-conf_lib.typ": jasnaoe-conf
#show: jasnaoe-conf.with()
#import "libs/jasnaoe-conf/direct_bib_lib.typ": bibliography-list, bib-item, use-bib-item-ref
#show: use-bib-item-ref.with(numbering: "1)") // 番号の書式を指定
//----------------------------------------
//以下,申込に必要な最低限の情報です.
//本文には反映されませ... | |
https://github.com/MilanR312/ugent_typst_template | https://raw.githubusercontent.com/MilanR312/ugent_typst_template/main/template/methods/introduction.typ | typst | MIT License | #let introduction(body) = {
set par(leading: 0.5em)
align(
block(
align(
left,
[_#(body)_]
),
width: 70%
),
center
)
}
|
https://github.com/Vaskozlov/Lectures | https://raw.githubusercontent.com/Vaskozlov/Lectures/main/Теория графов.typ | typst | #set text(lang: "ru")
= Теория графов
== Определения
$E_(G)(X, Y)$ множество, состоящее из таких ребер $e in E(G)$,
что $e = x y, x in X, y in Y$
$N_(G)(v)$ – окрестность вершины $v$ (множество всех вершин смежных с $v$)
$N'_(G)(U)$ – множество всех вершин графа смежных со всеми вершинами множества U
$N_(G)(U) = N... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/gradient-math_08.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test conic gradient
#show math.equation: set text(fill: gradient.conic(red, blue, angle: 45deg))
#show math.equation: box
$ A = mat(
1, 2, 3;
4, 5, 6;
7, 8, 9
) $
|
https://github.com/songoffireandice03/simple-template | https://raw.githubusercontent.com/songoffireandice03/simple-template/main/templates/abbreviations.typ | typst | #let spnset = "spaninng set"
#let ref = "row-echelon form"
#let wrt = "with resepct to"
#let box2 = box
#let speca = "specific heat capcity"
#let heca = "heat capcity"
#let ene = "energy"
#let diff = "difference"
#let diffs = "differences"
#let tempe = "temperature"
#let tempes = "temperatures"
#let deri = "... | |
https://github.com/swablab/documents | https://raw.githubusercontent.com/swablab/documents/main/templates/tmpl_letter.typ | typst | Creative Commons Zero v1.0 Universal | #import "tmpl_page.typ": tmpl_page
#import "common.typ": colors
#let tmpl_letter(
title: none,
address: none,
info: none,
footer: none,
doc,
) = {
show: doc => tmpl_page(
title: title,
version: "",
change_date: "",
doc,
)
// DIN 5008 Sichtfenster: 45mm
place(
top+left,
dx: 7m... |
https://github.com/jomaway/typst-teacher-templates | https://raw.githubusercontent.com/jomaway/typst-teacher-templates/main/ttt-utils/lib/assignments.typ | typst | MIT License | #import "components.typ": point-tag, checkbox, caro, lines as _lines
#import "helpers.typ": if-auto-then
#import "random.typ": shuffle
// States
#let _solution = state("ttt-solution", false);
#let _answer_field = state("ttt-auto-field", _lines(2))
/// wrapper for updating the `_answer_field` state
///
/// - field (co... |
https://github.com/frosty884/vex-typst-notebook | https://raw.githubusercontent.com/frosty884/vex-typst-notebook/main/README.md | markdown | # vex-typst-notebook
This repository contains an open source VEX Robotics notebook template for use with the [Typst](https://typst.app/) note-taking app.
## Getting Started
To use this template, you'll need to have Typst installed on your device. You can use Typst from their [website](https://typst.app/) or install ... | |
https://github.com/mitex-rs/mitex | https://raw.githubusercontent.com/mitex-rs/mitex/main/docs/spec.typ | typst | Apache License 2.0 |
#import "pageless.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: "MiTeX Draft",
authors: (
"OrangeX4",
"<NAME>",
),
)
// #let pmat = math.mat.with(delim: "(")
// #let tt(..args) = repr(args)
// $... |
https://github.com/An-314/typst-templates | https://raw.githubusercontent.com/An-314/typst-templates/main/template.typ | typst | /* This is a template for writing articles in Chinese. */
#import "@preview/tablex:0.0.6": tablex, hlinex
#import "@preview/tablem:0.1.0": tablem
#let three-line-table = tablem.with(
render: (columns: auto, ..args) => {
tablex(
columns: columns,
auto-lines: false,
align: center + horizon,
... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/list-attach_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test that attached list isn't affected by block spacing.
#show list: set block(above: 100pt)
Hello
- A
World
- B
|
https://github.com/huyufeifei/grad | https://raw.githubusercontent.com/huyufeifei/grad/master/docs/paper/src/ch3.typ | typst | #import "template/template.typ" : empty_par
= 驱动实现
== VirtIO驱动
VirtIO设备 @virtio 是一种专门为虚拟环境设计的虚拟设备。Alien现阶段在qemu模拟器中运行,因此适配了一些qemu提供的VirtIO设备。包括网卡、输入设备(鼠标、键盘、触摸板等)、块设备(硬盘等)、显示设备、控制台设备。
=== 块设备
块设备是一种用于持久储存数据的IO设备,包括硬盘、SD卡、U盘等。这种设备提供的最小读写单位是块,因此被称为块设备。对块设备可以进行的操作共有8种。每种操作都需要在描述符所指向的地址处放置一个Request结构。其中描述了操作的类型、目标块标号和... | |
https://github.com/zurgl/typst-resume | https://raw.githubusercontent.com/zurgl/typst-resume/main/letter.typ | typst | #import "templates/main.typ": letterHeader, layout, letterSignature, letterFooter
#show: layout
#set text(size: 12pt) //set global font size
#letterHeader(
myAddress: [1 Rue Gonnet \ 75003 Paris, France], recipientName: [ABC Company], recipientAddress: [15 Boulevard Roi \ 75011 Paris, France], date: [03/07/2024], su... | |
https://github.com/leesum1/brilliant-cv | https://raw.githubusercontent.com/leesum1/brilliant-cv/master/modules_en/skills.typ | typst | // Imports
#import "@preview/brilliant-cv:2.0.2": cvSection, cvSkill, hBar
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#cvSection("Skills")
#cvSkill(type: [Programming Languages], info: [Proficient in C/C++, Rust, Verilog/SystemVerilog, and Scala/Chisel, with the abil... | |
https://github.com/OrangeX4/typst-tablem | https://raw.githubusercontent.com/OrangeX4/typst-tablem/main/README.md | markdown | MIT License | # Tablem
Write markdown-like tables easily.
## Example
Have a look at the source [here](./examples/example.typ).

## Usage
You can simply copy the markdown table and paste it in `tablem` function.
```typ
#import "@preview/tablem:0.1.0": tablem
#tablem[
| *Name* | *Location* ... |
https://github.com/crd2333/template-report | https://raw.githubusercontent.com/crd2333/template-report/master/README.md | markdown | MIT License | # my-typst-template
- A typst template for course report, desighed as a student in Chinese Zhejiang University, and is easy to modify.
- 这个 typst 模板是用于课程实验报告的、基于浙江大学(ZJU)学子身份设计的模板,集成了几个相对实用的包,对中英文混排做一定优化。
- 建议在本地 VSCode 中使用 [tinymist](https://github.com/Myriad-Dreamin/tinymist.git) 和 typst-preview 插件,以获得最佳体验。
- 在直接开始使用... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz-plot/0.1.0/README.md | markdown | Apache License 2.0 | # CeTZ-Plot
CeTZ-Plot is a library that adds plots and charts to [CeTZ](https://github.com/cetz-package/cetz), a library for drawing with [Typst](https://typst.app).
CeTZ-Plot requires CeTZ version ≥ 0.3.1!
## Examples
<!-- img width is set so the table gets evenly spaced by GitHubs css -->
<table>
<tr>
<td>
<... |
https://github.com/QianZeHao123/Mutilevel-Modeling | https://raw.githubusercontent.com/QianZeHao123/Mutilevel-Modeling/main/notes-summative/main.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.
#let today = datetime.today()
#show: project.with(
title: "Multilevel Modeling Notes",
authors: ((name: "<NAME>", email: "<EMAIL>"),),
// Insert your abstract after the c... | |
https://github.com/SkiFire13/master-thesis | https://raw.githubusercontent.com/SkiFire13/master-thesis/master/preface/summary.typ | typst | #let summary() = page[
#v(1cm)
= Summary
#v(1cm)
Fixpoint equations and, more generally, systems of fixpoint equations are ubiquitous in a number of formal verification tasks. This includes the model checking of specification logics, like the $mu$-calculus, and the check of behavioral equivalence, like bis... | |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/03-unicode/global-scripts.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note
#import "/template/font.typ": sil-pua
#import "/lib/glossary.typ": tr
#show: web-page-template
// ## Global Scripts in Unicode
== Unicode 中的#tr[global scripts]
// At the time of writing, the Unicode Standard is up to versio... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/salsa-dip/0.1.0/examples/z80.typ | typst | Apache License 2.0 | #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: auto, margin: .125cm)
/// Settings Values:
/// chip-label-size: Font size for the chip label
/// pin-number-margin: Margin to give next to pin num... |
https://github.com/imatpot/typst-ascii-ipa | https://raw.githubusercontent.com/imatpot/typst-ascii-ipa/main/README.md | markdown | MIT License | # `ascii-ipa`
🔄 ASCII / IPA conversion for Typst
This package allows you to easily convert different ASCII representations of the International Phonetic Alphabet (IPA) to and from the IPA.
It also offers some minor utilities to make phonetic transcriptions easier to use overall.
The package is being maintained [here... |
https://github.com/Tyrn/wei | https://raw.githubusercontent.com/Tyrn/wei/master/robinson-pip.typ | typst | #let to-string(content) = {
if content.has("text") {
content.text
} else if content.has("children") {
content.children.map(to-string).join("")
} else if content.has("child") {
to-string(content.child)
} else if content.has("body") {
to-string(content.body)
} else if content == [ ] {
" "
... | |
https://github.com/ssotoen/gridlock | https://raw.githubusercontent.com/ssotoen/gridlock/main/CHANGELOG.md | markdown | The Unlicense | # Changelog
<!-- ## Added
## Removed
## Changed
## Migration Guide from v0.1.X -->
## v0.2.0 (2024-10-19)
- Added support Typst 0.12’s new `par.spacing` property
- Replaced a deprecated `location` call with the new `context`
## v0.1.0 (2024-08-06)
Initial Release
|
https://github.com/Wh4rp/Presentacion-Typst | https://raw.githubusercontent.com/Wh4rp/Presentacion-Typst/master/ejemplos/13_show-rest.typ | typst | #show: rest => columns(2, rest)
= Introduction
#lorem(15)
= Related Work
#lorem(2)
= Related Work
#lorem(2) | |
https://github.com/Tiggax/zakljucna_naloga | https://raw.githubusercontent.com/Tiggax/zakljucna_naloga/main/src/sec/3metode.typ | typst | #set heading(offset: 1)
#import "/src/additional.typ": todo
#import "@preview/sourcerer:0.2.1": code
#import "@preview/oxifmt:0.2.1": strfmt
In order to model the bioreactor a system of @ODE was created.
An application (discussed further in @app-sec) was built for calculations of the system of @ODE used to model the ... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/emphasis_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Basic.
_Emphasized and *strong* words!_
// Inside of a word it's a normal underscore or star.
hello_world Nutzer*innen
// CJK characters will not need spaces.
中文一般使用*粗体*或者_楷体_来表示强调。
日本語では、*太字*や_斜体_を使って強調します。
中文中混有*Strong*和_Empasis_。
// Can ... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/call-08.typ | typst | Other | // Error: 2:1 expected closing bracket
#func[`a]`
|
https://github.com/saYmd-moe/note-for-quantum--mechanics | https://raw.githubusercontent.com/saYmd-moe/note-for-quantum--mechanics/main/README.md | markdown | # Stationary Perturbation Theory
该仓库为使用typst编写的定态微扰理论的笔记,主要参考 _Quantum Mechanics, Vol. 2 - Cohen-Tannoudji_ 。
| |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/docs/progress/counters.md | markdown | ---
sidebar_position: 1
---
# Touying Counters
The states of Touying are placed under the `states` namespace, including all counters.
## Slide Counter
You can access the slide counter using `states.slide-counter` and display the current slide number with `states.slide-counter.display()`.
## Last-Slide Counter
In ... | |
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/visualization/identify.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: Data Visualization",
type: "identify",
date: datetime(year: 2023, month: 11, day: 11),
//author: "<NAME>",
//witness: "<NAME>",
)
#metadata(none) <loginator-... |
https://github.com/mumblingdrunkard/mscs-thesis | https://raw.githubusercontent.com/mumblingdrunkard/mscs-thesis/master/src/architecture-and-implementation/index.typ | typst | = Architecture and Implementation <ch:architecture-and-implementation>
In this chapter, we cover the architecture and implementation of the predictor and how it connects to other components in the BOOM core.
We start by summarising the work done previously.
== Previous Work
*Disclaimer:* this section is presenting w... | |
https://github.com/RiccardoTonioloDev/Bachelor-Thesis | https://raw.githubusercontent.com/RiccardoTonioloDev/Bachelor-Thesis/main/preface/dedication.typ | typst | Other | #pagebreak(to: "odd")
#set page(numbering: none)
#v(3cm)
#v(2cm)
#align(center, [
A mia madre e mio padre, i migliori che potessi avere
])
|
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/post_type_check/user_external.typ | typst | Apache License 2.0 | // path: base.typ
#let tmpl(content, font: none) = {
set text(font: font)
content
}
-----
#import "base.typ": *
#tmpl(font: /* position after */ ("Test",))[]
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-AAE0.typ | typst | Apache License 2.0 | #let data = (
("MEETEI MAYEK LETTER E", "Lo", 0),
("MEETEI MAYEK LETTER O", "Lo", 0),
("MEETEI MAYEK LETTER CHA", "Lo", 0),
("MEETEI MAYEK LETTER NYA", "Lo", 0),
("MEETEI MAYEK LETTER TTA", "Lo", 0),
("MEETEI MAYEK LETTER TTHA", "Lo", 0),
("MEETEI MAYEK LETTER DDA", "Lo", 0),
("MEETEI MAYEK LETTER DDHA"... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/033%20-%20Rivals%20of%20Ixalan/004_Sabotage.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Sabotage",
set_name: "Rivals of Ixalan",
story_date: datetime(day: 31, month: 01, year: 2018),
author: "<NAME> & <NAME>",
doc
)
= Around 1,300 Years Ago
A soft breeze passed over an open steppe, herds of grass-eating beasts peacefully pass... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/align_05.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 8-20 cannot add two vertical alignments
// #align(top + bottom, [A]) |
https://github.com/HenkKalkwater/aoc-2023 | https://raw.githubusercontent.com/HenkKalkwater/aoc-2023/master/parts/day-2-2.typ | typst | #let solve = (input) => {
let game_r = regex("Game (\d+):")
let cubes_r = regex("(\d+) (\w+)")
let games = input
.split("\n")
.filter(line => line.len() > 0)
.map(line => {
let game = int(line.match(game_r).captures.at(0))
let game_draws = line.split(";")
let draws = ()
for dr... | |
https://github.com/rice8y/cetzuron | https://raw.githubusercontent.com/rice8y/cetzuron/main/src/requirements.typ | typst | #import "@preview/cetz:0.2.2" | |
https://github.com/fenjalien/cirCeTZ | https://raw.githubusercontent.com/fenjalien/cirCeTZ/main/README.md | markdown | Apache License 2.0 | # circuitypst
# THERES WORK ON THE DEV BRANCH THIS PROJECT ISN'T DEAD
A port of [`circuitikz`](https://github.com/circuitikz/circuitikz) to Typst using [`typst-canvas`](https://github.com/johannes-wolf/typst-canvas). Due to the size of `circuitikz` features will be ported as I need them for my own work, if theres a fea... |
https://github.com/AxiomOfChoices/Typst | https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Courses/Math%2018_785%20-%20Number%20Theory/Assignments/Assignment%204.typ | typst | #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 4", name: "<NAME>", doc)
#show: latex
#show: NumberingAfter
#show: thmrules
#let col(x, clr) = text(fill: clr)[$#x$]
#let ... | |
https://github.com/rqy2002/typst-experiment | https://raw.githubusercontent.com/rqy2002/typst-experiment/main/test.typ | typst | #import "template.typ": *
#import "chn.typ": setCJKmainfont
#import "thm.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: "Test",
authors: (
"rqy",
),
)
#show: setCJKmainfont.with( font: "FZF... | |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/beurteilen_bewerten/main.typ | typst | Other | #import "/src/template.typ": *
= #ix("Beurteilen", "Beurteilung") und #ix("Bewerten", "Bewertung") <ephid-bub>
*#ix("Beurteilung")* und *#ix("Bewertung")* im Philosophieunterricht stellen zwei verschiedene Arten der #ix("Leistungsauswertung") im Unterricht dar. Während eine #ix("Bewertung") eine Benotung in Form eine... |
https://github.com/maxgraw/bachelor | https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/8-appendix/0-index.typ | typst | == Quellcode <appendix-Quellcode>
#include "code.typ"
#pagebreak()
== Aufgabenstellung <appendix-task>
#include "task.typ"
#pagebreak()
== Ergebnisse <appendix-result>
#include "result.typ" | |
https://github.com/dismint/docmint | https://raw.githubusercontent.com/dismint/docmint/main/compilers/regex.typ | typst | #import "template.typ": *
#show: template.with(
title: "RegEx and Context-Free Grammars",
subtitle: "6.110"
)
= RegEx
We start off with some kind of alphabet $Sigma$, where the RegEx is built from
- The empty string $epsilon$
- Any letter from the alphabet $Sigma$
- One RegEx followed by another $r_1 r_2$ (sequ... | |
https://github.com/jaapgeurts/typst-templates | https://raw.githubusercontent.com/jaapgeurts/typst-templates/master/article/0.0.1/article.typ | typst | #let acm(
// The paper's title.
title: "Paper Title",
// An array of authors. For each author you can specify a name,
// department, organization, location, and email. Everything but
// but the name is optional.
authors: (),
// The paper's abstract. Can be omitted if you don't have one.
abstract: no... | |
https://github.com/so298/cv-theme.typ | https://raw.githubusercontent.com/so298/cv-theme.typ/main/cv_en.typ | typst | #set page("a4")
#import "./theme.typ": *
#show: cv
#set text(font: en_sans, size: 10pt, lang: "en")
#title("<NAME>")
#info("Phone", "xxx-xxxx-xxxx")
#info("Email", link("mailto:<EMAIL>", "<EMAIL>"))
#info("GitHub", link("https://github.com/your_user_name")[your_user_name])
#v(5pt)
= Experience
== Education
#cve... | |
https://github.com/mielpeeters/pitcher | https://raw.githubusercontent.com/mielpeeters/pitcher/main/0.1.0/README.md | markdown | # Pitcher
A simple and modern slideshow tool featuring configurable theme with automatic color palette selection.
---
## Usage
```typst
#import "@preview/pitcher:0.1.0": *
#let style = define_style(color: rgb("#3271a8"), font: "IBM Plex Sans")
#show: slides.with(
title: "Pitcher Slides",
description: "simple... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/.github/pull_request_template.md | markdown | Apache License 2.0 | <!--
Thanks for submitting a package! Please read and follow the submission guidelines detailed in the repository's README and check the boxes below. Please name your PR as `name:version` of the submitted package.
If you want to make a PR for something other than a package submission, just delete all this and make a p... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/valkyrie/0.2.0/src/types.typ | typst | Apache License 2.0 | #import "base-type.typ": base-type
#import "assertions.typ": one-of
#import "types/array.typ": array
#import "types/dictionary.typ": dictionary
#import "types/logical.typ": either
#import "types/string.typ": string, ip, email
#import "types/tuple.typ": tuple
#let any = base-type.with(name: "any")
#let boolean = base-t... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/term.typ | typst | Apache License 2.0 |
#let vector-format = link("https://github.com/Myriad-Dreamin/typst.ts/blob/main/docs/proposals/8-vector-representation-for-rendering.typ")[_Vector Format_]
#let ts-cli = link("https://myriad-dreamin.github.io/typst.ts/cookery/guide/compiler/ts-cli.html")[Command Line Interface]
#let node-js-lib = link("https://myria... |
https://github.com/icyzeroice/typst-packages | https://raw.githubusercontent.com/icyzeroice/typst-packages/main/packages/minimal-styling/sample/main.typ | typst | MIT License | #import "../src/lib.typ": template_minimal_styling
#show: template_minimal_styling
#set page(header: align(right)[Minimal Styling Template])
#let lipsum_fox = "the quick brown fox jumps over the lazy dog"
#outline(depth: 1)
= #link("")[Links]
- #link("")[#lipsum_fox]
- #link("")[#upper(lipsum_fox)]
- #link("")[链接示... |
https://github.com/zomvie-break/cv-typst | https://raw.githubusercontent.com/zomvie-break/cv-typst/main/modules/certificates.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Certificates")
#cvHonor(
date: [2022],
title: [Google IT Automation with Python Professional Certificate],
issuer: [Coursera, Google],
)
#cvHonor(
date: [2022],
title: [Google Data Analytics],
issuer: [Coursera, Google],
)
#cvHonor(
date: [2023],
... |
https://github.com/GartmannPit/Praxisprojekt-II | https://raw.githubusercontent.com/GartmannPit/Praxisprojekt-II/main/Praxisprojekt%20II/PVA-Templates-typst-pva-2.0/template/cover.typ | typst | #let createCover(
title: [],
university: [],
additionalInfo: "Ausarbeitung im Rahmen des Seminars",
seminar: [],
study: [],
semester: [],
examiner: [],
author: "",
dateofBirth: [],
semesterCount: [],
matriculationNumber: [],
address: [],
email: "",
date: [],
cooperation: [],
) = {
set pa... | |
https://github.com/maucejo/cnam_templates | https://raw.githubusercontent.com/maucejo/cnam_templates/main/template/main-convention.typ | typst | MIT License | #import "../src/cnam-templates.typ": *
#show: cnam-convention.with(
// composante: "lmssc",
convention: "cadre",
titre: [Convention cadre entre xxx et yyy],
date: [01 janvier 2025],
// lieu: "Salle des conseils",
// redacteur: "<NAME>",
// toc: true
)
= Point 1
#lorem(50)
= Point 2
#lorem(50) |
https://github.com/sses7757/sustech-graduated-thesis | https://raw.githubusercontent.com/sses7757/sustech-graduated-thesis/main/sustech-graduated-thesis/pages/list-of-figures.typ | typst | Apache License 2.0 | #import "@preview/i-figured:0.2.4"
#import "@preview/outrageous:0.1.0"
#import "../utils/style.typ": 字号, 字体
#import "outline-page.typ": outline-pagenum, outline-final
// 表格目录生成
#let list-of-figures(
// documentclass 传入参数
twoside: false,
fonts: (:),
// 其他参数
title: "插图目录",
outlined: false,
title-vspace: 0pt,
tit... |
https://github.com/EpicEricEE/typst-marge | https://raw.githubusercontent.com/EpicEricEE/typst-marge/main/tests/container/columns/test.typ | typst | MIT License | #import "/src/lib.typ": sidenote
#set par(justify: true)
#set page(width: 12cm, height: 5cm, margin: (outside: 4cm, rest: 5mm))
#let sidenote = sidenote.with(numbering: "1")
#show: columns.with(2)
#lorem(15)
#sidenote[A note from the first column.]
#lorem(15)
#sidenote[A note from the second column.]
#lo... |
https://github.com/ayoubelmhamdi/typst-phd-AI-Medical | https://raw.githubusercontent.com/ayoubelmhamdi/typst-phd-AI-Medical/master/chapters/ch08-ss.typ | typst | MIT License | #import "../functions.typ": heading_center, images, italic,linkb
#let finchapiter = text(size: 24pt, fill:rgb("#1E045B"),[■])
#let S1 = "S1"
#let S2 = "S2"
#let S3 = "S3"
= DETECTING LUNG CANCER NODULES.
== introduction
Lung cancer is the most common cause of death from cancer in the world @Siegel2017Cancer2017. How... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/vec_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test wide cell.
$ v = vec(1, 2+3, 4) $
|
https://github.com/protohaven/printed_materials | https://raw.githubusercontent.com/protohaven/printed_materials/main/common-tools/resaw_band_saw.typ | typst |
#import "/meta-environments/env-features.typ": *
= Resaw Band Saw
The _resaw band saw_ takes off slices of a board. Slices can vary in width from thick planks to thin veneers. A workpiece should have at least one flat face on the table in order to be stable during the cut.
One common use of the resaw band saw is to... | |
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/Presentations/Post-Survey/presentation.typ | typst | #import "@preview/polylux:0.3.1": *
#set page(paper: "presentation-16-9")
#set text(size: 25pt)
#polylux-slide[
#align(horizon + center)[
= Visual FP
=== _Survery Results & Project Status_
]
]
#polylux-slide[
#v(1fr)
1. Survey Results
#v(1fr)
2. Project Status
#v(1fr)
3. How to proceed?
#v(1fr)
]
#polyl... | |
https://github.com/sashiming/typst-test | https://raw.githubusercontent.com/sashiming/typst-test/main/main.typ | typst | // #import "@preview/codelst:2.0.1": sourcefile
// #import "@preview/cetz:0.2.2"
#import "@preview/physica:0.9.3": *
#let report(body) = {
set text(
lang: "ja",
font: (
"Latin Modern Roman",
"<NAME>",
),
weight: "regular"
)
set page(
paper: "a4",
margin: (
bottom: 1.75c... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/page-margin_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Set individual margins.
#set page(height: 40pt)
#[#set page(margin: (left: 0pt)); #align(left)[Left]]
#[#set page(margin: (right: 0pt)); #align(right)[Right]]
#[#set page(margin: (top: 0pt)); #align(top)[Top]]
#[#set page(margin: (bottom: 0pt));... |
https://github.com/tony-rsa/thonifho.muhali.cv | https://raw.githubusercontent.com/tony-rsa/thonifho.muhali.cv/main/src/sections/en/projects.typ | typst | MIT License | #import "../../template.typ": *
#cvSection("Projects")
#cvEntry(
title: [Spin],
host: [#link("https://github.com/tensorush/zig-spin")[#gh #hSpc() tensorush/zig-spin]],
date: [September 23, 2023],
mode: [In development],
logo: "assets/logos/spn.png",
desc: [#emoji.lizard #emoji.yoyo Zig SDK for Spin, a ser... |
https://github.com/ntjess/showman | https://raw.githubusercontent.com/ntjess/showman/main/examples/simple-local-showman.typ | typst | MIT License | #import "@preview/showman:0.1.1": formatter
#set page(height: auto)
#show: formatter.template
#include("simple.typ") |
https://github.com/jneug/schule-typst | https://raw.githubusercontent.com/jneug/schule-typst/main/src/subjects/cs-db.typ | typst | MIT License | #import "./cs-erd.typ" as erd
#import "../api/helper.typ": table-fill
#let primary-key(name) = underline(stroke: .1em, offset: 2pt, name)
#let foreign-key(name) = box()[#sym.arrow.t.filled#name]
#let pkey = primary-key
#let fkey = foreign-key
#let fpkey(name) = primary-key(foreign-key(name))
// #let schema( content ... |
https://github.com/EGmux/PCOM-2023.2 | https://raw.githubusercontent.com/EGmux/PCOM-2023.2/main/lista2/lista2q13.typ | typst | === Um aparelho de CD grava sinais de áudio utilizando modulação PCM. Assuma que a largura de banda do sinal de áudio vale 15 kHz.
\
==== a) Qual a taxa de Nyquist utilizada?
\
Como a banda do sinal de áudio é de 15kHz então *$f_N = 30 "kHz"$*
==== Se as amostras de Nyquist são quantizadas em 65.536, *$2^l = L$* nív... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/043%20-%20Innistrad%3A%20Midnight%20Hunt/008_The%20Dance%20of%20Undeath.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Dance of Undeath",
set_name: "Innistrad: Midnight Hunt",
story_date: datetime(day: 24, month: 09, year: 2021),
author: "<NAME>",
doc
)
My dearest brother—
(If only because our parents never saw fit to give me another, better brother, w... | |
https://github.com/SillyFreak/typst-scrutinize | https://raw.githubusercontent.com/SillyFreak/typst-scrutinize/main/src/task.typ | typst | MIT License | #let _label = <scrutinize-task>
#let _start = <scrutinize-start>
#let _end = <scrutinize-end>
/// Encloses the provided body with labels that can be used to limit what tasks are considered
/// during lookup. This is helpful if there are independent exams/sections in the same document, or
/// for this documentation (se... |
https://github.com/yasemitee/Teoria-Informazione-Trasmissione | https://raw.githubusercontent.com/yasemitee/Teoria-Informazione-Trasmissione/main/2023-10-06.typ | typst | #import "@preview/tablex:0.0.5": tablex
#import emoji: suit
= 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 capa... | |
https://github.com/yamoling/ulb-template-typst | https://raw.githubusercontent.com/yamoling/ulb-template-typst/main/template/template.typ | typst | // 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 ULB_BLUE = rgb(0, 50, 154)
#let ULB_LIGHT = rgb(218, 230, 255)
#let ULB_DARK = rgb(0, 25, 101)
#let project(
title: "",
subtitle: "",
authors: ()... | |
https://github.com/leesum1/brilliant-cv | https://raw.githubusercontent.com/leesum1/brilliant-cv/master/modules_zh/professional.typ | typst | // Imports
#import "@preview/brilliant-cv:2.0.2": cvSection, cvEntry, hBar
#import "@preview/fontawesome:0.4.0": *
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#let cvEntry = cvEntry.with(metadata: metadata)
#cvSection("实习经历")
#cvEntry(
title: link("https://github.com... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/touying/0.4.0/utils/states.typ | typst | Apache License 2.0 | // touying slide counters
#let slide-counter = counter("touying-slide-counter")
#let last-slide-counter = counter("touying-last-slide-counter")
#let last-slide-number = locate(loc => last-slide-counter.final(loc).first())
#let touying-progress(callback) = locate(loc => {
if last-slide-counter.final(loc).first() == 0... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/quotes_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test sentences with numbers and apostrophes.
The 5'11" 'quick' brown fox jumps over the "lazy" dog's ear.
He said "I'm a big fella."
|
https://github.com/RBAS-Workshop/RBAS_Docs | https://raw.githubusercontent.com/RBAS-Workshop/RBAS_Docs/main/book.typ | typst |
#import "@preview/book:0.2.3": *
#show: book
#book-meta(
title: "typst-book",
summary: [
#prefix-chapter("sample-page.typ")[Hello, typst]
]
)
// re-export page template
#import "/templates/page.typ": project
#let book-page = project
| |
https://github.com/k0tran/typst | https://raw.githubusercontent.com/k0tran/typst/sisyphus/vendor/svg2pdf/README.md | markdown | # svg2pdf
[](https://github.com/typst/svg2pdf/actions)
[](https://crates.io/crates/svg2pdf)
[ => {
let level = numbers.pos().len()
if (level == 1) {
return
} else {
return numbering("1.1", ..numbers.pos().slice(1, level))
}
}
#let constitutional_amendement_en(title, preamble: [], doc) = {
set heading(numbering: numbering_from_second)
set heading(supp... |
https://github.com/danfunc/UseTYPST.cmake | https://raw.githubusercontent.com/danfunc/UseTYPST.cmake/main/README.md | markdown | # What is UseTYPST.cmake?
UseTYPST.cmake is cmake extension to use typst like UseLATEX.cmake.
# How to use?
You should include UseTYPST.cmake!!!
You can make pdf document from typst files with only one command like add_executable(). You use add_typst_document(${DOCUMENT_NAME} ${ROOT_typst_file}) to make it. If you... | |
https://github.com/takotori/PhAI-Spick | https://raw.githubusercontent.com/takotori/PhAI-Spick/main/ost-summary-template.typ | typst | #let conf(lecture: "", authors: "", doc) = {
let line_skip = 0.4em
let font_size = 7.5pt
let level1_color = "#8c195f";
let level2_color = "#a12b66";
let level3_color = "#b63d6d";
let level4_color = "#cb4f74";
let level5_color = "#C63B65";
show: set block(below: line_skip)
show: set par(leading: l... | |
https://github.com/felsenhower/kbs-typst | https://raw.githubusercontent.com/felsenhower/kbs-typst/master/examples/lorem2.typ | typst | MIT License | #let lorem2(words) = {
let lorem_ipsum = "Lorem ipsum [...]"
let arr = lorem_ipsum.split(" ")
let n = calc.ceil(words / arr.len())
arr = n * arr
arr = arr.slice(0, words)
let text = arr.join(" ")
if text.ends-with(",") {
text = text.slice(0, -1)
}
if not text.ends-with(".") {
text = text + "."... |
https://github.com/dead-summer/math-notes | https://raw.githubusercontent.com/dead-summer/math-notes/main/notes/ScientificComputing/ch1-intro-to-scicomp/modelling-discretization-and-implementation.typ | typst | #import "/book.typ": book-page
#import "../../../templates/conf.typ": *
#show: thmrules.with(qed-symbol: $square$)
#show: book-page.with(title: "Modelling, Discretization and Implementation")
= 1 Modelling, Discretization and Implementation
Scientific problems are often raised (or proposed) as mathematical models,... | |
https://github.com/TechnoElf/mqt-qcec-diff-thesis | https://raw.githubusercontent.com/TechnoElf/mqt-qcec-diff-thesis/main/content/background/quantum.typ | typst | #import "@preview/cetz:0.2.2": canvas, draw
#import "@preview/gentle-clues:0.9.0": example
#import "@preview/quill:0.3.0": quantum-circuit, lstick, rstick, ctrl, targ, mqgate, meter
#import "@preview/tablex:0.0.8": tablex
== Quantum Computation and Quantum Circuits
A quantum computer is a device that performs calculat... | |
https://github.com/lucifer1004/typst-poetry | https://raw.githubusercontent.com/lucifer1004/typst-poetry/main/example.typ | typst | #import "poetry.typ": *
#poem(
title: "The Road Not Taken",
author: "<NAME>",
date: "Aug 1915",
update: "Jan 1916",
)[
Two roads diverged in a yellow wood,\
And sorry I could not travel both\
And be one traveler, long I stood\
And looked down one as far as I could\
To where it bent ... | |
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/03-polynomials/08-taylor-series.typ | typst | Other | #import "../../utils/core.typ": *
== Формула Тейлора
#pr[
$K$ --- поле, $f, g in K[x], space f eq.not 0, space d = deg(g) >= 1$.
Тогда $f$ можно представить единственным образом в виде:
$
f = h_n g^n + ... + h_1g + h_0,
$
где $n >= 0, space h_i in K[x], space h_n eq.not 0, space deg... |
https://github.com/0xPARC/0xparc-intro-book | https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/old-stuff/old-intro.typ | typst | #import "preamble.typ":*
= Introduction
== What is programmable cryptography?
Cryptography is everywhere now
as a field that is widely used in everyday life.
To be concrete, let's consider two examples of what protocols designed by
classical cryptography can achieve:
- _Proofs_. An example of this is digital signat... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/math/root.typ | typst | // Test roots.
--- math-root-basic ---
// Test root with more than one character.
$A = sqrt(x + y) = c$
--- math-root-radical-attachment ---
// Test root size with radicals containing attachments.
$ sqrt(a) quad
sqrt(f) quad
sqrt(q) quad
sqrt(a^2) \
sqrt(n_0) quad
sqrt(b^()) quad
sqrt(b^2) quad
sqrt(q_1... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/flow-2.typ | typst | Apache License 2.0 | // In this bug, the first part of the paragraph moved down to the second page
// because trailing leading wasn't trimmed, resulting in an overlarge frame.
---
#set page(height: 60pt)
#v(19pt)
#block[
But, soft! what light through yonder window breaks?
It is the east, and Juliet is the sun.
]
|
https://github.com/isaacholt100/isaacholt | https://raw.githubusercontent.com/isaacholt100/isaacholt/main/src/app/maths/info.md | markdown | MIT License | These are summary notes I wrote for some of my university mathematics modules. The notes were made with [Typst](https://typst.app/docs/). The template used is available [here](https://github.com/isaacholt100/isaacholt/blob/main/public/maths-notes/template.typ). If you notice a mistake in any of these notes, feel free t... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/049%20-%20The%20Brothers'%20War/005_Episode%204%3A%20The%20Ink%20of%20Empires.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Episode 4: The Ink of Empires",
set_name: "The Brothers' War",
story_date: datetime(day: 24, month: 10, year: 2022),
author: "<NAME>",
doc
)
#strong[44 AR]
Ten miles from the golden domes of Tomakul, Farid sat on the fire step of an old tr... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/list-attach-04.typ | typst | Other | // Test that wide lists cannot be ...
#set block(spacing: 15pt)
Hello
- A
- B
World
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/041%20-%20Kaldheim/001_Episode%201%3A%20Travelers.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Episode 1: Travelers",
set_name: "Kaldheim",
story_date: datetime(day: 07, month: 01, year: 2021),
author: "<NAME> & <NAME>",
doc
)
They came in ships like nothing the villagers of Sevalgr had seen before. Long and trim, inscribed with tale... | |
https://github.com/Mufanc/hnuslides-typst | https://raw.githubusercontent.com/Mufanc/hnuslides-typst/master/templates/end.typ | typst | #import "/utils/background.typ": bgimage
#import "/utils/fonts.typ": font
#let end = {
bgimage("/assets/images/bg-end.png")
set align(center + horizon)
text(size: 3em, font: font.HYYK, tracking: 1.5em, "谢谢观赏")
v(-1.5em)
text(size: 1.8em, font: font.KABEL, tracking: 0.25em, "THANKS FOR WATCHING")
... | |
https://github.com/noahjutz/AD | https://raw.githubusercontent.com/noahjutz/AD/main/uebungen/4/measure_table.typ | typst | #import "/config.typ": theme
#block(stroke: 1pt)[
#show table.cell.where(y: 0): strong
#table(
columns: 7,
align: (x, y) => {
if x == 0 or y in (0, 1) {center + horizon} else {right}
},
inset: (x, y) => {
if x == 0 or y in (0, 1) {4pt} else {(x: 4pt, y: 10pt)}
},
stroke: (x, y) ... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/194.%20ace.html.typ | typst | ace.html
Billionaires Build
December 2020As I was deciding what to write about next, I was surprised to find
that two separate essays I'd been planning to write were actually
the same.The first is about how to ace your Y Combinator interview. There
has been so much nonsense written about this topic that I've been
mean... | |
https://github.com/metamuffin/typst | https://raw.githubusercontent.com/metamuffin/typst/main/tests/typ/compute/construct.typ | typst | Apache License 2.0 | // Test creation and conversion functions.
// Ref: false
---
// Compare both ways.
#test(rgb(0%, 30%, 70%), rgb("004db3"))
// Alpha channel.
#test(rgb(255, 0, 0, 50%), rgb("ff000080"))
// Test color modification methods.
#test(rgb(25, 35, 45).lighten(10%), rgb(48, 57, 66))
#test(rgb(40, 30, 20).darken(10%), rgb(36, ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.