repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/opticalsize_06.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test complex prime combilnations
$a'_b^c$, $a_b'^c$, $a_b^c'$, $a_b'^c'^d'$
$(a'_b')^(c'_d')$, $a'/b'$, $a_b'/c_d'$
$∫'$, $∑'$, $ ∑'_S' $
|
https://github.com/frosty884/vex-typst-notebook | https://raw.githubusercontent.com/frosty884/vex-typst-notebook/main/fonts.typ | typst | #text(font: "New Computer Modern Math", size: 14pt, "The quick brown fox jumps over the lazy dog") \
#text(font: "New Computer Modern", size: 14pt, "The quick brown fox jumps over the lazy dog") \
#text(font: "NewCMMath", size: 14pt, "The quick brown fox jumps over the lazy dog") \
#text(font: "NewCMMono", size: 14pt, ... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/math/numbering.typ | typst | Apache License 2.0 | // Test equation numbering.
---
#set page(width: 150pt)
#set math.equation(numbering: "(I)")
We define $x$ in preparation of @fib:
$ phi.alt := (1 + sqrt(5)) / 2 $ <ratio>
With @ratio, we get
$ F_n = round(1 / sqrt(5) phi.alt^n) $ <fib>
|
https://github.com/michidk/cv | https://raw.githubusercontent.com/michidk/cv/main/src/template/section.typ | typst | #import "color.typ": *
#import "../lib/date.typ": formatDate, hasExpired
#import "../lib/utils.typ": get
// sets up stylized section headings
#let setupSectionHeading(content, fontSizeAdjustment) = {
let padding = if fontSizeAdjustment == 0pt { 0.5cm } else { 0.1cm }
block(width: 100%, above: padding, below: 0.5c... | |
https://github.com/PraneethJain/IQIC | https://raw.githubusercontent.com/PraneethJain/IQIC/main/Assignment-2/2022101093.typ | typst | MIT License | #align(center, text(17pt)[*Introduction to Quantum Information and Communication*])
#align(center, text(16pt)[Theory Assignment-2])
#align(center, text(13pt)[<NAME>, 2022101093])
#let ket(x) = $lr(|#x angle.r)$
#let bra(x) = $lr(angle.l #x |)$
#let braket(x, y) = $lr(angle.l #x|#y angle.r)$
#let tensor = $times.circle... |
https://github.com/mattheww/tyroshup | https://raw.githubusercontent.com/mattheww/tyroshup/funcalls/funcalls/fns.typ | typst | #let dt(term_name) = [
#text(blue, term_name)
#label(term_name)
]
// Use like #t("trait")
#let t(term_name) = {
link(label(term_name), text(blue, term_name))
}
// Use like #t2("trait")[traits]
#let t2(term_name, body) = {
link(label(term_name), text(blue, body))
}
#let rubric(body) = {
set block(... | |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Multivariable%20Function.typ | typst | #import "template.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: project.with(
title: "Multivariable Function",
authors: (
"<NAME>",
),
date: "30 Octobre, 2023",
)
#set heading(numbering: "1.1.")
= Multivariable Function... | |
https://github.com/TJ-CSCCG/tongji-undergrad-thesis-typst | https://raw.githubusercontent.com/TJ-CSCCG/tongji-undergrad-thesis-typst/main/paddling-tongji-thesis/utils.typ | typst | MIT License | #let font-size = (
"0": 42pt, // 初号
"-0": 36pt, // 小初
"1": 26pt, // 一号
"-1": 24pt, // 小一
"2": 22pt, // 二号
"-2": 18pt, // 小二
"3": 16pt, // 三号
"-3": 15pt, // 小三
"4": 14pt, // 四号
"-4": 12pt, // 小四
"5": 10.5pt, // 五号
"-5": 9pt, // 小五
"6": 7.5pt, // 六号
"-6": 6.5pt, // 小六
"7": 5.5pt, // 七号
"-7... |
https://github.com/OverflowCat/BUAA-Automatic-Control-Components-Sp2024 | https://raw.githubusercontent.com/OverflowCat/BUAA-Automatic-Control-Components-Sp2024/neko/实验/2.typ | typst | #set text(lang: "zh", font: "Noto Serif CJK SC")
#show "。": "."
#show heading: t => v(.2em) + t + v(.3em)
= 二、变压器实验
== (一) 单相变压器“电压比 $K$”的实验测定
// + 实验开始前,应首先使“实验电源”的输出电压为零即调节“三相交流调压器”,逆时针拧到底,使其指示为0V。
- “实验电源”由“三相隔离调压器”的 $V_0$、$N_0$ 端接至受试变压器T(DP07)的高压线圈($A$-$B$ 端),低压线圈($A 1$-$A 2$端)开路。
// + 经实验老师检查无误后,按照【上电... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/line-align_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#align(right, line(length: 30%))
#align(right, rect())
|
https://github.com/LEXUGE/poincare | https://raw.githubusercontent.com/LEXUGE/poincare/main/src/templates/pf3.typ | typst | MIT License | // Modified by <NAME>
/*
pf3
Written by <NAME> (@maxwell-thum on GitHub)
Last modified: September 5, 2023
Based on the LaTeX style "pf2" by Leslie Lamport (https://lamport.azurewebsites.net/latex/pf2.sty)
See also "How to Write a 21st Century Proof" by Lamport (2011) (https://lamport.azurewebsites.net/pubs/p... |
https://github.com/shenxiangzhuang/typst-cn-book | https://raw.githubusercontent.com/shenxiangzhuang/typst-cn-book/master/lib.typ | typst | MIT License | #import "./components/indent.typ": fake-par
#import "./components/font.typ": 字体, 字号
#import "@preview/outrageous:0.1.0"
#let book(title, doc) = {
set text(lang: "zh")
set page(
paper: "a4",
margin: (top: 25mm, bottom: 20mm, x:30mm),
header: align(
center + horizon,
title
),
)
... |
https://github.com/RanolP/typlog | https://raw.githubusercontent.com/RanolP/typlog/main/_utils/_prelude.typ | typst | #import "@preview/fletcher:0.4.2" as fletcher: node, edge
#import "_palette.typ": *
#import "_utils.typ": *
#let post(no, subtitle, content) = {
set page(fill: color.rgb("#d2d2d2"))
set text(font: "Pretendard")
show heading.where(level: 1): set text(size: 24pt)
show heading.where(level: 2): set text(size: 20pt... | |
https://github.com/ma4096/mvar | https://raw.githubusercontent.com/ma4096/mvar/main/typst/mvar.typ | typst | MIT License | // typst implementation of mvar system
/*
#set text(
font: "New Computer Modern"
)
#set math.equation(numbering: "(1)")
*/
// mitex module to parse matlab exported symbolic latex expressions
#import "@preview/mitex:0.2.4": *
// si units
#import "@preview/unify:0.6.0": qty
#let results = (0,1)
#let loadvariables(p... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/github-pages/docs/ir-features.typ | typst | Apache License 2.0 |
#import "graphs.typ": ir-feature-graph
#set page(height: auto, width: auto, margin: 0.5em)
#show link: underline
#figure(
ir-feature-graph(stroke-color: black, bg-color: white, light-theme: true),
caption: [Figure: Features of the #emph("Vector Format"). ],
numbering: none,
)
|
https://github.com/jamesrswift/typst-chem-par | https://raw.githubusercontent.com/jamesrswift/typst-chem-par/main/src/rules/dropcaps.typ | typst | MIT License | #import "../stateful.typ": *
#import "../constants.typ"
#let fischer-dropcaps(body) = {
show: it => {
for k in constants.fischer-dropcaps {
it = {
show k + "-": (it) => {
show: text.with(size: 0.65em)
show "-": "–"
it
... |
https://github.com/txpipe-shop/sundae-swap | https://raw.githubusercontent.com/txpipe-shop/sundae-swap/main/README.md | markdown | # Audit Template
Report PDFs can be downloaded from [releases](./releases).
## Development
We use [typst](https://github.com/typst/typst#installation) to have a git-based workflow for our reports. Audits as code!
| |
https://github.com/Mc-Zen/quill | https://raw.githubusercontent.com/Mc-Zen/quill/main/docs/guide/template.typ | typst | MIT License | #import "../../src/quill.typ"
#import quill: *
// 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: "",
abstract: [],
authors: (),
url: none,
date: none,
version: none,
body,
... |
https://github.com/noahjutz/AD | https://raw.githubusercontent.com/noahjutz/AD/main/notizen/sortieralgorithmen/mergesort/merge_algorithm_0.typ | typst | #import "/components/num_row.typ": num_row, arrowed
#let nums = (12, 23, 34, 45, 7, 17, 18, 38, 43)
#let n = nums.len()
#let m = calc.div-euclid(n, 2)
#table(
columns: (auto, ) + (1fr,) * nums.len(),
align: center,
..num_row(
nums,
hl_tertiary: (0, m),
arrow_down: (
(0, 0), (m, 0)
),
l... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/050%20-%20Phyrexia%3A%20All%20Will%20Be%20One/005_Episode%203%3A%20Inconceivable%20Losses.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Episode 3: Inconceivable Losses",
set_name: "Phyrexia: All Will Be One",
story_date: datetime(day: 14, month: 01, year: 2023),
author: "<NAME>",
doc
)
The tunnel plunged downward, arrowing for the heart of New Phyrexia. The enclosing walls ... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/repeat-05.typ | typst | Other | // Error: 2:2-2:13 repeat with no size restrictions
#set page(width: auto)
#repeat(".")
|
https://github.com/juicebox-systems/ceremony | https://raw.githubusercontent.com/juicebox-systems/ceremony/main/instructions/presentation.typ | typst | MIT License | // This module includes layout- and styling-related components, settings, and
// helpers.
#import "debug.typ": debug_color, debug_level, debug_text
#import "model.typ"
// Returns an inline element that is a placeholder. `task` should be content
// describing what needs to be done.
#let todo(task) = text(
fill: red,... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/finite/0.1.0/README.md | markdown | Apache License 2.0 | # finite (v0.1.0)
**finite** is a [Typst](https://github.com/typst/typst) package for rendering finite automata on top of [CeTZ](https://github.com/johannes-wolf/typst-canvas).
## Usage
For Typst 0.6.0 or later, import the package from the typst preview repository:
```js
#import "@preview/finite:0.1.0": automaton
`... |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/grundpositionen/dresdner_konsens.typ | typst | Other | #import "/src/template.typ": *
== #ix("<NAME>")
Im #ix("<NAME>") ist das #ix("pädagogisch-politische Selbstverständnis", "Selbstverständnis, pädagogisch-politisch") wiederzuerkennen: Er besteht aus der Zielsetzung, dass der Philosophieunterricht mündige, kritisch-denkende und urteilsfähige Bürger bilden soll. Der #ix... |
https://github.com/Dherse/typst-brrr | https://raw.githubusercontent.com/Dherse/typst-brrr/master/samples/masterproef/abstract.typ | typst | #import "elems/ieee.typ": *
#show: ieee.with(
title: "A software language approach for describing and programming photonics hardware",
abstract: [
This research presents a novel way of designing and describing photonic circuits, allowing for faster and more productive design and simulation of photonic circu... | |
https://github.com/rikhuijzer/phd-thesis | https://raw.githubusercontent.com/rikhuijzer/phd-thesis/main/chapters/discussion.typ | typst | The Unlicense | #import "../style.typ": citefig
#import "../functions.typ": chapter, textcite, parencite, note, avoid_indent, pagebreak_to_right
#pagebreak_to_right()
= Discussion
#avoid_indent()
We investigated whether it is possible to predict who will drop out from special forces selection.
To do so, we gathered data to compare sp... |
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/group-digits/test.typ | typst | Apache License 2.0 | #import "/src/lib.typ": num, metro-setup
#set page(width: auto, height: auto)
#num[12345.67890]
#num(group-digits: "none")[12345.67890]
#num(group-digits: "decimal")[12345.67890]
#num(group-digits: "integer")[12345.67890] |
https://github.com/MrToWy/Bachelorarbeit | https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Diagrams/rendered/idea1.typ | typst | #image("idea1.svg", width: 90%) | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/link_11.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// Text <hey>
// Text <hey>
// // Error: 2-20 label `<hey>` occurs multiple times in the document
// #link(<hey>)[Nope.] |
https://github.com/kokkonisd/typst-phd-template | https://raw.githubusercontent.com/kokkonisd/typst-phd-template/main/src/presentation.typ | typst | The Unlicense | #import "colors.typ": *
#import "fonts.typ": *
#import "logos.typ": *
// Get the title of the current slide.
//
// The title of the current slide will be fetched through metadata tags, if it exists.
// See the beginning of the `slide()` function.
//
// Parameters:
// - loc: the location to get the current slide for.
... |
https://github.com/Skimmeroni/Appunti | https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Metodi%20Algebrici/Codici/Ciclici.typ | typst | Creative Commons Zero v1.0 Universal | #import "../Metodi_defs.typ": *
Un codice lineare $C in ZZ_(p)^(n)$ si dice *codice ciclico* se per ogni
parola di $C$ esiste in $C$ ogni sua possibile permutazione ciclica.
#example[
- Si consideri il codice lineare $C = {000, 011, 101, 110} subset.eq
ZZ_(2)^(3)$. Si considerino tutte le permutazioni cicliche (d... |
https://github.com/han0126/MCM-for-Typst | https://raw.githubusercontent.com/han0126/MCM-for-Typst/Typst/README.md | markdown | # 数学建模Typst模板
## 格式
### 首行缩进
```typst
#let indent = h(2em)
```
### 页面设置
```typst
#let template(body, abstract: [摘要内容], title: "测试题目", keywords: ([key1], [key2], [key3])) = {
//设置页面
set page(
paper: "a4",
margin: (x: 2.5cm, y: 2.5cm), //页边距
numbering: numbly("{1}","{1}/{2}"), //页码格式:1/2
)
... | |
https://github.com/liamaxelrod/Resume | https://raw.githubusercontent.com/liamaxelrod/Resume/main/test_typst/Introduction_tutorial.typ | typst | = Introduction
how to use typst
by useing = makes a heading at start of the line of code
and the blank line of code make a new paragraph
a line break can be made using \\ at the end of the code
do use a special character use \\ before it to show up as a normal text
for italics text use ellipses (\_) \_with wards in... | |
https://github.com/qlaush/template_thesis_stuttgart_imvt | https://raw.githubusercontent.com/qlaush/template_thesis_stuttgart_imvt/main/README.md | markdown | MIT License | # Template for master thesis at IMVT University of Stuttgart
Modified version of the [thesis-template-typst](https://github.com/ls1intum/thesis-template-typst) from TUM.
|
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/PreventivoSprint/SettimoSprint.typ | typst | MIT License | #import "../../const.typ": Re_cost, Am_cost, An_cost, Ve_cost, Pr_cost, Pt_cost
#import "../../functions.typ": prospettoOrario, prospettoEconomico, glossary
== Settimo #glossary[sprint]
*Inizio*: Venerdì 05/01/2024
*Fine*: Giovedì 11/01/2024
#prospettoOrario(sprintNumber: "7")
#prospettoEconomico(sprintNumber: "7"... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/bibliography_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#set page(width: 200pt)
= Details
See also @arrgh #cite(<distress>, supplement: [p.~22]), @arrgh[p.~4], and @distress[p.~5].
#bibliography("/assets/files/works.bib")
|
https://github.com/yue-dongchen/LibreBitexts | https://raw.githubusercontent.com/yue-dongchen/LibreBitexts/master/Authors/Jules%20Verne/Vingt%20mille%20lieues%20sous%20les%20mers/Vingt%20mille%20lieues%20sous%20les%20mers.chapitre2.fr-en.typ | typst | Other | #import "../../../utils.typ"
#import utils: parallel-text as parallel
#import "@preview/ccicons:1.0.0": *
#set page(footer: [
#grid(
columns: (1fr, 1fr, 1fr),
align: (left, center + top, right),
[], [#counter(page).display("1")], [
#text(font: "Roboto", weight: "medium", size: 8pt)[#link("https://yue-dongchen... |
https://github.com/HarryLuoo/sp24 | https://raw.githubusercontent.com/HarryLuoo/sp24/main/431/hw/1/hw10.typ | typst | #set math.equation(numbering:"(1)")
= HW 10 <NAME>
== 9.2
- (a)
Recall markov's inequality: $P(X>= c) <= (E(X))/(c)$ for r.v. X and $c>0$
For exponential r.v. X, we know $E(X) = 1/lambda = 2, "Var"(X) = 1/lambda^2 = 4, X > 0$ By Markov's inequality, $ P(X>6)<= (2)/(6) =
#rect(inset: 8pt)[
$ display( 1/3)$
... | |
https://github.com/Ad4u/ad4u.github.io | https://raw.githubusercontent.com/Ad4u/ad4u.github.io/main/ceremony_cn.typ | typst | #let WIDTH = 90mm
#let HEIGHT = 160mm
#let MARGIN = 6mm
#let FRONT_TOP_MARGIN = 35mm
#let BACKGROUND = image("assets/background.jpg", width: WIDTH, height: HEIGHT)
#let FRONT = image("assets/front.jpg", width: WIDTH, height: HEIGHT)
#let BACK = image("assets/back.jpg", width: WIDTH, height: HEIGHT)
#set document(title... | |
https://github.com/RaphGL/ElectronicsFromBasics | https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap2/9_computer_simulation_of_electric_circuits.typ | typst | Other | === Computer simulation of electric circuits
Computers can be powerful tools if used properly, especially in the realms of science and engineering.
Software exists for the simulation of electric circuits by computer, and these programs can be very useful in helping circuit designers test ideas before actually building... |
https://github.com/isaacholt100/isaacholt100.github.io | https://raw.githubusercontent.com/isaacholt100/isaacholt100.github.io/master/maths-notes/template.typ | typst | #import "@preview/lemmify:0.1.5": *
#import "@preview/polylux:0.3.1": *
#let thm-style-proof(
thm-type,
name,
number,
body
) = block(width: 100%, breakable: true)[#{
emph(thm-type) + "."
if number != none {
strong(number) + " "
}
if name != none {
emph[(#name)] + " "
... | |
https://github.com/mitex-rs/mitex | https://raw.githubusercontent.com/mitex-rs/mitex/main/README.md | markdown | Apache License 2.0 | # [MiTeX](https://github.com/mitex-rs/mitex)
**[LaTeX](https://www.latex-project.org/) support for [Typst](https://typst.app/), powered by [Rust](https://www.rust-lang.org/) and [WASM](https://webassembly.org/).**
[MiTeX](https://github.com/mitex-rs/mitex) processes LaTeX code into an abstract syntax tree (AST). Then... |
https://github.com/Tyrn/wei | https://raw.githubusercontent.com/Tyrn/wei/master/the-insider-ru.typ | typst | #import "robinson-pip.typ": part, chapter, formatDoc
#show: doc => formatDoc(doc)
#set text(lang: "ru")
#show par: set block(spacing: 0.65em)
#set par(first-line-indent: 1em, justify: true)
#set text(hyphenate: true)
#place(center + horizon, dy: -10em)[
#text(size: 25pt)[
Инсайдер
]
#text(size: 15pt)[
... | |
https://github.com/cadojo/correspondence | https://raw.githubusercontent.com/cadojo/correspondence/main/src/vita/src/awards.typ | typst | MIT License | #let awardslist = state("awardslist", ())
#let award(
name, date, notes,
) = {
let title = [
#stack(
dir: ltr,
spacing: 1fr,
heading(level: 3, name),
align(right)[
#set text(rgb(90,90,90))
#date
]
)
#notes
]
awardslist.update(current => current + (ti... |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CU/postna_triod/1_generated/Tyzden1/1_Pondelok.typ | typst | #import "../../../all.typ": *
#columns(2, gutter: 2pt, [
== #translation.at("Po")
// ---------------------------------------
// UTIEREN
// ---------------------------------------
=== #translation.at("U")
#generateTable((
// Note 1: before U
cText[$#sym.ast.circle$],
cText([Въ нача́ло же р҃в-... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/list-05.typ | typst | Other | // This works because tabs are used consistently.
- A with 1 tab
- B with 2 tabs
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/anti-matter/0.0.2/src/lib.typ | typst | Apache License 2.0 | // avoid exporting util
#let (
anti-front-end,
anti-inner-end,
anti-outer-counter,
anti-inner-counter,
anti-active-counter-at,
anti-page-at,
anti-page,
anti-header,
anti-thesis,
anti-matter,
) = {
// TODO: I think the spec could be removed in favor of loc.page-numbering()
// validate spec
let... |
https://github.com/Wint3rmute/cv | https://raw.githubusercontent.com/Wint3rmute/cv/master/alta-typst.typ | typst | MIT License | #let primary_colour = rgb("#3E0C87") // vivid purple
#let icon(name, shift: 1.5pt) = {
box(
baseline: shift,
height: 10pt,
image(name + ".svg")
)
h(3pt)
}
#let findMe(services) = {
set text(8pt)
let icon = icon.with(shift: 2.5pt)
services.map(service => {
icon(service.name)
if "d... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/075.%20unions.html.typ | typst | unions.html
An Alternative Theory of Unions
May 2007People who worry about the increasing gap between rich and poor
generally look back on the mid twentieth century as a golden age.
In those days we had a large number of high-paying union manufacturing
jobs that boosted the median income. I wouldn't quite call the
hi... | |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/02-concepts/mtop.typ | typst | Other | #import "/lib/draw.typ": *
#let start = (0, 0)
#let end = (1000, 300)
#let main-point = (p, style: none, cornel: false) => {
if not style.need-rect or not cornel {
point(p, radius: style.point.main.circle.radius, color: style.point.main.circle.color)
} else {
let (px, py) = p
let half = style.point.ma... |
https://github.com/JosephBoom02/Appunti | https://raw.githubusercontent.com/JosephBoom02/Appunti/main/Anno_3_Semestre_2/Sicurezza_Informatica/Sicurezza_Informatica.typ | typst | #let title = "Sicurezza Informatica"
#let author = "<NAME>"
#set document(title: title, author: author)
#show link: set text(rgb("#cc0052"))
#show ref: set text(green)
#set page(margin: (y: 0.5cm))
#set page(margin: (x: 1cm))
#set text(14pt)
#set heading(numbering: "1.1.1.1.1.1")
//#set math.equation(numbering: ... | |
https://github.com/hewliyang/fyp-typst | https://raw.githubusercontent.com/hewliyang/fyp-typst/main/self-supervised.typ | typst | #set heading(numbering: "1.")
= Discussion & Related Work (Part II)
As we have seen in the previous sections, purely supervised MOS predictors struggle to perform in out-of-domain evaluations.
This is an active area of research, evidenced by the rise of new challenges such as VoiceMOS @10389763.
Simply gathering mor... | |
https://github.com/NycRat/arduino-workshop | https://raw.githubusercontent.com/NycRat/arduino-workshop/main/slides/arduino_workshop.typ | typst | #set page(width: 1920pt, height: 1080pt, fill: rgb("#fffbfc"))
/*
#let x = 2.2
#set page(width: 11in * x, height: 8.5in * x, fill: rgb("#fffbfc"))
*/
#set text(40pt, font: "IBM Plex Mono")
#[
#set align(center + horizon)
= Creating a fun game with Arduino!
#text(rgb("#888"))[Basics of Arduino Circuits with _E... | |
https://github.com/OtaNix-ry/typst-packages | https://raw.githubusercontent.com/OtaNix-ry/typst-packages/main/board-meeting/0.1.0/lib.typ | typst | MIT License | #import "colors.typ" as colors: *
// This template is mostly adapted from
// - https://github.com/DVDTSB/dvdtyp/
// Copyright (c) 2024 DVDTSB
// - https://github.com/piepert/grape-suite/blob/main/src/exercise.typ
// Copyright (c) 2024 <NAME>
#let meeting(
title: "",
subtitle: none,
header: none,
header-r... |
https://github.com/konradroesler/edym-skript | https://raw.githubusercontent.com/konradroesler/edym-skript/main/template.typ | typst | // Minimal template to write a script for a math course
// in university.
#let uni-script-template(
title: [Title],
author: [Author],
module-name: [Course Name],
body
) = {
// Setup custom counter to run parallel to the page counter
// caution: ugly code
let pagecounter = counter("pagecounter")
// Pag... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/bugs/args-underscore-00.typ | typst | Other | #test((1, 2, 3).map(_ => {}).len(), 3)
|
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CU/oktoich/1_generated/0_all/Hlas6.typ | typst | #import "../../../all.typ": *
#show: book
= #translation.at("HLAS") 6
#include "../Hlas6/0_Nedela.typ"
#pagebreak()
#include "../Hlas6/1_Pondelok.typ"
#pagebreak()
#include "../Hlas6/2_Utorok.typ"
#pagebreak()
#include "../Hlas6/3_Streda.typ"
#pagebreak()
#include "../Hlas6/4_Stvrtok.typ"
#pagebreak()
#include "../H... | |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/VerbaliInterni/VerbaleInterno_231208/content.typ | typst | MIT License | #import "meta.typ": inizio_incontro, fine_incontro, luogo_incontro
#import "functions.typ": glossary, team
#let participants = csv("participants.csv")
= Partecipanti
/ Inizio incontro: #inizio_incontro
/ Fine incontro: #fine_incontro
/ Luogo incontro: #luogo_incontro
#table(
columns: (3fr, 1fr),
[*Nome*], [*Durat... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/122.%20apple.html.typ | typst | apple.html
Apple's Mistake
Want to start a startup? Get funded by
Y Combinator.
November 2009I don't think Apple realizes how badly the App Store approval process
is broken. Or rather, I don't think they realize how much it matters
that it's broken.The way Apple runs the App Store has harmed their reputation w... | |
https://github.com/vimkat/typst-ohm | https://raw.githubusercontent.com/vimkat/typst-ohm/main/README.md | markdown | MIT License | # Typst Package: Ohm
This package provides templates that follow the corporate identity guide of [Technische Hochschule Nürnberg <NAME> (Ohm)](https://th-nuernberg.de).
## Versioning
During development, the version number is set to `0.X.Y`.
The `X` will be increased with every breaking change.
The `Y` will be increa... |
https://github.com/Nianyi-GSND-Projects/GSND-5130-GP1 | https://raw.githubusercontent.com/Nianyi-GSND-Projects/GSND-5130-GP1/master/README.md | markdown | # GSND 5130 Group Project \#1
This README document is written and maintained by [<NAME>](https://github.com/WangNianyi2001/).
Last updated: 10/10/2024
## Objectives
In this project, we are required to perform a qualitative research.
- **Draft 1**: By 09/22, we should finish the RQ (research question) proposal and ... | |
https://github.com/BreakingLead/note | https://raw.githubusercontent.com/BreakingLead/note/main/Math/linear-algebra/tsinghua.typ | typst |
#import "../../template-mathnote.typ": *
#show: template
= 数理逻辑和证明方法
== 证明法
=== 直接证明法
用逻辑链条证明即可。
=== 间接证明法
==== 第一数学归纳法
$P(1) and (P(n) =>P(n+1)) => P(n) forall n in NN$
==== 第二数学归纳法
== 映射
#definition[映射][
给定集合 $X,Y$ 若 $forall x in X exists! y in Y$ 与之对应,则称这个对应关系是 $f: X->Y$ 记做
$ f: &X -> Y \
&x |-> f(x)
... | |
https://github.com/FkHiroki/ex-D2 | https://raw.githubusercontent.com/FkHiroki/ex-D2/main/sections/section4.typ | typst | MIT No Attribution | = 問4 太陽に詳しくなる
地球で暮らしている我々にとって最も身近な天体は太陽と月で、最も実生活で我々に恩恵を与えているのは太陽であると私は考えています。この地球環境科学の講義を今まで受けてきたことで、太陽系から銀河、宇宙の果てと回を重ねるにつれてスケールが壮大なものへとなっていきました。もし友人から、この授業を受けたことでどんなことを学んだのか聞かれた際、超新星爆発やダークマター、系外惑星の検出法といった他の人が未知でかつ響きがカッコいい話題を挙げるのもいいかもしれません。しかし、私たちにとって身近である太陽について詳しくなり、それを人に話せるようになることで、太陽に対する視点を自他共に変えることができて面白いなと私は感じま... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/text/hyphenate.typ | typst | Apache License 2.0 | // Test hyphenation.
---
// Test hyphenating english and greek.
#set text(hyphenate: true)
#set page(width: auto)
#grid(
columns: (50pt, 50pt),
[Warm welcomes to Typst.],
text(lang: "el")[διαμερίσματα. \ λατρευτός],
)
---
// Test disabling hyphenation for short passages.
#set page(width: 110pt)
#set text(hyphen... |
https://github.com/RubixDev/typst-i-figured | https://raw.githubusercontent.com/RubixDev/typst-i-figured/main/examples/level-two.typ | typst | MIT License | #import "../i-figured.typ"
#set page(width: 15cm, height: auto, margin: 1.5cm)
#set heading(numbering: "1.")
// this `level: 2` instructs the figure counters to be reset for every
// level 2 section, so at every level 1 and level 2 heading.
#show heading: i-figured.reset-counters.with(level: 2)
// this `level: 2` ins... |
https://github.com/DustVoice/DustArch | https://raw.githubusercontent.com/DustVoice/DustArch/main/DustArch.typ | typst | #import "dustypst/dustypst.typ": admindoc_project, note, important, tip, warning, caution, linkfn, filepath, terminal-root, terminal, cmd, pkg-aur, pkgtable, filesrc, codeblock, pkg
#show: admindoc_project.with(title: "DustArch", subtitle: "DustVoice's Arch Linux from scratch")
= Inside the `archiso`
This chapter is... | |
https://github.com/jiamingluuu/mata35-notes | https://raw.githubusercontent.com/jiamingluuu/mata35-notes/main/cmp-test.typ | typst | #set rect(width: 100%, radius: 8pt, fill: rgb("#f2f2f2"), stroke: 1pt,
inset: 12pt)
= Introduction
In practice assignment 2 (PA 2), we are asked to check if result of the integral
$ I= integral_3^infinity 1/ (x(x-1)(x-2)) dif x $
is finite. With the support of basic logarithmic and limit properties, we a... | |
https://github.com/CreakZ/mirea-algorithms | https://raw.githubusercontent.com/CreakZ/mirea-algorithms/master/reports/work_1/work_1.typ | typst | #import "../title_page_template.typ": title_page
#import "../layouts.typ": *
#set text(font: "New Computer Modern", size: 14pt)
#set page(margin: (top: 2cm, bottom: 2cm, left: 2cm, right: 2cm))
#set heading(numbering: "1.")
#show figure.where(kind: table): set figure.caption(position: top, separator: [ -- ])
... | |
https://github.com/miliog/typst-penreport | https://raw.githubusercontent.com/miliog/typst-penreport/master/typst-penreport/content/summary_of_findings.typ | typst | MIT No Attribution | #import "../helper/severity.typ": *
#let summaryOfFindings() = {
locate(
loc => {
let items = query(<data>, loc)
let n = 0
let columns = (1fr, auto)
table(
columns: columns,
inset: 10pt,
fill: (col, row) => {
if row == 0 { return luma(240) }
if ... |
https://github.com/syrkis/esch | https://raw.githubusercontent.com/syrkis/esch/main/typ/template/main.typ | typst | MIT License | // head /////////////////////////////////////////////////////////////////////////
#import "@preview/touying:0.5.2": *
#import "@preview/lovelace:0.3.0": *
#import "@local/escher:0.0.0": *
#let title = "Monte Carlo Tree Search (MCTS)"
#show: escher-theme.with(
aspect-ratio: "16-9",
config-info(author: "<NAME>", dat... |
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/04-linear-algebra/06-linear-spaces.typ | typst | Other | #import "../../utils/core.typ": *
== Линейные пространства. Основные определния
#ticket[Линейное пространство. Определение, примеры, простейшие свойства]
#def[
Пусть K --- поле. Говорят, что _линейное пространство_ над полем задано, если заданы:
- Множество $V$,
- Операция $V times V limits(-->)^+ V$, называе... |
https://github.com/rabotaem-incorporated/calculus-notes-2course | https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/reminders.typ | typst | #import "config.typ"
#import "utils/core.typ": *
#set heading(numbering: none)
= Полезные утверждения с первого курса
#def(label: "def-compact")[
Пусть $X$ --- топологическое пространство. Множество $K subset X$ называется _компактом_, если из любого покрытия $K$ открытыми множествами можно выбрать конечное подпок... | |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/typstonomicon/remove-indent-nested.md | markdown | MIT License | # Remove indent from nested lists
```typ
// author: fenjalien
#show enum.item: it => {
if repr(it.body.func()) == "sequence" {
let children = it.body.children
let index = children.position(x => x.func() == enum.item)
if index != none {
enum.item({
children.slice(0, index).join()
set... |
https://github.com/smorad/um_cisc_7026 | https://raw.githubusercontent.com/smorad/um_cisc_7026/main/lecture_7_convolution.typ | typst | #import "@preview/cetz:0.2.2"
#import "@preview/polylux:0.3.1": *
#import themes.university: *
#import "@preview/cetz:0.2.2": canvas, draw, plot
#import "common.typ": *
#import "@preview/algorithmic:0.1.0"
#import algorithmic: algorithm
// FUTURE TODO: Repeat self too much on locality/equivariance, restructure and rep... | |
https://github.com/Chwiggy/thesis_bachelor | https://raw.githubusercontent.com/Chwiggy/thesis_bachelor/main/src/appendices/03_code.typ | typst | #import "../preamble.typ": *
= Code
#figure(image("../figures/qr.png"), caption: [Link to Thesis release.], kind: "qr", supplement: "QR") <release>
The code used in this thesis is available on `github.com`:
+ The code to typeset this document can be found at #link("https://github.com/Chwiggy/thesis_bachelor"). A re... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-AB30.typ | typst | Apache License 2.0 | #let data = (
("LATIN SMALL LETTER BARRED ALPHA", "Ll", 0),
("LATIN SMALL LETTER A REVERSED-SCHWA", "Ll", 0),
("LATIN SMALL LETTER BLACKLETTER E", "Ll", 0),
("LATIN SMALL LETTER BARRED E", "Ll", 0),
("LATIN SMALL LETTER E WITH FLOURISH", "Ll", 0),
("LATIN SMALL LETTER LENIS F", "Ll", 0),
("LATIN SMALL LET... |
https://github.com/XcantloadX/TypstMomoTalk | https://raw.githubusercontent.com/XcantloadX/TypstMomoTalk/main/momotalk/files.typ | typst | #import "momotalk.typ" : *
#let FORMAT_VIDEO = "assets/files/video.svg"
#let FORMAT_AUDIO = "assets/files/audio.svg"
#let FORMAT_IMAGE = "assets/files/image.svg"
#let FORMAT_TEXT = "assets/files/txt.svg"
#let FORMAT_PDF = "assets/files/pdf.svg"
#let FORMAT_DOCUMENT = "assets/files/document.svg"
#let FORMAT_SHEET = "as... | |
https://github.com/saYmd-moe/note-for-statistical-mechanics | https://raw.githubusercontent.com/saYmd-moe/note-for-statistical-mechanics/main/utils/custom-counter.typ | typst | #import "./custom-numbering.typ": custom-numbering
#let heading1 = counter(heading.where(level:1))
#let heading2 = counter(heading.where(level:2))
#let heading3 = counter(heading.where(level:3))
#let heading4 = counter(heading.where(level:4))
#let heading5 = counter(heading.where(level:5))
// 一个自定义的计数器
#let custom-c... | |
https://github.com/EGmux/PCOM-2023.2 | https://raw.githubusercontent.com/EGmux/PCOM-2023.2/main/modules.typ | typst | // Just to organize the notes, a single include all files
//
#include "./style.typ"
#include "./lista2/main.typ"
#include "./classNotes/main.typ"
#include "./sharedFunctions.typ"
// #include "./unit2/main.typ"
// #include "./unit3/main.typ"
| |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/087.%20boss.html.typ | typst | boss.html
You Weren't Meant to Have a Boss
Want to start a startup? Get funded by
Y Combinator.
March 2008, rev. June 2008Technology tends to separate normal from natural. Our bodies
weren't designed to eat the foods that people in rich countries eat, or
to get so little exercise.
There may be a similar prob... | |
https://github.com/HEIGVD-Experience/docs | https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S4/ARO/docs/8-Pipeline/pipeline.typ | typst | #import "/_settings/typst/template-note.typ": conf
#show: doc => conf(
title: [
Pipeline
],
lesson: "ARO",
chapter: "8 - Pipeline",
definition: "TBD",
col: 1,
doc,
)
= Type de parallélisme
== Parallélisme Bit-level
- Augmenter la taille des mots
- 64 bits (mais DDR2 de 256 bits)
== Parallélisme d'ins... | |
https://github.com/gongke6642/tuling | https://raw.githubusercontent.com/gongke6642/tuling/main/语言/语法/yufa.typ | typst | = 语法
Typst 是一种标记语言。这意味着您可以使用简单的语法来完成常见的布局任务。轻量级标记语法辅以设置和显示规则,可让您轻松自动地设置文档样式。所有这些都由具有内置和用户定义功能的紧密集成的脚本语言提供支持。
= 模式
Typst 有三种语法模式:标记、数学和代码。标记模式是 Typst 文档中的默认模式,数学模式允许您编写数学公式,代码模式允许您使用 Typst 的脚本功能。
您可以参考下表随时切换到特定模式:
#image("yufa1.png")
进入代码模式后,除非您在两者之间切换回标记或数学模式,否则无需使用进一步的哈希值。
= 标记
Typst 为最常见的文档元素提供内置标记。大多数语法元素只是相应函数的快... | |
https://github.com/nicolas-geniteau/resume-nicolas-geniteau | https://raw.githubusercontent.com/nicolas-geniteau/resume-nicolas-geniteau/main/resume.typ | typst | #import "brilliant-CV/template.typ": *
#show: layout
#set page(
margin: (
top: .3cm,
),
)
#cvHeader(hasPhoto: true, align: left)
#set text(size: 10pt,
weight: "medium",
style: "italic",
fill: regularColors.darkgray
)
Graduated from EPITA, I have 10+ years of experience in Infrastructure ... | |
https://github.com/takotori/PhAI-Spick | https://raw.githubusercontent.com/takotori/PhAI-Spick/main/sections/analysis.typ | typst | = Mehrdimensionale Analysis
*Linearisierung:* \
$ f(x) underbrace(approx, x approx x_0) f'(x_0)(x - x_0) + f(x_0) $
Häufig mit Funktionen mehrerer Variablen zu tun, die weitere Funktionen beinhalten. \
$ f(x, y) &= x^2 dot sin(y) \
x(t) &= sin(t) \
y(t) &= t^3 $
#colbreak()
*Partielle Ableitung:* \
Nach $x$ und $y$... | |
https://github.com/fufexan/cv | https://raw.githubusercontent.com/fufexan/cv/typst/modules/certificates.typ | typst | #import "../src/template.typ": *
#cvSection("Diplomas")
#cvHonor(
date: [2016],
title: [1st place, County stage],
issuer: [English Olympiad],
)
#cvHonor(
date: [2017-2019],
title: [Mentions],
issuer: [English Olympiad],
)
#cvHonor(
date: [2020],
title: [2nd place, County stage],
issuer: [English Olympiad],... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1F200.typ | typst | Apache License 2.0 | #let data = (
("SQUARE HIRAGANA HOKA", "So", 0),
("SQUARED KATAKANA KOKO", "So", 0),
("SQUARED KATAKANA SA", "So", 0),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
("SQUARED CJK UNIFIED IDEOGRAPH-624B", "So", 0),
("SQUARED CJK UNIFIED IDEOGRAPH-5B57", "So", 0),
("SQUARED CJK... |
https://github.com/krestenlaust/AAU-Typst-Template | https://raw.githubusercontent.com/krestenlaust/AAU-Typst-Template/main/report-template/chapters/technical_elements.typ | typst | MIT License | = Using Various Technical Elements
This section covers the following topics:
- Code formatting
- Some graphs
== Representing Code
The easiest way to represent code in a document is using the native Typst functionality. It uses the exact same syntax as regular extended markdown.
This is an example of Scala.
```scala... |
https://github.com/sora0116/unix_seminar | https://raw.githubusercontent.com/sora0116/unix_seminar/master/handout/lldb/main.typ | typst | #import "@preview/big-todo:0.2.0": *
#set text(font: "<NAME>")
#set heading(numbering: "1.1")
#set page(numbering: "1")
#show raw: it => {
if (it.lang == "shell") {
block(fill: rgb("#1d2433"), width: 100%, inset: 10pt, radius: 10pt)[
#text(fill: rgb("#f6f6f6"))[#it]
]
} else {
it
... | |
https://github.com/justmejulian/typst-documentation-template | https://raw.githubusercontent.com/justmejulian/typst-documentation-template/main/main.typ | typst | #import "./theme/template.typ": project
#import "./theme/cover.typ": cover
#import "./theme/disclaimer.typ": disclaimer
#import "./theme/acknowledgement.typ": acknowledgement
#import "./theme/abstract.typ": abstract
#import "metadata.typ": *
// Document metadata
#set document(title: title, author: author, date: datet... | |
https://github.com/mathias-aparicio/simple-preavis | https://raw.githubusercontent.com/mathias-aparicio/simple-preavis/main/README.md | markdown | MIT License | # ✉️ Préavis
**Preavis** est un template typst pour écrire une lettre de préavis d'état des lieux à son propriétaire.
Il est fortement inspiré de cet [outil](https://www.service-public.fr/simulateur/calcul/CongeLogement) réalisés par les services publics 🙏.
## Utilisation
### Exemple d'utilisation
```typst
#impo... |
https://github.com/EgorGorshen/scripts-for-typst | https://raw.githubusercontent.com/EgorGorshen/scripts-for-typst/main/truth-table.typ | typst | MIT License | #let product(times, nums: (false, true)) = {
if times == 0 {
return ((),)
}
let ret = ()
let prev = product(times - 1, nums: nums)
for item in nums {
for pr in prev {
pr.insert(0, item)
ret.push(pr)
}
}
ret
}
#let truthTableArrayArray(func, args_num) = {
let res = ()
for args ... |
https://github.com/barrel111/readings | https://raw.githubusercontent.com/barrel111/readings/main/problems/cs%20masterclass%20problems.typ | typst | #import "@local/preamble:0.1.0": *
#import "@preview/fletcher:0.4.3" as fletcher: diagram, node, edge
#import "@preview/commute:0.2.0": node, arr, commutative-diagram
#show: project.with(
course: "",
sem: "Summer",
title: "Cauchy-Schwarz Masterclass",
subtitle: "Aluffi",
authors: ("<NAME>",),
)
#set enum(in... | |
https://github.com/michidk/cv | https://raw.githubusercontent.com/michidk/cv/main/src/lib/date.typ | typst | // Parse ISO8601 dates
#let parseDate(dateStr) = {
let components = dateStr.split("-")
let year = int(components.at(0))
let month = int(components.at(1))
let day = int(components.at(2))
datetime(
year: year,
month: month,
day: day
)
}
#let months = ("Jan", "Feb", "Mar", "Apr", "May", "Jun", "J... | |
https://github.com/Enter-tainer/typstyle | https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/func/func_call.typ | typst | Apache License 2.0 | #text[123]
#text()[123]
#text(weight: "bold")[123]
#table()[123][456]
#table[123][456]
#link("http://example.com")[test]
|
https://github.com/binhtran432k/ungrammar-docs | https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/conclusions/index.typ | typst | #let m = yaml("/metadata.yml")
= Conclusions and Future Work
== Project Achievements
Throughout the implementation of this graduation thesis, with the valuable
guidance of #m.supervisors.at(0), our team has successfully achieved positive
outcomes and personal growth. Working together on this project has not only
enh... | |
https://github.com/CORDEA/typst-playground | https://raw.githubusercontent.com/CORDEA/typst-playground/main/main.typ | typst | Apache License 2.0 | #set page(paper: "a4")
#show heading.where(level: 1): set text(20pt)
#show heading.where(level: 2): set text(12pt)
#align(center)[
= Typst Playground
]
#align(center)[
<NAME> \
<EMAIL>
]
#show: rest => columns(2, rest)
== Typst
Typst is a new markup-based typesetting system for the sciences. @typst Typst emb... |
https://github.com/AU-Master-Thesis/thesis | https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/lib/marker.typ | typst | MIT License | #import "catppuccin.typ": catppuccin
#let accent = catppuccin.latte.lavender
#let arrow = (
single: {
place(
left,
line(stroke: (paint: auto, thickness: 2pt, cap: "round"), start: (0em, 0.2em), end: (0.2em, 0.4em))
)
place(
left,
line(stroke: (paint: auto, thickness: 2pt, cap: "rou... |
https://github.com/actions-marketplace-validations/lvignoli_typst-action | https://raw.githubusercontent.com/actions-marketplace-validations/lvignoli_typst-action/main/README.md | markdown | MIT License | # Typst GitHub action
Build Typst documents using GitHub workflows.
## Example
Customize the following action to your own repo to compile `main.typ` to `main.pdf`, upload it as an action artifact, and create a timestamped release on push of a tagged commit.
Put it in `.github/workflow/build.yaml`.
```yaml
name: Bui... |
https://github.com/FrightenedFoxCN/cetz-cd | https://raw.githubusercontent.com/FrightenedFoxCN/cetz-cd/main/src/utils.typ | typst | // some functions for basic utilities
#let make-cetz-block(content) = align(center)[#cetz.canvas(length: 1cm, content)]
#let summing-series(arr, end) = {
let res = 0
for i in range(end) {
res += arr.at(i)
}
res
}
#let total-sum(arr) = {
let res = 0
for i in arr {
res += i
... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.0.2/draw.typ | typst | Apache License 2.0 | #import "vector.typ"
#import "matrix.typ"
#import "cmd.typ"
#import "util.typ"
#import "path-util.typ"
#import "coordinate.typ"
#import "bezier.typ": to-abc, quadratic-through-3points, cubic-through-3points
#import "intersection.typ"
#import "styles.typ"
#let typst-rotate = rotate
#let typst-measure = measure
// Meas... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.