repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/FurryAcetylCoA/sgu-thesis-typst | https://raw.githubusercontent.com/FurryAcetylCoA/sgu-thesis-typst/main/nju-thesis/template.typ | typst | MIT License | // 韶关学院学位论文模板 sgu-thesis-typst
// Author: https://github.com/OrangeX4
// Author: https://github.com/FurryAcetylCoA
// Repo: https://github.com/FurryAcetylCoA/sgu-thesis-typst
#import "@preview/anti-matter:0.0.2": anti-inner-end as mainmatter-end
#import "layouts/doc.typ": doc
#import "layouts/preface.typ": preface
#im... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/style-03.typ | typst | Other | // Test font fallback.
$ よ and 🏳️🌈 $
|
https://github.com/protohaven/printed_materials | https://raw.githubusercontent.com/protohaven/printed_materials/main/common-tools/bench_grinders.typ | typst |
#import "/meta-environments/env-features.typ": *
= Bench Grinders
Protohaven has a pair of two-disk bench grinders in the metal shop, useful for removing material from a workpiece.
The first bench grinder (on the left) holds:
- Wire brush wheel, suitable for any material (left)
- Aluminum grinding wheel, suitable ... | |
https://github.com/elteammate/typst-compiler | https://raw.githubusercontent.com/elteammate/typst-compiler/main/src/A-showcase-backend.typ | typst | #{
import "ir-gen.typ": *
import "pprint.typ": *
import "utils-asm-highlighting.typ": *
import "compile-x86.typ": *
let ir = ir_from_ast(parse(read("A-showcase.typ")))
// pprint(ir)
page(
columns: 2,
height: 23.5cm,
asm_code(compile_x86(ir.functions))
)
}
| |
https://github.com/bchaber/typst-template | https://raw.githubusercontent.com/bchaber/typst-template/main/documents/article.typ | typst | #import "ieee.typ": *
#show: ieee.with(
authors: (
(
name: "<NAME>",
department: [Faculty of Electrical Engineering],
organization: [Warsaw University of Technology],
location: [Warsaw, Poland],
email: "<EMAIL>"
),
),
index-terms: (),
bibliography-file: "bibliography.bib",
... | |
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/content/results/outlook_ide.typ | typst | #import "../../../acronyms.typ": *
= IDE for visual functional programming
In a future project, VisualFP could be further enhanced into a visual IDE for
Haskell.
Besides the functionality already implemented in the #ac("PoC") application, additional
features offered by Haskell would also need to be implemented visua... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/alignment-01.typ | typst | Other | // Test post-fix alignment.
$
& "right" \
"a very long line" \
"left" \
$
|
https://github.com/mdm/igotist | https://raw.githubusercontent.com/mdm/igotist/main/igotist.typ | typst | #import "@preview/cetz:0.2.0"
#let makediagram(key) = {
state(key,(
boardsize: 19,
diagramsize: 9.5cm,
linewidth: 0.75pt,
hoshiradius: 1.5pt,
stones: (
(color: black, position: (3, 3)),
(color: white, position: (15, 15)),
(color: white, position: (15, 16)),
),
numbers: (... | |
https://github.com/MobtgZhang/sues-thesis-typst | https://raw.githubusercontent.com/MobtgZhang/sues-thesis-typst/main/paper/chapters/abstract-en.typ | typst | MIT License | #let 英文关键词 = ("thesis", "typst", "template")
This template is a Typst template for the writing of thesis by postgraduate and undergraduate students at Shanghai University of Engineering Science. It aims to use the latest advanced Typst typesetting tools to focus on the content of the thesis writing, rather than spendi... |
https://github.com/AliothCancer/AppuntiUniversity | https://raw.githubusercontent.com/AliothCancer/AppuntiUniversity/main/custom_functions.typ | typst |
#let def(name, content) = {
/* Custom formatter for a definition
also work as a tag for definition
*/
let tag = "#def"
let name = text(
strong(
text(tag, fill: red)+ " -- " + name
),
18pt
)
let name = text(name, fill: blue)
let content = text(
content,
rgb("#000000"),
//15... | |
https://github.com/NMD03/typst-uds | https://raw.githubusercontent.com/NMD03/typst-uds/main/abstract.typ | typst |
This is quite abstract...
| |
https://github.com/Toniolo-Marco/git-for-dummies | https://raw.githubusercontent.com/Toniolo-Marco/git-for-dummies/main/slides/theory/introduction.typ | typst | #import "@preview/touying:0.5.2": *
#import themes.university: *
#import "@preview/numbly:0.1.0": numbly
#import "@preview/fletcher:0.5.1" as fletcher: node, edge
#let fletcher-diagram = touying-reducer.with(reduce: fletcher.diagram, cover: fletcher.hide)
#grid(columns: 2, column-gutter: 10%,
[Git is the *most wid... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/text/raw.typ | typst | Apache License 2.0 | // Test raw blocks.
---
// No extra space.
`A``B`
---
// Empty raw block.
Empty raw block:``.
---
// Typst syntax inside.
```typ #let x = 1``` \
```typ #f(1)```
---
// Multiline block splits paragraphs.
Text
```rust
fn code() {}
```
Text
---
// Lots of backticks inside.
````
```backticks```
````
---
// Trimming.... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/label-fields-dict_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test whether the label is accessible through the field method
#show heading: it => {
assert(str(it.label) == "my_label")
it
}
= Hello, world! <my_label>
|
https://github.com/jw2476/cslog | https://raw.githubusercontent.com/jw2476/cslog/master/devlogs/triangle/mod.typ | typst | == 2023-03-05 - From Zero to Triangle
Since I'll be rolling my own engine to get the most out of older computers, I need to build the systems a game engine would normally provide. I decided to start development with the renderer, as I felt it was going to be the most complicated of the engine systems, and being able t... | |
https://github.com/augustebaum/epfl-thesis-typst | https://raw.githubusercontent.com/augustebaum/epfl-thesis-typst/main/example/main.typ | typst | MIT License | #import "@preview/scholarly-epfl-thesis:0.1.1": template, front-matter, main-matter, back-matter
#show: template.with(author: "<NAME>")
// #set pagebreak(weak: true)
#set page(numbering: none)
#include "head/cover-page.typ"
#pagebreak()
#pagebreak()
#include "head/dedication.typ"
#show: front-matter
#include "head... |
https://github.com/benjavicente/tt-typst | https://raw.githubusercontent.com/benjavicente/tt-typst/main/main.typ | typst | // Formato
#set page(
paper: "us-letter",
margin: (bottom: 2.5cm, right: 2.5cm),
numbering: "1",
)
#set par(leading: 1.25em, justify: true)
#set text(lang: "es", font: "Arial", size: 12pt)
// Figuras con texto más chico, pero no en su título
#show figure: set text(size: 10pt)
#show figure.caption: set text(size:... | |
https://github.com/physicshinzui/typst-templates | https://raw.githubusercontent.com/physicshinzui/typst-templates/main/article/article.typ | typst | #import "article_template.typ": *
#show: doc => conf(
title: [Towards Improved Modelling],
authors: (
(
name: [<NAME>],
affiliation: [School of Frontier Enginnering, Kitasato University],
email: "<EMAIL>",
),
(
name: "XXXX",
affiliation: "University of XXX",
email: "<... | |
https://github.com/HEIGVD-Experience/docs | https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S5/PST/docs/3-ProbabilitéElementaire/probabiliteelementaire.typ | typst | #import "/_settings/typst/template-note.typ": conf
#show: doc => conf(
title: [
Probabilité élémentaire
],
lesson: "PST",
chapter: "3 - Probabilité élémentaire",
definition: "",
col: 1,
doc,
) | |
https://github.com/jasmerri/tsumo | https://raw.githubusercontent.com/jasmerri/tsumo/main/src/lib.typ | typst | MIT License | #import "./image-sets.typ"
#import "./tile.typ"
#import "./display.typ"
#import "./parser.typ"
#import "./frontend.typ": mahjong
|
https://github.com/neunenak/typst-leipzig-glossing | https://raw.githubusercontent.com/neunenak/typst-leipzig-glossing/master/abbreviations-used-example.typ | typst | MIT License | #import "abbreviations.typ": *
#let custom-abbreviations = (
"FMNT": "Present/Future stem formant",
)
#let fmnt = emit-abbreviation("FMNT")
// An example function that uses `with-used-abbreviations`
#let print_usage_chart = with-used-abbreviations(final-used-abbreviations => {
show terms: t => {
for t i... |
https://github.com/Rhinemann/mage-hack | https://raw.githubusercontent.com/Rhinemann/mage-hack/main/src/templates/interior_template.typ | typst | #let gold = rgb("#FFD700") // gold
#let purple = rgb("#4B0082") // indigo
#let par_indent = 2em
#let symbols = (
d4: symbol("\u{2463}"),
d6: symbol("\u{2465}"),
d8: symbol("\u{2467}"),
d10: symbol("\u{2469}"),
d12: symbol("\u{246B}"),
// d20: symbol("\u{2473}"),
pp: symbol("\u{24C5}"),
)
#let spec_c = ... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/type_check/op_contains.typ | typst | Apache License 2.0 | #let f(x) = {
assert(x in ("line", "number"))
}; |
https://github.com/derwind/mathlog-docs | https://raw.githubusercontent.com/derwind/mathlog-docs/main/articles/product-topology-and-borel-algebra.typ | typst | #import "../style/mathlog_style.typ": *
= 積位相と Borel 集合族
Ref. [Ø] を参考に、以下のような問題を考える。
$T$ を適当な集合とし、$T$ から $RR^n$ への函数の集合
$
X := (RR^n)^T = {f: T -> RR^n}
$
を考える。$RR^n$ の Borel 集合 $F_(t_i) in cal(B)(RR^n), 1 <= i <= k$ を用いて ${ f in X; f(t_i) in F_(t_i), 1 <= i <= k }$ と書けるような集合から生成される $sigma$-加法族 $cal(B)$ が、$T$ の適当な... | |
https://github.com/typst-community/valkyrie | https://raw.githubusercontent.com/typst-community/valkyrie/main/tests/contexts/remove-optional-none/test.typ | typst | Other | #import "/src/lib.typ" as z
#set page(height: auto, width: auto)
#let test-schema = z.dictionary((
id: z.string(optional: true),
index: z.string(optional: true),
name: z.string(),
institution: z.string(optional: true),
))
#let test-dictionary = (
name: "Helsdflo",
id: none,
)
#z.parse(
test-dictionary,... |
https://github.com/tingerrr/typst-test | https://raw.githubusercontent.com/tingerrr/typst-test/main/docs/book/src/reference/tests/README.md | markdown | MIT License | # Tests
There are currently three types of tests:
- Unit tests, tests which are run to test regressions on code changes mostly through comparison to reference documents.
- Template tests, special tests for template packages which take a scaffold document and attempt to compile it and optionally compare it.
- Doc tests... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/stack-1_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test spacing.
#set page(width: 50pt, margin: 0pt)
#let x = square(size: 10pt, fill: eastern)
#stack(
spacing: 5pt,
stack(dir: rtl, spacing: 5pt, x, x, x),
stack(dir: ltr, x, 20%, x, 20%, x),
stack(dir: ltr, spacing: 5pt, x, x, 7pt, 3pt,... |
https://github.com/devraza/warehouse | https://raw.githubusercontent.com/devraza/warehouse/main/blog/home_server_security.typ | typst | MIT License | #import "template.typ": conf
#show: doc => conf(
title: [ Home server security ],
doc,
)
= Introduction
Home server security is pretty often overlooked from what I can tell. Any device accessible from the internet has _some_ degree of vulnerability in the current era of the internet. I aim for this document to det... |
https://github.com/lvignoli/typst-pandoc | https://raw.githubusercontent.com/lvignoli/typst-pandoc/main/test_files/reader_problematic_cases.typ | typst | MIT License | Escaped markup\_ \#character should be \*parsed correctly\$.
Nested lists:
- 1
- 1.1
- 1.2
- 2
|
https://github.com/rice8y/cetzuron | https://raw.githubusercontent.com/rice8y/cetzuron/main/src/ae.typ | typst | #import "requirements.typ": *
#let ae(inputNodes, middleNodes, style: "short", label: true) = {
let inputTop = 3/4 * (inputNodes - 1)
let middleTop = 3/4 * (middleNodes - 1)
let outputTop = 3/4 * (inputNodes - 1)
let r = 0.5
let margin = -0.5
let diff = inputNodes - middleNodes
let middleLayers = 2 * dif... | |
https://github.com/herbhuang/utdallas-thesis-template-typst | https://raw.githubusercontent.com/herbhuang/utdallas-thesis-template-typst/main/utils/print_page_break.typ | typst | MIT License | #let print_page_break(print: bool, to: "even") = {
if print {
pagebreak(to: to)
} else {
pagebreak()
}
} |
https://github.com/Error-418-SWE/Documenti | https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20esterna/Specifica%20Tecnica/Specifica%20Tecnica.typ | typst | #import "/template.typ": *
#import table: cell, header
#show: project.with(
title: "Specifica Tecnica",
subTitle: "",
authors: (
"<NAME>",
"<NAME>",
),
showLog: true,
showImagesIndex: true,
isExternalUse: true,
);
= Introduzione
== Scopo del documento
Il presente documento ha come obiettivo la descrizion... | |
https://github.com/ivaquero/book-control | https://raw.githubusercontent.com/ivaquero/book-control/main/01-动态系统.typ | typst | #import "@local/scibook:0.1.0": *
#show: doc => conf(
title: "动态系统",
author: ("ivaquero"),
header-cap: "现代控制理论",
footer-cap: "github@ivaquero",
outline-on: false,
doc,
)
= 控制系统组成
<控制系统组成>
控制系统由动态系统(dynamical system)和控制器(controller)组成。
== 线性时不变系统
#definition[
当函数$f(x)$满足以下条件时,称其是线性的:
- 可加性:$f(x_1 + ... | |
https://github.com/cab404/resume.typ | https://raw.githubusercontent.com/cab404/resume.typ/master/README.md | markdown | Cab's Typst Resume (Template?)
=====
You can look up all required fonts in `default.nix`
Either you can install those manually, or run `nix develop`.
Then you can just `typst compile ./resume.typ` and be on your merry way.
,
author: "<NAME>",
doc
)
#emph[Narset is the Khan of the Jeskai. Although younger than the other Jeskai Elders, she leads her people against the... | |
https://github.com/alberto-lazari/computer-science | https://raw.githubusercontent.com/alberto-lazari/computer-science/main/lcd/project-presentation/sections/expansion.typ | typst | #import "/common.typ": *
#new-section-slide[Expansion]
#slide(title: [Missing cases])[
#let grid = grid.with(columns: (1fr, 1fr), gutter: 2em)
#grid([
#uncover("2-")[Variable binders]
$encodepi(k(x_1, ..., x_h) = P ";" pi) = space ?$
$encode(a(x). P) = space ?$
],
uncover(3)[
Also channel man... | |
https://github.com/PgBiel/glypst | https://raw.githubusercontent.com/PgBiel/glypst/main/test/samples/query.typ | typst | MIT License | = Heading A <lblA>
#metadata("a") <a>
= Heading B <lblB>
A
|
https://github.com/TGM-HIT/typst-protocol | https://raw.githubusercontent.com/TGM-HIT/typst-protocol/main/src/lib.typ | typst | MIT License | #import "@preview/ccicons:1.0.0": *
#import "@preview/datify:0.1.2"
#import "@preview/outrageous:0.2.0"
#import "assets/mod.typ" as assets
#import "glossary.typ": *
#import "l10n.typ"
#let _builtin_bibliography = bibliography
#let parse-date(d) = {
toml.decode("date = " + d).date
}
#let display-date(d) = {
let ... |
https://github.com/TheWebDev27/Calc-II-Honors-Project | https://raw.githubusercontent.com/TheWebDev27/Calc-II-Honors-Project/main/test.typ | typst | #set text(
font: "New Computer Modern",
size: 11pt
)
Let $n$ be the number of rows of equal-size circles packed into an equilateral triangle, where each circle fills up as much space as possible while lying tangential to other circles or to the edge of the triangle (or both). Let $C_n$ be the number of circles... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-assets/README.md | markdown | Apache License 2.0 |
# tinymist-assets
## Building `tinymist-assets/typst-preview.html`
To reproduce it:
```bash
# at the root of the repository
cd ../..
# Install the dependencies if you haven't already
yarn install
# build the preview's frontend
yarn build:preview
```
|
https://github.com/typst-doc-cn/tutorial | https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/typ/templates/page.typ | typst | Apache License 2.0 | // This is important for typst-book to produce a responsive layout
// and multiple targets.
#import "@preview/shiroa:0.1.1": get-page-width, target, is-web-target, is-pdf-target, plain-text, templates
#import templates: *
#import "template-link.typ": *
#import "/typ/templates/side-notes.typ": side-attrs
// Metadata
#l... |
https://github.com/cathblatter/ins-poster-typst | https://raw.githubusercontent.com/cathblatter/ins-poster-typst/main/README.md | markdown | # ins-poster-typst Format for QUARTO
## Installing
```bash
quarto use template cathblatter/ins-poster-typst
```
This will install the format extension and create an example qmd file
that you can use as a starting place for your document.
## Using
_TODO_: Describe how to use your format.
| |
https://github.com/maucejo/book_template | https://raw.githubusercontent.com/maucejo/book_template/main/src/_book-components.typ | typst | MIT License | #import "@preview/minitoc:0.1.0": *
#import "@preview/hydra:0.5.1": hydra
#import "_book-params.typ" : *
// Title page
#let title-page(
title: none,
author: none,
type: "these",
school: none,
doctoral-school: none,
supervisor: (),
cosupervisor: none,
laboratory: none,
defense-date: none,
discipline... |
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/tests/array/num-product/test.typ | typst | Apache License 2.0 | #import "/src/lib.typ": *
#set page(width: auto, height: auto, margin: 1cm)
#num-product(10, 30)
#num-product(5, 100, 2)
#num-product(5, 100, 2, product-symbol: sym.dot.c)
#metro-setup(product-mode: "phrase")
#num-product(5, 100, 2)
#num-product(5, 100, 2, product-phrase: " BY ")
|
https://github.com/barddust/Kuafu | https://raw.githubusercontent.com/barddust/Kuafu/main/src/BeforeMathematics/intro.typ | typst | = 前言
数学的学习,需要一些基本的思想和工具作为方法论去开展。本篇旨在作为数学的入门和基础思维工具,提供逻辑的基本概念,介绍逻辑的基本运算、逻辑的量词以及一些相关的定理。涉及一些常用的数学证明方法,同时还会介绍一部分基础的集合论的概念,足够在后续使用即可。
逻辑和集合都大有文章,它们都形成了各自的庞大的研究领域,要深入了解还需要更多的知识和能力,且它们研究的是更为基础和深刻的命题。以后学到了再说。
参考:
+ <NAME>. _A Mathematical Introduction to Logic_.
+ <NAME>. _Analysis_.
| |
https://github.com/pabsantos/anpet-typst | https://raw.githubusercontent.com/pabsantos/anpet-typst/main/README.md | markdown | # anpet-typst
Template elaborado em typst com os padrões de formatação requeridos pelo Congresso da ANPET. | |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Maths_Devoir_Maison_1.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: "Maths Devoir Maison 1",
authors: (
"<NAME>",
),
date: "10 Août, 2024",
)
#set heading(numbering: "1.1.")
== Exercice 1:
<exercice-1>
... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/146.%20swan.html.typ | typst | swan.html
Black Swan Farming
Want to start a startup? Get funded by
Y Combinator.
September 2012I've done several types of work over the years but I don't know
another as counterintuitive as startup investing.The two most important things to understand about startup investing,
as a business, are (1) that effect... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/modern-sysu-thesis/0.1.1/README.md | markdown | Apache License 2.0 | # 基于 Typst 的中山大学学位论文模板
[](https://gitlab.com/sysu-gitlab/thesis-template/better-thesis/-/releases) [,
("KANGXI RADICAL LINE", "So", 0),
("KANGXI RADICAL DOT", "So", 0),
("KANGXI RADICAL SLASH", "So", 0),
("KANGXI RADICAL SECOND", "So", 0),
("KANGXI RADICAL HOOK", "So", 0),
("KANGXI RADICAL TWO", "So", 0),
("KANGXI RADICAL LID", "So", 0),
("KANGXI RADICAL ... |
https://github.com/Blezz-tech/math-typst | https://raw.githubusercontent.com/Blezz-tech/math-typst/main/lib/my_cetz.typ | typst | #import "@preview/cetz:0.1.2"
#import cetz.vector: *
#let circumcenter(point1, point2, point3) = {
let (x1, y1) = point1;
let (x2, y2) = point2;
let (x3, y3) = point3;
// Calculate lengths of sides
let a = dist(point2, point3)
let b = dist(point1, point3)
let c = dist(point1, point2)
// Cal... | |
https://github.com/dashuai009/dashuai009.github.io | https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/012.typ | typst | #let date = datetime(
year: 2024,
month: 7,
day: 20,
)
#metadata((
"title": "使用yalantinglibs中的反射库格式化自定义struct/enum",
"author": "dashuai009",
description: "",
pubDate: date.display(),
subtitle: [modules,模块],
))<frontmatter>
#import "../__template/style.typ": conf
#show: conf
#date.display();
#outline... | |
https://github.com/khawarizmus/hijri-week-calendar-proposal | https://raw.githubusercontent.com/khawarizmus/hijri-week-calendar-proposal/main/content.typ | typst | ISC License | #import "@preview/outrageous:0.1.0"
#import "@preview/note-me:0.2.1": *
#let gnote(text) = admonition(
title: "Note",
color: color.green.darken(40%))[#text]
// Quotes use single quote
= Introduction
The Hijri week calendar (HWC) is a leap week date system based on the fundamentals of the ISO 8601 week date syste... |
https://github.com/fsr/rust-lessons | https://raw.githubusercontent.com/fsr/rust-lessons/master/src/lesson1.typ | typst | #import "slides.typ": *
#show: slides.with(
authors: ("<NAME>", "<NAME>"), short-authors: "H&A",
title: "Wer rastet, der rostet", short-title: "Rust-Kurs Lesson 1", subtitle: "Ein Rust-Kurs für Anfänger",
date: "Sommersemester 2023",
)
#show "theref": $arrow.double$
#show link: underline
#new-section("V... | |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/PianificazioneSprint/SecondoSprint.typ | typst | MIT License | #import "../../functions.typ": glossary
=== Secondo #glossary[sprint]
*Inizio*: Venerdì 24/11/2023
*Fine*: Giovedì 07/12/2023
*Obiettivi dello #glossary[sprint]*:
- Creazione di un sito vetrina per esporre la #glossary[documentazione]\;
- Proseguire la stesura delle _Norme di Progetto_, ponendo particolare at... |
https://github.com/lublak/typst-spreet-package | https://raw.githubusercontent.com/lublak/typst-spreet-package/main/typst-package/lib.typ | typst | MIT License | #let spreet = plugin("spreet.wasm")
#let decode(data) = {
cbor.decode(spreet.decode(data))
}
#let file-decode(path) = {
decode(read(path, encoding: none))
} |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/hydra/0.2.0/README.md | markdown | Apache License 2.0 | # hydra
Hydra is a [typst] package allowing you to easily display the current section anywhere in your
document. In short it will show you the current section only when you need to know it, that is
when the last section still has remainig text but it's heading is nowhere to be seen.
By default hydra also assumes that ... |
https://github.com/Toniolo-Marco/git-for-dummies | https://raw.githubusercontent.com/Toniolo-Marco/git-for-dummies/main/book/git-basics-theory.typ | typst | #import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge, shapes
#import fletcher.shapes: diamond
#import "components/gh-button.typ": gh_button
#import "components/git-graph.typ": branch_indicator, commit_node, connect_nodes, branch
= Git Basics Theory
== Introduzione
Git è il sistema di versionamento distr... | |
https://github.com/matthiasGmayer/structural-independence-typst | https://raw.githubusercontent.com/matthiasGmayer/structural-independence-typst/Typst/template.typ | typst | #import "@preview/ctheorems:1.1.2": *
#include "symbols.typ"
#let showrules(body) = {
show: thmrules.with(qed-symbol: $square$)
set par(justify: true)
set heading(numbering: "1.1 ")
set text(font: "New Computer Modern", lang: "en")
set page(numbering: "1")
set align(left)
body
}
#let _thmargs = (inset:... | |
https://github.com/liuguangxi/fractusist | https://raw.githubusercontent.com/liuguangxi/fractusist/main/tests/test-sierpinski-arrowhead-curve.typ | typst | MIT License | #set document(date: none)
#import "/src/lib.typ": *
#set page(margin: 1cm)
= n = 1
#align(center)[
#sierpinski-arrowhead-curve(1, step-size: 40)
]
= n = 2
#align(center)[
#sierpinski-arrowhead-curve(2, step-size: 20, stroke-style: red + 2pt)
]
= n = 3
#align(center)[
#sierpinski-a... |
https://github.com/mrcinv/nummat-typst | https://raw.githubusercontent.com/mrcinv/nummat-typst/master/13_porazdelitvena_funkcija.typ | typst | = Porazdelitvena funkcija normalne porazdelitve
== Naloga
- Implementiraj porazdelitveno funkcijo standardne normalne porazdelitve
$
Phi(x) = 1/sqrt(2 pi) integral_(-oo)^x e^(-t^2/2) d t.
$
- Poskrbi, da je relativna napaka manjša od $0.5 dot 10^{-11}$. Definicijsko območje
razdeli na več delov in na ... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/183.%20mod.html.typ | typst | mod.html
The Two Kinds of Moderate
December 2019There are two distinct ways to be politically moderate: on purpose
and by accident. Intentional moderates are trimmers, deliberately
choosing a position mid-way between the extremes of right and left.
Accidental moderates end up in the middle, on average, because they
ma... | |
https://github.com/ParaN3xus/numblex | https://raw.githubusercontent.com/ParaN3xus/numblex/main/lib.typ | typst | MIT License | /// Numblex
// Main function
#import "lib/numblex.typ": numblex
|
https://github.com/cloudsftp/blimm.typ | https://raw.githubusercontent.com/cloudsftp/blimm.typ/latest/letter.typ | typst | #import "blimm.typ": blimm
#set text(lang: "en")
#show: blimm.with(
recipient: (
name: "<NAME>",
street: "Kirchenstraße 1",
city: "Schorndorf",
),
subject: "Example Letter",
)
// Insert body here
| |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CU/all.typ | typst | // *************
// GENERAL INFO
// *************
#let black = rgb("1f1f1f")
#let gray = rgb("666666")
#let red = rgb("8c1919")
#let lred = rgb("a21d1d")
#let blue = rgb("19538c")
#let lblue = rgb("216db7")
#let green = rgb("198c53")
#let lgreen = rgb("21b76d")
#let gold = rgb("a0740a")
#let lgold... | |
https://github.com/SamK/typst-fonts-showcase | https://raw.githubusercontent.com/SamK/typst-fonts-showcase/master/README.md | markdown | # Typst fonts
A Typst template that showcases all the fonts installed on your system.

## Usage
The shell script [build.sh](build.sh) file generates the PDF file.
```
./build.sh
```
This script uses the Typst Docker image.
Feel free to edit this file to suit your needs.
For ex... | |
https://github.com/smorad/um_cisc_7026 | https://raw.githubusercontent.com/smorad/um_cisc_7026/main/lecture_8_recurrent.typ | typst | #import "@preview/polylux:0.3.1": *
#import themes.university: *
#import "@preview/cetz:0.2.2"
#import "common.typ": *
#import "conv_renders.typ": *
#import "@preview/algorithmic:0.1.0"
#import algorithmic: algorithm
#set math.vec(delim: "[")
#set math.mat(delim: "[")
// #enable-handout-mode(true)
// TODO: Should X ... | |
https://github.com/cspr-rad/actus-spec | https://raw.githubusercontent.com/cspr-rad/actus-spec/master/presentation/presentation.typ | typst | #import "@preview/polylux:0.3.1": *
#import "@preview/diagraph:0.2.0": *
#import themes.clean: *
#set text(font: "Inria Sans")
#show: clean-theme.with(
color: none,
)
#enable-handout-mode(true)
#title-slide(
title: "Towards an ACTUS Specification 2.0"
, authors: [Casper Association: <NAME>]
, date: "2024... | |
https://github.com/BeiyanYunyi/resume | https://raw.githubusercontent.com/BeiyanYunyi/resume/main/modules_zh/professional.typ | typst | #import "../brilliant-CV/template.typ": *
#cvSection("职业经历")
#cvEntry(
title: [前端架构实习生],
society: [小红书#hBar()行吟信息科技(上海)有限公司],
logo: "../src/xhs.svg",
date: [2024.7 - 今],
location: [上海市],
description: list(
[参与了前端平台的设计、开发与重构]
)
)
#cvEntry(
title: [社区开源开发者],
society: [GitHub]... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/gviz/0.1.0/gviz.typ | typst | Apache License 2.0 | /// GViz: a graph layouting package for Typst
/// Author: Sekoia
/// Tip: make dot-render codeblocks render an image: `#show raw.where(lang: "dot-render"): it => render-image(it.text)`
#let _graph-layout-wasm = plugin("./gviz_typst.wasm")
/// Renders a graph in dot language and returns SVG code for it.
///
/// - code... |
https://github.com/RhenzoHideki/com1 | https://raw.githubusercontent.com/RhenzoHideki/com1/main/Relatorio-02/Relatorio-02.typ | typst | #import "../typst-ifsc/templates/article.typ": article
#show: doc => article(
title: "Laboratorio 02",
subtitle: " Sistemas de comunicação I (COM029007)",
// Se apenas um autor colocar , no final para indicar que é um array
authors:("<NAME>",),
date: "17 de março de 2024",
doc,
)
= Intr... | |
https://github.com/HakonHarnes/img-clip.nvim | https://raw.githubusercontent.com/HakonHarnes/img-clip.nvim/main/README.md | markdown | MIT License | # 📋 img-clip.nvim
Effortlessly embed images into any markup language, like LaTeX, Markdown or Typst.
https://github.com/HakonHarnes/img-clip.nvim/assets/89907156/ab4edc10-d296-4532-bfce-6abdd4f218bf
## ⚡ Features
- 📋 Paste images directly from your system clipboard
- 🖱️ Seamlessly drag and drop images from your ... |
https://github.com/Error-418-SWE/Documenti | https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/2%20-%20RTB/Documentazione%20interna/Verbali/23-11-05/23-11-05.typ | typst | #import "/template.typ": *
#show: project.with(
date: "05/11/23",
subTitle: "Automazioni, Norme di Progetto e pianificazione meeting",
docType: "verbale",
authors: (
"<NAME>",
),
timeStart: "14:30",
timeEnd: "15:30",
);
= Ordine del giorno
- Automazioni di GitHub Actions;
- Organizzazione meeting di... | |
https://github.com/gongke6642/tuling | https://raw.githubusercontent.com/gongke6642/tuling/main/布局/move/move.typ | typst | #image("屏幕截图 2024-04-16 161821.png")
#image("屏幕截图 2024-04-16 161924.png")
| |
https://github.com/v-shenoy/vitae | https://raw.githubusercontent.com/v-shenoy/vitae/main/README.md | markdown | MIT License | # vitae
Clean & simple resume template using [Typst](https://github.com/typst/typst).
# Pre-requisites
- Typst CLI - Install instructions can be found [here](https://github.com/typst/typst#installation).
# Usage
- Fork the repo.
- Clone your fork - `git clone https://github.com/<YOUR_USERNAME>/vitae && cd vitae`
-... |
https://github.com/dismint/docmint | https://raw.githubusercontent.com/dismint/docmint/main/religion/essay1.typ | typst | #import "template.typ": *
#show: template.with(
title: "24.05 Essay 1",
subtitle: "<NAME>",
pset: true,
)
#note(
title: "Disclaimer"
)[
While writing about the Amish, I have tried to do my due research in order to avoid any misrepresentations. However, I am not Amish myself, and I am not an expert on the Ami... | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/covers/oktoich/H12_CSL.typ | typst | #set text(font: "Monomakh Unicode", lang: "cu")
#set page(header: "", footer: "")
#import "/style.typ": *
#align(center)[#text(80pt)[#redText[☦]]]
#align(center)[#redText[
#text(60pt)[OKTOICH]\ \
#text(20pt, black)[ilí]\ \
#text(30pt)[OSMOHLÁSNIK]\ \
#text(50pt)[Hlasy 1-2]\
]]\
#align(cente... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/006%20-%20Magic%202014/002_The%20Armor%20in%20the%20Crypt.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Armor in the Crypt",
set_name: "Magic 2014",
story_date: datetime(day: 03, month: 07, year: 2013),
author: "<NAME>",
doc
)
The day was unusually hot. Not that the summers were mild here, but the oppressive heat had an uncharacteristical... | |
https://github.com/Lypsilonx/Game-of-Intrigue | https://raw.githubusercontent.com/Lypsilonx/Game-of-Intrigue/main/cards_abstract.typ | typst | #import "data.typ": *
#import "render.typ": *
#let render_card(type, value: none, illegal: false, color: none, cut_guide: true, supertitle: none) = {
let has_supertitle = supertitle != none and display_supertitle
let is_role = supertitle == "Role"
set text(font: "Inter Tight", weight: "medium")
box(
width:... | |
https://github.com/justinvulz/lecture_note | https://raw.githubusercontent.com/justinvulz/lecture_note/main/introduction_analysis/1.typ | typst | #import "../typst_packages\lecture.typ" : *
#show : doc => conf(
title :"Introduction to Analysis",
author : "<NAME>",
subtitle : "Lecture Notes",
doc
)
#makeTitle
#outline()
#heading-without-number([Notation])
- $NN = {0,1,2, dots}$
- $ZZ^+ = {1,2,3, dots}$
= Introduction to Analysis
#discussion[
Take... | |
https://github.com/mitex-rs/mitex | https://raw.githubusercontent.com/mitex-rs/mitex/main/CHANGELOG.md | markdown | Apache License 2.0 | # CHANGELOG
## 0.2.4
- Fix `\boxed` command.
- Support basic figure and tabular environments.
- Add escape symbols for plus, minus and percent.
- Fix `\left` and `\right`: size of lr use em.
## 0.2.3
- Support nesting math equation like `\text{$x$}`.
- Fix broken `\left` and `\right` commands. #143
- Correct the ... |
https://github.com/HPDell/typst-starter-journal-article | https://raw.githubusercontent.com/HPDell/typst-starter-journal-article/main/README.md | markdown | MIT License | # A configurable starter template for journal articles
This package provides a template for writing journal articles
to organise authors, institutions, and information of corresponding authors.
## Usage
Run the following command to use this template
```typst
typst init @preview/starter-journal-article
```
## Docum... |
https://github.com/8LWXpg/jupyter2typst | https://raw.githubusercontent.com/8LWXpg/jupyter2typst/master/test/test4.typ | typst | MIT License | #import "template.typ": *
#show: template
#block[
= h1
== h2
=== h3
==== h4
===== h5
====== h6
\#\#\#\#\#\#\# h7
*bold*
#emph[italic]
#emph[*bold italic*]
#strike[strike through]
#block-quote[
quote
]
- l
- l
- l
#line(length: 100%)
- list1
- list2
- list3
- list4
- list5
- list6... |
https://github.com/sast-summer-training-2024/sast2024-neural-network | https://raw.githubusercontent.com/sast-summer-training-2024/sast2024-neural-network/master/handout.typ | typst | #import "template/lapreprint.typ": *
#show: template.with(
title: "神经网络",
logo: "../imgs/icon.png",
doi: "https://github.com/sast-summer-training-2024/sast2024-neural-network",
theme: purple.darken(10%),
authors: (
(
name: "王思图",
email: "<EMAIL>",
),
),
affiliations: (
(id: "1",nam... | |
https://github.com/gabrielluizep/typst-ifsc | https://raw.githubusercontent.com/gabrielluizep/typst-ifsc/main/examples/ifsclean.example.typ | typst | Creative Commons Zero v1.0 Universal | #import "../templates/ifsclean.typ": *
#show: body => ifsclean-theme(aspect-ratio: "16-9", body)
#title-slide(title: "Polylux", subtitle: "A simple presentation tool")
#slide()[
#text([Título]) \ \
#uncover(2)[
#text([Subtítulo])
]
]
#new-section-slide(name: "Seção 1")
#slide()[
#text([Título]) \ \
#... |
https://github.com/GolemT/BA-Template | https://raw.githubusercontent.com/GolemT/BA-Template/main/acronyms.typ | typst | #let Acronyms = (
API: "Application Programming Interface",
HTML: "Hypertext Markup Language",
)
| |
https://github.com/Tyrn/wei | https://raw.githubusercontent.com/Tyrn/wei/master/wizards-and-ministers-ru.typ | typst | Юлия Латынина. Колдуны и министры
--------------------
Ю<NAME>. Колдуны и министры
("Вейская империя" #4).
========================================
HarryFan SF&F Laboratory: FIDO 2:463/2.5
--------------------
* ЧАСТЬ ПЕРВАЯ. РЕФОРМА *
1
В пятый день восьмой луны, благоприятный для наз... | |
https://github.com/dark-flames/resume | https://raw.githubusercontent.com/dark-flames/resume/main/data/pub.typ | typst | MIT License | #import "../libs.typ": *
#import "../chicv.typ": *
#let pub(env) = {
multiLang(env, en: [== Publications & Talks], cn: [== 论文发表 & 演讲])
bibliography("../pub.bib", title: none, full: true)
}
|
https://github.com/Jollywatt/typst-fletcher | https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/edge-crossing/test.typ | typst | MIT License | #set page(width: auto, height: auto, margin: 1em)
#import "/src/exports.typ" as fletcher: diagram, node, edge
#diagram({
edge((0,1), (1,0))
edge((0,0), (1,1), "crossing")
edge((2,1), (3,0), "|-|", bend: -20deg)
edge((2,0), (3,1), "<=>", crossing: true, bend: 20deg)
})
|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/alignment-03.typ | typst | Other | // Test #460 equations.
$
a &=b & quad c&=d \
e &=f & g&=h
$
|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/spread-09.typ | typst | Other | // Test spreading into array and dictionary.
#{
let l = (1, 2, 3)
let r = (5, 6, 7)
test((..l, 4, ..r), range(1, 8))
test((..none), ())
}
#{
let x = (a: 1)
let y = (b: 2)
let z = (a: 3)
test((:..x, ..y, ..z), (a: 3, b: 2))
test((..(a: 1), b: 2), (a: 1, b: 2))
}
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-2C60.typ | typst | Apache License 2.0 | #let data = (
("LATIN CAPITAL LETTER L WITH DOUBLE BAR", "Lu", 0),
("LATIN SMALL LETTER L WITH DOUBLE BAR", "Ll", 0),
("LATIN CAPITAL LETTER L WITH MIDDLE TILDE", "Lu", 0),
("LATIN CAPITAL LETTER P WITH STROKE", "Lu", 0),
("LATIN CAPITAL LETTER R WITH TAIL", "Lu", 0),
("LATIN SMALL LETTER A WITH STROKE", "L... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/style_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test italic defaults.
$a, A, delta, ϵ, diff, Delta, ϴ$
|
https://github.com/coljac/typst-mnras | https://raw.githubusercontent.com/coljac/typst-mnras/main/example/example.typ | typst | MIT License | #import "mnras.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: "Constraining galactic star formation histories using metallicity gradients and deep learning",
shorttitle: "Common galaxies",
authors: (
(n... |
https://github.com/Arrata-TTRPG/Arrata-TTRPG | https://raw.githubusercontent.com/Arrata-TTRPG/Arrata-TTRPG/main/src/sections/characters.typ | typst | Other | #import "../typst-boxes.typ": *
= Characters
This chapter deals with what and who characters are; what are they composed of, how are they compiled, and how do we go about creating them?
== Character Stats
As a component of a character, a character's stats define _what_ they are in the world; what they're capable ... |
https://github.com/CORDEA/typst-playground | https://raw.githubusercontent.com/CORDEA/typst-playground/main/README.md | markdown | Apache License 2.0 | # typst-playground
```
$ typst c -f png main.typ
```

|
https://github.com/kotfind/hse-se-2-notes | https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/algo/seminars/2024-09-14.typ | typst | = Задача
Найти подотрезок фиксированной суммы
= Closest Pair
== Наивный подход
Сравнить все пары точек за $O(n^2)$
== Нормальный подход (Divide and Conquer)
Сортируем по одной оси
| |
https://github.com/Shedward/dnd-charbook | https://raw.githubusercontent.com/Shedward/dnd-charbook/main/dnd/core/core.typ | typst | #import "dimentions.typ": *
#import "graphics.typ": *
#import "layout.typ": *
#import "styles.typ": *
#import "resources.typ": *
#import "tools.typ": *
| |
https://github.com/AliothCancer/AppuntiUniversity | https://raw.githubusercontent.com/AliothCancer/AppuntiUniversity/main/capitoli_fisica/cicli.typ | typst |
= <NAME> <cicli-termodinamici>
== Diretti e indiretti
*<NAME>to*: sfrutta "direttamente" il calore per produrre lavoro/calore utile.\
*esempio*: motore endotermico, utilizza calore di combustione per espandere il gas combusto e compiere lavoro.
*Ciclo Indiretto*: si utilizza lavoro per ottenere lavoro/calore utile.\
... | |
https://github.com/yonatanmgr/university-notes | https://raw.githubusercontent.com/yonatanmgr/university-notes/main/0366-%5BMath%5D/03661101-%5BCalculus%201A%5D/src/lectures/03661101_lecture_9.typ | typst | #import "/template.typ": *
#show: project.with(
title: "חדו״א 1א׳ - שיעור 9",
authors: ("<NAME>",),
date: "1 בפברואר, 2024",
)
#set enum(numbering: "(1.א)")
== קבוצה סגורה
נאמר שקבוצה $B seq RR$ הינה סגורה (או סגורה סדרתית) אם לכל סדרה $(x_n) subset B$ כך ש-$x_n->x in RR$ מתקיים $x in B$.
=== (משפט) קבוצת הגב... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.