repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/bugs/flow-4-00.typ | typst | Other | #set page(height: 105pt)
#block(lorem(20))
|
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/04-linear-algebra/14-linear-mapping-matrix.typ | typst | Other | #import "../../utils/core.typ": *
== Матрица линейного отображения
#ticket[Свойство универсальности базиса. Пространство линейных отображений]
#pr[
Пусть $V$, $W$ --- линейные пространства над $K$. $e_1, ..., e_n #[--- базис] V$, $sq(w) in W$.
Тогда $exists! Aa in Hom(V, W): Aa e_i = w_i, i = 1, ..., n$.
]
... |
https://github.com/jassielof/IT425-P1 | https://raw.githubusercontent.com/jassielof/IT425-P1/main/Documento de Respaldo de Análisis.typ | typst | MIT License | #import "template/apa7/lib.typ": *
#show: apa7.with(
title: [Revisión Crítica de Artículos Científicos],
custom-authors: [<NAME>],
custom-affiliations: [Facultad de Ingeniería, Universidad de Santa Cruz de la Sierra],
course: [IT425: Gestión de la Calidad Total],
instructor: [<NAME>],
due-date: datetime.to... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/012%20-%20Conspiracy/003_Like%20Cogwork.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Like Cogwork",
set_name: "Conspiracy",
story_date: datetime(day: 28, month: 05, year: 2014),
author: "<NAME>",
doc
)
#strong[Academy at High Paliano Board of Senior Advisors] #linebreak() Meeting called to order by Chancellor Grinaldi.
#st... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/lang_08.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 19-24 expected two letter region code (ISO 3166-1 alpha-2)
// #set text(region: "hey") |
https://github.com/isaacholt100/isaacholt100.github.io | https://raw.githubusercontent.com/isaacholt100/isaacholt100.github.io/master/maths-notes/2-durham%3A-year-2/amv/amv.typ | typst | #import "../../template.typ": template
#show: template
= Maps between real vector spaces
- *Scalar field*: maps $RR^n -> RR$.
- *Vector field*: maps $RR^n -> RR^n$.
- *Curve*: maps $RR -> RR^n$.
- A *tangent* to a curve $underline(x)(t)$ is given by $(d underline(x)) / (d t)$.
- The *arc-length* parameterisation of a... | |
https://github.com/michel-steuwer/typst-acmart | https://raw.githubusercontent.com/michel-steuwer/typst-acmart/main/template.typ | typst | MIT License | #let mainFont = "Linux Libertine O"
#let sfFont = "Linux Biolinum O"
#let bigskipamount = 12pt
#let medskipamount = bigskipamount / 2
#let smallskipamount = medskipamount / 2
#let sf(body) = text(font: sfFont, body)
#let acmart(
// Currently supported formats are:
// - acmsmall
format: "acmsmall",
// Tit... |
https://github.com/Dherse/masterproef | https://raw.githubusercontent.com/Dherse/masterproef/main/common/glossary.typ | typst | #let entries = {
let acronyms = yaml("/glossary.yml")
// Initializing the glossary.
let entries = (:)
for (key, value) in acronyms {
if not "short" in value or not "long" in value {
panic("Acronym must have a short and long form, for key: " + str(key))
}
entries.insert(
key,
(
... | |
https://github.com/floriandejonckheere/utu-thesis | https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/figures/08-case-study/runtime.typ | typst | #import "@preview/cetz:0.2.2": canvas, chart, draw, palette
#let data = (
([#ref(<scn_structural_logical>, supplement: none)], 8.311, 156.85735489999934, 3.607),
([#ref(<scn_structural_contributor>, supplement: none)], 8.311, 71.93678768199607, 3.404),
([#ref(<scn_logical_contributor>, supplement: none)], 8.311,... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/layout/grid-rtl.typ | typst | Apache License 2.0 | // Test RTL grid.
---
#set text(dir: rtl)
- מימין לשמאל
---
#set text(dir: rtl)
#table(columns: 2)[A][B][C][D]
|
https://github.com/timetraveler314/Note | https://raw.githubusercontent.com/timetraveler314/Note/main/24Spring/Calculus/Problems.typ | typst | #import "@local/MetaNote:0.0.1" : *
#import "@preview/physica:0.9.0": *
#import "@preview/pinit:0.1.2": *
#let detm = math.mat.with(delim: "|")
#let vol = math.op("Vol")
#let int = math.integral
#let iint = math.integral.double
#let iiint = math.integral.triple
#let oint = math.integral.cont
#let oiint = math.integra... | |
https://github.com/ytwei3/ytwei3.github.io | https://raw.githubusercontent.com/ytwei3/ytwei3.github.io/main/cv/yaotian_wei_resume.typ | typst | MIT License | #show heading: set text(font: "Times New Roman")
#show link: underline
#set text(
size: 12pt,
font: "Times New Roman"
)
#set page(
margin: (x: 1.75cm, y: 1.2cm)
)
#set par(justify: true)
#let hline() = {v(-3pt); line(length: 100%); v(-5pt)}
#align(center, text(18pt)[*<NAME> (Walter)*])
#align(center)[
(+... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/smartquotes_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Allow 2 graphemes
#set smartquote(quotes: "a\u{0301}a\u{0301}")
"Double and 'Single' Quotes"
#set smartquote(quotes: (single: "a\u{0301}a\u{0301}"))
"Double and 'Single' Quotes"
|
https://github.com/xrarch/books | https://raw.githubusercontent.com/xrarch/books/main/documents/a4xmanual/titlepage.typ | typst | *XR/station Project* \
*A4X Firmware Manual (Preliminary & Incomplete)* \
_Revision 1.0, May 29, 2024_ | |
https://github.com/AU-Master-Thesis/thesis | https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/3-methodology/study-1/factor-structure.typ | typst | MIT License | #import "../../../lib/mod.typ": *
=== Factor Structure <s.m.factor-structure>
// #jonas[I do not remember if you have seen this?]
In #gbpplanner, the different factor variants are implemented as separate classes that inherit from a `Factor` base class. Rust does not support inheritance as found in #acr("OOP") based l... |
https://github.com/SE-legacy/physics_lectures_3_term | https://raw.githubusercontent.com/SE-legacy/physics_lectures_3_term/main/lesson_2/main.typ | typst | #import "conf.typ": conf
#show: conf.with(
meta: (
title: "Физика. Занятие №2, 16.09.2024",
author: "<NAME>., <NAME>. Чернышевского",
group: 251,
city: "Саратов",
year: 2024,
)
)
= Алгоритм описания ФС "Электромагнитное поле"
== 3. Выбор способа описания
#image("images/1.png")
- Классический ... | |
https://github.com/chendaohan/bevy_tutorials_typ | https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/07_bundles/bundles.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. Bundles (捆绑包)
你可以将 Bundle 看作是创建实体的“模板”。通过 Bundle 而不是一个个的添加组件,可以确保你不会意外忘记实体中的某个重要组件。如果你没有设置 Bundle 中的所有组件,Rust 编译器会给... | |
https://github.com/floriandejonckheere/utu-thesis | https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/template.typ | typst | #import "@preview/acrostiche:0.3.1": *
#let template(
// Document title
title: "",
// Document subtitle
subtitle: "",
// Institution
institution: "",
// Department
department: "",
// Unit
unit: "",
// author
author: "",
// Date of publication
date: none,
// Institution logo (SVG)
... | |
https://github.com/Mc-Zen/tidy | https://raw.githubusercontent.com/Mc-Zen/tidy/main/tests/test_tidy.typ | typst | MIT License | #include "test_parse.typ"
#include "test_parse_argument_list.typ"
#include "test_testing.typ"
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz-plot/0.1.0/src/cetz.typ | typst | Apache License 2.0 | // Import cetz into the root scope. Import cetz by importing this file only!
#import "@preview/cetz:0.3.1": *
|
https://github.com/alex-touza/fractal-explorer | https://raw.githubusercontent.com/alex-touza/fractal-explorer/main/paper/src/chapters/1_introduccio_a_la_geometria_fractal.typ | typst | #import "../environments.typ": *
#import "../utilities.typ": *
#import "../../meta.typ": *
#import "../shortcuts.typ": *
#import "@preview/cetz:0.2.2": canvas, draw
#import "@preview/dashy-todo:0.0.1": todo
#import "@preview/cetz:0.2.2": canvas, draw, plot
#import "@preview/suiji:0.3.0": *
= Introducció a la geometria... | |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/dialogue-functions.typ | typst | #import "base-utils.typ": *
#import "designer.typ"
// clip.typ
#let dialogue-item(content, speaker-width: 100pt, speaker: "Sam") = {
let columns = (speaker-width, auto)
let align = (left, left)
let speakerContent = bold(speaker)
// let rightContent = content + place(dy: 10pt, designer.line())
let r... | |
https://github.com/Student-Smart-Printing-Service-HCMUT/ssps-docs | https://raw.githubusercontent.com/Student-Smart-Printing-Service-HCMUT/ssps-docs/main/contents/categories/task2/2.conclude.typ | typst | Apache License 2.0 | #{include "./2.1.typ"}
#{include "./2.2.typ"}
#{include "./2.3.typ"}
#{include "./2.4.typ"}
|
https://github.com/xdoardo/co-thesis | https://raw.githubusercontent.com/xdoardo/co-thesis/master/thesis/chapters/conclusions.typ | typst | #import "/includes.typ": *
#pagebreak(to: "odd")
#pagebreak(to: "odd")
= Conclusions<chapter-conclusions>
We defined an operational semantics for Imp targeting the `Delay` monad which,
together with the `Maybe` monad, provided an adequate type to model the effects
of divergence and failure: we did this with the aid o... | |
https://github.com/Laikaiyong/Resume | https://raw.githubusercontent.com/Laikaiyong/Resume/main/resume.typ | typst | #import "vandyck-typst.typ": resume, term, skill, styled-link, findMe, badge-text, project-heading
#resume(
name: "<NAME> (Vandyck)",
[
#[= <NAME> (Vandyck)]
Full Stack Software Engineer
#findMe((
(name: "alias", link: "mailto:<EMAIL>", display: "<EMAIL>"),
(name: "github", link: "https:/... | |
https://github.com/dikkadev/typst-statastic | https://raw.githubusercontent.com/dikkadev/typst-statastic/main/README.md | markdown | The Unlicense | # Statastic
A library to calculate statistics for numerical data in typst.
## Description
`Statastic` is a Typst library designed to provide various statistical functions for numerical data. It offers functionalities like extracting specific columns from datasets, converting array elements to different data types, a... |
https://github.com/lcpu-club/oh-my-math | https://raw.githubusercontent.com/lcpu-club/oh-my-math/main/README.md | markdown | MIT License | # oh-my-math
A typst inspired math render library built using idris2
Resources
https://github.com/stefan-hoeck/idris2-parser
https://www.w3.org/TR/mathml-core/
https://typst.app/docs/reference/math/
https://github.com/stefan-hoeck/idris2-dom-mvc
https://github.com/stefan-hoeck/idris2-dom
https://idris2.rea... |
https://github.com/Fr4nk1inCs/typreset | https://raw.githubusercontent.com/Fr4nk1inCs/typreset/master/src/utils/title.typ | typst | MIT License | #let make-title(title: "", other: []) = {
align(center)[
#strong(text(size: 1.75em, title))
#other
]
}
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1FB00.typ | typst | Apache License 2.0 | #let data = (
("BLOCK SEXTANT-1", "So", 0),
("BLOCK SEXTANT-2", "So", 0),
("BLOCK SEXTANT-12", "So", 0),
("BLOCK SEXTANT-3", "So", 0),
("BLOCK SEXTANT-13", "So", 0),
("BLOCK SEXTANT-23", "So", 0),
("BLOCK SEXTANT-123", "So", 0),
("BLOCK SEXTANT-4", "So", 0),
("BLOCK SEXTANT-14", "So", 0),
("BLOCK SE... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-0C80.typ | typst | Apache License 2.0 | #let data = (
("KANNADA SIGN SPACING CANDRABINDU", "Lo", 0),
("KANNADA SIGN CANDRABINDU", "Mn", 0),
("KANNADA SIGN ANUSVARA", "Mc", 0),
("KANNADA SIGN VISARGA", "Mc", 0),
("KANNADA SIGN SIDDHAM", "Po", 0),
("KANNADA LETTER A", "Lo", 0),
("KANNADA LETTER AA", "Lo", 0),
("KANNADA LETTER I", "Lo", 0),
("... |
https://github.com/dismint/docmint | https://raw.githubusercontent.com/dismint/docmint/main/networks/pset5.typ | typst | #import "template.typ": *
#show: template.with(
title: "14.15 PSET 5",
subtitle: "<NAME>",
pset: true
)
= Problem 1
== (1)
#note(
title: "Notation"
)[
Note that for this question, $p(d)$ will be taken to mean the converged value of $p(d)$, or $p^*(d)$
]
WLOG, let us compute this value for some arbitrary n... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/packages/typst.solid/README.md | markdown | Apache License 2.0 | # @myriaddreamin/typst.solid
## Usage
```ts
import { TypstDocument } from "@myriaddreamin/typst.solid";
import { createResource } from "solid-js";
export const App = (artifact: Uint8Array) => {
const getArtifactData = async () => {
const response = await fetch(
"http://localhost:3000/readme.artifact.sir... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/import-24.typ | typst | Other | // Error: 14-15 unexpected colon
// Error: 16-17 unexpected integer
#import "": a: 1
|
https://github.com/elliotnash/TiM | https://raw.githubusercontent.com/elliotnash/TiM/main/README.md | markdown | # TiM
TiM (Typst for iMessage) is an iMessage bot that renders Typst code.
Inspired by [typst-bot](https://github.com/mattfbacon/typst-bot) for discord!
## Getting started
### Requirements
- A [BlueBubbles server](https://github.com/BlueBubblesApp/bluebubbles-server) instance (TiM uses the BlueBubbles API to read ... | |
https://github.com/Nrosa01/TFG-2023-2024-UCM | https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Pruebas/Guión Entrevistador.typ | typst | #import "setup.typ": *
#show: project
= Entrevistador
- Explicar simulador: Usando lenguaje natural, estando presenta o compartiendo pantalla, ejecutar el simulador, explicar qu es y sus controles.
Definición: Un simulador de arena es un programa que simula el comportamiento de distintas partículas en un entorno vi... | |
https://github.com/k4zuy/Typst-Template-HTW | https://raw.githubusercontent.com/k4zuy/Typst-Template-HTW/main/README.md | markdown | # Typst-Template-HTW
Uses https://github.com/ls1intum/thesis-template-typst.git as first template and inspiration
| |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/经济学原理/hw/hw6.typ | typst | #import "../../template.typ": *
#show: note.with(
title: "作业5",
author: "YHTQ ",
date: none,
logo: none,
withOutlined: false
)
=
(1) 效用最大时将有:
$
(3Y^2)/(6X Y) = ((delta U)/ (delta X))/((delta U)/ (delta y)) ="MRS"_(x y) = P_x / P_y = 2000 / 3000
$
也即:
$
Y / (2X) = 2/3\
3Y = 4X... | |
https://github.com/gongke6642/tuling | https://raw.githubusercontent.com/gongke6642/tuling/main/Text/highlight.typ | typst | #set text(
size:10pt,
)
#set page(
paper:"a5",
margin:(x:1.8cm,y:1.5cm),
)
#set par(
justify: true,
leading: 0.52em,
)
= 高亮
用背景色突出显示文本。
= 例
#image("1.png")
= 参数
#image("2.png")
= 填充
用于突出显示文本的颜色。
默认:rgb(“fffdllal”)
= 笔画
高亮显示的边框颜色。有关详细信息,请参阅矩形的文档。
默认:(:)
= 顶部边缘
背景矩形的顶端。
变体 详
"ascender"
上行线高度,通常超过所有字... | |
https://github.com/daskol/typst-templates | https://raw.githubusercontent.com/daskol/typst-templates/main/neurips/main.typ | typst | MIT License | #import "/neurips.typ": botrule, midrule, neurips2024, paragraph, toprule, url
#import "/logo.typ": LaTeX, LaTeXe, TeX
#let affls = (
airi: ("AIRI", "Moscow", "Russia"),
skoltech: (
department: "AI Center",
institution: "Skoltech",
location: "Moscow",
country: "Russia"),
skoltech2: (
departme... |
https://github.com/ivaquero/book-control | https://raw.githubusercontent.com/ivaquero/book-control/main/15-轨迹追踪.typ | typst | #import "@local/scibook:0.1.0": *
#show: doc => conf(
title: "轨迹追踪",
author: ("ivaquero"),
header-cap: "现代控制理论",
footer-cap: "github@ivaquero",
outline-on: false,
doc,
)
= 钟摆系统
<钟摆系统>
== 系统构成
对系统
$ dot.double(ϕ) - g / L ϕ + 1 / L dot(δ) = 0 $
令$x_1 = ϕ, x_2 = dot(ϕ), u = 1 / L dot.double(δ)$
可得
$
m... | |
https://github.com/George-Miao/typst-common | https://raw.githubusercontent.com/George-Miao/typst-common/main/0.2.0/src/util.typ | typst | MIT License | #import "@preview/t4t:0.3.2": is
#let inset(body) = block(inset: (x: 1em, y: .3em), body)
#let today() = {
datetime.today().display("[month repr:short] [day padding:none], [year]")
}
#let centering(body) = {
box(width: 1fr)[ #align(alignment.center, body) ]
}
#let tagged(tag, pos: "right", body) = {
let dir
... |
https://github.com/Arsenii324/matap-p2 | https://raw.githubusercontent.com/Arsenii324/matap-p2/main/t-repo/lecture2.typ | typst | = Лекция
== Другие признаки знакопостоянных рядов
=== Усиленный радикальный признак Коши
*Пусть:*
a) $a_n >= 0 " " forall n$\
b) $L = overline(limits(lim)_(n arrow infinity)) a_n^(1/n)$
*Тогда:*
1) $L < 1 => limits(sum)_(n=1)^(infinity) a_n$ - сходится
2) $L > 1 => limits(sum)_(n=1)^(infinity) a_n$ - расходится
... | |
https://github.com/FlandiaYingman/note-me | https://raw.githubusercontent.com/FlandiaYingman/note-me/main/lib.typ | typst | MIT License | #import "note-me.typ": admonition, note, tip, important, warning, caution
#import "note-me-more.typ": todo |
https://github.com/loreanvictor/master-thesis | https://raw.githubusercontent.com/loreanvictor/master-thesis/main/thesis_typ/abstract_de.typ | typst | MIT License | #let abstract_de() = {
set page(
margin: (left: 30mm, right: 30mm, top: 40mm, bottom: 40mm),
numbering: none,
number-align: center,
)
let body-font = "New Computer Modern"
let sans-font = "New Computer Modern Sans"
set text(
font: body-font,
size: 12pt,
lang: "en"
)
set par(... |
https://github.com/Shedward/dnd-charbook | https://raw.githubusercontent.com/Shedward/dnd-charbook/main/dnd/core/dimentions.typ | typst | // Dimentions constants for template
#let strokes = (
hairline: 0.1pt,
thin: 0.5pt,
normal: 1.0pt
)
// Normalized paddings
#let paddings(p) = p * 2mm
| |
https://github.com/HarryLuoo/sp24 | https://raw.githubusercontent.com/HarryLuoo/sp24/main/431/hw/1/hw4.typ | typst |
#set math.equation(numbering:"(1)")
#set page(margin: (x: 1cm, y: 1cm))
= HW 4, <NAME>
== ex 3.4
Since X has uniform distribution on $[4,10]$, it has a PDF of $f(x)=1/6 "for x in [4,10]"$ and zero otherwise.
(a) $ P(x < 6) = P(4 < X <6) = (6-4)/(6)=1/3 $\
(b)$
P(|X- 7| > 1) &= P(X < 6)+P(X> 8)\ &=P(4<X<6)+P(8<X... | |
https://github.com/howardlau1999/sysu-thesis-typst | https://raw.githubusercontent.com/howardlau1999/sysu-thesis-typst/master/README.md | markdown | MIT License | # sysu-thesis-typst
> [!WARNING]
> **本项目已暂停维护,请使用 <https://github.com/sysu/better-thesis> 仓库提供的模板**
[Gitee 仓库镜像](https://gitee.com/howardlau/sysu-thesis-typst)(自动同步 [GitHub 主仓库](https://github.com/howardlau1999/sysu-thesis-typst),仅供只读访问)
中山大学学位论文 Typst 模板,项目基于 [PKUTHSS-Typst](https://github.com/lucifer1004/pkuthss-... |
https://github.com/Akida31/anki-typst | https://raw.githubusercontent.com/Akida31/anki-typst/main/typst/src/utils.typ | typst | /// Convert content to a string.
///
/// This function is best effort and lossy.
/// - content (content): Content to convert.
/// -> str
#let to_string(content) = {
if type(content) == str {
content
} else if (int, float, length).contains(type(content)) {
str(content)
} else if content == none {
"none... | |
https://github.com/hzkonor/bubble-template | https://raw.githubusercontent.com/hzkonor/bubble-template/main/main.typ | typst | #import "template.typ": *
#set outline(title: "Table of contents")
#show: bubble.with(
title: "Bubble template",
subtitle: "Simple and colorful template",
author: "hzkonor",
affiliation: "University",
date: datetime.today().display(),
year: "Year",
class: "Class",
other: ("Made with Typst", "https://t... | |
https://github.com/VoigtSebastian/typst-CV | https://raw.githubusercontent.com/VoigtSebastian/typst-CV/main/main.typ | typst | MIT License | #import "template.typ": *
#show: project.with(
firstname: "Sebastian",
lastname: "Voigt",
// Will be converted to clickable links in the header
github: ("https://github.com/VoigtSebastian", "VoigtSebastian"),
// Will be converted to clickable links in the header
mail: "<EMAIL>",
)
= Education
#entry(from:... |
https://github.com/okatsn/DatabasePlayground | https://raw.githubusercontent.com/okatsn/DatabasePlayground/main/doc-cloudservice/gemdata-cloud.typ | typst | MIT License | #import "@preview/diagraph:0.2.0": *
/* Concept map graph:
Please help me with a concept map using dot language, saying digraph, to illustrate a concept map where
1. The nodes or elements contains the followings: "Raw GEM data", "Standard GEM data", "SFTP server", "NAS", "Local User", and "Local Drive".
2. Raw GEM da... |
https://github.com/RhenzoHideki/dlp2 | https://raw.githubusercontent.com/RhenzoHideki/dlp2/main/relatorio-02/relatorio-02.typ | typst | #import "../typst-ifsc/template/article.typ": article
#show: doc => article(
title: "Somador BCD - 2 dígitos",
subtitle: "DISPOSITIVOS LÓGICOS PROGRAMÁVEIS II (DLP029007 )",
// Se apenas um autor colocar , no final para indicar que é um array
authors:("<NAME>,<NAME>",),
date: "2 de abril de 2024... | |
https://github.com/rqy2002/typst-experiment | https://raw.githubusercontent.com/rqy2002/typst-experiment/main/chn.typ | typst | // 中文排版的字体使用.
#let setCJKmainfont(font : none,
boldFont : none,
italicFont : none,
latinFont: none,
body) = {
let withLatin(f) = { if latinFont == none { f } else { (latinFont, f) } }
set text(font: withLatin(font)) if font... | |
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/tests/unit/qualifier-mode/test.typ | typst | Apache License 2.0 | #import "/src/lib.typ": unit, metro-setup
#set page(width: auto, height: auto)
#unit("kilogram of(pol) squared per mole of(cat) per hour")
#unit("kilogram of(pol) squared per mole of(cat) per hour", qualifier-mode: "bracket")
#unit("deci bel of(i)", qualifier-mode: "combine")
#metro-setup(qualifier-mode: "phrase", ... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/songb/0.1.0/songb.typ | typst | Apache License 2.0 | // SPDX-FileCopyrightText: 2024 <NAME> <<EMAIL>>
//
// SPDX-License-Identifier: CC0-1.0
#import "./song.typ"
#let chorus = song.chorus
#let verse = song.verse
#let index-by-letter = song.index-by-letter
#let song = song.song
#import "./chord.typ"
#let chord-display = chord.chord-display
#let chord = chord.chord
#im... |
https://github.com/yaoyuanArtemis/resume | https://raw.githubusercontent.com/yaoyuanArtemis/resume/main/cv_1.typ | typst | Do What The F*ck You Want To Public License | #import "template.typ": *
#import "data.typ": *
#show: project.with(
title: name,
author: author,
)
#section[ #titleemj("curl.svg") #selftitle ]
#self
#section[ #titleemj("mortarboard.svg") #edutitle ]
#edu
#section[ #titleemj("seedling.svg") #techtitle ]
#tech
#section[ #titleemj("telescope.svg") #projectt... |
https://github.com/XcantloadX/TypstMomoTalk | https://raw.githubusercontent.com/XcantloadX/TypstMomoTalk/main/README.md | markdown | # TypstMomoTalk
TypstMomoTalk 是 Typst 的一个模板,专用于制作碧蓝档案的 MomoTalk 聊天记录图片。
相较于其他编辑器的优点:
* 高度可自定义,易于扩展修改;
* 类似于 Markdown 的纯文本式编辑体验;
* 可导出为 SVG 与 PDF 矢量图。
相较于其他编辑器的缺点:
* 使用门槛较高。
## 快速开始 QuickStart
需要先[安装 Typst](https://github.com/typst/typst?tab=readme-ov-file#installation)。
然后
```bash
git clone xxxxxx
cd TypstMomoTalk
... | |
https://github.com/jonaspleyer/peace-of-posters | https://raw.githubusercontent.com/jonaspleyer/peace-of-posters/main/docs/content/examples/getting_started/main.typ | typst | MIT License | // We begin by importing the `peace-of-posters` package
#import "../../../../lib.typ": *
// Next, we specify some general settings formatting settings.
#set page("a0", margin: 1cm)
#set-poster-layout(layout-a0)
#set text(font: "Arial", size: layout-a0.at("body-size"))
#let box-spacing = 1.2em
#set columns(gutter: box... |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/i18n/zh/docusaurus-plugin-content-docs/current/themes/metropolis.md | markdown | ---
sidebar_position: 2
---
# Metropolis 主题

这个主题的灵感来自 <NAME> 创作的 [Metropolis beamer](https://github.com/matze/mtheme) 主题,由 [Enivex](https://github.com/Enivex) 改造而来。
这个主题美观大方,很适合日常使用,并且你最好在电脑上安装 Fira Sans 和 Fira Mat... | |
https://github.com/Error-418-SWE/Documenti | https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/1%20-%20Candidatura/Verbali/Interni/25-10-23/25-10-23.typ | typst | ERROR\_418 \
Verbale 25/10/23
#figure(
align(center)[#table(
columns: 2,
align: (col, row) => (left,left,).at(col),
inset: 6pt,
[Mail:],
[<EMAIL>],
[Redattori:],
[<NAME>, <NAME>],
[Verificatori:],
[<NAME>, <NAME>, <NAME>],
[Amministratori:],
[<NAME>, <NAME>],
[Destinatari:],
[<NAME>, <NAME>],... | |
https://github.com/chendaohan/bevy_tutorials_typ | https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/05_resources/resources.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. 资源
资源允许你存储某种类型的单个全局实例。使用它来获取你应用程序中全局的数据,例如设置。
要创建一个资源类型,只需要定义一个 Rust 结构体或枚举,并派生 Resource Trait ,类似于组件和事件。
```Rust
... | |
https://github.com/kotfind/hse-se-2-notes | https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/android/lectures/main.typ | typst | #import "/utils/template.typ": conf
#import "/utils/datestamp.typ": datestamp
#show: body => conf(
title: "Android",
subtitle: "Лекции",
author: "<NAME>, БПИ233",
year: [2024--2025],
body,
)
#datestamp("2024-09-14")
#include "./2024-09-14.typ"
| |
https://github.com/sw1sh/QuantumPotatoChips | https://raw.githubusercontent.com/sw1sh/QuantumPotatoChips/main/typst/main.typ | typst | #import "template.typ": arxiv
#import "@preview/physica:0.9.3": ket
#import "@preview/subpar:0.1.1"
#show: arxiv.with(
title: "Quantum Potato Chips",
authors: ((
(name: "<NAME>", email: "<EMAIL>", affiliation: text([Wolfram Institute, USA#footnote[<EMAIL>]\ Wolfram Research, USA])
//, orcid: "0000-0000-0... | |
https://github.com/MultisampledNight/diagram | https://raw.githubusercontent.com/MultisampledNight/diagram/main/README.md | markdown | Other | # diagram
A few curious diagrams trying to explain things, made in [Typst].
Note: No guarantee for correctness is made.
It is indeed actually very likely that something is wrong.
In that case, I'd appreciate noting this to me in e.g. an issue or opening a pull request.
## how do i get pdf
1. Clone this repository
2... |
https://github.com/AHaliq/CategoryTheoryReport | https://raw.githubusercontent.com/AHaliq/CategoryTheoryReport/main/chapters/chapter4/mandatory.typ | typst | #import "../../preamble/lemmas.typ": *
#import "../../preamble/catt.typ": *
#import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge
#exercise("1")[Suppose the square below is a pullback. Show the following
#exercise("1.1")[If $g$ is a split epimorphism then $k$ is]
#figure(diagram(cell-size: 5mm,
$
A
edg... | |
https://github.com/SillyFreak/typst-packages-old | https://raw.githubusercontent.com/SillyFreak/typst-packages-old/main/scrutinize/src/lib.typ | typst | MIT License | #import "grading.typ"
#import "question.typ"
#import "questions.typ"
|
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/functions.typ | typst | #let prob(bgcolor: luma(252), border: luma(88), text) = block(
fill: bgcolor,
width: 100%,
inset: 1em,
radius: 3pt,
stroke: border + 0.5pt,
text,
)
#let def(x) = text(x, weight: "bold")
#let bb(x) = {
text(x, weight: "bold")
}
#let badge(content, fill: rgb("#000000")) = box(
fill: fill,
radius: 4pt,... | |
https://github.com/touying-typ/touying | https://raw.githubusercontent.com/touying-typ/touying/main/themes/metropolis.typ | typst | MIT License | // This theme is inspired by https://github.com/matze/mtheme
// The origin code was written by https://github.com/Enivex
#import "../src/exports.typ": *
#let _typst-builtin-align = align
/// Default slide function for the presentation.
///
/// - `title` is the title of the slide. Default is `auto`.
///
/// - `config... |
https://github.com/Sepax/Typst | https://raw.githubusercontent.com/Sepax/Typst/main/DIT323/Notes/main.typ | typst |
#import "template.typ": *
#show: template.with(
title: [Finite automata and formal languages],
short_title: "DIT084",
description: [
Notes based on lectures for DIT323 (Finite automata and formal languages)\ at
Gothenburg University, Spring 2024
],
authors: ((name: "<NAME>"),),
lof: false,
lot: ... | |
https://github.com/SkiFire13/master-thesis | https://raw.githubusercontent.com/SkiFire13/master-thesis/master/preface/titlepage.typ | typst | #import "../config/translated.typ": *
#let footer(academic-year-prefix, academic-year) = align(center)[
#line(length: 90%)
#smallcaps[ #academic-year-prefix #academic-year ]
]
#let titlepage(affiliation, title, supervisor, candidate, academic-year) = page(footer: [], margin: (bottom: 1.7cm))[
#show: align.with(... | |
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/tests/array/units/test.typ | typst | Apache License 2.0 | #import "/src/lib.typ": *
#import units: *
#set page(width: auto, height: auto, margin: 1cm)
#for units in ("bracket", "repeat", "single") [
#metro-setup(list-units: units, product-units: units, range-units: units)
#qty-list(2, 4, 6, 8, "T")
#qty-product(2, 4, 6, 8, "T")
#qty-range(2, 4, degreeCelsius)
]
|
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/homework-2/homework7.typ | typst | #import "../template.typ": *
#show: project.with(
course: "Calculus II",
course_fullname: "Calculus (A) II",
course_code: "821T0160",
title: "Homework #7",
authors: ((
name: "<NAME>",
email: "<EMAIL>",
id: "#198"
),),
semester: "Spring-Summer 2024",
date: "April 17, 2024",
)
#let defeq = math.attach("="... | |
https://github.com/CoderEx24/csc425-project | https://raw.githubusercontent.com/CoderEx24/csc425-project/master/paper.typ | typst | #align(center, text(20pt)[
Predicting Obesity
])
#set par(justify: true)
= Abstract
Obesity is a global health concern with severe implications. This project aims to classify obesity
levels using advanced machine learning techniques.
We explore a dataset concerning obesity levels in Mexico, Colombia and Peru.
We d... | |
https://github.com/Iskander000/lab | https://raw.githubusercontent.com/Iskander000/lab/main/Lab-3.typ | typst | #import "Class.typ": *
#show: ieee.with(
title: [#text(smallcaps("Lab #3: Web Application with Genie"))],
/*
abstract: [
#lorem(10).
],
*/
authors:
(
(
name: "<NAME>",
department: [Senior-lecturer, Dept. of EE],
organization: [ISET Bizerte --- Tunisia],
profile: "a-mhamdi... | |
https://github.com/wflixu/typster | https://raw.githubusercontent.com/wflixu/typster/main/tests/main.typ | typst | MIT License | #set page(
paper: "a4",
margin: (x: 1.8cm, y: 1.5cm),
)
#set text(
font: "New Computer Modern",
size: 16pt
)
#set par(
justify: true,
leading: 0.52em,
)
= Introduction
In this report, we will explore the
various factors that influence fluid
dynamics in glaciers and how they
contribute to the formation a... |
https://github.com/nyeong/resume | https://raw.githubusercontent.com/nyeong/resume/main/main.typ | typst | // palette
#let color = (
black: rgb("#333"),
black-strong: rgb("#000"),
gray: rgb("#777"),
primary: rgb(255,111,15),
)
#show link: underline
#let side-padding= 7em
#set document(author: "<NAME>", title: "An Subin's Resume")
#set page(
paper: "a4",
numbering: "1",
number-align: center,
margin: (top: ... | |
https://github.com/TGM-HIT/typst-diploma-thesis | https://raw.githubusercontent.com/TGM-HIT/typst-diploma-thesis/main/src/glossary.typ | typst | MIT License | #import "@preview/glossarium:0.5.0" as glossarium: make-glossary, gls, agls, glspl
#let _glossary_entries = state("thesis-glossary-entries")
#let register-glossary(..entries) = {
assert.eq(entries.named(), (:), message: "no named arguments allowed")
let entries = entries.pos()
glossarium.register-glossary(entri... |
https://github.com/dainbow/MatGos | https://raw.githubusercontent.com/dainbow/MatGos/master/themes/25.typ | typst | #import "../conf.typ": *
= Собственные значения и собственные векторы линейных преобразованийю Диагонализуемость линейных преобразований.
#definition[
Линейное отображение $phi: V -> V$ называется *линейным преобразованием*.
Множество всех линейных преобразований на $V$ обозначается как $cal(L)(V)$.
]
#definitio... | |
https://github.com/parallel101/cppguidebook | https://raw.githubusercontent.com/parallel101/cppguidebook/main/misc/typst/test.typ | typst | Other | #set text(
font: "Noto Serif CJK SC",
size: 7pt,
)
#set page(
paper: "a6",
margin: (x: 1.8cm, y: 1.5cm),
header: align(right)[
小女孩贴贴教学篇
],
numbering: "1",
)
#set par(justify: true)
#set heading(numbering: "1.")
#show "小女孩贴贴": name => box[
$phi$#{name}$phi$
]
#align(center, text(17pt)[
*基于春卷饭世界观... |
https://github.com/didiercrunch/typst-repo | https://raw.githubusercontent.com/didiercrunch/typst-repo/main/test-remote/bar.typ | typst | #let first_name = "didier"
#let name = "this is easy"
| |
https://github.com/francescoo22/kt-uniqueness-system | https://raw.githubusercontent.com/francescoo22/kt-uniqueness-system/main/src/annotation-system/rules/statements.typ | typst | #import "../../proof-tree.typ": *
#import "../../vars.typ": *
// ****************** Statements typing rules ******************
#let Decl = prooftree(
axiom($x in.not Delta$),
rule(label: "Decl", $mid(var x), x : top$),
)
#let Assign-Null = prooftree(
axiom($Delta(p) = alpha beta$),
axiom($Delta[p |-> unique]... | |
https://github.com/vEnhance/1802 | https://raw.githubusercontent.com/vEnhance/1802/main/src/triple.typ | typst | MIT License | #import "@local/evan:1.0.0":*
= Triple integrals
We're going to now consider integrals with three variables, rather than two.
In fact there is almost nothing new in this section:
#idea[
All the two-variable stuff ports over to three-variable stuff in the obvious way.
]
|
https://github.com/dariakoz/Typst-Template | https://raw.githubusercontent.com/dariakoz/Typst-Template/main/README.md | markdown | Hey!
Das ist mein Typst-Template für meine Praxisarbeit.
Tipps für die eigene Benutzung werde ich noch in Zukunft hier hin schreiben.
Bis dahin schreib mir bitte bei Fragen eine Mail an <EMAIL> | |
https://github.com/LuminolT/SHU-Bachelor-Thesis-Typst | https://raw.githubusercontent.com/LuminolT/SHU-Bachelor-Thesis-Typst/main/template/body.typ | typst | #import "font.typ": *
// 助手函数,很恐怖吗?是的,这很恐怖。
#let zhnumbers(num) = {
if num == "1" { "一" }
else if num == "2" { "二" }
else if num == "3" { "三" }
else if num == "4" { "四" }
else if num == "5" { "五" }
else if num == "6" { "六" }
else if num == "7" { "七" }
else if num == "8" { "八" }
}
#let show_body(body)... | |
https://github.com/The-Notebookinator/notebookinator | https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/themes/radial/colors.typ | typst | The Unlicense | #let red = rgb("#e03131")
#let pink = rgb("#c2255c")
#let purple = rgb("#9c36b5")
#let violet = rgb("#6741d9")
#let indigo = rgb("#3b5bdb")
#let blue = rgb("#1971c2")
#let cyan = rgb("#0c8599")
#let teal = rgb("#099268")
#let green = rgb("#2f9e44")
#let lime = rgb("#66a80f")
#let yellow = rgb("#f08c00")
#let orange = r... |
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/appendix/appendix.typ | typst | #import "../../style.typ": *
#import "../../acronyms.typ": *
#part("Appendix")
#pagebreak()
= Task Description <appendix_task_description>
#image("../static/task_description_page_one.png")
#image("../static/task_description_page_two.png")
#pagebreak()
= Design Evaluation Questionnaire Template <appendix_design_eval_... | |
https://github.com/noahjutz/AD | https://raw.githubusercontent.com/noahjutz/AD/main/components/num_row.typ | typst | #import "/config.typ": theme
#import "@preview/cetz:0.2.2"
#let _arrow_canvas(
length,
direction,
color: black
) = cetz.canvas(length: 100%, {
import cetz.draw: *
let u = 1/(length+1)
let tl = if length == 0 {(0, 0)} else {(u/2, 0)}
let tr = if length == 0 {(8pt, 0)} else {(1-u/2, 0)}
stroke(color)
... | |
https://github.com/nafkhanzam/typst-common | https://raw.githubusercontent.com/nafkhanzam/typst-common/main/src/common/utils.typ | typst | #let call-or-value(a, args) = if type(a) == "function" {
a(..args)
} else {
a
}
| |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/047%20-%20Pride%20Across%20the%20Multiverse/001_Note%20for%20a%20Stranger.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Note for a Stranger",
set_name: "Pride Across the Multiverse",
story_date: datetime(day: 02, month: 05, year: 2022),
author: "<NAME>",
doc
)
On the exterior wall of an inn in Precinct Five on the city-plane of Ravnica hangs the Traveler's N... | |
https://github.com/bigskysoftware/hypermedia-systems-book | https://raw.githubusercontent.com/bigskysoftware/hypermedia-systems-book/main/-3-foreword.typ | typst | Other | = Foreword
While there have been many books on the topic of hypermedia, there is a select
number of publications that chronicle important advances in the field of
hypermedia and this book is one of them. Not only does this book describe the
benefits of creating hypermedia-driven applications (HDAs), it leads the reade... |
https://github.com/chamik/gympl-skripta | https://raw.githubusercontent.com/chamik/gympl-skripta/main/README.md | markdown | Creative Commons Attribution Share Alike 4.0 International | # Gympl skripta
Zápisky ze školní češtiny a angličtiny k maturitě na GJP-ME. Delší povídání najdeš na [mém webu](https://chamik.eu/gympl-skripta/).
## Vývoj
Budeš si muset stáhnout [Typst](https://github.com/typst/typst).
Vývoj pomocí
```
typst watch main.typ
```
Nebo jen vytvoř pdf pomocí:
```
typst compile main.typ... |
https://github.com/ClazyChen/Table-Tennis-Rankings | https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2006/MS-06.typ | typst |
#set text(font: ("Courier New", "NSimSun"))
#figure(
caption: "Men's Singles (1 - 32)",
table(
columns: 4,
[Ranking], [Player], [Country/Region], [Rating],
[1], [<NAME>], [CHN], [3021],
[2], [<NAME>], [GER], [2855],
[3], [<NAME>], [CHN], [2817],
[4], [<NAME>], [CHN], [2731],
... | |
https://github.com/xsro/xsro.github.io | https://raw.githubusercontent.com/xsro/xsro.github.io/zola/typst/nlct/math/ode.typ | typst | = Order Linear Differential Equations
- "https://www.sfu.ca/math-coursenotes/Math%20158%20Course%20Notes/chap_DifferentialEquations.html
== Homogeneity of a Linear DE
Given a linear differential equation
$
F_n(x)(d^n y)/(d x^n)
+F_(n-1)(x)(d^(n-1) y)/(d x^(n-1))
+dots
+F_2(x)(d^2 y)/(d x^2)
+F_1(x)(d y)/(d x)
+F_0(... | |
https://github.com/elteammate/typst-compiler | https://raw.githubusercontent.com/elteammate/typst-compiler/main/src/typesystem.typ | typst | #import "typesystem-def.typ": *
#import "typesystem-lexer.typ": *
#import "typesystem-parser.typ": *
#let type_from_string(str) = typesystem_parse(ts_lex(str))
// #type_from_string("tuple<content,none,float,tuple<int,any>,array<int>,dictionary<int>,function<int,int>,tuple<>,object<any:any>>")
#let type_to_string(ty... | |
https://github.com/waseemR02/waseemr02-cv | https://raw.githubusercontent.com/waseemR02/waseemr02-cv/typst/docs/README.md | markdown | MIT License | # waseemr02-cv
This repository uses [Typst](https://github.com/typst/typst) to generate a resume using a template provided by [jskherman](https://github.com/jskherman/cv.typ). The process is automated using GitHub Actions, which runs a workflow to generate a PDF version of the resume and upload it as an artifact. The ... |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/03-unicode/unicode.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/heading.typ": chapter
#import "/template/components.typ": note
#import "/template/lang.typ": french, russian, greek
#import "/lib/glossary.typ": tr
#show: web-page-template
#chapter[
// The Unicode Standard
Unicode 标准
]
// When humans exchan... |
https://github.com/typst-community/valkyrie | https://raw.githubusercontent.com/typst-community/valkyrie/main/src/assertions/length.typ | typst | Other | #import "../assertions-util.typ": assert-positive-type
/// Asserts that tested value's length is greater than or equal to argument
#let min(rhs) = {
assert-positive-type(rhs, types: (int,), name: "Minimum length")
return (
condition: (self, it) => it.len() >= rhs,
message: (self, it) => "Length must be at... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/layout/par-indent.typ | typst | Apache License 2.0 | // Test paragraph indent.
---
#set par(first-line-indent: 12pt, leading: 5pt)
#set block(spacing: 5pt)
#show heading: set text(size: 10pt)
The first paragraph has no indent.
But the second one does.
#box(image("/files/tiger.jpg", height: 6pt))
starts a paragraph, also with indent.
#align(center, image("/files/rhin... |
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/entries.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #include "./pre-reveal.typ"
#include "./post-reveal.typ"
#include "./game-rules.typ"
#include "./team-organization.typ"
#include "./identify-drivetrain.typ"
#include "./brainstorm-drivetrain-components.typ"
#include "./decide-drivetrain-type.typ"
#include "./brainstorm-drivetrain-config.typ"
#include "./decide-drivet... |
https://github.com/WinstonMDP/knowledge | https://raw.githubusercontent.com/WinstonMDP/knowledge/master/permutations.typ | typst | #import "cfg.typ": cfg
#show: cfg
= Перестановки
Перестановка $:=$ биекция между ${1, ..., n}$.
$S_n :=$ множество всех перестановок длины $n$.
Записывают в виде $mat(1, 2, ..., n; pi_1, pi_2, ..., pi_n)$.
$S_n$ - группа, называемая симметрической группой степени $n$.
Цикл - это перестановка, которая циклически пе... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.