repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/Joelius300/hslu-typst-template | https://raw.githubusercontent.com/Joelius300/hslu-typst-template/main/chapters/05_realization.typ | typst | MIT License | = Realisierung
Dies ist das Hauptkapitel Ihrer Arbeit! Hier wird die Umsetzung der eigenen Ideen und Konzepte (Kapitel 3) anhand der gewählten Methoden (Kapitel 4) beschrieben, inkl. der dabei aufgetretenen Schwierigkeiten und Einschränkungen.
#pagebreak() |
https://github.com/ludwig-austermann/typst-din-5008-letter | https://raw.githubusercontent.com/ludwig-austermann/typst-din-5008-letter/main/examples/example_letter.typ | typst | MIT License | #import "../letter.typ" : letter, letter-styling, debug-options, block-hooks
#let styling-options = letter-styling(
form: "A", // can also be form 'B'
folding-mark: true,
hole-mark: true,
page-margin-right: 2cm,
background: rotate(60deg, text(60pt, red.lighten(70%), font: "Fira Code")[EXAMPLE LETTER]),
tex... |
https://github.com/MordragT/bib_kit | https://raw.githubusercontent.com/MordragT/bib_kit/master/README.md | markdown | MIT License | <div align=center>
# Bib Kit - Hayagriva Extension for Firefox 📚
This extension allows retrieving website information to create
citations in the `hayagriva` format.
</div>
## Warning
This extension is highly experimental. Bugs are expected.
If you encounter any feel free to create issues.
I do not recommend using... |
https://github.com/titaneric/typst-mixed-resume | https://raw.githubusercontent.com/titaneric/typst-mixed-resume/main/resume.typ | typst | MIT License |
#import "template.typ": *
#set page(
margin: (
left: 10mm,
right: 10mm,
top: 15mm,
bottom: 15mm
),
)
#set text(font: "Mulish")
#show: project.with(
theme: rgb(73%, 1%, 0%, 4%),
first_name: "Alison",
last_name: "Turner",
title: "Site Reliability Engineer",
contact: (
contact(
... |
https://github.com/loqusion/typix | https://raw.githubusercontent.com/loqusion/typix/main/docs/api/derivations/common/typst-project-output.md | markdown | MIT License | <!-- markdownlint-disable-file first-line-h1 -->
<!-- ANCHOR: head -->
Destination path for Typst output.
<!-- ANCHOR_END: head -->
<!-- ANCHOR: buildtypstprojectlocal -->
<!-- markdownlint-disable link-fragments -->
If omitted, it will be inferred from
[`typstSource`](#typstsource) — for example,
`page.typ` will... |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Philosophie_Argument.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: "Philosophie Argument",
authors: (
"<NAME>",
),
date: "30 Octobre, 2023",
)
#set heading(numbering: "1.1.")
== Question: #emph[Y’a-t-i... | |
https://github.com/Mc-Zen/tidy | https://raw.githubusercontent.com/Mc-Zen/tidy/main/src/utilities.typ | typst | MIT License |
// Matches docstring references of the form `@@otherfunc` or `@@otherfunc()`.
#let reference-matcher = regex(`@@([\w\d\-_\)\(]+)`.text)
/// Take a documentation string (for example a function or parameter
/// description) and process docstring cross-references (starting with `@@`),
/// turning them into links.
/... |
https://github.com/Noxsios/cv | https://raw.githubusercontent.com/Noxsios/cv/main/README.md | markdown | MIT License | # cv
Single-page, clean and simple developer CV written with [typst](https://typst.app/), [tailwindcss colors](https://github.com/kaarmu/typst-palettes/blob/main/doc/main.pdf) and published to GitHub Pages.

## Building Locally
1. Clone this repo:
```bash
gi... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/132.%20founders.html.typ | typst | founders.html
What We Look for in Founders
Want to start a startup? Get funded by
Y Combinator.
October 2010
(I wrote this for Forbes, who asked me to write something
about the qualities we look for in founders. In print they had to cut
the last item because they didn't have room.)1. DeterminationThis has tur... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/raw-color-overwrite_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#show raw: set text(fill: blue)
`Hello, World!`
```rs
fn main() {
println!("Hello, World!");
}
``` |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/align-04.typ | typst | Other | // Error: 8-22 cannot add two horizontal alignments
#align(center + right, [A])
|
https://github.com/brainworkup/neurocog | https://raw.githubusercontent.com/brainworkup/neurocog/main/_extensions/neurocog/typst-template.typ | typst | MIT License | #let script-size = 7.97224pt
#let footnote-size = 8.50012pt
#let small-size = 9.24994pt
#let normal-size = 10.00002pt
#let large-size = 11.74988pt
#let neurocog(
title: none,
date: none,
cols: 1,
paper: "a4",
margin: (x: 25mm, y: 30mm),
lang: "en",
region: "US",
font: (),
fontsize: 12pt,
sectionnum... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/github-pages/docs/graphs.typ | typst | Apache License 2.0 | #import "/contrib/typst/diagram.typ": node, arr, commutative_diagram
#import "/docs/cookery/templates/page.typ": main-color, background-color, is-light-theme
#import "@preview/cetz:0.1.2"
#let forest = rgb("43a127")
/// utility functions
#let vadd(x,y) = (x.at(0) + y.at(0), x.at(1) + y.at(1))
#let vdiv(x,y) = (x.... |
https://github.com/Xendergo/wasm-session | https://raw.githubusercontent.com/Xendergo/wasm-session/main/wasm-script.typ | typst | Creative Commons Zero v1.0 Universal | #import "@local/henrys-typst-utils:0.1.0" : *
#set text(0.99em)
= Title
So you're writing a website, right? And you're just thinking to yourself \"Wow, javascript really sucks, I wish I could be using anything else right now.\" Well guess what, you can, and it's called webassembly, and I'm going to teach you all abo... |
https://github.com/zlfn/zlfn | https://raw.githubusercontent.com/zlfn/zlfn/main/cv/cv.typ | typst | #set page(margin:(x:30pt, y:25pt))
#set text(font:"Wavve PADO TTF", size:16pt)
= 박찬웅 | <NAME> | Kiroo(zlfn)
#set block(spacing: 1.1em)
#set par(first-line-indent:1em, justify:true)
#show link:underline
#set text(font:"Wavve PADO TTF", size:15pt)
#set box(height:11pt)
#let linkedin_icon = box(image("assets/icons/linked... | |
https://github.com/MatheSchool/typst-g-exam | https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/test/grade-table/test-003-sugar.typ | typst | MIT License | #import "../../src/lib.typ": *
#show: g-exam.with(
show-student-data: "first-page",
show-grade-table: true,
)
=? []
==? (points:1) []
==? (points:2) []
=? (points:3)[]
==? (points:1.2)[]
==? (points:1.3)[]
|
https://github.com/typst-doc-cn/tutorial | https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/basic/scripting-length-and-layout.typ | typst | Apache License 2.0 | #import "mod.typ": *
#show: book.page.with(title: "度量与布局")
本章我们再度回到排版专题,拓宽制作文档的能力。
== 长度类型
#show quote: it => {
box(
stroke: (
left: 2pt + main-color,
),
inset: (
left: 12pt,
y: 8pt,
),
{
stack(
{
set text(style: "italic")
it.body
},
... |
https://github.com/cbr9/CV | https://raw.githubusercontent.com/cbr9/CV/main/metadata.typ | typst | Apache License 2.0 | /* Personal Information */
#let firstName = "Andrés"
#let lastName = "<NAME>"
#let personalInfo = (
github: "cbr9",
phone: "+4917684048732",
email: "<EMAIL>",
linkedin: "andres-cabero-busto",
//gitlab: "mintyfrankie",
//homepage: "jd.me.org",
//orcid: "0000-0000-0000-0000",
//researchgate: "John-Doe",... |
https://github.com/adam-zhang-lcps/papers | https://raw.githubusercontent.com/adam-zhang-lcps/papers/main/c3edit-sr-research-paper.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #let name = [c#super[3]edit]
#let title = [#name: a software framework for real-time cross-editor collaborative editing]
#set document(
title: title,
author: "<NAME>",
date: datetime.today(),
)
#set page(paper: "us-letter")
#set text(font: "New Computer Modern")
#align(center)[
#title
]
= Abstract
Most progr... |
https://github.com/Skimmeroni/Appunti | https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Matematica4AI/LinAlg/Bases.typ | typst | Creative Commons Zero v1.0 Universal | #import "../Math4AI_definitions.typ": *
Let ${underline(v_(1)), underline(v_(2)), dots, underline(v_(n))}$ be a
set of $n$ vectors of a vector space $V$, and let $lambda_(1), lambda_(2),
dots, lambda_(n)$ be $n$ real numbers (not necessarely distinct). Every
summation defined as such:
$ sum_(i = 1)^(n) lambda_(i) und... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/044%20-%20Innistrad%3A%20Crimson%20Vow/008_The%20Devouring%20House.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Devouring House",
set_name: "Innistrad: Crimson Vow",
story_date: datetime(day: 19, month: 11, year: 2021),
author: "<NAME>",
doc
)
<NAME> had been lucky in his fall: any one of the wooden stakes lining the pit could have pierced him—co... | |
https://github.com/liketechnik/aoc2023 | https://raw.githubusercontent.com/liketechnik/aoc2023/main/02.typ | typst | // vim: ft=typst
#set text(
size: 12pt,
font: "STIX Two Text",
lang: "en",
region: "US",
)
#show raw: set text(font: "Recursive Mn Lnr St")
#show math.equation: set text(font: "STIX Two Math")
#set page(
width: auto,
height: auto,
)
#set document(title: "Advent of Code - Day 02", author: "like... | |
https://github.com/ysthakur/PHYS121-Notes | https://raw.githubusercontent.com/ysthakur/PHYS121-Notes/main/Notes/Ch06.typ | typst | MIT License | = Chapter 6
== Uniform Circular Motion
Speed is constant but not velocity, because direction is constantly changing.
Centripetal acceleration for uniform circular motion: $ a = v^2/r = ((2 pi)/T)^2 r$
*Period:* Time taken to go around circle one time.
*Frequency:* Number of revolutions per second: $ f = 1/T$ (unit... |
https://github.com/jassielof/typst-templates | https://raw.githubusercontent.com/jassielof/typst-templates/main/upsa-bo/estudio-de-factibilidad/template/capítulos/14.conclusiones%20y%20recomendaciones.typ | typst | MIT License | = Conclusiones y Recomendaciones
== Conclusiones
== Recomendaciones
|
https://github.com/ustctug/ustc-thesis-typst | https://raw.githubusercontent.com/ustctug/ustc-thesis-typst/main/chapters/notation.typ | typst | MIT License | #block[
#block[
2em
The number of angels per unit area
The number of angels per needle point
The area of the needle point
The total mass of angels per unit area
The mass of one angel
The sum of $a_i$
]
]
|
https://github.com/mimed95/typst-cv-template | https://raw.githubusercontent.com/mimed95/typst-cv-template/main/README.md | markdown | MIT License | # typst-cv-template
Template migration from Latex to Typst in progress for my CV
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/036%20-%20Guilds%20of%20Ravnica/013_The%20Gathering%20Storm%3A%20Chapter%208.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Gathering Storm: Chapter 8",
set_name: "Guilds of Ravnica",
story_date: datetime(day: 31, month: 07, year: 2019),
author: "<NAME>",
doc
)
Not quite twelve hours later, Ral stepped off the deck of a very different skyship onto the dock j... | |
https://github.com/cadojo/correspondence | https://raw.githubusercontent.com/cadojo/correspondence/main/_extensions/exploration/typst-template.typ | typst | MIT License | #import "_src/hermes/hermes.typ": * |
https://github.com/augustebaum/epfl-thesis-typst | https://raw.githubusercontent.com/augustebaum/epfl-thesis-typst/main/example/head/preface.typ | typst | MIT License | = Preface
A preface is not mandatory. It would typically be written by some other person
(eg your thesis director).
#lorem(200)
// #parbreak()
// #v(10pt)
// #bigskip()
#grid(
columns: 2 * (1fr,), align: (left, right), [_Lausanne, 12 Mars 2011_], [<NAME>.],
)
|
https://github.com/Gewi413/typst-autodoc | https://raw.githubusercontent.com/Gewi413/typst-autodoc/master/README.md | markdown | MIT License | # typst-autodoc
Automaticaly generate a documentation pdf for your library using java docstring format
```typst
/**
* this will render as info
* @param this as a parameter
*/
#let foo(this)= {}
#import "typst-autodoc.typ": main
#main("this.typ")
```

Supported : `@param`, `@see`, `@... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/par-indent-04.typ | typst | Other | #set par(hanging-indent: 2em)
#set text(dir: rtl)
لآن وقد أظلم الليل وبدأت النجوم
تنضخ وجه الطبيعة التي أعْيَتْ من طول ما انبعثت في النهار
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/haw-hamburg/0.1.0/examples/bachelor-thesis/glossary.typ | typst | Apache License 2.0 | #import "dependencies.typ": print-glossary
#set heading(numbering: none)
= Glossary
#print-glossary((
(
key: "freedom",
short: "freedom",
desc: "Freedom is the power or right to speak, act and change as one wants without hindrance or restraint. Freedom is often associated with liberty and autonomy in ... |
https://github.com/PA055/5839B-Notebook | https://raw.githubusercontent.com/PA055/5839B-Notebook/main/packages.typ | typst | #import "@local/notebookinator:1.0.0"
#import "@preview/codetastic:0.2.2"
#import "@preview/diagraph:0.1.0" | |
https://github.com/xiongyaohua/typst-template-swjtu-thesis | https://raw.githubusercontent.com/xiongyaohua/typst-template-swjtu-thesis/main/lib.typ | typst | #import "modules/common.typ": 占位, 正文开始, 结论开始, 附录开始
#import "modules/pages.typ": *
// 生成源码和排版结果对照
//
// 应该放在顶层目录中,样例中的image函数才能直接访问images目录。
#let 示例(code) = {
set heading(outlined: false, numbering: none)
show heading: it => {
set text(font: 字体.黑体)
block[
#it.body
]
}
show raw.... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/036%20-%20Guilds%20of%20Ravnica/011_The%20Gathering%20Storm%3A%20Chapter%205.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Gathering Storm: Chapter 5",
set_name: "Guilds of Ravnica",
story_date: datetime(day: 03, month: 07, year: 2019),
author: "<NAME>",
doc
)
<NAME> had never been much for pets.
Once, in his much younger days, he and Elias had owned a pup... | |
https://github.com/alimitedgroup/alimitedgroup.github.io | https://raw.githubusercontent.com/alimitedgroup/alimitedgroup.github.io/main/verbali/interni/2024-10-18.typ | typst | // VI 18-10-2024
#import "../../lib.typ": *
#set text(lang: "it")
#show: doc => verbale(
regmodifiche: (("0.1.0", "22-10", "<NAME>", "-", "Modifica e verifica documento"),("0.0.2", "21-10", "<NAME>", "-", "Redazione documento"),("0.0.1", "21-10", "<NAME>", "-", "Creazione struttura e template documento"),),
data: [... | |
https://github.com/floriandejonckheere/utu-thesis | https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/figures/08-case-study/microservice-size.typ | typst | #import "@preview/cetz:0.2.2": canvas, chart, draw
#let microservice_size_chart = (key) => [
#let data = yaml("/data/" + key + ".yml").at("clusters").at("size").sorted().rev().enumerate(start: 1).map(x => (str(x.at(0)), x.at(1)))
#let total = data.map(p => p.at(1)).sum()
#canvas(length: .75cm, {
let colors... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/math/frac.typ | typst | // Test fractions.
--- math-frac-baseline ---
// Test that denominator baseline matches in the common case.
$ x = 1/2 = a/(a h) = a/a = a/(1/2) $
--- math-frac-paren-removal ---
// Test parenthesis removal.
$ (|x| + |y|)/2 < [1+2]/3 $
--- math-frac-large ---
// Test large fraction.
$ x = (-b plus.minus sqrt(b^2 - 4a... | |
https://github.com/lphoogenboom/typstThesisDCSC | https://raw.githubusercontent.com/lphoogenboom/typstThesisDCSC/master/typFiles/titlepage.typ | typst | // !!!!
// STUDENTS, DO NOT EDIT THIS FILE!
// !!!!
#import "../projectInfo.typ": student, report
#let coverUnit = 398.38567pt/0.9 // derived from latex template
#let cu = coverUnit // shorthand
#let pageHeight = 841.89pt
#let white = rgb(255,255,255)
#let black-ish = rgb(6, 6, 12)
#let cyan = rgb(0, 185, 242)
#... | |
https://github.com/henry-zwart/uva-report-unofficial | https://raw.githubusercontent.com/henry-zwart/uva-report-unofficial/main/lib.typ | typst | MIT License | /*The titlepage template is heavily inspired by the 'Red Agora' title page template:
https://github.com/essmehdi/ensias-report-template/ */
#let titlepage(
title: "",
subtitle: none,
student_name: "",
student_id: "",
lecturer: "",
course_name: "",
course_code: "",
programme: none,
academic_year: n... |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/08-adv-features/boundary.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note
#import "/lib/glossary.typ": tr
#show: web-page-template
// ## Boundary detection
== 边界检测
// ### Name of Allah
=== 真主之名
|
https://github.com/jcbhmr/typst.aur | https://raw.githubusercontent.com/jcbhmr/typst.aur/main/README.md | markdown | <p align=center>
<b><a href="https://archlinux.org/packages/extra/x86_64/typst/">archlinux.org/packages/extra/x86_64/typst</a></b>
</p>
| |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/linebreak-02.typ | typst | Other | // Test that there are no unwanted line break opportunities on run change.
This is partly emp#emph[has]ized.
|
https://github.com/kunalchandan/resume | https://raw.githubusercontent.com/kunalchandan/resume/main/conf.typ | typst | #let main_font_size = 9pt
#let caption_font_size = 10pt
#let name_font_size = 17pt
#let heading_font_size = 11pt
#let accent_1 = rgb("#57058B")
#let accent_10 = rgb("#BE33DA")
#let accent_2 = rgb("#787878")
#set text(font: ("Jost"), weight: "extralight", size: main_font_size)
#let page_heading(
name : (),
capt... | |
https://github.com/UriMtzF/typst-templates | https://raw.githubusercontent.com/UriMtzF/typst-templates/main/uaemex-full-page/main.typ | typst | MIT License | #import "lib.typ": *
#show: project.with(
subject: "Materia",
title: "Título",
authors: (
"Autor 1",
"Autor 2"
),
date: (
year: 2024,
month: 2,
day: 27
),
isIndexed: true
) |
https://github.com/lkoehl/typst-boxes | https://raw.githubusercontent.com/lkoehl/typst-boxes/main/examples/outline-colorbox.typ | typst | MIT License | #import "@dev/colorful-boxes:1.3.1": *
#set page(paper: "a4", margin: 0.5cm, height: auto)
#outline-colorbox(title: lorem(5))[
#lorem(50)
]
#outline-colorbox(title: lorem(5), centering: true, color: "green")[
#lorem(50)
] |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/par-03.typ | typst | Other | // While we're at it, test the larger block spacing wins.
#set block(spacing: 0pt)
#show raw: set block(spacing: 15pt)
#show list: set block(spacing: 2.5pt)
```rust
fn main() {}
```
- List
Paragraph
|
https://github.com/noahjutz/AD | https://raw.githubusercontent.com/noahjutz/AD/main/notizen/sortieralgorithmen/heapsort/heapify.typ | typst | #import "/components/lefttree.typ": lefttree, connect, box_around, draw_node, bent_line, polygon_around
#import "/components/num_row.typ": single_num_row
#import "/config.typ": theme
#import "@preview/cetz:0.3.0"
#let nums = (34, 45, 38, 43, 23, 18, 12, 17, 34, 7)
#single_num_row(
(34, 45, 38, 43, 23, 18, 12, 17, ... | |
https://github.com/kotfind/hse-se-2-notes | https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/prob/homeworks/to-2024-09-16.typ | typst | = ДЗ 1
== Задача 25 (1)
- (а)
+ При $k > 17$ все карманы пусты. $ P = 1 $
+ При $k <= 17$, $k - 1$ карманов пусты, всего карманов $17$. $ P = (k - 1)/17 $
- (б) $ P = 2/17 dot 1/16 dot 15/15 dot 14/14 = 2/17 dot 1/16 = 1/136 $
- (в) $ P = 1/10 dot 1/10 = 1/100 $
== Задача 26 (4)
- (A)
+ Способов выбра... | |
https://github.com/pedrofp4444/BD | https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[1] Definição do sistema/contexto.typ | typst | #let contexto = {
[
== Contexto de aplicação
Num passado não muito distante, Vizela mantinha-se como uma cidade pequena e remota no norte de Portugal. A vida da população seguia o seu curso tranquilamente e, devido à natureza pacífica da comunidade, a intervenção judicial era mínima. Os crimes esporádicos, q... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/docs/tinymist/crate-docs.typ | typst | Apache License 2.0 | #import "mod.typ": *
#show: book-page.with(title: "Crate Docs")
#cross-link("/rs/tinymist/index.typ")[Tinymist Crate Docs (for Developers)]
|
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/009.%20road.html.typ | typst | #set page(
paper: "a5",
margin: (x: 1.8cm, y: 1.5cm),
)
#set text(
font: "Liberation Serif",
size: 10pt,
hyphenate: false
)
#set par(justify: true)
#v(10pt)
= The Other Road Ahead
#v(10pt)
_September 2001_
_(This article explains why much of the next generation of software may be server-based, what that wi... | |
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/early_season/scrim.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: [Scrimmage],
date: [October 21st, 2023],
witness: [],
design: [],
content: [
#box_header(
title: [Scrim],
color: red.lighten(60%)
) \
... |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Maths_Expertes_Ex_19_12_2023.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 Expertes Ex 19 12 2023",
authors: (
"<NAME>",
),
date: "17 Décembre, 2023",
)
#set heading(numbering: "1.1.")
=== Exercice 18 p... | |
https://github.com/noriHanda/my-resume | https://raw.githubusercontent.com/noriHanda/my-resume/main/modern-resume.typ | typst | The Unlicense | #import "icons.typ": icon, linkIcon
#let colors = (
primary: rgb("#313C4E"),
secondary: rgb("#222A33"),
accentColor: rgb("#449399"),
textPrimary: black,
textSecondary: rgb("#7C7C7C"),
textTertiary: white,
)
#let pageMargin = 16pt
#let textSize = (
Large: 24pt,
large: 14pt,
normal: 11pt,
small: 9pt,... |
https://github.com/Heinenen/discourse-typst-wasm | https://raw.githubusercontent.com/Heinenen/discourse-typst-wasm/main/README.md | markdown | MIT License | # disource-typst-wasm
This project is used to render Typst documents in Discourse.
It depends on the Typst compiler and provides a suiting imlementation of `typst::World`.
The project is not intended to be used without https://github.com/Heinenen/discourse-typst.
|
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/document.typ | typst | Apache License 2.0 | // Test document and page-level styles.
---
// This is okay.
#set document(title: "Hello")
What's up?
---
// This, too.
// Ref: false
#set document(author: ("A", "B"), date: datetime.today())
---
// Error: 21-28 expected datetime, none, or auto, found string
#set document(date: "today")
---
// This, too.
// Error: ... |
https://github.com/atlanswer/typst-template-ieee | https://raw.githubusercontent.com/atlanswer/typst-template-ieee/main/full.typ | typst | MIT License | #import "ieee_template_full.typ": ieee_full
#show: ieee_full.with(
title: [Preparation of Papers for IEEE TRANSATIONS and JOURNALS (February 2017)],
authors: (
(name: "<NAME>", ieee_membership: "Fellow, IEEE"),
(name: "<NAME>"),
(name: "<NAME>.", ieee_membership: "Member, IEEE"),
),
thanks: (
[... |
https://github.com/Axot017/CV | https://raw.githubusercontent.com/Axot017/CV/master/modules_en/projects.typ | typst | #import "@preview/brilliant-cv:2.0.2": cvSection, cvEntry
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#let cvEntry = cvEntry.with(metadata: metadata)
#cvSection("Selected Projects")
#cvEntry(
title: [],
society: [Lottery System],
date: [],
location: [],... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-0F00.typ | typst | Apache License 2.0 | #let data = (
("TIBETAN SYLLABLE OM", "Lo", 0),
("TIBETAN MARK GTER YIG MGO TRUNCATED A", "So", 0),
("TIBETAN MARK GTER YIG MGO -UM RNAM BCAD MA", "So", 0),
("TIBETAN MARK GTER YIG MGO -UM GTER TSHEG MA", "So", 0),
("TIBETAN MARK INITIAL YIG MGO MDUN MA", "Po", 0),
("TIBETAN MARK CLOSING YIG MGO SGAB MA", "... |
https://github.com/poopsicles/bachelors-typst-template | https://raw.githubusercontent.com/poopsicles/bachelors-typst-template/main/README.md | markdown | MIT License | # bach-typst-temp
> [!CAUTION]
> this ~~is undergoing massive revamping due to last minute changes and~~ will no longer be updated here.
>
> check the [codeberg repo](https://codeberg.org/fumnanya/bachelors-typst) instead.
a [typst](https://typst.app) template for my [final year project](https://github.com/poopsicle... |
https://github.com/dead-summer/math-notes | https://raw.githubusercontent.com/dead-summer/math-notes/main/notes/ScientificComputing/ch1-intro-to-scicomp/faster-higher-and-stronger.typ | typst | #import "/book.typ": book-page
#show: book-page.with(title: "Modelling, Discretization and Implementation")
= 2 Faster, Higher and Stronger
There are three themes in scientific computing. They are efficiency, accuracy and stability, associated with which is the spirit of numerics: "faster, higher and stronger".
- *... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/tuhi-exam-vuw/0.1.0/template/main.typ | typst | Apache License 2.0 | #import "@preview/tuhi-exam-vuw:0.1.0": tuhi-exam-vuw, mark, fin
// use the template
#show: tuhi-exam-vuw.with(
coursetitle: "scientific basis of murphy's laws",
coursecode: "murph101",
date: datetime(year: 2023, month: 8, day: 3),
year: "2023",
trimester: "2",
timeallowed: "three hours",
openorclosed:... |
https://github.com/linhduongtuan/BKHN-Thesis_template_typst | https://raw.githubusercontent.com/linhduongtuan/BKHN-Thesis_template_typst/main/template/toc.typ | typst | Apache License 2.0 | #import "font.typ": *
// Abbreviations
#show heading : it => {
set align(center)
set text(font: arial, size: font_size.large)
it
par(leading: 1.5em)[#text(size:0.0em)[#h(0.0em)]]
}
#heading(level: 1, outlined: false)[ABBREVIATIONS]
#v(2em)
#show outline: it => {
set text(font: arial, size: font_size.footno... |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/i18n/zh/docusaurus-plugin-content-docs/current/themes/dewdrop.md | markdown | ---
sidebar_position: 3
---
# Dewdrop 主题

这个主题的灵感来自 <NAME> 创作的 [BeamerTheme](https://github.com/zbowang/BeamerTheme),由 [OrangeX4](https://github.com/OrangeX4) 改造而来。
这个主题拥有优雅美观的 navigation,包括 `sidebar` 和 `mini-slides... | |
https://github.com/katamyra/Notes | https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS1332/Modules/Heaps.typ | typst | #import "../../../template.typ": *
= Heaps
#definition(footer: "This property is what makes heaps easy to implement with arrays")[
*Heaps* have the shape property of a binary tree (having 0-2 children), but heaps must also be _complete_.
]
== Min Heap
#definition[
In *minheap*, the smallest data lives in the r... | |
https://github.com/j10ccc/zjut-social-practice-report-typst | https://raw.githubusercontent.com/j10ccc/zjut-social-practice-report-typst/main/layout/catalog.typ | typst | #import "/constants/fonts.typ": font_family
#let catalog() = {
set text(font: font_family.songti, size: 12pt)
show outline.entry.where(
level: 1
): it => {
text(it, weight: "bold")
v(.4em, weak: true)
}
show outline.entry.where(
level: 2
): it => {
text(it)
v(.2em, weak: true)
}
... | |
https://github.com/suspenss/Undergraduate-mathematics | https://raw.githubusercontent.com/suspenss/Undergraduate-mathematics/main/setup/theorem.typ | typst | #import "@preview/ctheorems:1.1.0": *
#let chnamefmt = it => [#text(style: "normal")[(#it)]]
#let no_fill_thmbox = thmbox.with(
inset: (x: 1.2em, top: 0.0em, bottom: 0.0em),
separator: [],
base_level: 1,
)
#let no_fill_thmplain = thmplain.with(
// inset: (x: 1.2em, top: 0.5em, bottom: 0.5em,left: 0em, right:... | |
https://github.com/k4zuy/Typst-Template-HTW | https://raw.githubusercontent.com/k4zuy/Typst-Template-HTW/main/common/metadata.typ | typst | // Enter your thesis data here:
#let titleEnglish = "(Title English)"
#let titleGerman = "Titel"
#let degree = "Abschluss"
#let program = "Studiengang"
#let supervisor = "Professor"
#let advisors = ("Betreuer, M.Sc.",)
#let author = "Autor"
#let studentNumber = "0000"
#let startDate = "01.01.2000"
#let submissionDate =... | |
https://github.com/hugoledoux/msc_geomatics_thesis_typst | https://raw.githubusercontent.com/hugoledoux/msc_geomatics_thesis_typst/main/front/acknowledgement.typ | typst | MIT License | #import "../template.typ": *
#heading(outlined: false)[Acknowledgements]
Thanks to everyone, especially to my supervisors and my dog (in that order).
And obviously to the ones who made that great template.
Lemongrass frosted gingerbread bites banana bread orange crumbled lentils sweet potato black bean burrito gree... |
https://github.com/ammar-ahmed22/typst-resume | https://raw.githubusercontent.com/ammar-ahmed22/typst-resume/main/src/utils/resume.typ | typst | #import "./icons.typ": iconUnicode
#import "./init.typ": init
#let contactInfo(data, accentColor) = {
let parsed = data.contact.map(c => {
let blockContent
if ("link" in c) {
blockContent = link(c.link)[#c.text]
} else {
blockContent = text(c.text)
}
box([#if ("icon" in c) {iconUnicod... | |
https://github.com/EpicEricEE/typst-quick-maths | https://raw.githubusercontent.com/EpicEricEE/typst-quick-maths/master/src/lib.typ | typst | MIT License | #import "quick-maths.typ": shorthands
|
https://github.com/Jollywatt/typst-fletcher | https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/node-layer/test.typ | typst | MIT License | #set page(width: auto, height: auto, margin: 1em)
#import "/src/exports.typ" as fletcher: diagram, node, edge
#diagram(
spacing: (10mm, 5mm), // wide columns, narrow rows
node-stroke: 1pt, // outline node shapes
edge-stroke: 1pt, // make lines thicker
mark-scale: 60%, // make arrowheads smaller
edge(... |
https://github.com/r8vnhill/apunte-bibliotecas-de-software | https://raw.githubusercontent.com/r8vnhill/apunte-bibliotecas-de-software/main/Unit3/StaticAnalysis.typ | typst | == Análisis Estático
El análisis estático de código es un método crítico utilizado en el desarrollo de software para
examinar el código fuente sin ejecutarlo. Esta técnica contrasta con el análisis dinámico, que
analiza el programa en ejecución. El análisis estático se realiza generalmente con herramientas
especializ... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/km/0.1.0/sample.typ | typst | Apache License 2.0 | #import "./lib.typ": karnaugh
#set text(font: "Kabel", weight: "bold")
#show raw: set text(weight: "regular")
#show math.equation: set text(font: "New Computer Modern Math")
#align(center)[
= Samples of Karnaugh–Veitch Maps
]
#let descriptions = (
"Fig. 1. Map of an incompletely specified function",
"Fig. 2. ... |
https://github.com/AxiomOfChoices/Typst | https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/TA/Fall%202023/Math%20314/Tutorial%208/solutions.typ | typst | #import "../../../../Templates/generic.typ": generic
#import "../../../../Templates/question.typ": question_heading
#show: doc => generic(title: "Tutorial 8 Solutions", name: "<NAME>", doc)
#show: doc => question_heading(doc)
#let ve = $epsilon$
#let vect(symbol) = { [#math.upright(math.bold(symbol))] }
= Question 1
... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/numbering_07.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 17-19 number must be at least zero
// #numbering("1", -1) |
https://github.com/KmaEE/ee | https://raw.githubusercontent.com/KmaEE/ee/main/ee.typ | typst | #import "@preview/cetz:0.2.2"
#import "@preview/wordometer:0.1.2": word-count, total-words
#show par: set block(spacing: 1.5em)
#set par(
justify: true,
leading: 0.75em
)
#show heading: set block(below: 0.75em)
#set page(numbering: "1", number-align: right)
#set text(font: "IBM Plex Sans")
#v(1fr)
#align(center,... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/001_Magic%202013.typ | typst | #import "@local/mtgset:0.1.0": conf
#show: doc => conf("Magic 2013", doc)
#include "./001 - Magic 2013/001_Odric, Master Tactician.typ"
#include "./001 - Magic 2013/002_Xathrid Gorgon.typ"
#include "./001 - Magic 2013/003_Chronomaton.typ"
#include "./001 - Magic 2013/004_Krenko, Mob Boss.typ"
#include "./001 - Magic 2... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-FE70.typ | typst | Apache License 2.0 | #let data = (
("ARABIC FATHATAN ISOLATED FORM", "Lo", 0),
("ARABIC TATWEEL WITH FATHATAN ABOVE", "Lo", 0),
("ARABIC DAMMATAN ISOLATED FORM", "Lo", 0),
("ARABIC TAIL FRAGMENT", "Lo", 0),
("ARABIC KASRATAN ISOLATED FORM", "Lo", 0),
(),
("ARABIC FATHA ISOLATED FORM", "Lo", 0),
("ARABIC FATHA MEDIAL FORM", ... |
https://github.com/kaarmu/splash | https://raw.githubusercontent.com/kaarmu/splash/main/src/palettes/misc.typ | typst | MIT License | /* The gruvbox color palette.
*
* Source: https://github.com/morhetz/gruvbox
* Accessed: 2023-03-31
*/
#let gruvbox = (
dark0-hard : rgb("#1d2021"),
dark0 : rgb("#282828"),
dark0-soft : rgb("#32302f"),
dark1 : rgb("#3c3836"),
dark2 : rgb("#504945"),
dark3 ... |
https://github.com/dssgabriel/master-thesis | https://raw.githubusercontent.com/dssgabriel/master-thesis/main/src/acknowledgments.typ | typst | Apache License 2.0 | = Acknowledgments
#h(1.8em)
I want to express my most sincere appreciation for my supervisor at CEA, <NAME>, who supported me throughout this internship and always provided me with good advice on how to improve. His deep technical insight into efficient software engineering and expert knowledge of modern hardware arch... |
https://github.com/binhtran432k/ungrammar-docs | https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/appendix/documentation.typ | typst | = Ungrammar Language Features Documentation <apx-doc>
#link("https://github.com/rust-analyzer/ungrammar")[Ungrammar] is a novel data
format for defining concrete syntax trees. This project aims to integrate
Ungrammar language support into VS Code, providing features to streamline the
creation and modification of `.ung... | |
https://github.com/AxiomOfChoices/Typst | https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Templates/monograph.typ | typst | #import "@preview/outrageous:0.1.0"
#import "/Templates/generic.typ" : latex
#let style(doc) = {
show heading.where(level: 1): set text(size: 24pt)
show heading.where(level: 2): set text(size: 18pt)
show heading.where(level: 3): set text(size: 18pt)
set text(size: 12pt)
show heading: set block(above: 0.9em, ... | |
https://github.com/sa-concept-refactoring/doc | https://raw.githubusercontent.com/sa-concept-refactoring/doc/main/chapters/conclusion.typ | typst | = Conclusion <conclusion>
To summarize this thesis this conclusion describes the most important parts of the project.
@learnings looks into what was learned working on this project.
In @outlook it is described how this project could be extended and what the future of the language server looks like.
// COR Hier fällt... | |
https://github.com/heinwol/master-thesis | https://raw.githubusercontent.com/heinwol/master-thesis/main/thoughts.md | markdown | ## Откуда что брать:
### Нормативное
- гост для того чтобы понять как писать: https://docs.cntd.ru/document/1200026224
### Typst
- какой-то темплейт для тезиса https://github.com/Dherse/masterproef/blob/main/masterproef/ugent-template.typ
-
### Что может надо будет исправить:
- фамилия и инициалы: до или после
- ... | |
https://github.com/EliasRothfuss/vorlage_typst_doku-master | https://raw.githubusercontent.com/EliasRothfuss/vorlage_typst_doku-master/main/config.typ | typst | // Information about the Thesis
#let data = (
title: "Titel der Projekt- / Studien- / Haus- oder Bachelorarbeit",
subtitle: "ggf. Untertitel mit ergänzenden Hinweisen",
arbeit: "Projektarbeit T3_1000 / Projektarbeit T3_2000 / Studienarbeit T3_3100 / Hausarbeit T3_3000 / Studienarbeit T3_3200 / Bachelorarbeit T3_3... | |
https://github.com/tingerrr/chiral-thesis-fhe | https://raw.githubusercontent.com/tingerrr/chiral-thesis-fhe/main/src/utils.typ | typst | #import "/src/packages.typ" as _pkg
#import "utils/token.typ"
#import "utils/assert.typ"
#import "utils/state.typ"
#let _std = (numbering: numbering)
#let chapter = heading.with(level: 1, supplement: [Kapitel])
#let smart-caption(short, long, _state: state.outline) = context if _state.get() {
short
} else {
lon... | |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/unterrichtsplanung/modelle.typ | typst | Other | #import "/src/template.typ": *
== #ix("Modelle für den Stundenaufbau", "Stundenaufbau", "Ablaufplanmodelle", "Stundenmodelle", "Unterrichtsstundenmodelle")
#def("Problem")[
Der Problembegriff bezeichnet in der Fachdidaktik eine "bestimmte Art von Schwierigkeit und enthält -- das ist wichtig -- eine Art Suchanleit... |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/layout/grid/stroke.typ | typst | --- grid-stroke-pattern ---
#let double-line = pattern(size: (1.5pt, 1.5pt), {
place(line(stroke: .6pt, start: (0%, 50%), end: (100%, 50%)))
})
#table(
stroke: (_, y) => if y != 1 { (bottom: black) },
columns: 3,
table.cell(colspan: 3, align: center)[*Epic Table*],
align(center)[*Name*], align(center)[*Age*]... | |
https://github.com/El-Naizin/cv | https://raw.githubusercontent.com/El-Naizin/cv/main/modules_zh/skills.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("技能与兴趣")
#cvSkill(
type: [语言],
info: [英语 #hBar() 法语 #hBar() 中文]
)
#cvSkill(
type: [技术栈],
info: [Tableau #hBar() Python (Pandas/Numpy) #hBar() PostgreSQL]
)
#cvSkill(
type: [个人兴趣],
info: [游泳 #hBar() 烹饪 #hBar() 阅读]
)
|
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/scripting/modules/cycle1.typ | typst | // SKIP
#import "cycle2.typ": *
#let inaccessible = "wow"
This is the first element of an import cycle.
| |
https://github.com/typst-community/typst.js | https://raw.githubusercontent.com/typst-community/typst.js/main/README.md | markdown | Apache License 2.0 | # Typst
📦 [Typst] for JavaScript
<table align=center><td>
```sh
# ✨ Use Typst right away through the power of npx! 🚀
npx typst --help
npx typst compile example.typ example.pdf
npx typst query example.typ "<note>"
#=> [ { "func": "metadata", "value": "This is a note" } ]
```
<tr><td>
```js
// 👨💻 Or use the Jav... |
https://github.com/SaifOwleN/resume | https://raw.githubusercontent.com/SaifOwleN/resume/master/README.md | markdown | # Saif's Resume
This repository contains my resume created using Typst.
## Compilation
To compile the resume, follow these steps:
1. **Install Typst**: Ensure you have [Typst](https://typst.app/) installed on your machine.
2. **Clone this Repository**:
```bash
git clone https://github.com/yourusername/resume... | |
https://github.com/denkspuren/typst_programming | https://raw.githubusercontent.com/denkspuren/typst_programming/main/Recipies.typ | typst | = Typst Recipies
#let renderLabel(label) = {
locate(loc => {
let res = query(label, loc)
return eval(res.first().text, mode: "markup")
}
)
}
== Hyphenation
To force hyphenation in certain places, use `-?` for that. Example: `b-?ad hyp-?hen-?ation`
Source: https://discord.com/channels/10544437219... | |
https://github.com/Functional-Bus-Description-Language/Specification | https://raw.githubusercontent.com/Functional-Bus-Description-Language/Specification/master/src/parametrization.typ | typst | #pagebreak()
= Parametrization
The FBDL provides the following three ways for description parametrization:
- constants,
- type definitions,
- type extending.
== Constant
The constant represents a constant value.
The value might be used in expression evaluations.
The following code presents a bus description with th... | |
https://github.com/Doublonmousse/pandoc-typst-reproducer | https://raw.githubusercontent.com/Doublonmousse/pandoc-typst-reproducer/main/color_issues/desaturate.typ | typst | #square(
fill: red.desaturate(10%)
)
| |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-2A700.typ | typst | Apache License 2.0 | #let data = (
"0": ("<CJK Ideograph Extension C, First>", "Lo", 0),
"1039": ("<CJK Ideograph Extension C, Last>", "Lo", 0),
)
|
https://github.com/ClazyChen/Table-Tennis-Rankings | https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2004/WS-03.typ | typst |
#set text(font: ("Courier New", "NSimSun"))
#figure(
caption: "Women's Singles (1 - 32)",
table(
columns: 4,
[Ranking], [Player], [Country/Region], [Rating],
[1], [WANG Nan], [CHN], [2594],
[2], [ZHANG Yining], [CHN], [2589],
[3], [GUO Yan], [CHN], [2440],
[4], [NIU Jianfeng],... | |
https://github.com/pluttan/typst-g7.32-2017 | https://raw.githubusercontent.com/pluttan/typst-g7.32-2017/main/gost7.32-2017/styles/list.typ | typst | MIT License | #import "../g7.32-2017.config.typ":config
#let style_list(content) = {
set list(indent: config.page.parIndent)
show list: it => {
it
par(text(size: config.list.indent, h(0.0em)))
}
set enum(indent: config.page.parIndent)
show enum: it => {
it
par(text(size: config.lis... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.