repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/descartes/main.typ | typst | Other | #import "/src/template.typ": *
= #ix("Descartes, René") in Verbindung mit dem #ix("Rahmenplan MV", "Rahmenplan")
#author[<NAME>]
Zu jedem Thema wird eine inhaltliche Erklärung vorangeschoben, in der Descartes Ausgangsproblem erklärt, seine Argumentation dargestellt und sein Fazit beschrieben wird. Darauf folgen Ideen... |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/02-concepts/dimension/latin-heights.typ | typst | Other | #import "/lib/draw.typ": *
#import "/lib/glossary.typ": tr
#import "/template/theme.typ": theme
#import "/template/lang.typ": armenian
#let start = (0, 0)
#let end = (1000, 400)
#let basex = 200
#let basey = 120
#let base = (basex, basey)
#let ascender = 242
#let cap = 228
#let xheight = 172
#let decender = -80
#let w... |
https://github.com/mariunaise/HDA-Thesis | https://raw.githubusercontent.com/mariunaise/HDA-Thesis/master/pseudocode/bach_find_best_appr.typ | typst | #import "@preview/lovelace:0.3.0": *
#pseudocode-list(booktabs: true, numbered-title: [OptimalWeights to approximate $bold(cal(o))$])[
+ *inputs*:
+ $bold(y)$ input values for linear combinations
+ $bold(cal(o))$ list of optimal points
+ *output*: $(bold(h), z_"opt")$
//+ n number of summands in linear... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/semantic_tokens/typst_lsp_issue_264.typ | typst | Apache License 2.0 | /*
??
?
*/
```rust
let x: usize = 1;
``` |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.1.1/test/test.typ | typst | Apache License 2.0 | #import "@preview/cetz:0.1.2"
#import "/src/exports.typ": *
#import "/src/marks.typ": *
#set page(width: 10cm, height: auto)
#show heading.where(level: 1): it => pagebreak(weak: true) + it
= Arrow heads
Compare to symbols $#sym.arrow$, $#sym.arrow.twohead$, $#sym.arrow.hook$, $#sym.arrow.bar$
#arrow-diagram(
debug... |
https://github.com/Henriquelay/pathsec-checker | https://raw.githubusercontent.com/Henriquelay/pathsec-checker/main/presentation/figures/addition_boxes.typ | typst | #set page(width: auto, height: auto, margin: (x: 0pt, y: 0pt))
#set text(font: "DejaVu Sans Mono")
#let myswitch(name, digest, expected) = {
box[
#table(
columns: 2,
fill: if (digest == expected) {
lime
} else {
red
},
align: (right, left),
[name], [#name],
... | |
https://github.com/chickbone/hypergraph | https://raw.githubusercontent.com/chickbone/hypergraph/master/functions.typ | typst | #let qed = [
#align(end,
rect(width: 9pt,height: 9pt,)
)
#v(10pt)
]
#let numbered_eq(content) = math.equation(
block: true,
numbering: "(1)",
content,
)
#let big_title(content) = [
#v(10pt)
#align(center, text(17pt)[
#content
])
#v(15pt)
]
#let theorem-number = counter("theorem-number")
#... | |
https://github.com/sofianedjerbi/ResumeOld | https://raw.githubusercontent.com/sofianedjerbi/ResumeOld/main/modules/languages.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Langues")
#let lightbold(str) = text(weight: 501, str)
- #lightbold("Français:") Langue maternelle
- #lightbold("Anglais:") Niveau C1 (oral & écrit) |
https://github.com/MasterEvarior/typst-cv | https://raw.githubusercontent.com/MasterEvarior/typst-cv/main/template/template.typ | typst | MIT License | //Config vars
#set list(indent: 1em)
#let par_space = 0.5em
#let sep_space = par_space + 0.2em
#let photo_size = 11em
#let colum_gutter = 3em
#let row_gutter = 1.5em
#let icon = (name, raise: false) => box(
baseline: if raise { 0.03em } else { 0.15em },
inset: (right: 0.5em),
image(
height: 1em,
... |
https://github.com/thanhdxuan/dacn-report | https://raw.githubusercontent.com/thanhdxuan/dacn-report/master/Lab02/main.typ | typst | #set page(
paper: "a4",
header: { include "/components/header.typ" },
footer: { include "/components/footer.typ" },
margin: (
top: 30mm,
bottom: 20mm,
left: 30mm,
right: 20mm,
),
)
#let m = yaml("/metadata.yml")
#let fonts = m.at("fonts")
#set document(title: m.at("tiêu đề"), author: m.at("<N... | |
https://github.com/Daillusorisch/HYSeminarAssignment | https://raw.githubusercontent.com/Daillusorisch/HYSeminarAssignment/main/template/components/front-matter.typ | typst | #import "../utils/style.typ": *
#let front-matter(
content
) = {
set page(
footer: {
set align(center)
text(
font: 字体.宋体,
size: 字号.五号,
counter(page).display("I")
)
}
)
counter(page).update(1)
show par: set block(spacing: 1.5em)
content
}
| |
https://github.com/Az-21/typst-material-you | https://raw.githubusercontent.com/Az-21/typst-material-you/main/README.md | markdown | Apache License 2.0 | # Typst Material You
🎨 Utility to parse material you theme for typst
## Material You Palettes
### Blue

<p align="center">
<a href="https://github.com/Az-21/typst-material-you/blob/main/Sample/blue.typ">Blue M3 Palette ↗️</a>
</p>
### Gre... |
https://github.com/Error-418-SWE/Documenti | https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20esterna/Analisi%20dei%20Requisiti/Analisi%20dei%20Requisiti.typ | typst | #import "/template.typ": *
#show: project.with(
title: "Analisi dei Requisiti",
subTitle: "Warehouse Management 3D (WMS3)",
authors: (
"<NAME>",
"<NAME>",
"<NAME>",
"<NAME>",
),
showLog: true,
isExternalUse: true,
);
= Introduzione
== Scopo del documento
Il presente documento descrive i ... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/scienceicons/0.0.6/index.typ | typst | Apache License 2.0 | // arxiv
#let arxiv-svg = ```<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"> <path d="M14 9.8l3.5-4.1c.3-.4.4-.6.3-.9-.1-.3-.5-.6-.9-.6-.2 0-.4.1-.6.2L12.2 8 14 9.8zM7.5 20c-.4 0-.8-.3-1-.6-.1-.4 0-.9.3-1.2l3.3-4 .2.2-3.3 4c-.2.2-.3.6-.2.9.1.3.4.4.7.4.2 0 .4-.1.5-.2l... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/closure-20.typ | typst | Other | // Error: 11 expected comma
#let foo(_: 3) = none
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/genealotree/0.1.0/README.md | markdown | Apache License 2.0 | # Presentation
Genealotree is a typst package to draw genealogical trees.
It is developped at https://codeberg.org/drloiseau/genealogy. This is the place you can get the developpement version and send issues and pull requests.

This package is based on [CeTZ]("ht... |
https://github.com/dismint/docmint | https://raw.githubusercontent.com/dismint/docmint/main/random/rust.typ | typst | #import "template.typ": *
#show: template.with(
title: "Rust Guide",
subtitle: "<NAME>"
)
= Introduction
== A basic Rust program
```rust
fn main() {
println!("Hello, world!");
}
```
- Rust uses 4 spaces as their indentation convention.
== Cargo
Cargo is a useful tool for Rust that manages packages as wel... | |
https://github.com/Ttajika/typst_slide | https://raw.githubusercontent.com/Ttajika/typst_slide/main/library/theme.typ | typst | #import "@preview/cetz:0.2.2"
#import "functions.typ":*
//--------BlackBoardのテーマ
//Headerスライドのデザイン
#let BB-header_slide(title,now:0, end:0,color:"", tcolor:"", current-headings: "", outline: false) = {
set text(size: 23pt, weight:700)
let a = {if outline == true{1} else {0}}
if outline == true {pad(top:30pt,b... | |
https://github.com/arthurcadore/typst-intelbras | https://raw.githubusercontent.com/arthurcadore/typst-intelbras/main/README.md | markdown | MIT License | # Template Typst - Intelbras
#### This repository is dedicated to Typst's Template for Intelbras Reports.

---
### Getting Started:
This repository is configured to work with devcontainers on GitHub, using a `.devcontainer` configuration to automatically install all necessary pa... |
https://github.com/thornoar/typst-libraries | https://raw.githubusercontent.com/thornoar/typst-libraries/master/common.typ | typst | // Positioning
#let centering(shallow: true, content) = {
if shallow { stack(dir: ltr, spacing: 1fr, [], content, []) } else { align(center)[ #content ] }
}
#let mfrac(a, b) = move(a, dy: -0.2em) + "/" + move(b, dy: 0.2em, dx: -0.1em)
#let vphantom(size) = box(height: size, width: 0pt, [])
#let hphantom(size) = box(h... | |
https://github.com/kochetov-dmitrij/personal-page | https://raw.githubusercontent.com/kochetov-dmitrij/personal-page/main/cv/pdf/README.md | markdown | # Bare-bones Typst CV

To generate `main.pdf` and watch for live changes, run:
```bash
make watch
```
To publish `main.pdf` to the server, run:
```bash
make release OUTPUT=dmitrii_kochetov_en1.pdf
```
| |
https://github.com/maantjemol/Aantekeningen-Jaar-2 | https://raw.githubusercontent.com/maantjemol/Aantekeningen-Jaar-2/main/Security/samenvatting.typ | typst | // Update this import to where you put the `lapreprint.typ` file
// It should probably be in the same folder
#import "../template/lapreprint.typ": template
#import "../template/frontmatter.typ": loadFrontmatter
#import "@preview/drafting:0.2.0": *
#import "@preview/cetz:0.2.2"
#let default-rect(stroke: none, fill: non... | |
https://github.com/typst-community/mantodea | https://raw.githubusercontent.com/typst-community/mantodea/main/src/lib.typ | typst | MIT License | #import "_pkg.typ"
#import "_valid.typ"
#import "author.typ"
#import "component.typ"
#import "example.typ"
#import "link.typ"
#import "theme.typ"
#import "style.typ"
#import "util.typ"
#let _version = version
/// The main template function, this returns a function which is used in a
/// `show`-all rule.
///
/// - ti... |
https://github.com/Error-418-SWE/Documenti | https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20interna/Verbali/24-03-06/24-03-06.typ | typst | #import "/template.typ": *
#show: project.with(
date: "06/03/24",
subTitle: "Meeting post colloquio con Committente",
docType: "verbale",
authors: (
"<NAME>",
),
missingMembers: (
"<NAME>",
),
timeStart: "09:00",
timeEnd: "10:00",
);
= Ordine del giorno
A seguito dell'incontro con il #cardin... | |
https://github.com/max-niederman/CS250 | https://raw.githubusercontent.com/max-niederman/CS250/main/hw/7.typ | typst | #import "../lib.typ": *
#show: homework.with(title: "CS 250 Homework #7")
= Probability
== 1
1. There are three independent coinflips, each with two possible outcomes; therefore there are $2^3 = 8$ outcomes in the sample space.
2. The event that there is 1 head and 2 tails is ${"HTT", "THT", "TTH"}$ with cardinalit... | |
https://github.com/MALossov/YunMo_Doc | https://raw.githubusercontent.com/MALossov/YunMo_Doc/main/template/font.typ | typst | Apache License 2.0 | // 字体定义
#let heiti = ("Times New Roman", "Noto Sans CJK SC")
#let songti = ("Times New Roman", "Noto Serif CJK SC")
#let kaiti = ("Times New Roman", "HYKaiTi")
#let fangsong = ("Times New Roman", "HYFangSong")
// 字号设置
// -----------------
// 2023/4/11 update log:
// - 增加了对于字号的设置,便于后续修改
#let font_size = (
yihao: 2... |
https://github.com/nicolasfara/Template-for-Typst-Slides | https://raw.githubusercontent.com/nicolasfara/Template-for-Typst-Slides/master/Template-for-Typst-Slides.typ | typst | Apache License 2.0 | #import "@preview/touying:0.5.2": *
#import themes.metropolis: *
#import "@preview/fontawesome:0.1.0": *
#import "@preview/ctheorems:1.1.2": *
#import "@preview/numbly:0.1.0": numbly
// Pdfpc configuration
// typst query --root . ./example.typ --field value --one "<pdfpc-file>" > ./example.pdfpc
#let pdfpc-config = pd... |
https://github.com/francescoo22/LCD-exercises | https://raw.githubusercontent.com/francescoo22/LCD-exercises/main/src/rules.typ | typst | #import "common.typ": *
#let r = prooftree(
axiom($$),
axiom($$),
rule(n:2, label: "", $$),
)
// ****************** CCS_seq RULES ******************
#let r1 = prooftree(
axiom(""),
rule(label: "End-Zero", $0 ended$),
)
#let r2 = prooftree(
axiom($P ended$),
axiom($Q ended$),
rule... | |
https://github.com/typst-doc-cn/tutorial | https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/mod.typ | typst | Apache License 2.0 | #import "/src/book.typ"
#import "/typ/templates/page.typ"
#import "/typ/templates/term.typ": _term
#import "/typ/templates/side-notes.typ": side-note, side-attrs
#import "/typ/templates/page.typ": main-color
#import "/typ/typst-meta/docs.typ": typst-v11
#let refs = {
let cl = book.cross-link
(
writing-markup:... |
https://github.com/Fwxzxh/MyResume | https://raw.githubusercontent.com/Fwxzxh/MyResume/main/README.md | markdown | # My Resume
This is my resume written in typst markup :D! | |
https://github.com/Maso03/Bachelor | https://raw.githubusercontent.com/Maso03/Bachelor/main/Bachelorarbeit/chapters/GenAI.typ | typst | MIT License | == Generative Intelligenz (GenAI)
Generative Intelligenz (GenAI) bezeichnet eine Klasse von Künstlicher Intelligenz, die das Konzept von Maschinen umfasst, die menschliche Intelligenz imitieren. Dies geschieht mithilfe von maschinellem Lernen (ML), das Muster erkennt, und Deep Learning, das künstliche neuronale Netze ... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/jogs/0.1.0/README.md | markdown | Apache License 2.0 | # Jogs
Quickjs javascript runtime for typst. This package provides a typst plugin for evaluating javascript code.
## Example
````typst
#import "@preview/jogs:0.1.0": *
#set page(height: auto, width: auto, fill: black)
#set text(fill: white)
#show raw.where(lang: "jogs"): it => eval-js(it)
```jogs
let a = {a: 0, c... |
https://github.com/SeniorMars/tree-sitter-typst | https://raw.githubusercontent.com/SeniorMars/tree-sitter-typst/main/examples/layout/enum.typ | typst | MIT License | // Test enumerations.
---
#enum[Embrace][Extend][Extinguish]
---
1. First.
2. Indented
+ Second
---
// Test automatic numbering in summed content.
#for i in range(5) {
[+ #numbering("I", 1 + i)]
}
---
// Mix of different lists
- Bullet List
+ Numbered List
/ Term: List
---
// Edge cases.
+
Empty
+Nope
|
https://github.com/sses7757/sustech-graduated-thesis | https://raw.githubusercontent.com/sses7757/sustech-graduated-thesis/main/sustech-graduated-thesis/utils/degree-names.typ | typst | Apache License 2.0 | #let degree-types = (
MA: ("文学硕士", "Master of Arts"),
MFA: ("艺术硕士", "Master of Fine Arts"),
MArch: ("建筑学硕士", "Master of Architecture"),
MBA: ("工商管理学硕士", "Master of Business Administration"),
MEd: ("教育学硕士", "Master of Education"),
LLM: ("法学硕士", "Master of Laws"),
MMus: ("音乐硕士", "Master of Music"),
MSc: ("理学硕士", ... |
https://github.com/dark-flames/resume | https://raw.githubusercontent.com/dark-flames/resume/main/README.md | markdown | MIT License | # Resume
This is my resume, based on [Typst](https://typst.app) and [Matchy's template](https://github.com/matchy233/typst-chi-cv-template).
## Online Preview
Industry Resume: [Resume](https://dark-flames.com/resume)
Academic CV: [CV](https://dark-flames.com/cv)
Full: [Full](https://dark-flames.com/resume/full) |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/emoji_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// These two shouldn't be affected by a zero-width joiner.
🏞🌋
|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-27.typ | typst | Other | // Error: 11-15 the result is too large
#calc.fact(21)
|
https://github.com/qjcg/typstry | https://raw.githubusercontent.com/qjcg/typstry/main/templates/letter/main.typ | typst | MIT License | #import "letter.typ": letter
#show: doc => [
#letter(
date: "March 23, 2023",
to: "<NAME>",
from: "<NAME>",
body: doc,
)
]
#lorem(70)
- foo
- bar
- baz
- https://example.com/
#lorem(50)
#lorem(60)
|
https://github.com/mangkoran/utm-thesis-typst | https://raw.githubusercontent.com/mangkoran/utm-thesis-typst/main/08_acknowledgement.typ | typst | MIT License | #let content() = [
#align(center)[
= Acknowledgement
]
#v(4em)
I dedicate this template to those who have spent countless hours to make this
possible.
#pagebreak(weak: true)
]
#content()
|
https://github.com/kdkasad/typst-homework-template | https://raw.githubusercontent.com/kdkasad/typst-homework-template/master/examples/english/main.typ | typst | BSD 3-Clause "New" or "Revised" License | #import "../../khw.typ": khw, problem
#show: khw.with(
title: [Example Homework: English],
course: [ENGL 123],
author: "<NAME>",
newpages: false,
problem-name: "Question",
)
#problem[
#lorem(10)
]
#lorem(80)
#problem[
What does this gallery visit (specifically the theater department display) tell you ... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/024%20-%20Shadows%20over%20Innistrad/005_The%20Mystery%20of%20Markov%20Manor.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Mystery of Markov Manor",
set_name: "Shadows Over Innistrad",
story_date: datetime(day: 30, month: 03, year: 2016),
author: "<NAME>",
doc
)
#emph[Jace has come to Innistrad in search of Sorin Markov, one of the three Planeswalkers who i... | |
https://github.com/syrkis/esch | https://raw.githubusercontent.com/syrkis/esch/main/requirements.typ | typst | MIT License | #import "@preview/touying:0.5.2"
#import "@preview/lovelace:0.3.0"
#import "@preview/equate:0.2.0"
|
https://github.com/refparo/24xs-zh | https://raw.githubusercontent.com/refparo/24xs-zh/master/adventure4-suit.typ | typst | #set document(
title: "24XS 微型单人冒险:紧身衣",
author: ("<EMAIL>", "diceghost.itch.io", "Paro")
)
#include "rules4.typ"
#import "common.typ": *
#show: typ-24xs
#adventure-page(
[
*冒险*:送来一个包裹,里面是一件微型紧身衣和一张便条:“#underline[他们随时会到达。]”紧身衣被你触碰瞬间就扩张到你的尺寸。你一穿上它就不可逆地变小。外面传来一声巨响。快逃!\
*选或者编 2 个技能*:飞行,穿过物体,提升密度,昆虫交谈,发射火... | |
https://github.com/gabrielluizep/klaro-ifsc-sj | https://raw.githubusercontent.com/gabrielluizep/klaro-ifsc-sj/main/README.md | markdown | MIT License | # klaro-ifsc-sj
A report Typst template for [IFSC-SJ](https://sj.ifsc.edu.br/).
## Usage
You can use this template in the Typst web app by clicking "Start from template"
on the dashboard and searching for `klaro-ifsc-sj`.
Alternatively, you can use the CLI to kick this project off using the command
```
typst init ... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/024%20-%20Shadows%20over%20Innistrad/001_Under%20the%20Silver%20Moon.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Under the Silver Moon",
set_name: "Shadows Over Innistrad",
story_date: datetime(day: 02, month: 03, year: 2016),
author: "<NAME>",
doc
)
#emph[Halana and Alena are trackers, hunters, and protectors who live in the depths of the dark woods ... | |
https://github.com/agrotux/typefaces | https://raw.githubusercontent.com/agrotux/typefaces/main/typefaces_2024-09-01.typ | typst | #set page(numbering: "1", number-align: center)
#show math.equation: set text(weight: 400)
#set heading(numbering: "1.1")
#set page(numbering: "1", number-align: right)
#set text(font: "Lato", fill: black, lang: "sv")
= Typefaces - meaningful characters
#set par(justify: false)
#show: columns.with(1, gutt... | |
https://github.com/maucejo/presentation_polylux | https://raw.githubusercontent.com/maucejo/presentation_polylux/main/README.md | markdown | MIT License | # Modèle Typst pour les présentation Cnam
[]()
[](https://github.com/maucejo/elsearticle/blob/main/LICENSE)
[
#let cls(S) = $overline(#S)$
#exercise[1.2][
Sea $X$ un espacio lineal normado. Supongamos que para $x, y in X$ tenemos que
$norm(x+y) = norm(x) + norm(y)$. Muestra que $norm(alpha x + beta y) = alpha norm(x) + beta norm(y)$ par... | |
https://github.com/Hobr/njust_thesis_typst_template | https://raw.githubusercontent.com/Hobr/njust_thesis_typst_template/main/page/reference.typ | typst | MIT License | // 字体
#import "../util/font.typ": fonts, fontSize
#let showReference(ref) = text(
lang: "en",
font: (fonts.en, fonts.zh_宋体),
size: fontSize.五号,
)[#bibliography(
"../template/" + ref,
title: text(
font: (fonts.en, fonts.zh_宋体),
size: fontSize.四号,
)[参考文献],
)]
|
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/packages/wrapping.md | markdown | MIT License | # Wrapping figures
The better native support for wrapping is planned, however, something is already possible via package:
```typ
#import "@preview/wrap-it:0.1.0": wrap-content, wrap-top-bottom
#set par(justify: true)
#let fig = figure(
rect(fill: teal, radius: 0.5em, width: 8em),
caption: [A figure],
)
#let body... |
https://github.com/voXrey/cours-informatique | https://raw.githubusercontent.com/voXrey/cours-informatique/main/typst/19-bruteforce-backtracking.typ | typst | #import "@preview/codly:0.2.1": *
#show: codly-init.with()
#codly()
#set text(font: "Roboto Serif")
= Brute Force & Backtracking <brute-force-backtracking>
La solution brute force à un problème de recherche / optimisation consiste à tout tester :
```python
S:list # liste finie de solutions
# Problème de recherche
f... | |
https://github.com/kilpkonn/typst-thesis | https://raw.githubusercontent.com/kilpkonn/typst-thesis/main/abstract.typ | typst | MIT License | #lorem(50)
The thesis is written in English and is #context counter(page).at(<end>).first() pages long,
including #context counter(heading).at(<conclusion>).first() chapters,
#context counter(figure.where(kind: image)).final().first() figures
#context counter(figure.where(kind: raw)).final().first() code listings an... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/042%20-%20Strixhaven%3A%20School%20of%20Mages/003_Episode%202%3A%20Lessons.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Episode 2: Lessons",
set_name: "Strixhaven: School of Mages",
story_date: datetime(day: 31, month: 03, year: 2021),
author: "<NAME>",
doc
)
Tavver didn't know how long he had waited in that cramped tunnel beneath the Biblioplex—hours, certa... | |
https://github.com/barddust/Kuafu | https://raw.githubusercontent.com/barddust/Kuafu/main/src/test.typ | typst | #import "mathenv.typ": *
#show: mathenv-init
#set heading(numbering: "1.")
= H1
== H2
#definition[
#lorem(20)
]
#example[
#lorem(10)
]
#proof[
#lorem(30)
]
#remark[
#lorem(10)
]
#proposition[
#lorem(20)
]
#solution[
#lorem(30)
$ f(b) - f(a) = f'(xi)(b-a) $
]
#theorem[
#lorem(20)
]
== H21
#theor... | |
https://github.com/gabrielrovesti/UniPD-Swiss-Knife-Notes-Slides | https://raw.githubusercontent.com/gabrielrovesti/UniPD-Swiss-Knife-Notes-Slides/main/Slides/UniPD%20Typst/slides.typ | typst | MIT License | #import "@preview/polylux:0.3.1": *
#import "unipd.typ": *
#show: unipd-theme.with(author: "<NAME>", date: "20/04/2023")
#set text(font: (
"Noto Sans",
"Segoe UI",
"roboto",
"Helvetica Neue",
"Cantarell",
"sans-serif",
))
#title-slide(
title: "Random title",
subtitle: "Discussione Tesi LT Informatica... |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/dynamic/alternatives-position.typ | typst | #import "../../../polylux.typ": *
#set page(paper: "presentation-16-9")
#set text(size: 40pt)
#polylux-slide[
We know that
#alternatives(position: center + horizon)[$pi$][$sqrt(2)^2 + 1/3$]
is
#alternatives[irrational][rational].
]
| |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/render-json.typ | typst |
const renderFunctionRef = {
table,
heading,
text,
block,
image,
figure,
box,
set,
}
| |
https://github.com/csimide/SEU-Typst-Template | https://raw.githubusercontent.com/csimide/SEU-Typst-Template/master/seu-thesis/pages/statement-bachelor-ic.typ | typst | MIT License | #import "../utils/fonts.typ": 字体, 字号
#page(
paper: "a4",
margin: (
top: 2cm + 0.5cm,
bottom: 2cm + 0.5cm,
left: 2cm + 0.25cm,
right: 2cm + 0.25cm,
),
{
v(80pt - 0.4cm)
set align(left)
set text(font: 字体.宋体, size: 字号.小四, lang: "zh", region: "cn")
set par(leading: 11.3pt, justify: ... |
https://github.com/ngoetti/knowledge-key | https://raw.githubusercontent.com/ngoetti/knowledge-key/master/template/sections/01-introduction.typ | typst | MIT License | #import "../utils.typ": *
= Introduction Cloud Operations and DevOps
== The DevOps pipelines
*What is DevOps?*\
DevOps team focuses on CI/CD. DevOps team would like to be continuously pushing small changes out to production, monitor what happens in production, see he result of that and use that to make further improv... |
https://github.com/nicolasfara/Curriculum-Vitae | https://raw.githubusercontent.com/nicolasfara/Curriculum-Vitae/master/common.typ | typst | Apache License 2.0 | #import "@preview/fontawesome:0.1.0": *
#let line-spacing = 0.75em
#let entries-spacing = 0.65em
#let main-color = rgb(167, 199, 231).darken(30%)
#let separation-line() = box(inset: (top: 0.2em, bottom: 0.2em), line(length: 100%, stroke: (dash: "dotted", paint: gray)))
// #let separation-line() = repeat(text(fill: gr... |
https://github.com/Tiggax/zakljucna_naloga | https://raw.githubusercontent.com/Tiggax/zakljucna_naloga/main/dispozicija/dispozicija.typ | typst | #import "additional.typ": todo
#let naslov = [
Matematični model bioreaktorja CHO celic z dovajanjem
]
#let structure = [
The first chapter is devoted to the introduction, where we will present the basic assumptions and methods we will use.
In the second chapter we will cover information about bioreactors,... | |
https://github.com/PA055/5839B-Notebook | https://raw.githubusercontent.com/PA055/5839B-Notebook/main/README.md | markdown | ## Installation
> This installation process is temporary, as we wait for Typst to overhaul its process for packaging templates and packages.
The best way to install the Notebookinator is as a local package. Make sure you
have the following software installed on your computer:
- [Typst](https://github.com/typs... | |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/themes/gallery/bipartite.typ | typst | #import "../../../../polylux.typ": *
#import themes.bipartite: *
#show: bipartite-theme
#set text(size: 25pt)
#title-slide(
author: [Author],
title: [Title],
subtitle: [Subtitle],
date: [Date],
)
#west-slide(title: "A longer slide title")[
#lorem(40)
]
#east-slide(title: "On the right!")[
#lorem(40)
]... | |
https://github.com/UriMtzF/typst-templates | https://raw.githubusercontent.com/UriMtzF/typst-templates/main/README.md | markdown | MIT License | # typst-templates
Personal typst templates
|
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/math-eval.typ | typst | Apache License 2.0 | // Evaluating a math expr should renders the same as an equation
#eval(mode: "math", "f(a) = cases(a + b\, space space x >= 3,a + b\, space space x = 5)")
$f(a) = cases(a + b\, space space x >= 3,a + b\, space space x = 5)$
|
https://github.com/LilNick0101/Bachelor-thesis | https://raw.githubusercontent.com/LilNick0101/Bachelor-thesis/main/thesis.typ | typst | #import "./thesisHeader.typ": *
#import "@preview/minitoc:0.1.0": *
#import "@preview/glossarium:0.2.0": print-glossary, gls, glspl
#show: doc => mainPage(
[= Abstract
Questo documento descrive il lavoro svolto durante il periodo di stage della durata di 320 ore presso l'azienda _Zero12 s.r.l._
Lo sco... | |
https://github.com/rabotaem-incorporated/probability-theory-notes | https://raw.githubusercontent.com/rabotaem-incorporated/probability-theory-notes/master/sections/04-discrete-random-processes/02-branching-processes.typ | typst | #import "../../utils/core.typ": *
== Ветвящиеся процессы
Пусть у нас есть какие-то частицы, которые разможаются, умирают, и т.д. С вероятностью $f_k$ частица превращается в $k$ частиц. Изначально частиц $eta_0 = 1$. На следующем шаге частиц $eta_1 = xi_1^((1))$, где $xi_k^((n))$ --- количество частиц, которые преврат... | |
https://github.com/saveriogzz/curriculum-vitae | https://raw.githubusercontent.com/saveriogzz/curriculum-vitae/main/modules_it/skills.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Competenze")
#cvSkill(
type: [Lingue],
info: [Inglese #hBar() Italiano]
)
#cvSkill(
type: [Tecnologie],
info: [Scala2 #hBar() Python #hBar() BigQuery]
)
#cvSkill(
type: [Interessi Personali],
info: [Nuoto #hBar() Apprendimento #hBar() Cibo]
)
|
https://github.com/Treeniks/bachelor-thesis-isabelle-vscode | https://raw.githubusercontent.com/Treeniks/bachelor-thesis-isabelle-vscode/master/chapters/02-background/lsp.typ | typst | #import "/utils/todo.typ": TODO
#import "/utils/isabelle.typ": *
#import "@preview/cetz:0.2.2"
== Language Server Protocol (LSP)
Before the introduction of the Language Server Protocol, it was common for code editors to either only support syntax highlighting for its supported languages with very basic auto-completi... | |
https://github.com/MattiaOldani/Informatica-Teorica | https://raw.githubusercontent.com/MattiaOldani/Informatica-Teorica/master/capitoli/complessità/17_risorsa_tempo.typ | typst | #import "@preview/algo:0.3.3": algo, i, d, code
#import "@preview/lemmify:0.1.5": *
#let (
theorem, lemma, corollary,
remark, proposition, example,
proof, rules: thm-rules
) = default-theorems("thm-group", lang: "it")
#show: thm-rules
#show thm-selector("thm-group", subgroup: "theorem"): it => block(
it,
... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/rubby/0.10.0/CHANGELOG.md | markdown | Apache License 2.0 | # Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.10.0] - 2023-11-24
### Changed
- Values ar... |
https://github.com/tingerrr/masters-thesis | https://raw.githubusercontent.com/tingerrr/masters-thesis/main/src/figures/algorithms.typ | typst | #import "util.typ": *
#let comment(body) = text(gray, {
h(1fr)
sym.triangle.r
[ ]
body
})
#let dd = $Delta d$
#let Int = math-type("Int")
#let None = math-type("None")
#let Node = math-type("Node")
#let Deep = math-type("Deep")
#let Key = math-type("Key")
#let Shallow = math-type("Shallow")
#let FingerTree ... | |
https://github.com/markcda/unitech-typst | https://raw.githubusercontent.com/markcda/unitech-typst/master/examples/pr-infosec-basics/01-project.typ | typst | MIT License | #import "00-university-template.typ": *
#show: student_work.with(
title: "Проект - Система контроля и управления доступом - Прусак<NAME>., <NAME>.",
header: "unitech-2023-header.png",
department_name: "Кафедра информационной безопасности",
institute_name: "Институт инфокоммуникационных систем и технологий",
... |
https://github.com/noahjutz/CV | https://raw.githubusercontent.com/noahjutz/CV/main/sidebar/main.typ | typst | #import "section.typ": section
#import "social.typ": social
#import "langskill.typ": langskill
#import "/chip.typ": chips
#import "/env.typ"
#box(radius: 16pt, clip: true)[
#image("/assets/profile_small.JPG")
]
#section("Kontakt")
#social(al: top,
"/assets/icons/location.svg",
env.address
)
#social(
"/asset... | |
https://github.com/Myriad-Dreamin/shiroa | https://raw.githubusercontent.com/Myriad-Dreamin/shiroa/main/README.md | markdown | Apache License 2.0 | # shiroa
[_shiroa_](https://github.com/Myriad-Dreamin/shiroa) (_Shiro A_, or _The White_, or _云笺_) is a simple tool for creating modern online (cloud) books in pure typst.
## Installation (shiroa CLI)
There are multiple ways to install the [shiroa](https://github.com/Myriad-Dreamin/shiroa) CLI tool.
Choose any one o... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/tlacuache-thesis-fc-unam/0.1.1/lib.typ | typst | Apache License 2.0 |
#let bib = state("bib", none)
#let currentH(level: 1)={
let elems = query(selector(heading.where(level: level)).after(here()))
if elems.len() != 0 and elems.first().location().page() == here().page() {
return elems.first().body
} else {
elems = query(selector(heading.where(level: level)).before(here()))... |
https://github.com/jomaway/typst-teacher-templates | https://raw.githubusercontent.com/jomaway/typst-teacher-templates/main/ttt-lists/template/students.typ | typst | MIT License | #import "@preview/ttt-lists:0.1.0": studentlist as list
#set page("a4", margin: 1cm)
#set text(14pt, font:"Rubik", weight: 300, lang: "de")
= Class list
#let data = csv("students.csv")
#{ data = list.add_check_column(data, title: "Attending") }
#list.studentlist(
numbered: true,
lines: true,
tag: "Year 24/... |
https://github.com/MattiaOldani/Informatica-Teorica | https://raw.githubusercontent.com/MattiaOldani/Informatica-Teorica/master/capitoli/complessità/14_dtm.typ | typst | #import "@preview/algo:0.3.3": algo, i, d, code
#import "../alias.typ": *
= Macchina di Turing deterministica (DTM)
Il punto di partenza dello studio della teoria della complessità è la definizione rigorosa delle risorse di calcolo e di come possono essere misurate.
Il modello di calcolo che useremo nel nostro stu... | |
https://github.com/crd2333/crd2333.github.io | https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Reading/跟李沐学AI(论文)/MAE.typ | typst | // ---
// order: 9
// ---
#import "/src/components/TypstTemplate/lib.typ": *
#show: project.with(
title: "d2l_paper",
lang: "zh",
)
= Masked Autoencoders Are Scalable Vision Learners
- 时间:2021.11
== 标题 & 摘要 & 引言 & 相关工作
- 标题:Masked Autoencoders Are Scalable Vision Learners
- 与之前读的文章的关系
- Transformer:纯基于注意力机制的编... | |
https://github.com/Area-53-Robotics/53B-Notebook-Over-Under-2023-2024 | https://raw.githubusercontent.com/Area-53-Robotics/53B-Notebook-Over-Under-2023-2024/master/entries/pre_building/name_reveal.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/templates/entries.typ": *
#import "/templates/headers.typ": *
#import "/templates/text.typ": *
#create_default_entry(
title: [Name Reveal: Over Under],
date: [April 22nd, 2023],
design: [],
witness: [],
content:[
#box_header(
title: [Gabriel],
color: blue.lighten(60%)
) \
#e... |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/ex-multiple-choice-item.typ | typst | #set page(margin: 1in)
#set text(size: 12pt)
#let holder(..items) = {
enum(..items)
}
#{
let num = 1
let a = lorem(60)
let b = block({
let letters = "ABCD"
set enum(numbering: (it) => {
letters.at(it - 1)
}, spacing: 20pt, tight: false, body-indent: 10pt)
enum(
rec... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/list-03.typ | typst | Other | - Top-level indent
- is fine.
|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/pattern-text_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// You shouldn't be able to see the text, if you can then
// that means that the transform matrices are not being
// applied to the text correctly.
#let pat = pattern(
size: (30pt, 30pt),
relative: "parent",
square(size: 30pt, fill: gradient.... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/text/font.typ | typst | Apache License 2.0 | // Test configuring font properties.
---
// Set same font size in three different ways.
#text(20pt)[A]
#text(2em)[A]
#text(size: 15pt + 0.5em)[A]
// Do nothing.
#text()[Normal]
// Set style (is available).
#text(style: "italic")[Italic]
// Set weight (is available).
#text(weight: "bold")[Bold]
// Set stretch (not ... |
https://github.com/drupol/master-thesis | https://raw.githubusercontent.com/drupol/master-thesis/main/resources/typst/ch4-table-conclusion.typ | typst | Other | #set align(left)
#table(
columns: (1fr, 1fr),
stroke: none,
[#align(center)[Pros]],
table.vline(stroke: .5pt),
[#align(center)[Cons]],
table.hline(stroke: .5pt),
[
Facilitates collaboration and onboarding:
Reproducibility enables easier collaboration among researchers, developers,
as they ca... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/003%20-%20Gatecrash/012_The%20Hard%20Sell.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Hard Sell",
set_name: "Gatecrash",
story_date: datetime(day: 19, month: 03, year: 2013),
author: "<NAME>",
doc
)
Bartek heaved the last of the heavy wooden crates into the cart with a grunt. He leaned against the wall of the warehouse, ... | |
https://github.com/qo/term | https://raw.githubusercontent.com/qo/term/main/examples/file/file.typ | typst | #import "../../term.typ": term
#let ps1 = "$"
#let input = read("./in")
#let output = read("./out")
#let content = raw(ps1 + " " + input + output)
#figure(
term(
content: content
),
caption: "Listing files in a directory",
)
| |
https://github.com/ecrax/packages | https://raw.githubusercontent.com/ecrax/packages/main/local/island/0.1.0/lib.typ | typst | #import "@preview/quick-maths:0.1.0": shorthands
// Workaround for the lack of an `std` scope.
#let std-bibliography = bibliography
#let contents = (depth: 1) => {
show outline.entry: it => {
v(-10pt, weak: true)
grid(
columns: (20pt, 1fr),
column-gutter: 10pt,
link(it.element.location())... | |
https://github.com/HarryLuoo/sp24 | https://raw.githubusercontent.com/HarryLuoo/sp24/main/Physics311/reviewNotes/apnd.typ | typst | #set math.equation(numbering:"1")
//useful equations and notes
= Appendix
+ Taylor expansion:
$
lr(f(x)|)_0 approx f(a) + f'(a)(x-a) + f''(a)(x-a)^2/2
$
+ small angle approximation:
$
sin(theta) approx theta quad
cos(theta) approx 1-theta^2/2
$
| |
https://github.com/Qi-Zhan/abstract_algebra | https://raw.githubusercontent.com/Qi-Zhan/abstract_algebra/main/main.typ | typst | #import "theorems.typ": *
#import "@preview/commute:0.2.0": node, arr, commutative-diagram
#show: thm-rules.with(qed-symbol: $square$)
#import "template.typ": *
#show: template.with(
title: [抽象代数笔记],
authors: (
(
name: "詹奇",
),
),
lof: false,
lot: false,
lol: false,
bibliography_file: none,... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/029%20-%20Aether%20Revolt/001_In%20the%20Dead%20of%20Night.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"In the Dead of Night",
set_name: "<NAME>",
story_date: datetime(day: 30, month: 11, year: 2016),
author: "<NAME>",
doc
)
#emph[In an effort to quell a renegade uprising, the Consulate of Ghirapur forcibly confiscated all unapproved devices ... | |
https://github.com/Ajsoabk/Exam-Paper-Answer-and-Analysis-typst-template | https://raw.githubusercontent.com/Ajsoabk/Exam-Paper-Answer-and-Analysis-typst-template/main/exam_paper_answer.typ | typst |
#set page(
paper: "a6",
margin: (x: 1.8cm, y: 1.5cm),
)
#let conf(title:"",affiliation:"",body)={
set page(
paper:"a4",
margin:2.5cm,
background:
rotate(24deg,text(18pt, fill: rgb("FFCBC4"))[*#affiliation*])
);
align(center,text(size: 24pt,weight: "bold")[#title])
body
}
#l... | |
https://github.com/f14-bertolotti/bedlam | https://raw.githubusercontent.com/f14-bertolotti/bedlam/main/src/measure-theory/main.typ | typst | = Measure Theory
#include "introduction.typ"
#include "caratheodory-extension-theorem.typ"
#include "lebesgue-measure.typ"
| |
https://github.com/gongke6642/tuling | https://raw.githubusercontent.com/gongke6642/tuling/main/Math/leftright.typ | typst | #set text(
size:10pt,
)
#set page(
paper:"a5",
margin:(x:1.8cm,y:1.5cm),
)
#set par(
justify: true,
leading: 0.52em,
)
= 左/右
分隔符匹配。
lr函数允许您匹配两个分隔符,并使用它们包含的内容进行缩放。虽然对于语法匹配的分隔符也会自动发生这种情况,但lr允许您匹配两个任意分隔符并精确控制它们的大小。除了lr函数之外,Typst 还提供了更多函数,用于为绝对值、水解值和下限值以及范数创建分隔符配对。
= 例
#image("26.png")
= 功能
= lr
缩放分隔符。
虽然默认情... | |
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/01-number-theory/08-primes.typ | typst | Other | #import "../../utils/core.typ": *
== Простые числа
#def[
Число $p in ZZ$ называется простым, если $p in.not {-1, 0, 1}$ и все делители $p$ --- это $plus.minus 1$ и $p$.
]
#prop[
+ $p$ --- простое $<==> -p$ --- простое.
+ $p$ --- простое, $a in ZZ ==> p divides a$ или $p bot a$.
+ $p, ... |
https://github.com/TheTacBanana/make_deedpoll | https://raw.githubusercontent.com/TheTacBanana/make_deedpoll/master/deed_poll.typ | typst | #import "@preview/nth:1.0.1": nth
#let CURRENT_DAY = datetime.today()
#let OLDNAME = [Old Name]
#let NEWNAME = [New Name]
#let CITY = [City]
#let COUNTY = [County]
#let POSTCODE = [Postcode]
#let ADDRESS = [Street Address]
#let WITNESS1 = [Witness One]
#let WITNESS1_ADDRESS = [Address]
#let WITNESS1_POSTCODE = [Post... | |
https://github.com/Shedward/dnd-charbook | https://raw.githubusercontent.com/Shedward/dnd-charbook/main/main.typ | typst | #include "books/edna-zeenhoffer.typ"
| |
https://github.com/0xPARC/0xparc-intro-book | https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/src/mpc.typ | typst | #import "preamble.typ":*
= Garbled circuits
Imagine Alice and Bob each have some secret values
$a$ and $b$, and would like to jointly compute some function $f$ over
their respective inputs. Furthermore, they’d like to keep their secret
values hidden from each other: if Alice and Bob follow the protocol
honestly, they... | |
https://github.com/tingerrr/anti-matter | https://raw.githubusercontent.com/tingerrr/anti-matter/main/src/core.typ | typst | MIT License | /// Get state which keeps track of numbering patterns.
///
/// - label (label): the label which is used for document fences
/// - numbering (array): the default numberings to start with
/// -> counter
#let numbering-state(
label: <anti-matter:fence>,
numbering: ("I", "1", "I"),
) = state("anti-matter:state", (
la... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/docs/guides/welcome.md | markdown | Apache License 2.0 | ---
description: Guides for Typst.
---
# Guides
Welcome to the Guides section! Here, you'll find helpful material for specific
user groups or use cases. Currently, two guides are available: An introduction
to Typst for LaTeX users, and a detailed look at page setup. Feel free to
propose other topics for guides!
## Li... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.