repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/Tobias-Wennberg/typst-gramar-lsp | https://raw.githubusercontent.com/Tobias-Wennberg/typst-gramar-lsp/main/555_timer.typ | typst | Apache License 2.0 | /*
En inre blick av 555-kretsen © 2023 by <NAME> is licensed under CC BY-SA 4.0. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/
*/
#import "template.typst": conf
#let Vcc=text[`V`#sub[`cc`]]
#let TRIG=overline[`TRIGGER`]
#let Vcontrol=text[`V`#sub[`CONTROL`]]
#let title = [
En i... |
https://github.com/Slyde-R/not-jku-thesis-template | https://raw.githubusercontent.com/Slyde-R/not-jku-thesis-template/main/abstract.typ | typst | MIT No Attribution |
#let abstract(body, lang: "en") = {
let überschriften = (en: "Abstract", de: "Zusammenfassung")
v(1fr)
align(center, text(1.4em, weight: 600, überschriften.at(lang)))
body
v(1fr)
pagebreak()
} |
https://github.com/lrmrct/CADMO-Template | https://raw.githubusercontent.com/lrmrct/CADMO-Template/main/template/theorems.typ | typst | #let theorem_counter = counter("theorem_counter")
#let theorem(
body,
name: "Theorem",
author: none,
) = {
theorem_counter.step()
[
#strong()[
#name
#context {
counter(heading.where(level: 1)).display()
"."
theorem_counter.display()
}
#if author != none {
... | |
https://github.com/maucejo/book_template | https://raw.githubusercontent.com/maucejo/book_template/main/src/_book-params.typ | typst | MIT License | #let colors = (
red: rgb("#c1002a"),
gray: rgb("#dddddd").darken(15%)
)
#let states = (
localization: state("localization"),
in-outline: state("in-outline", false),
num-pattern: state("num-pattern", "1.1."),
num-pattern-fig: state("num-pattern-fig", "1.1"),
num-heading: state("num-heading", "1"),
page-... |
https://github.com/han0126/MCM-test | https://raw.githubusercontent.com/han0126/MCM-test/main/2024校赛typst/chapter/chapter5.typ | typst | #import "../template/template.typ": *
#import "@preview/mitex:0.2.4": *
= 模型的建立与求解
== 第一小问模型的建立与求解
=== 基于秩和比综合评价模型的建立
针对本问使用秩和比综合评价法($"RSR"$法)来建立在不排序的情况下对数据进行分级的模型#cite(<wx1>)。$"RSR"$法的基本思想是在一个$n$行($n$个评价对象)$p$列($p$个评价指标)矩阵中,通过秩转换,获得一个无量纲的统计量$"RSR"$值,再以$"RSR"$值对评价对象的优劣进行分档。
首先构建模型,步骤如下:
\ *Step1:*选取评价对象
对... | |
https://github.com/dismint/docmint | https://raw.githubusercontent.com/dismint/docmint/main/networks/pset7.typ | typst | #import "template.typ": *
#show: template.with(
title: "14.15 PSET 7",
subtitle: "<NAME>",
pset: true,
)
= Problem 1
== (a)
Assume for this question that we have a uniform distribution of consumers within the range $[0, 1]$. A customer will choose the product if their willingness to pay is at least as great as... | |
https://github.com/ralphmb/My-Dissertation | https://raw.githubusercontent.com/ralphmb/My-Dissertation/main/main.typ | typst | Creative Commons Zero v1.0 Universal | #import "./other/template.typ": getHeader
#let my_name = "<NAME>"
#let thesis_title = "Modelling Football Data"
#let thesis_domain = "Mathematics and Statistics"
#let my_institution = "Coventry University"
#set document(author: my_name, title: thesis_title)
#set text(font: "New Computer Modern", lang: "en")
//#show m... |
https://github.com/kilpkonn/typst-thesis | https://raw.githubusercontent.com/kilpkonn/typst-thesis/main/appendixes.typ | typst | MIT License | #import "@preview/codelst:2.0.0": sourcecode
= Non-Exclusive License for Reproduction and Publication of a Graduation Thesis
I, Author Author
1. Grant Tallinn University of Technology free licence (non-exclusive licence) for my thesis “Term Search in Rust”, supervised by <NAME>
1. to be reproduced for the purpose... |
https://github.com/matthiasGmayer/typst-math-template | https://raw.githubusercontent.com/matthiasGmayer/typst-math-template/main/README.md | markdown | # typst-math-template
Allows for globally numbered Definitions, Theorems, etc.
Allows for compilation of subfiles and referencing of Theorems, etc. by using custom citations and references.
Example

``... | |
https://github.com/Enter-tainer/delimitizer | https://raw.githubusercontent.com/Enter-tainer/delimitizer/main/README.md | markdown | MIT License | # `delimitizer`
This package lets you customize the size of delimiters in your math equations. It is useful when you want to make your equations more readable by increasing the size of certain delimiters. Just like `\big`, `\Big`, `\bigg`, and `\Bigg` in LaTeX, `delimitizer` provides you with the same functionality in... |
https://github.com/mintyfrankie/brilliant-CV | https://raw.githubusercontent.com/mintyfrankie/brilliant-CV/main/docs/docs-template.typ | typst | Apache License 2.0 | #let template(
title: "",
subtitle: "",
authors: "",
date: "",
version: "",
doc,
) = {
import "@preview/codly:0.2.0": *
set document(author: authors, title: title)
set page(numbering: "1", number-align: center)
set text(font: "Source Sans 3", lang: "en")
show link: set text(fill: rgb("#1e8f6f"))
... |
https://github.com/VaranTavers/vspct | https://raw.githubusercontent.com/VaranTavers/vspct/main/README.md | markdown | MIT License | # Varan's Simple Pseudocode for Typst
This is meant to be an easy to modify basis for anyone who needs to write pseudocode in Typst.
It is not battle-tested, I just needed some way to write pseudocode and this is what I came up with.
## Features:
- Automatic numbering
- Automatic indentation
- Basic multilanguage s... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/029%20-%20Aether%20Revolt/009_Renewal.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Renewal",
set_name: "<NAME>",
story_date: datetime(day: 01, month: 02, year: 2017),
author: "<NAME>, <NAME>, <NAME>, <NAME> & <NAME>",
doc
)
#emph[Tezzeret is defeated. Dovin Baan has disappeared. Rashmi's Planar Bridge, a threat to life ac... | |
https://github.com/FlyinPancake/bsc-thesis | https://raw.githubusercontent.com/FlyinPancake/bsc-thesis/main/thesis/pages/chapters/chapter_4_execution.typ | typst | #import "@preview/glossarium:0.2.4": gls
= Execution and evaluation
== PostgreSQL <postgres-test-exec-sec>
To establish a baseline for comparison, we utilize PostgreSQL as the reference
database. We conduct several `pgbench` tests to assess the performance of
PostgreSQL. However, the results obtained are not entirel... | |
https://github.com/not-matthias/typst-jku | https://raw.githubusercontent.com/not-matthias/typst-jku/main/utils.typ | typst | /*
Based of the work of <NAME>, Mai 2023
Continued by <NAME>, October 2024
*/
#import "jku.typ": font
// Creates a box with a colourful background and an icon to
// highlight to-dos, warnings, etc.
#let note(content, type: "todo") = {
let bg = rgb("#ebcc3433")
let stroke = rgb("#ebcc3488")
let sign = emoji.l... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/goto_definition/inside_block.typ | typst | Apache License 2.0 | // path: base.typ
#let f() = 1;
-----
.
#import "/base.typ": *;
#let conf() = {
import "@preview/example:0.1.0";
set text(size: /* ident after */ f());
}
|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/transform_03.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test setting scaling origin.
#let r = rect(width: 100pt, height: 10pt, fill: forest)
#set page(height: 65pt)
#box(scale(r, x: 50%, y: 200%, origin: left + top))
#box(scale(r, x: 50%, origin: center))
#box(scale(r, x: 50%, y: 200%, origin: right ... |
https://github.com/CCNU-CSIT883-Group2/Documents | https://raw.githubusercontent.com/CCNU-CSIT883-Group2/Documents/master/UserRequirements/main.typ | typst | #import "../Templates/template.typ": *
#show: group_work.with("User Requirements")
= Sign Up
==== Purpose
Allows new users to create an account.
==== Details
- *Fields Required:* Nickname, password, and email.
- *Role Selection:* Users choose between `student` or `teacher` roles.
- *Validation:* Email verifica... | |
https://github.com/RaphGL/ElectronicsFromBasics | https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap3/7_common_hazards.typ | typst | Other | #import "../../core/core.typ"
=== Common sources of hazard
Of course there is danger of electrical shock when directly performing
manual work on an electrical power system. However, electric shock
hazards exist in many other places, thanks to the widespread use of
electric power in our lives.
As we saw earlier, skin... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cheda-seu-thesis/0.2.0/seu-thesis/templates/bachelor.typ | typst | Apache License 2.0 | #import "../utils/fonts.typ": 字体, 字号
#import "../utils/set-bachelor.typ": set-bachelor
#import "../utils/bilingual-bibliography.typ": appendix
#import "../utils/states.typ": part-state
#import "../utils/thanks.typ": thanks
#import "../pages/cover-bachelor-fn.typ": bachelor-cover-conf
#import "../parts/abstract-bachelo... |
https://github.com/YabusameHoulen/Statistics | https://raw.githubusercontent.com/YabusameHoulen/Statistics/main/Information_folklore/Information_folklore.typ | typst | #import "../Template/pset.typ": pset
#import "@preview/cuti:0.2.1": show-cn-fakebold
// #show: show-cn-fakebold
#set text(12pt, font: ("Times New Roman", "寒蟬錦書宋"))
#show: pset.with(
class: "Statistics",
student: "Yabusame",
title: "Information Critierion",
date: datetime.today(),
)
#let xb = $bold(x)$
#let yb... | |
https://github.com/SkiFire13/typst-slides-unipd | https://raw.githubusercontent.com/SkiFire13/typst-slides-unipd/master/unipd.typ | typst | MIT License | #import "@preview/polylux:0.3.1": logic, utils
#let unipd-palette = (
main: rgb(155, 0, 20),
gray: rgb(72, 79, 89),
light-gray: rgb(237, 237, 238),
header-logo: "logo_text_white.png",
title-background: "bg.svg",
background-logo: "logo_text.png",
footer-wave: "bg_wave.svg",
)
#let palette-state = state("... |
https://github.com/WinstonMDP/knowledge | https://raw.githubusercontent.com/WinstonMDP/knowledge/master/relations.typ | typst | #import "cfg.typ": cfg
#show: cfg
= Отношения
$R$ рефлексивное $:= x R x$
$R$ иррефлексивное $:= x cancel(R) x$
$R$ симметричное $:= x R y -> y R x$
$R$ антисимметричное $:= x R y -> y R x -> x = y$
$R$ транзитивное $:= x R y -> y R z -> x R z$
| |
https://github.com/saadulkh/typst-notes | https://raw.githubusercontent.com/saadulkh/typst-notes/main/README.md | markdown | MIT License | # Typst Notes
Provides footnotes/endnotes implementation in Typst
## Archived
This repository is now archived, as [typst](https://www.github.com/typst/typst) natively supports [footnotes](https://typst.app/docs/reference/meta/footnote/).
## Example
Checkout  simple example.
|
https://github.com/MatheSchool/typst-g-exam | https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/docs-shiroa/template/pageless.typ | typst | MIT License | // The project function defines how your document looks.
// It takes your content and some metadata and formats it.
// Go ahead and customize it to your liking!
#let project(title: "", authors: (), mode: "paged", body) = {
assert(mode in ("paged", "pageless"), message: "invalid mode")
// Set the document's basic p... |
https://github.com/AxiomOfChoices/Typst | https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Courses/Math%2018_155%20-%20Differential%20Analysis%201/Assignments/Assignment%204.typ | typst | #import "/Templates/generic.typ": latex, header
#import "@preview/ctheorems:1.1.0": *
#import "/Templates/math.typ": *
#import "/Templates/assignment.typ": *
#show: doc => header(title: "Assignment 3", name: "<NAME>", doc)
#show: latex
#show: NumberingAfter
#show: thmrules
#let col(x, clr) = text(fill: clr)[$#x$]
#let ... | |
https://github.com/EgorGorshen/scripts-for-typst | https://raw.githubusercontent.com/EgorGorshen/scripts-for-typst/main/utils.typ | typst | MIT License | #import "@preview/ctheorems:1.1.2": *
// ------- ОФРОМЛЕНИЕ global --------
#show: thmrules.with(qed-symbol: $square$)
#show "thm-qed-symbol": none
#set heading(numbering: "1.1.")
#set math.equation(numbering: "[1.1]")
#show ref: it => {
let eq = math.equation
let el = it.element
if el != none and el.func() == ... |
https://github.com/Complex2-Liu/macmo | https://raw.githubusercontent.com/Complex2-Liu/macmo/main/contests/2023/content/problem-09.typ | typst | #import "../lib/math.typ": problem, proof, note, ans, hasheq, eqref
#problem[
已知在 $n times n$ 的表格内第 $i$ 行及第 $j$ 列填入数 $a_(i j)$,
其中 $1 <= i, j <= n$, 且满足以下条件: 任何在不同行与不同列的 $n$ 个数之和均相等.
例如, 当 $n = 2$ 时, $a_(11) + a_(22) = a_(12) + a_(21)$.
求证: 存在数 $x_1, dots.h.c, x_n$ 及 $y_1, dots.h.c, y_n$ 使得对任意的整数
$1 <= i, j ... | |
https://github.com/AliothCancer/AppuntiUniversity | https://raw.githubusercontent.com/AliothCancer/AppuntiUniversity/main/capitoli_fisica/grandezze_termodinamiche.typ | typst |
= Grandezze termodinamiche
*Note*
- Le lettere minuscole indicano grandezze massiche, cioè divise per la massa.
- Per ottenere la grandezza non massica basta moltiplicare per la massa.
== Energia interna
$
Delta u = q - w
$
- $Delta u:$ variazione di energia interna massica
- $q:$ calore massico scambiato
- $w:$ lav... | |
https://github.com/EricWay1024/Homological-Algebra-Notes | https://raw.githubusercontent.com/EricWay1024/Homological-Algebra-Notes/master/README.md | markdown | # Lecture Notes for University of Oxford course C2.2 Homological Algebra (Michaelmas, 2023-24)
Go to [Release](https://github.com/EricWay1024/Homological-Algebra-Notes/releases) for the latest compiled PDF, both the colourful (for screen viewing) and not-so-colourful version (for printing).
Written with [Typst](https... | |
https://github.com/CodingThrust/Templates | https://raw.githubusercontent.com/CodingThrust/Templates/main/typst/README.md | markdown | # Setup Typst
The template file is [template.typ](template.typ), and the preview is [template.pdf](template.pdf).
To edit, you need to have [vscode](https://code.visualstudio.com/) and the following extensions installed:
- [Typst LSP](https://marketplace.visualstudio.com/items?itemName=nvarner.typst-lsp)
- [Tinymist ... | |
https://github.com/fredguth/typst-business-model-canvas | https://raw.githubusercontent.com/fredguth/typst-business-model-canvas/main/README.md | markdown | # tufte-typst
A Tufte inspired template for Typst
## Usage
there is an example in the `./example` directory. Run from root directory with:
```sh
typst watch example/main.typ --root .
```
## Example

| |
https://github.com/talal/pesha | https://raw.githubusercontent.com/talal/pesha/main/template/main.typ | typst | MIT No Attribution | #import "@preview/pesha:0.4.0": *
#show: pesha.with(
name: "<NAME>",
address: "5419 Hollywood Blvd Ste c731, Los Angeles, CA 90027",
contacts: (
[(323) 555 1435],
[#link("mailto:<EMAIL>")],
),
footer-text: [<NAME> --- Page#sym.space]
)
=== Education
#experience(
place: "UCLA Anderson School of Man... |
https://github.com/dead-summer/math-notes | https://raw.githubusercontent.com/dead-summer/math-notes/main/notes/ScientificComputing/ch2-scalar-nonlinear-eqns/scalar-nonlinear-eqns.typ | typst | #import "/book.typ": book-page
#import "../../../templates/conf.typ": *
#import "@preview/mitex:0.2.4": *
#show: book-page.with(title: "Efficiency")
#show: codly-init.with()
#show: thmrules.with(qed-symbol: $square$)
#codly_init()
Let $f(x) in C[a, b]$ be a continuous function on some closed interval $[a, b]$ . We lo... | |
https://github.com/MattiaOldani/Informatica-Teorica | https://raw.githubusercontent.com/MattiaOldani/Informatica-Teorica/master/capitoli/calcolabilità/02_sistemi_di_calcolo.typ | typst | #import "../alias.typ": *
= Sistemi di calcolo
Quello che faremo ora è modellare _teoricamente_ un sistema di calcolo.
Un *sistema di calcolo* lo possiamo vedere come una _black-box_ che prende in input un programma $P$, dei dati $x$ e calcola il risultato $y$ di $P$ su input $x$. La macchina ci restituisce $y$ se ... | |
https://github.com/OrangeX4/typst-test-sync-repo | https://raw.githubusercontent.com/OrangeX4/typst-test-sync-repo/main/packages/local/classic-nju-lamda-slides/0.1.0/template/main.typ | typst | #import "@preview/classic-nju-lamda-slides:0.1.0": *
#let s = register()
#let s = (s.methods.info)(
self: s,
title: [Title],
author: [Authors],
date: [2024/7],
)
#let (init, slides, touying-outline, alert) = utils.methods(s)
#show: init
#set text(font: "Fira Sans", weight: "light")
#set strong(de... | |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/数理逻辑/作业/ml-3_1-hw.typ | typst | #import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark
#import "../../template.typ": *
#import "../main.typ": not1, True, False, infer
#import "../main.typ": *
#show: note.with(
title: "作业3_1",
author: "YHTQ",
date: datetime.today().display(),
logo: none,
withOutline... | |
https://github.com/ma4096/mvar | https://raw.githubusercontent.com/ma4096/mvar/main/README.md | markdown | MIT License | # mvar
Simple interface for numerical outputs (Python, Matlab) and documents (LaTeX, Typst).
This project is still in its very early stages and you may find comments like "not yet implemented" in the code as well as rudimentary test files in the directories. If you just want to interface between LaTeX and Matlab, fe... |
https://github.com/a-kkiri/CUMCM-typst-template | https://raw.githubusercontent.com/a-kkiri/CUMCM-typst-template/main/README.md | markdown | Apache License 2.0 | <h1 align="center">
<a href="https://github.com/typst/typst">
<img alt="Typst" src="https://user-images.githubusercontent.com/17899797/226108480-722b770e-6313-40d7-84f2-26bebb55a281.png">
</a>
<br />全国大学生数学建模竞赛 Typst 模板
</h1>
## 模板介绍
用于编写高教社杯全国大学生数学建模论文的 Typst 模板
> [!IMPORTANT]
>
> 本模板的承诺书页及编号专用页... |
https://github.com/kdog3682/mathematical | https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/long-multiplication.typ | typst | #import "@local/typkit:0.1.0": *
#let long-multiplication-v0(a, b) = {
let top = split(a).map(int)
let bottom = split(b).map(int)
let top-rev = top.rev()
let bottom-rev = bottom.rev()
let store = bottom-rev.enumerate().map(((i, b)) => {
let answer-row = ()
let carry-row = ()
... | |
https://github.com/0xPARC/0xparc-intro-book | https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/src/pair.typ | typst | #import "preamble.typ":*
= Bilinear pairings on elliptic curves <pair>
Before we are ready for KZG, there is one more piece of elliptic curve math that we need.
Recall that the map $[bullet] : FF_q -> E$ is linear,
meaning that $[a + b] = [a] + [b]$, and $[n a] = n[a]$.
But as written we can't do "armored multiplica... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/icu-datetime/0.1.1/README.md | markdown | Apache License 2.0 | # icu-datetime
<!-- markdownlint-disable-file MD033 -->
<!-- markdownlint-configure-file { "no-duplicate-heading": { "siblings_only": true } } -->
This library is a wrapper around [ICU4X](https://github.com/unicode-org/icu4x)' `datetime` formatting for Typst which provides internationalized formatting for dates, time... |
https://github.com/skomaroh1845/TheoreticalInformaticsMIPT | https://raw.githubusercontent.com/skomaroh1845/TheoreticalInformaticsMIPT/main/HW2.typ | typst | = <NAME> ДЗ 2
#set par(
justify: true,
)
= Задача 1
Постройте (многоленточную) машину Тьюринга, возвращающую 1, если входное слово $x_1$ $x_2$ . . . $x_n$ ∈ ${0, 1}^*$ является палиндромом (т. е. $x_1$ $x_2$ . . . $x_n$ = $x_n$ $x_(n−1)$ . . . $x_1$), и 0 в противном случае. Машина должна работать за время $O(n)$.... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/024%20-%20Shadows%20over%20Innistrad/009_Games.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Games",
set_name: "Shadows Over Innistrad",
story_date: datetime(day: 27, month: 04, year: 2016),
author: "<NAME>",
doc
)
#emph[During the time of Avacyn's disappearance, two crazed and sinister siblings unleashed their greatest achievement... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/060.%20siliconvalley.html.typ | typst | siliconvalley.html
How to Be Silicon Valley
May 2006(This essay is derived from a keynote at Xtech.)Could you reproduce Silicon Valley elsewhere, or is there something
unique about it?It wouldn't be surprising if it were hard to reproduce in other
countries, because you couldn't reproduce it in most of the US
either. ... | |
https://github.com/joshuabeny1999/unisg-thesis-template-typst | https://raw.githubusercontent.com/joshuabeny1999/unisg-thesis-template-typst/main/layout/abstract.typ | typst | Other | #let abstract(body, lang: "en") = {
let title = (en: "Abstract", de: "Zusammenfassung")
set page(
margin: (left: 2.5cm, right: 2.5cm, top: 2.5cm, bottom: 2.5cm),
numbering: none,
number-align: center,
)
let body-font = "Times new Roman"
set text(
font: body-font,
size: 12pt,
lang:... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/016%20-%20Fate%20Reforged/004_The%20Truth%20of%20Names.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Truth of Names",
set_name: "Fate Reforged",
story_date: datetime(day: 28, month: 01, year: 2015),
author: "<NAME>, <NAME> & <NAME>",
doc
)
The young khan of the Mardu sat poised at the front of her horde, perfectly still despite her hor... | |
https://github.com/ClazyChen/Table-Tennis-Rankings | https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2024/WS-07.typ | typst |
#set text(font: ("Courier New", "NSimSun"))
#figure(
caption: "Women's Singles (1 - 32)",
table(
columns: 4,
[Ranking], [Player], [Country/Region], [Rating],
[1], [SUN Yingsha], [CHN], [3651],
[2], [WANG Manyu], [CHN], [3441],
[3], [CHEN Meng], [CHN], [3415],
[4], [HAYATA Hina... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/drafting/0.1.1/README.md | markdown | Apache License 2.0 | # Drafting
This package hosts several utilities that are useful for drafting documents, namely margin notes and precise positioning
helpers. Over time, hopefully more utilities will be contributed. A quick, comprehensive overview is provided by the
[example document](https://github.com/ntjess/typst-drafting/blob/v0.1.... |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/snippets/math/calligraphic.md | markdown | MIT License | # Calligraphic letters
```typ
#let scr(it) = math.class("normal",
text(font: "", stylistic-set: 1, $cal(it)$) + h(0em)
)
$ scr(A) scr(B) + scr(C), -scr(D) $
```
Unfortunately, currently just `stylistic-set` for math creates bad spacing. Math engine detects if the letter should be correctly spaced by whether it is ... |
https://github.com/IdoWinter/UnitedDumplingsLegislatureArchive | https://raw.githubusercontent.com/IdoWinter/UnitedDumplingsLegislatureArchive/main/legislature/constitution/direct-elections-pm.typ | typst | MIT License | #import "../templates.typ": *
#set heading(numbering: "1.1")
#eng_heb(
eng: [
#show: doc => constitutional_amendement_en("Separate Elections for Prime Minister and Parliament", preamble: [
Acknowledging the need to enhance democratic processes and ensure the direct accountability of the executive leadership to the e... |
https://github.com/artemist/typstcard | https://raw.githubusercontent.com/artemist/typstcard/canon/labels_dymo.typ | typst | #{
set page(width: 3.5in, height: 1.125in, margin: 0em)
import "common.typ"
let options = json("options.json")
let cards = options.cards
for (idx, card) in cards.enumerate() {
if idx != 0 {
pagebreak()
}
place(
top + left,
dx: 1in/16,
dy: 1in/16,
common.address_blo... | |
https://github.com/vEnhance/1802 | https://raw.githubusercontent.com/vEnhance/1802/main/r06.typ | typst | MIT License | #import "@local/evan:1.0.0":*
#show: evan.with(
title: [Notes for 18.02 Recitation 6],
subtitle: [18.02 Recitation MW9],
author: "<NAME>",
date: [23 September 2024],
)
#quote(attribution: [<NAME>, in Doctor Who])[Run, you clever boy, and remember.]
This handout (and any other DLC's I write) are posted at
#ur... |
https://github.com/Trebor-Huang/HomotopyHistory | https://raw.githubusercontent.com/Trebor-Huang/HomotopyHistory/main/paper.typ | typst | #set page(paper: "iso-b5", margin: 1in)
#set text(font: ("New Computer Modern", "Source Han Serif SC"), size: 12pt, weight: 400)
#set par(justify: true, leading: 0.9em)
#show heading.where(level: 1): it => (
pagebreak(to: "odd") +
block(width: 100%, below: 1.8em)[
#set align(center)
#set text(24pt)
#it.... | |
https://github.com/paugarcia32/CV | https://raw.githubusercontent.com/paugarcia32/CV/main/modules/personalSummary.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Personal Summary")
Graduated in Network Engineering from the UPC of Castelldefels, with a solid background in IoT and cybersecurity. Passionate about technology and always willing to learn, I seek to contribute my knowledge and enthusiasm to innovative and challen... |
https://github.com/Slyde-R/not-jku-thesis-template | https://raw.githubusercontent.com/Slyde-R/not-jku-thesis-template/main/template/utils.typ | typst | MIT No Attribution | #let inwriting = true
#let draft = true
#assert(not(inwriting and not(draft)), message: "If inwriting is true, draft should be true as well.")
#let todo(it) = [
#if inwriting [
#text(size: 0.8em)[#emoji.pencil] #text(it, fill: red, weight: 600)
]
]
#let silentheading(level, body) = [
#heading(outlined: fa... |
https://github.com/ntjess/typst-invoice-template | https://raw.githubusercontent.com/ntjess/typst-invoice-template/main/template.typ | typst | Apache License 2.0 | #import "@preview/tablex:0.0.4": tablex, cellx, rowspanx
#let default-currency = state("currency-state", "$")
#let default-hundreds-separator = state("separator-state", ",")
#let default-decimal = state("decimal-state", ".")
#let date-to-str(date, format: "[day padding:none] [month repr:long] [year]") = {
if type(d... |
https://github.com/crd2333/crd2333.github.io | https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/AI/Reconstruction/Reconstruction.typ | typst | #import "/src/components/TypstTemplate/lib.typ": *
#show: project.with(
title: "Reconstruction",
lang: "zh",
)
#let SDF = math.text("SDF")
#let clamp = math.text("clamp")
#let Occupancy = math.text("Occupancy")
#let NeRF = math.text("NeRF")
= Implicit Neural Representations
== 简单引入
- 参考
+ #link("https://github... | |
https://github.com/Area-53-Robotics/53E-Notebook-Over-Under-2023-2024 | https://raw.githubusercontent.com/Area-53-Robotics/53E-Notebook-Over-Under-2023-2024/giga-notebook/entries/brainstorm-intake.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components: *
#show: create-body-entry.with(
title: "Brainstorm: Intake",
type: "brainstorm",
date: datetime(year: 2023, month: 8, day: 4),
author: "<NAME>",
witness: "<NAME>",
)
= Options
We decided on three different ... |
https://github.com/FlyinPancake/bsc-thesis | https://raw.githubusercontent.com/FlyinPancake/bsc-thesis/main/thesis/pages/chapters/chapter_3_planning.typ | typst | = Measurement Planning
My work is focused on the performance of the virtual cluster. How can the
performance of the virtual cluster be defined? What are the metrics that should
be measured? The performance of the virtual cluster can be defined as the
performance of the applications running on the virtual cluster, as w... | |
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/homework-1/calculus-homework3.typ | typst | #import "../template.typ": *
#show: project.with(
title: "Calculus Homework #3",
authors: ((
name: "<NAME> (#47)",
email: "<EMAIL>",
phone: "3230104585"
),),
date: "October 18, 2023",
)
= P53 习题1-3 1(1)
#prob[按定义证明:$ lim_(x->1)(3x-1)=2 $]
任给 $eps>0$,要求 $|(3x-1)-2|<eps <=> |x-1|<display(eps/3)$.只需取 $del... | |
https://github.com/marcantoinem/CV | https://raw.githubusercontent.com/marcantoinem/CV/main/en/project.typ | typst | #import "../src/style.typ": experience
#let generateur = {
experience(
"AEP Schedule Generator v2",
link("https://beta.horaires.aep.polymtl.ca/", "beta.horaires.aep.polymtl.ca"),
"",
"",
[
- Replaced the old AEP schedule generator, a web application that helps students at Polytechnique Mont... | |
https://github.com/jneug/schule-typst | https://raw.githubusercontent.com/jneug/schule-typst/main/src/cu.typ | typst | MIT License | #import "_imports.typ": *
#let checkup(
..args,
body,
) = {
let (
doc,
page-init,
tpl,
) = base-template(
type: "CU",
type-long: "Checkup",
//_tpl: (:),
title-block: (doc) => {
place(right, image("assets/checkmark.svg", width:2cm))
heading(
level: 1,
... |
https://github.com/Shedward/dnd-charbook | https://raw.githubusercontent.com/Shedward/dnd-charbook/main/books/dobrogon-magarynich.typ | typst | #import "../dnd/dnd.typ"
#import "../dnd/game/game.typ": *
#show: dnd.core.charbook
#let dobrogon = dnd.game.character(
name: "<NAME>",
class: "Artificer",
subclass: "Alchemist",
race: "Autognome",
type: "Construct",
alignment: "Chaotic Neutral",
story: "Failed Merchant",
spellcasting: spellcasting(
... | |
https://github.com/qujihan/typst-cv-template | https://raw.githubusercontent.com/qujihan/typst-cv-template/main/params.typ | typst | #let project-root = "../"
#let template-root = "./"
#let default-config = (
font-en: "Lora",
font-zh: "Source Han Serif SC",
font-size: 10.5pt,
font-weight: 300,
thin-line-space: 8pt,
bold-line-space: 12pt,
head-info-name-size: 2.3em,
head-info-name-color: black,
head-info-other-size: 0.4em,
head-in... | |
https://github.com/Gekkio/gb-ctr | https://raw.githubusercontent.com/Gekkio/gb-ctr/main/chapter/cpu/timing.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "../../common.typ": *
#import "../../timing.typ"
== CPU core timing
=== Fetch/execute overlap
Sharp SM83 uses a microprocessor design technique known as _fetch/execute overlap_ to improve CPU performance by doing opcode fetches in parallel with instruction execution whenever possible. Since the CPU can only ... |
https://github.com/topdeoo/NENU-Thesis-Typst | https://raw.githubusercontent.com/topdeoo/NENU-Thesis-Typst/master/pages/reference.typ | typst | #import "../fonts/fonts.typ": font-family, font-size
#let nenu-bibliography(
bibliography: none,
title: "参考文献",
full: false,
style: "gb-7714-2005-numeric",
) = {
assert(bibliography != none, message: "bibliography 函数不能为空")
set text(lang: "zh", size: font-size.五号, font: font-family.宋体)
bibliography(
... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/outline-indent_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Without heading numbering
#set page(width: 200pt)
#outline()
#outline(indent: false)
#outline(indent: true)
#outline(indent: none)
#outline(indent: auto)
#outline(indent: n => 2em * n)
#outline(indent: n => ([-], [], [==], [====]).at(n))
#outlin... |
https://github.com/swablab/documents | https://raw.githubusercontent.com/swablab/documents/main/protokoll.typ | typst | Creative Commons Zero v1.0 Universal | #import "templates/tmpl_page.typ": tmpl_page
#import "templates/form.typ": form, form_field
#let config = yaml("protokoll.yml")
#show: doc => tmpl_page(
title: config.title,
subtext: [
#config.date \
#config.location \
Protokoll: #config.author
Leitung: #config.lead
],
doc,
)
#set enum(numberi... |
https://github.com/camp-d/Notes | https://raw.githubusercontent.com/camp-d/Notes/main/ece3270.typ | typst | #set par(justify: true)
= ECE 3270 - Digital Computer Design - Dr. Ligon
= JAN 12 2024
ASIC: application specific integrated circuit
FPGA: Field programmable gate array
VHDL: hardware description language
textbook: digital design using vhdl a systems approach
room 309 room code: 327468
logical and physical speci... | |
https://github.com/vcu-ssg/ssg-poster-library | https://raw.githubusercontent.com/vcu-ssg/ssg-poster-library/main/typst-templates/poster-vcu/_extensions/poster-vcu/typst-template.typ | typst |
// This is an example typst template (based on the default template that ships
// with Quarto). It defines a typst function named 'article' which provides
// various customization options. This function is called from the
// 'typst-show.typ' file (which maps Pandoc metadata function arguments)
//
// If you are creati... | |
https://github.com/MrToWy/Bachelorarbeit | https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Chapters/3-Entwurf.typ | typst | #import "../abbreviations.typ": *
#import "../Template/customFunctions.typ": *
#import "@preview/pintorita:0.1.1"
#show raw.where(lang: "pintora"): it => pintorita.render(it.text)
= Entwurf <entwurf>
In diesem Kapitel werden die gesammelten Anforderungen aus @anforderungsanalyse verwendet, um die Implementierung in @... | |
https://github.com/ammar-ahmed22/typst-resume | https://raw.githubusercontent.com/ammar-ahmed22/typst-resume/main/README.md | markdown | <div align="center">
<h2><NAME> Resume</h2>
<a href="https://github.com/ammar-ahmed22/typst-resume/releases" >
<img src="https://img.shields.io/github/v/release/ammar-ahmed22/typst-resume"/>
</a>
<p>
Welcome to the home of my resume! Here I host my data-driven, continously deployed resume made possible... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/page-binding_03.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test setting the binding implicitly.
#set page(margin: (inside: 30pt))
#set text(lang: "he")
#rect(width: 100%)[Bound]
#pagebreak()
#rect(width: 100%)[Right]
|
https://github.com/catg-umag/inach-workshop-2024 | https://raw.githubusercontent.com/catg-umag/inach-workshop-2024/main/document/sections/5_diversity.typ | typst | #import "@preview/gentle-clues:1.0.0": *
#import "../catgconf.typ": github-pill, cmd
= Análisis de Diversidad
#github-pill("vegandevs/vegan")
== Rarefacción
La rarefacción es una técnica que permite evaluar la riqueza de especies dentro de una comunidad en función del número de secuencias obtenidas. Es útil para det... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/minimalistic-latex-cv/0.1.0/template/main.typ | typst | Apache License 2.0 | #import "@preview/minimalistic-latex-cv:0.1.0": cv, entry
#show: cv.with(
name: "<NAME>",
metadata: (
address: "1234 City, Example Street 1/A",
email: "<EMAIL>",
telephone: "+123456789",
),
photo: image("photo.jpeg"),
lang: "en",
)
= Professional Experience
#entry(
title: "Job Title",
name:... |
https://github.com/denkspuren/typst_programming | https://raw.githubusercontent.com/denkspuren/typst_programming/main/wrapText/experiment.typ | typst | // Idee, Wrapping mit Aufzählungen zu realisieren
#set list(marker: align(bottom + right)[This is some text])
- #lorem(100)
#box()
#[#rect(width: 25%)[#par(justify:true)[#lorem(10)]]]
#{[#rect(width: 25%)[#par(justify:true)[#lorem(10)]]] + [#par(justify:true)[#lorem(100)]]}
#align(left + bottom)[Was ist das hier... | |
https://github.com/ryuryu-ymj/mannot | https://raw.githubusercontent.com/ryuryu-ymj/mannot/main/examples/usage1.typ | typst | MIT License | #import "/src/lib.typ": *
#set page(width: auto, height: auto, margin: (x: 2cm, y: .5cm), fill: white)
#set text(24pt)
#show: mannot-init
$
mark(x)
$
|
https://github.com/pedrofp4444/BD | https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[5] Implementação Física/interrogações.typ | typst | #let interrogações = {
[
== Tradução das interrogações do utilizador para SQL
Nesta secção, apresenta-se uma análise detalhada das consultas SQL, convertidas dos requisitos de manipulação, utilizadas para extrair informações relevantes da base de dados da _Lusium_. Cada consulta aos dados foi cuidadosamente ... | |
https://github.com/typst-community/guidelines | https://raw.githubusercontent.com/typst-community/guidelines/main/src/chapters/style/indentation.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/src/util.typ": *
#import mantys: *
= Indentation
Indentation is always 2 spaces per level, tabs can be used to increase accessibility, but spaces and tabs should not be mixed.
For 2 spaces this means that for most syntactic elements, the indentation of nested items or continuations lines up with the start of... |
https://github.com/Simgnt/report-typst-template | https://raw.githubusercontent.com/Simgnt/report-typst-template/main/_extensions/report/typst-show.typ | typst | // Typst custom formats typically consist of a 'typst-template.typ' (which is
// the source code for a typst template) and a 'typst-show.typ' which calls the
// template's function (forwarding Pandoc metadata values as required)
//
// This is an example 'typst-show.typ' file (based on the default template
// that shi... | |
https://github.com/gyarab/2023-4e-ruzicka-jako_pavouk | https://raw.githubusercontent.com/gyarab/2023-4e-ruzicka-jako_pavouk/main/src-docs/kapitoly/uvod.typ | typst | = Úvod
== Výběr tématu
Nápad na vývoj této webové aplikace souvisel s faktem, že já sám *jsem neuměl psát všemi deseti*, a tak jsem se to rozhodl naučit. Se zděšením jsem ale zjistil, že co se týče české klávesnice, není moc možností, přičemž nějaké z nich stojí skoro 1000 Kč.
== Struktura
Můj projekt se sklá... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/grid-1_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#let cell(width, color) = rect(width: width, height: 2cm, fill: color)
#set page(width: 100pt, height: 140pt)
#grid(
columns: (auto, 1fr, 3fr, 0.25cm, 3%, 2mm + 10%),
cell(0.5cm, rgb("2a631a")),
cell(100%, forest),
cell(100%, conifer),
... |
https://github.com/RaphGL/ElectronicsFromBasics | https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap8/chap8.typ | typst | Other | == DC Metering Circuits
#include "1_whats_a_meter.typ"
#include "2_voltmeter_design.typ"
#include "3_voltmeter_impact_on_measured_circuit.typ"
#include "4_ammeter_design.typ"
#include "5_ammeter_impact_on_measured_circuit.typ"
#include "6_ohmmeter_design.typ"
|
https://github.com/jneug/typst-tools4typst | https://raw.githubusercontent.com/jneug/typst-tools4typst/main/alias.typ | typst | MIT License |
// Aliases for some typst functions
// to prevent naming collisions
#let numbering = numbering
#let align = align
#let type = type
#let text = text
#let label = label
#let raw = raw
#let table = table
#let list = list
#let enum = enum
#let terms = terms
#let grid = grid
#let stack = stack
#let columns = columns
|
https://github.com/felsenhower/kbs-typst | https://raw.githubusercontent.com/felsenhower/kbs-typst/master/examples/05.typ | typst | MIT License | #image("typst.svg", width: 50%)
|
https://github.com/FlixCoder/typst-slides | https://raw.githubusercontent.com/FlixCoder/typst-slides/main/README.md | markdown | MIT License | # Typst beamer slides template
A simple to use template for creating presentation slides.
## Usage and Example
Take a look at [`slides.pdf`](https://github.com/FlixCoder/typst-slides/blob/main/slides.pdf) and [`slides.typ`](https://github.com/FlixCoder/typst-slides/blob/main/slides.typ) to see how it looks like and ... |
https://github.com/a-mhamdi/graduation-report | https://raw.githubusercontent.com/a-mhamdi/graduation-report/main/Typst/en-Report/chaps/chpt3.typ | typst | MIT License | /* --------------------------------- DO NOT EDIT -------------------------------- */
#import "../Class.typ": *
#show: report.with(isAbstract: false)
#set page(header: none)
#figure(chap(chap3, numbering: "1."), kind: "chapter", supplement: "Chapter") <chp:chap3> // Chapter 3
#set page(header: smallcaps(title) + h(1fr) ... |
https://github.com/SillyFreak/typst-scrutinize | https://raw.githubusercontent.com/SillyFreak/typst-scrutinize/main/src/task-kinds/choice.typ | typst | MIT License | /// A checkbox which can be ticked by the student. If the checkbox is a correct answer and the
/// document is in solution mode, it will be ticked.
///
/// Example:
///
/// #task-example(lines: "2-", ```typ
/// #import task-kinds.choice: checkbox
/// Correct: #checkbox(true) -- Incorrect: #checkbox(false)
/// ```)
///
... |
https://github.com/ice1000/website | https://raw.githubusercontent.com/ice1000/website/main/book.typ | typst | #import "@preview/shiroa:0.1.1": *
#show: book
#book-meta(
// title: "<NAME>",
repository: "https://github.com/ice1000/ice1000.github.io",
authors: ("<NAME>",),
language: "en",
summary: [
#prefix-chapter("index.typ")[About],
= Academic Writing
#prefix-chapter("lnl-modal/report.typ")[LNL Cxl Modal... | |
https://github.com/ofurtumi/formleg | https://raw.githubusercontent.com/ofurtumi/formleg/main/h09/H9.typ | typst | #import "@templates/ass:0.1.1": *
#show: doc => template(
class: "TÖL301G",
project: "Homework 9",
doc
)
#set heading(numbering: "1.a.")
#let colred(x) = text(fill: red, $#x$)
= Even Odd TM
Define a Turing machine that performs the following function:
$
f(x) = cases(
"odd": x + 1,
"even": x "/" 2
... | |
https://github.com/tiankaima/typst-notes | https://raw.githubusercontent.com/tiankaima/typst-notes/master/1cc213-cg_hw1_report/main.typ | typst | #import "@preview/polylux:0.3.1": *
#set page(paper: "presentation-16-9")
#set text(size: 25pt)
#show raw.where(block: true): it => {
box(
fill: blue.lighten(95%),
inset: (x: 10pt, y: 0pt),
outset: (x: 0pt, y: 15pt),
radius: 2pt,
)[
#set text(size: 20pt)
#raw(it.text, lang: "bash")
]
}
... | |
https://github.com/maantjemol/Aantekeningen-Jaar-2 | https://raw.githubusercontent.com/maantjemol/Aantekeningen-Jaar-2/main/Financieel%20management/samenvatting.typ | typst | #import "../template/lapreprint.typ": template
#import "../template/frontmatter.typ": loadFrontmatter
#import "@preview/drafting:0.2.0": *
#let defaultColor = rgb("#f2542d")
#show: template.with(
title: "Financieel Management in de Publieke Sector",
subtitle: "Samenvatting",
short-title: "Public Finance Samenva... | |
https://github.com/felsenhower/kbs-typst | https://raw.githubusercontent.com/felsenhower/kbs-typst/master/examples/16.typ | typst | MIT License | The first 8 Fibonacci Numbers are:
#align(center)[
#table(
columns: 8,
[$F_1$], [$F_2$], [$F_3$], [$F_4$],
[$F_5$], [$F_6$], [$F_7$], [$F_8$],
[1], [1], [2], [3],
[5], [8], [13], [21],
)
]
|
https://github.com/KXXH/YAYT | https://raw.githubusercontent.com/KXXH/YAYT/main/README.md | markdown | # YAYT: Yet Another Yuebao Template For 318
一个使用typst编写的318月报模版
## 使用方法
## 安装
1. 安装typst
[官方CLI安装教程](https://github.com/typst/typst)
- MacOS
```bash
brew install typst
```
- Windows
```bash
winget install --id Typst.Typst
```
2. 下载本模版
```bash
git clone ...
```
## 使用
在模版目录下新建`main.typ`或其他命名的`.typ`文件。
### 模版参数
`... | |
https://github.com/Ryoga-itf/dsa | https://raw.githubusercontent.com/Ryoga-itf/dsa/main/week01/report.typ | typst | #import "../template.typ": *
#import "@preview/codelst:2.0.1": sourcecode, sourcefile
#show: project.with(
week: 1,
name: "C によるプログラミングの復習",
authors: (
(
name: sys.inputs.STUDENT_NAME,
id: sys.inputs.STUDENT_ID,
affiliation: "情報科学類 2 年 3 クラス"
),
),
deadline: "2024 年 10 月 16 日",
da... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-11AB0.typ | typst | Apache License 2.0 | #let data = (
("CANADIAN SYLLABICS NATTILIK HI", "Lo", 0),
("CANADIAN SYLLABICS NATTILIK HII", "Lo", 0),
("CANADIAN SYLLABICS NATTILIK HO", "Lo", 0),
("CANADIAN SYLLABICS NATTILIK HOO", "Lo", 0),
("CANADIAN SYLLABICS NATTILIK HA", "Lo", 0),
("CANADIAN SYLLABICS NATTILIK HAA", "Lo", 0),
("CANADIAN SYLLABIC... |
https://github.com/quarto-ext/mitex | https://raw.githubusercontent.com/quarto-ext/mitex/main/README.md | markdown |
# Use mitex for Typst Math with Quarto
> [!WARNING]
>
> Experimental extension
This is a Quarto extension that provides support for using the
[Mitex](https://typst.app/universe/package/mitex/) Typst library to
render mathematical expressions.
## Installing
``` bash
quarto add quarto-ext/mitex
```
This will insta... | |
https://github.com/Shedward/dnd-charbook | https://raw.githubusercontent.com/Shedward/dnd-charbook/main/dnd/page/inventory.typ | typst | #import "../core/core.typ": *
#let inventoryTable(
header: (),
columns: auto,
rowsCount: auto,
) = {
layout(size => {
let columnsCount = header.len()
let rowHeight = paddings(2.5)
let gridColumns = if (columns == auto) {
(1fr,) * columnsCount
} else {
columns
}
let emptyRow... | |
https://github.com/quarto-ext/typst-templates | https://raw.githubusercontent.com/quarto-ext/typst-templates/main/letter/_extensions/letter/typst-show.typ | typst | Creative Commons Zero v1.0 Universal | #show: letter.with(
$if(sender)$
sender: [$sender$],
$endif$
$if(recipient)$
recipient: [$recipient$],
$endif$
$if(sent)$
date: [$sent$],
$endif$
$if(subject)$
subject: [$subject$],
$endif$
$if(name)$
name: [$name$],
$endif$
)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.