repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/packages/typst.node/npm/linux-arm-gnueabihf/README.md | markdown | Apache License 2.0 | # `@myriaddreamin/typst-ts-node-compiler-linux-arm-gnueabihf`
This is the **armv7-unknown-linux-gnueabihf** binary for `@myriaddreamin/typst-ts-node-compiler`
|
https://github.com/fyuniv/TypstDevcontainerTesting | https://raw.githubusercontent.com/fyuniv/TypstDevcontainerTesting/main/main.typ | typst |
#set par(justify: true)
#set text(font: "Inter")
Analyze and act on achievement data by creating an instructional plan using achievement data
Analyzing student data such as assessment scores, attendance records, or feedback helps to identify individual or collective areas of strength and areas for improvement. This ... | |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Protocole%20de%20dilution.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: "Protocole de dilution",
authors: (
"<NAME>",
),
date: "10 Août, 2024",
)
#set heading(numbering: "1.1.")
\#protocole \#premiere \#phy... | |
https://github.com/ivaquero/book-control | https://raw.githubusercontent.com/ivaquero/book-control/main/11-反馈线性化控制.typ | typst | #import "@local/scibook:0.1.0": *
#show: doc => conf(
title: "反馈线性化控制",
author: ("ivaquero"),
header-cap: "现代控制理论",
footer-cap: "github@ivaquero",
outline-on: false,
doc,
)
= 非线性系统稳定性
<非线性系统稳定性>
== Lyapunov 方法
<Lyapunov-方法>
已知
#figure(
table(
columns: 4,
align: center + horizon,
inset: 4pt... | |
https://github.com/maxgraw/bachelor | https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/5-implementation/comparison.typ | typst | Im Folgenden wird die Implementierung des Systems mit den zuvor definierten Anforderungen verglichen. Es wird aufgezeigt, inwieweit diese Anforderungen umgesetzt wurden und ob sie vollständig erfüllt wurden. Anschließend wird die Implementierung mit dem ursprünglichen Wireframe verglichen, um zu überprüfen, ob die gepl... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/visualize/pattern.typ | typst | // Test patterns.
--- pattern-line ---
// Tests that simple patterns work.
#set page(width: auto, height: auto, margin: 0pt)
#let pat = pattern(size: (10pt, 10pt), line(stroke: 4pt, start: (0%, 0%), end: (100%, 100%)))
#rect(width: 50pt, height: 50pt, fill: pat)
--- pattern-lines ---
#set page(width: auto, height: au... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/repeat_04.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test single repeat in both directions.
A#box(width: 1fr, repeat(rect(width: 6em, height: 0.7em)))B
#set align(center)
A#box(width: 1fr, repeat(rect(width: 6em, height: 0.7em)))B
#set text(dir: rtl)
ريجين#box(width: 1fr, repeat(rect(width: 4em,... |
https://github.com/mkpoli/roremu | https://raw.githubusercontent.com/mkpoli/roremu/master/README.md | markdown | The Unlicense | # roremu
日本語のダミーテキスト(Lipsum)生成ツール。
Blind text (Lorem ipsum) generator for Japanese.
## 用法 / Usage
```typst
#import "@preview/roremu:0.1.0": roremu
#roremu(8) # 吾輩は猫である。
#roremu(8, offset: 8) #名前はまだ無い。
#roremu(17, custom-text: "私はその人を常に先生と呼んでいた。")
```
## テキスト / Text Source
夏目漱石『[吾輩は猫である](https://ja.wikipedia.o... |
https://github.com/PgBiel/typst-tablex | https://raw.githubusercontent.com/PgBiel/typst-tablex/main/tablex.typ | typst | MIT License | // Welcome to tablex!
// Feel free to contribute with any features you think are missing.
// Version: v0.0.8
// -- table counter --
#let _tablex-table-counter = counter("_tablex-table-counter")
// -- compat --
// get the types of things so we can compare with them
// (0.2.0-0.7.0: they're strings; 0.8.0+: they're p... |
https://github.com/piepert/logik-tutorium-wise2024-2025 | https://raw.githubusercontent.com/piepert/logik-tutorium-wise2024-2025/main/src/templates/exams.typ | typst | Creative Commons Zero v1.0 Universal | #import "@preview/grape-suite:1.0.0": exercise
#import exercise: *
#let project = project.with(
no: 1,
type: [LEV],
suffix-title: [Logische Grundlagen],
university: [Universität Rostock],
institute: [Institur für Philosophie],
seminar: [Tutorium: Sprache, Logik, Argumentation],
show-point... |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/研讨 copy.typ | typst | #import "touying/lib.typ": *
#import "template.typ": *
#import "todo.typ": *
#import "@preview/algorithmic:0.1.0"
#import algorithmic: algorithm
#import "notes.typ"
#let s = themes.simple.register(s, aspect-ratio: "16-9", footer: [Harbin Engineering University])
#let s = (s.methods.enable-transparent-cover)(self: s)
#l... | |
https://github.com/HarryLuoo/sp24 | https://raw.githubusercontent.com/HarryLuoo/sp24/main/README.md | markdown | Notes and homework files for my probability and classical mechanics class at UW madison, spring 2024. These are compiled in Typst.
Mechanics notes: Physics311/reviewNotes/briefMechanics.pdf
Probability notes: 431/notes/BriefTheoryOfPrabability.pdf\
I got a B on my probability class using my notes so tread with cautio... | |
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/project_documentation/content/meeting_minutes/week_06.typ | typst | = Project Meeting 24.10.2023 08:15 - 09:30 (MS Teams)
== Participants
- Prof. Dr. <NAME>
- <NAME>
- <NAME>
== Agenda
- Presentation of survey questionnaire results
- Discussion of project status
- Decision: Concept for extensibility & concept for Haskell import have lower priority. We'll look at these topics after t... | |
https://github.com/rqy2002/typst-experiment | https://raw.githubusercontent.com/rqy2002/typst-experiment/main/thm.typ | typst | // theorem envioronment
#let theorem(name, counterFormat, seperator, titleFormat, bodyFormat, counter, title: none, body) = {
set par(first-line-indent: 0pt)
let result = parbreak() + [#name #counter.display(counterFormat)] + (if title != none [ (#titleFormat(title))]) + seperator + [ ] + bodyFormat(body)
re... | |
https://github.com/japanoise/strategos-m | https://raw.githubusercontent.com/japanoise/strategos-m/main/strategos-m.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "format.typ": format-modern, modern-frontispiece, logo, subheader, frac, alt-fill
#set document(title: [Strategos M])
#set page(
paper: "us-letter",
)
#set terms(separator: [: ])
#show: format-modern
#counter(page).update(0)
#modern-frontispiece
#pagebreak()
#show outline.entry.where(
level: 1
): ... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/083.%20startuphubs.html.typ | typst | startuphubs.html
Why to Move to a Startup Hub
October 2007After the last
talk I gave, one of the organizers
got up on the
stage to deliver an impromptu rebuttal. That never happened before.
I only heard the first few sentences, but that was enough to tell
what I said that upset him: that startups would do better if... | |
https://github.com/stepbrobd/cv | https://raw.githubusercontent.com/stepbrobd/cv/master/main.typ | typst | MIT License | #import "cv.typ": *
#show: cv.with(
contact: (
name: "<NAME>", phone: "+18014338213", email: "<EMAIL>", orcid: "0000-0002-1591-7458",
), address: (
line1: "214 WVH", line2: "440 Huntington Ave", city: "Boston", state: "MA", zip: "02115",
), links: (
(display: "ysun.co", url: "https://ysun.co"), (disp... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/if-03.typ | typst | Other | // Value of if expressions.
// Ref: false
#{
let x = 1
let y = 2
let z
// Returns if branch.
z = if x < y { "ok" }
test(z, "ok")
// Returns else branch.
z = if x > y { "bad" } else { "ok" }
test(z, "ok")
// Missing else evaluates to none.
z = if x > y { "bad" }
test(z, none)
}
|
https://github.com/jamesrswift/dining-table | https://raw.githubusercontent.com/jamesrswift/dining-table/main/docs/manual.typ | typst | The Unlicense | #import "@preview/tidy:0.3.0"
#{
import "../src/lib.typ" as dining-table
let document-module(name, file) = tidy.parse-module(
read(file),
name: name,
scope: (dining-table: dining-table)
)
let lib = ("", "../src/lib.typ")
let impl = ("", "../src/impl.typ")
let styles = (... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/006%20-%20Magic%202014/004_Pride%20Cometh.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Pride Cometh",
set_name: "Magic 2014",
story_date: datetime(day: 17, month: 07, year: 2013),
author: "<NAME>",
doc
)
Skrikkle wanted grubs.
Dried skrill slime was fine enough, but there came a time when a #emph[real] goblin needed grub me... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/127.%20future.html.typ | typst | future.html
The Future of Startup Funding
Want to start a startup? Get funded by
Y Combinator.
August 2010Two years ago I
wrote about what I called "a huge, unexploited
opportunity in startup funding:" the growing disconnect between
VCs, whose current business model requires them to invest large
amounts, and a... | |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/const.typ | typst | MIT License | #let Re_cost = 30
#let Am_cost = 20
#let An_cost = 25
#let Pt_cost = 25
#let Pr_cost = 15
#let Ve_cost = 15
/*
copiare incollare
#import "../../const.typ": Re_cost, Am_cost, An_cost, Ve_cost, Pr_cost, Pt_cost
//residuo
#let trace = csv("../../trace.csv")
#let residuo_ore = trace.at(1).at(0)
#let residuo_costi = tra... |
https://github.com/roife/resume | https://raw.githubusercontent.com/roife/resume/master/fontawesome.typ | typst | MIT License |
#let fa(name) = {
text(
font: "Font Awesome 6 Free Solid",
size: 10pt,
box[ #name ]
)
}
// Regular icons
#let ad = symbol("\u{f641}")
#let address-book = symbol("\u{f2b9}")
#let address-card = symbol("\u{f2bb}")
#let adjust = symbol("\u{f042}")
#let air-freshener = symbol("\u{f5d0}")
#let align-icon ... |
https://github.com/npujol/chuli-cv | https://raw.githubusercontent.com/npujol/chuli-cv/main/template/letter.typ | typst | MIT License | #import "@local/typcv:0.1.0": *
#show: cover_letter
#set text(size: 12pt)
#letterHeader(
name: "<NAME>",
address: [1 Rue Gonnet \ 75003 Paris, France],
recipientName: [Bebop],
recipientAddress: [15 Sky Road \ 5000 Earth],
date: [06/05/2069],
subject: "Subject: Job Application for Anything"
)
Dear Hiring M... |
https://github.com/engboris/cv-template | https://raw.githubusercontent.com/engboris/cv-template/main/README.md | markdown | MIT License | # cv-template
Simple but effective CV template in Typst
|
https://github.com/zenor0/FZU-report-typst-template | https://raw.githubusercontent.com/zenor0/FZU-report-typst-template/main/fzu-report/parts/terminology.typ | typst | MIT License | #let terminology-conf(terminology) = {
set page(
numbering: "I",
number-align: center
)
heading(numbering: none, level: 1, outlined: true, bookmarked: true)[本论文专用术语的注释表]
terminology
} |
https://github.com/Ttajika/typst_template_tajika | https://raw.githubusercontent.com/Ttajika/typst_template_tajika/main/example.typ | typst | #import "libs/template.typ": *
//以下のテンプレートおよびその変数は自作です.template.typを見て,うまくカスタマイズしてください.
#show: project.with(
title: [Typst Template#footnote[This template assumes version 0.11.0]],
authors: (
"<NAME>", "The other Author"
), //,で区切って著者名を追加します
notes: ([日本大学経済学部, #link("mailto:<EMAIL>")[tajika.tomoya\u{0040}n... | |
https://github.com/lyzynec/orr-go-brr | https://raw.githubusercontent.com/lyzynec/orr-go-brr/main/02/main.typ | typst | #import "../lib.typ": *
#import "@preview/algo:0.3.3": algo, i, d
#knowledge[
#question(name: [Explain the main principle of descent direction methods for
unconstrained optimization. In particular, give the descent direction
condition.])[
First task is finding a descent direction, than we perform... | |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/02-concepts/dimension/dim-4.typ | typst | Other | #import "/lib/draw.typ": *
#import "/lib/glossary.typ": tr
#import "dim-2.typ": start, end, lt, rb, bbox-lt, bbox-rb, line-color, graph as dim2
#let end = (end.at(0), end.at(1))
#let sidebearing-y = bbox-lt.at(1) - 30
#let l-start = (lt.at(0), sidebearing-y)
#let l-end = (bbox-lt.at(0), sidebearing-y)
#let l-center =... |
https://github.com/darioglasl/Arbeiten-Vorlage-Typst | https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/01_Einleitung/02_ausgangslage.typ | typst | == Ausgangslage <headingStartingPosition>
| |
https://github.com/MrToWy/Bachelorarbeit | https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Chapters/2-Planung.typ | typst | #import "../Template/customFunctions.typ": *
= Anforderungsanalyse <anforderungsanalyse>
Die Planung des neuen Systems für Modulhandbücher beginnt mit der Anforderungsanalyse. Der Schritt der Anforderungsanalyse hat eine besondere Wichtigkeit, da es mit fortlaufender Projektlaufzeit immer aufwändiger wird, Fehler zu ... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/type_check/annotation_sum.typ | typst | Apache License 2.0 | /// #let args = `array(int)`
/// - args (args): The `args`.
#let sum(..args) = none
|
https://github.com/kajiLabTeam/ipsj-national-convention-typst-template | https://raw.githubusercontent.com/kajiLabTeam/ipsj-national-convention-typst-template/main/main.typ | typst | #import "template/template.typ": template
#import "@preview/roremu:0.1.0": roremu
#import "@preview/codelst:2.0.0": sourcecode
#import "template/functinos.typ": img, tbl
#show: template.with(
title: ("Typst を用いた", "論文のテンプレート"),
names: (
(ja: "佐藤智", en: "<NAME>", group: 1),
(ja: "斎藤彩都", en: "<NAME>", group:... | |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/复变函数/作业/hw4.typ | typst | #import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark, proposition,der, partialDer
#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: note.with(
title: "作业4",
author: ... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/008.%20rootsoflisp.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 Roots of Lisp
#v(10pt)
_May 2001_
_(I wrote this article to help myself understand exactly what McCarthy discovered. You don't need to know this... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1ED00.typ | typst | Apache License 2.0 | #let data = (
(),
("OTTOMAN SIYAQ NUMBER ONE", "No", 0),
("OTTOMAN SIYAQ NUMBER TWO", "No", 0),
("OTTOMAN SIYAQ NUMBER THREE", "No", 0),
("OTTOMAN SIYAQ NUMBER FOUR", "No", 0),
("OTTOMAN SIYAQ NUMBER FIVE", "No", 0),
("OTTOMAN SIYAQ NUMBER SIX", "No", 0),
("OTTOMAN SIYAQ NUMBER SEVEN", "No", 0),
("OTT... |
https://github.com/AxiomOfChoices/Typst | https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Miscellaneous/CV.typ | typst | #let name = "<NAME>"
#set document(
title: "Curriculum Vitae",
author: name,
keywords: (
"Mathematics",
"Analysis",
"Geometry",
"Geometric Analysis",
),
)
#set text(
size: 11pt,
font: (
"EB Garamond 12"
),
)
#set page(
margin: (
x: 1.0in,
y: 1.0in,
),
width: 7.5in,
heig... | |
https://github.com/grnin/Zusammenfassungen | https://raw.githubusercontent.com/grnin/Zusammenfassungen/main/Bsys2/Bsys2_Spick_FS24_NG_JT.typ | typst | // Compiled with Typst 0.11.1
#import "../template_zusammenf.typ": *
#import "@preview/wrap-it:0.1.0": wrap-content
#show: project.with(
authors: ("<NAME>", "<NAME>"),
fach: "BSys2",
fach-long: "Betriebssysteme 2",
semester: "FS24",
language: "de",
column-count: 5,
font-size: 4pt,
landscape: true,
)
#... | |
https://github.com/jeffa5/typst-cambridge | https://raw.githubusercontent.com/jeffa5/typst-cambridge/main/thesis/manual-2.typ | typst | MIT License | #import "cambridge.typ": *
#show: chapter
= Work piece 1
#lorem(100)
== Some context
#lorem(500)
#lorem(100)
=== sub 1
#lorem(100)
#lorem(100)
=== sub 2
#lorem(100)
#lorem(100)
=== sub 3
#lorem(100)
=== more depth
==== getting niche
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/057%20-%20Bloomburrow/002_Episode%202%3A%20An%20Expected%20Party.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Episode 2: An Expected Party",
set_name: "Bloomburrow",
story_date: datetime(day: 02, month: 07, year: 2024),
author: "<NAME>",
doc
)
#strong[Helga]
Sometimes Helga's dreams felt so real that crossing the boundary of sleep in either direct... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/028%20-%20Kaladesh/006_Bottled%20Up.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Bottled Up",
set_name: "Kaladesh",
story_date: datetime(day: 28, month: 09, year: 2016),
author: "<NAME>",
doc
)
#emph[Drawn to her home plane of Kaladesh by reports of the Consulate looking for a disruptive renegade, Chandra discovered, to... | |
https://github.com/ckunte/m-one | https://raw.githubusercontent.com/ckunte/m-one/master/inc/tsa.typ | typst | = TSA for pile welds?
During a project schedule review a year ago, citing past experience, I was asked this following:
#quote()[
_Would the design for pile fatigue warrant applying TSA to pile welds? Any delay in realising this requirement, especially late in fabrication has the potential to adversely affect projec... | |
https://github.com/liketechnik/aoc2023 | https://raw.githubusercontent.com/liketechnik/aoc2023/main/README.md | markdown | Puzzles of [Advent of Code 2023](https://adventofcode.com/2023) solved using [typst](https://typst.app).
| |
https://github.com/spherinder/ethz-infk-thesis | https://raw.githubusercontent.com/spherinder/ethz-infk-thesis/master/src/chapters/01-introduction.typ | typst | #import "../dependencies.typ": *
= Introduction
Motivate the problem. A paper is cited here @solt2024cascade
== How to Use Abbreviations
This is how to call a abbreviation such as @cpu for the first time.
After that it will look different: @cpu.
It is also call it using a different syntax: #gls("cpu").
And for pl... | |
https://github.com/DrakeAxelrod/cvss.typ | https://raw.githubusercontent.com/DrakeAxelrod/cvss.typ/main/CHANGELOG.md | markdown | MIT License | # Changelog
## v0.1.0
### Added or Changed
- Added this changelog :)
- mvp of the typst cvss package
### Removed
- Nothing
|
https://github.com/j-mueller/typst-vegalite | https://raw.githubusercontent.com/j-mueller/typst-vegalite/main/typst-package/README.md | markdown | MIT License | # nulite
A typst plugin to generate charts using [vegalite](https://vega.github.io/vega-lite/)
## Usage
```typst
#import "@preview/nulite:0.1.0" as nulite
#nulite.render(
width: 100%,
height: 100%,
zoom: 1,
json("spec.json")
)
```

The module exports a single function, `re... |
https://github.com/jonathan-iksjssen/jx-style | https://raw.githubusercontent.com/jonathan-iksjssen/jx-style/main/0.2.0/jx-style.typ | typst | #import "irgot.typ": coll
#import "catppuccin.typ": *
#import "jx-date.typ": *
#let irgo(cs, val) = coll.at(cs, default: "default").at(val)
#let img(body) = [#[#body]<img>]
#let q-bg(body) = [#[#body]<t-bg>]
#let q-bgla(body) = [#[#body]<t-bgla>]
#let q-la(body) = [#[#body]<t-la>]
#let q-laac(body) = [#[#body]<t-laac>]... | |
https://github.com/jomaway/typst-bytefield | https://raw.githubusercontent.com/jomaway/typst-bytefield/main/lib/api.typ | typst | MIT License | #import "gen.typ": *
#import "types.typ": *
/// Create a new bytefield.
///
/// *Example:* See @chap:use-cases
///
///
/// - bpr (int): Number of bits which are shown per row.
/// - msb (left, right): position of the msb.
/// - pre (auto, int , relative , fraction , array): This is specifies the columns for annotatio... |
https://github.com/felsenhower/kbs-typst | https://raw.githubusercontent.com/felsenhower/kbs-typst/master/examples/12.typ | typst | MIT License | #set text(font: "Comic Sans MS")
= Einführung
Mein erster Text mit Typst!
#lorem(20)
|
https://github.com/HEIGVD-Experience/docs | https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S4/CLD/docs/TE/TE1.typ | typst | #import "/_settings/typst/template-note.typ": conf
#show: doc => conf(
title: [
Résumé CLD - TE1
],
lesson: "CLD",
chapter: "Cloud Introduction, Cloud concepts, IaaS, Scaling App and labs",
definition: "",
col: 1,
doc,
)
= AWS
== EC2
*Statut d'instance*
- Pending : démarrage de l'instance
- Running :... | |
https://github.com/adelhult/typst-hs-test-packages | https://raw.githubusercontent.com/adelhult/typst-hs-test-packages/main/test/counter-examples/nbsp.typ | typst | MIT License | // This function uses npbs:s in the next statement, but it seems like
// other spaces accepted by Typst (like hair space 8202) isn't accepted by
// typst-hs either
#let a = "a" |
https://github.com/fyuniv/simplebook | https://raw.githubusercontent.com/fyuniv/simplebook/main/0.1.0/lib.typ | typst | MIT License | #let simplebook(
title: "",
subtitle: "",
author: "",
affiliation: "",
year: none,
version: none,
date: datetime.today().display(),
logo: none,
theme_colors: (
primary_color: "E94845",
secondary_color: "FF5045",
),
title_font: "",
main_font: "Noto Sans",
lhead: "",
chead: "",
rhead... |
https://github.com/SnowManKeepsOnForgeting/NoteofEquationsofMathematicalPhysics | https://raw.githubusercontent.com/SnowManKeepsOnForgeting/NoteofEquationsofMathematicalPhysics/main/Chapter_3/Chapter_3.typ | typst | #import "@preview/physica:0.9.3": *
#import "@preview/i-figured:0.2.4"
#set heading(numbering: "1.1")
#show math.equation: i-figured.show-equation.with(level: 2)
#show heading: i-figured.reset-counters.with(level: 2)
#set text(font: "CMU Serif")
#let dcases(..args) = math.cases(..args.pos().map(math.display))
#counter... | |
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/content/poc/options_deployment_decision.typ | typst | #import "../../../acronyms.typ": *
= Deployment Decision
VisualFP targets students, so it will primarily be used in classrooms. Such
environments often do not allow for easy deployment and maintenance of
application servers.
Thus, the decision has been made to develop VisualFP as a desktop
application. | |
https://github.com/Drodt/clever-quotes | https://raw.githubusercontent.com/Drodt/clever-quotes/main/src/util.typ | typst | /// Creates a quotation style.
///
/// - outer-open (string): Opening outer quotation mark.
/// - outer-close (string): Closing outer quotation mark.
/// - inner-open (string): Opening inner quotation mark.
/// - inner-close (string): Closing inner quotation mark.
/// - middle-outer (string, none): Outer quotation mark... | |
https://github.com/Dioprz/Notes | https://raw.githubusercontent.com/Dioprz/Notes/main/README.md | markdown | Estas son algunas de mis notas tomadas durante los cursos en el pregrado de Ciencias de la Computación, así como de libros o artículos que he estudiado de forma autónoma.
Los temas abordados son:
- Functional Programming:
- Scala (in progress)
- Haskell (pending)
- Category Theory (pending)
- Machine... | |
https://github.com/UntimelyCreation/typst-neat-cv | https://raw.githubusercontent.com/UntimelyCreation/typst-neat-cv/main/src/template.typ | typst | MIT License | /* Imports */
#import "metadata.typ": *
/* Utility functions */
#let autoImport(file) = {
if cvLanguage == "" {
include {"content/en/" + file + ".typ"}
}
else {
include {"content/" + cvLanguage + "/" + file + ".typ"}
}
}
#let languageSwitch(dict) = {
for (k, v) in dict {
i... |
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/build-test-launcher/entry.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components: *
#create-body-entry(
title: "Build: Moving Triballs",
type: "build",
date: datetime(year: 2023, month: 9, day: 6),
author: "<NAME>",
witness: "<NAME>",
)[
// Original text from John:
//The c-channel for t... |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/LetteraDiPresentazionePB/content.typ | typst | MIT License | #import "functions.typ": glossary, team
/*************************************/
/* INSERIRE SOTTO IL CONTENUTO */
/*************************************/
= Introduzione
<NAME> Vardanega e Cardin,
#v(25pt)
con la presente il gruppo #team esprime la propria intenzione di candidarsi alla revisione di avanzament... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-12400.typ | typst | Apache License 2.0 | #let data = (
("CUNEIFORM NUMERIC SIGN TWO ASH", "Nl", 0),
("CUNEIFORM NUMERIC SIGN THREE ASH", "Nl", 0),
("CUNEIFORM NUMERIC SIGN FOUR ASH", "Nl", 0),
("CUNEIFORM NUMERIC SIGN FIVE ASH", "Nl", 0),
("CUNEIFORM NUMERIC SIGN SIX ASH", "Nl", 0),
("CUNEIFORM NUMERIC SIGN SEVEN ASH", "Nl", 0),
("CUNEIFORM NUME... |
https://github.com/horaoen/typstempl | https://raw.githubusercontent.com/horaoen/typstempl/master/cosheet.typ | typst | #let cosheet(
doc
) = {
set heading(numbering: "1.1")
set page(
paper: "a4",
numbering: "1",
number-align: right,
)
set par(
justify: true,
)
set text(
font: "Source Han Serif SC",
lang: "zh",
size: 12pt
)
// Display inline code in a small box
// that retains the correct ... | |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/utils/utils.typ | typst | // OOP: call it or display it
#let call-or-display(self, it) = {
if type(it) == function {
return it(self)
} else {
return it
}
}
// OOP: empty page
#let empty-page(self) = {
self.page-args += (
header: none,
footer: none,
margin: 0em,
)
self.padding = (x: 0em, y: 0em)
self
}
// OOP:... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/delegis/0.1.0/README.md | markdown | Apache License 2.0 | # delegis

A package and template for drafting legislative content in a German-style structuring, such as for bylaws, etc.
While the template is designed to be used in German documents, all strings are customiza... |
https://github.com/richardso21/resume | https://raw.githubusercontent.com/richardso21/resume/master/RSOresume.typ | typst | // Thank you skyzh (<NAME>) - https://github.com/skyzh/typst-cv-template
#show heading: it => {
v(-5pt)
smallcaps(it)
}
#show link: underline;
#set page(
margin: (x: 1cm, y: 1cm),
paper: "us-letter",
)
#set par(justify: true)
#let icon(source) = {
box(baseline: 10%)[
#align(bottom)[
#text(font: "... | |
https://github.com/vEnhance/1802 | https://raw.githubusercontent.com/vEnhance/1802/main/src/matrix.typ | typst | MIT License | #import "@local/evan:1.0.0":*
= Linear transformations and matrices
This section will be presented a bit differently than you'll see in many other places;
I talk about linear transformations first,
and then talk about matrices as an encoding of linear transformations.
I feel quite strongly this way is better, but if ... |
https://github.com/HellOwhatAs/sfbooks2typst | https://raw.githubusercontent.com/HellOwhatAs/sfbooks2typst/raw/main.typ | typst | #import "template.typ": *
#let title = "恐吓小说网";
#let author = "幻影大厦";
#show: project.with(
title: title,
authors: (author,),
abstract: "世上有三种人最惹不起,第一种是无欲无求的人,第二种是不怕死的人,第三种则是“恐吓小说网”的「作者」。 成为“恐吓小说网”的作者后,绪方周围越来越多地出现了怪异事件。",
)
#let parse-input(src) = if src.starts-with("#[") and src.ends-with("]") {
eval(src, mo... | |
https://github.com/piepert/logik-tutorium-wise2024-2025 | https://raw.githubusercontent.com/piepert/logik-tutorium-wise2024-2025/main/src/templates/exercise.typ | typst | Creative Commons Zero v1.0 Universal | #import "@preview/grape-suite:1.0.0": exercise
#import "/src/packages/goals.typ": set-all-goals
#import exercise: *
#let project(body, ..a) = {
set text(lang: "de")
show: exercise.project.with(
university: [Universtität Rostock],
institute: [Institut für Philosophie],
seminar: [Tutorium... |
https://github.com/GYPpro/DS-Course-Report | https://raw.githubusercontent.com/GYPpro/DS-Course-Report/main/Rep/0.typ | typst | #import "@preview/tablex:0.0.6": tablex, hlinex, vlinex, colspanx, rowspanx
// Display inline code in a small box
// that retains the correct baseline.
#set text(font:("Times New Roman","Source Han Serif SC"))
#show raw.where(block: false): box.with(
fill: luma(230),
inset: (x: 3pt, y: 0pt),
outset: (y: 3pt),
... | |
https://github.com/fsr/rust-lessons | https://raw.githubusercontent.com/fsr/rust-lessons/master/README.md | markdown | # Rust Lessons
## Compiling to pdf
You need the [typst] typesetting system.
To compile a specific lesson:
```shell
make lesson$number
make lesson1
```
To compile all lessons:
```shell
make all -j $(nproc)
```
## Lesson notes
How a specific lesson is planned
### Lesson 1
- 30 minutes installation of the toolchain
- ... | |
https://github.com/Fabioni/Typst-TUM-Thesis-Template | https://raw.githubusercontent.com/Fabioni/Typst-TUM-Thesis-Template/main/template/main.typ | typst | MIT No Attribution | #import "@preview/tum-exzellenz-thesis:0.1.0": tum-exzellenz-thesis
//#import "@local/tum-exzellenz-thesis:0.1.0": tum-exzellenz-thesis // for development
#import "utils.typ": inwriting, draft, todo
#import "glossary.typ": glossary
#import "@preview/glossarium:0.2.6": make-glossary, print-glossary, gls, glspl
#show: m... |
https://github.com/Personal-Data-Acquisition/PDA_paperwork | https://raw.githubusercontent.com/Personal-Data-Acquisition/PDA_paperwork/main/scope_and_vision/src/jake_code_review_notes.typ | typst | = Hale, <NAME>:
#label("hale-stanley-calvin")
prototype car and audio engine.
commented out code/debug statments in the code on line 31,36 could be
cleaned up a bit.
Using rust, so that’s really cool.
It’s using a entity componet system?
Code seperation is nice, and I can see he’s put a lot of work into
breaking co... | |
https://github.com/jamesrswift/musicaux | https://raw.githubusercontent.com/jamesrswift/musicaux/main/src/template.typ | typst |
#let score(
title: [A Ballad in Typst Time],
subtitle: [Op 1 No. 1 Mov. 1--3],
author: [],
body
) = {
set text(size: 20pt)
set align(center)
[
#set text(font: "New Computer Modern", size: 20pt)
#title
#linebreak()
]
[
#set text(font: "New Computer Modern", size: 12pt)
#subtitle... | |
https://github.com/WinstonMDP/math | https://raw.githubusercontent.com/WinstonMDP/math/main/exers/2.typ | typst | #import "../cfg.typ": *
#show: cfg
$ "Prove that" all(a > 1): lim_(QQ in.rev x -> 0) a^x = 1 $
That is,
$all(epsilon > 0) ex(delta > 0) all(x in QQ):
0 < abs(x) < delta -> abs(a^x - 1) < epsilon$.
$all(x in QQ): x > 0 -> a^x > 1$.
$ex(N) all(n > N): a^(1/n) - 1 < epsilon$.
$a^(1/(N + 1)) - 1 < epsilon$.
$ex(N') al... | |
https://github.com/typst-jp/typst-jp.github.io | https://raw.githubusercontent.com/typst-jp/typst-jp.github.io/main/README.md | markdown | Apache License 2.0 | # Typst 日本語ドキュメント (非公式)
[](https://github.com/typst-jp/typst-jp.github.io/actions/workflows/deploy.yml)
[ in appendix. All such materials *SHOULD be included in
the main submission*.
|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/while-01.typ | typst | Other | // Value of while loops.
// Ref: false
#test(while false {}, none)
#let i = 0
#test(type(while i < 1 [#(i += 1)]), "content")
|
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/02-complex-numbers/!sec.typ | typst | Other | #import "../../config.typ"
#if config.enable-chapters-from-sem1 [
#import "../../utils/core.typ": *
= Комплексные числа
#include "01-construction.typ"
#include "02-trig-form.typ"
#include "03-complex-roots.typ"
] |
https://github.com/Akida31/anki-typst | https://raw.githubusercontent.com/Akida31/anki-typst/main/typst/examples/secondary.typ | typst | #import "../src/lib.typ" as anki
#import anki.theorems: item
#show: anki.setup.with(enable_theorems: true)
#set heading(numbering: "1.")
#let theorem = item("Theorem", initial_tags: ("proof",))
#let example = item("Example", initial_tags: ("example",))
#let definition = item("Definition", initial_tags: ("definition",... | |
https://github.com/chamik/gympl-skripta | https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-dila/17-hana.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/helper.typ": dilo
#dilo("Hana", "hana", "<NAME>", "", "současnost", "ČR", "2017", "epika", "historický román")
#columns(2, gutter: 1em)[
*Téma*\
Životní příběh tří generací židovské rodiny během 2. sv. v.
*Motivy* \
Holokaust, obyčejní lidé a strasti
*Časoprostor*\
Valašské Meziříčí, Terezín... |
https://github.com/Enter-tainer/typstyle | https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/code/equation-dot-chain.typ | typst | Apache License 2.0 | #let a = $a^b$.body.has("t")
#a
|
https://github.com/connachermurphy/typst-cv | https://raw.githubusercontent.com/connachermurphy/typst-cv/main/README.md | markdown | MIT License | # typst-cv
CV template for Typst.
## Planned Improvements
- [X] Working paper environment with reverse numbering
- [X] Working paper alignment
- [X] Create header
- [X] Extend working paper environment to WIP and publications
- [X] Fix header spacing
- [X] Add last updated date
- [X] Link email
- [X] Add research assi... |
https://github.com/adam-zhang-lcps/papers | https://raw.githubusercontent.com/adam-zhang-lcps/papers/main/coffee-filter-drag.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "@preview/tablex:0.0.6": tablex, rowspanx
#import "aet-lab-report-template.typ": aet-lab-report
#show: doc => aet-lab-report(
title: "Investigating Drag Forces on Falling Coffee Filters",
course: "AET AP Physics C: Mechanics",
teacher: "Mr. <NAME>",
date: datetime(year: 2023, month: 12, day: 7),... |
https://github.com/maucejo/cnam_templates | https://raw.githubusercontent.com/maucejo/cnam_templates/main/template/main_presentation.typ | typst | MIT License | #import "../src/cnam-templates.typ": *
#show: cnam-presentation.with(
composante: "lmssc",
// composante: "cnam",
// color-set: "medium-blue",
// color-set: "clear-blue",
config-info(
title: [Titre de la présentation],
subtitle: [Sous-titre de la présentation],
over-title: ("Diaporama","de présen... |
https://github.com/npujol/chuli-cv | https://raw.githubusercontent.com/npujol/chuli-cv/main/modules/styles.typ | typst | MIT License | #let colors = (
accent: rgb("#007fad"),
inactive: luma(170),
navy: rgb("#001f3f"),
aqua: rgb("#7fdbff")
)
#let vLine() = [
#h(5pt)
]
#let hline() = [
#box(width: 1fr, line(stroke: 0.9pt, length: 100%))
]
#let dashed-line() = [
line(
length: 100%,
stroke: (
paint: colors.inactive,
... |
https://github.com/lkndl/typst-bioinfo-thesis | https://raw.githubusercontent.com/lkndl/typst-bioinfo-thesis/main/modules/headers.typ | typst |
#let header-styles(body) = {
// This styles the headers
show selector(<all-header>): it => {
align(center, emph(it))
}
show selector(<left-header>): it => {
align(left, emph(it))
}
show selector(<right-header>): it => {
align(right, emph(it))
}
body
}
#let set-headers(
// This is just a... | |
https://github.com/elipousson/typstdoc | https://raw.githubusercontent.com/elipousson/typstdoc/main/README.md | markdown | Creative Commons Zero v1.0 Universal | # typstdoc Format
## Installing typstdoc
```bash
quarto use template elipousson/typstdoc
```
This will install the format extension and create an example qmd file
that you can use as a starting place for your document.
To skip the template (which is only just intendended as an example):
```bash
quarto add elipouss... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-AA00.typ | typst | Apache License 2.0 | #let data = (
("CHAM LETTER A", "Lo", 0),
("CHAM LETTER I", "Lo", 0),
("CHAM LETTER U", "Lo", 0),
("CHAM LETTER E", "Lo", 0),
("CHAM LETTER AI", "Lo", 0),
("CHAM LETTER O", "Lo", 0),
("CHAM LETTER KA", "Lo", 0),
("CHAM LETTER KHA", "Lo", 0),
("CHAM LETTER GA", "Lo", 0),
("CHAM LETTER GHA", "Lo", 0),... |
https://github.com/ludovic-esperce/cdc-javacard | https://raw.githubusercontent.com/ludovic-esperce/cdc-javacard/main/cdc-javacard.typ | typst | #import "@local/afpa-document:0.1.0": afpa
// Déclaration des variables
#let title = "Cahier des charges : Javacard"
#let subtitle = "Projet de développement d'application Desktop"
#let date = datetime.today()
#let author = "<NAME>"
#show: doc => afpa(
title,
subtitle,
date,
author,
doc
)
#outline()
#page... | |
https://github.com/evaporei/resume | https://raw.githubusercontent.com/evaporei/resume/main/cv.typ | typst | #show heading: set text(font: "Linux Biolinum")
#show link: underline
#set page(
margin: (x: 0.9cm, y: 1.3cm),
)
#set par(justify: true)
#let chiline() = {v(-3pt); line(length: 100%); v(-5pt)}
= <NAME> (she/her)
#link("https://github.com/evaporei")[Github] | #link("https://gitlab.freedesktop.org/eva")[Gitlab] | #l... | |
https://github.com/ymgyt/techbook | https://raw.githubusercontent.com/ymgyt/techbook/master/programmings/js/typescript/specification/control_flow.md | markdown | # Control Flow
## loop
### for-of
```typescript
const arr = ["a", "b", "c"];
for (const value of arr) {
console.log(value);
}
// rustでいうenumerate()
for (const [idx, item] of ary.entries()) {}
```
* `Array.prototype.entries()`でenumerate()できる
## switch
```typescript
switch (env.identifier()) {
case "prod":
... | |
https://github.com/0x1B05/nju_os | https://raw.githubusercontent.com/0x1B05/nju_os/main/lecture_notes/content/14_多处理器系统与中断机制.typ | typst | #import "../template.typ": *
#pagebreak()
= 多处理器系统与中断机制
== 多处理器上的操作系统内核
=== AbstractMachine: TRM
Turing Machine: 一个处理器,一个地址空间
- “无情的执行指令的机器” (rvemu) 的抽象
- 可用的内存是静态变量和 heap
- 只能执行计算指令和 putch, halt
=== AbstractMachine: MPE
Multiprocessing Extension: 多个处理器,一个地址空间
- 可用的地址空间依然是静态变量和 heap (处理器间共享)
- “多个 Turing Machine... | |
https://github.com/Enter-tainer/typstyle | https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/comment/consecutive-comment.typ | typst | Apache License 2.0 | #{
// This is a comment
// This is another comment
// This is a third comment
let a = 0 // This is a fourth comment
// This is a fourth comment
// This is a fifth comment
let b = 1 // This is a sixth comment
}
#{
let c = 0
// end of the line
}
|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/emphasis_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Inside of words can still use the functions.
P#strong[art]ly em#emph[phas]ized.
|
https://github.com/kotfind/hse-se-2-notes | https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/prob/lectures/2024-10-04.typ | typst | #import "/utils/math.typ": *
==== Свойства математического ожидания
+ $E c = c$
+ $E(c xi) = c E(xi)$
+ Если $a <= xi <= b$, то $a <= E xi <= b$.
+ $E(xi_1 + xi_2) = E(xi_1) + E(xi_2)$
+ Пусть $eta = phi(xi)$, где $phi$ --- детерминированная функция, тогда
$E eta = E phi(xi) = sum_(i = 1)^n phi(x_i) p_i $
=== Ди... | |
https://github.com/alikindsys/aula | https://raw.githubusercontent.com/alikindsys/aula/master/test.typ | typst | #import "./Core/prelude.typ": *
#let teste(doc) = [
#show: aula(materia: [Aula - Teste], glossary: (), doc)
]
#show: teste
= Aula
Sistema de tipografia para anotações escolares.
== Extensão do `gentle-clues` para português
#advertencia[`#advertencia[]`]
#cita[`#cita[]`]
#conclusao[`#conclusao[]`]
#dica[`#dica[]`... | |
https://github.com/Nrosa01/TFG-2023-2024-UCM | https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Memoria%20Typst/capitulos/4.PluginsYScripting.typ | typst | #import "@preview/sourcerer:0.2.1": code
//Añadir subaparatado pequeño hablando de blockly y relacionandolo con lenguajes de script visuales
Algunos programas necesitan ser extendidos para añadir funcionalidad sin tener que acceder al código fuente. Además, esto permite a usuarios que no sean el desarrollador origina... | |
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/04-linear-algebra/!sec.typ | typst | Other | #import "../../config.typ"
= Линейная алгебра
#if config.enable-chapters-from-sem1 [
#include "01-matrices.typ"
#include "02-elementary-things.typ"
]
<tickets-div>
#counter("ticket").update(0)
#if config.enable-chapters-from-sem2 [
#include "03-permutations-cont.typ"
#include "04-determinants.typ"
... |
https://github.com/HKFoggyU/hkust-thesis-typst | https://raw.githubusercontent.com/HKFoggyU/hkust-thesis-typst/main/hkust-thesis/templates/toc-page.typ | typst | LaTeX Project Public License v1.3c | #import "../imports.typ": *
#import "../utils/invisible-heading.typ": invisible-heading
// 目录生成
#let toc-page(
// documentclass 传入参数
config: (:),
info: (:),
// 其他参数
depth: 3,
// 间距
vspace: (constants.linespacing, constants.linespacing),
indent: (0pt, 4.25em, 1.6em),
// 不显示点号
fill: (... |
https://github.com/kdog3682/mathematical | https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/dialogues/cover-layouts/kacper.typ | typst | // located at time-travel-edition
#import "@local/typkit:0.1.0": *
#set page(paper: "us-letter")
#let KacperStudent = (
grade: 6,
name: "<NAME>",
)
#let do-time-travel-sidebar-message(year) = {
let time-travel-text = text(
size: 50pt,
fill: blue,
"TIME TRAVEL EDITION",
wei... | |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/te-anchoring.typ | typst | #let main() = {
circle((0, 0), name: "circle", radius: 1)
let pos = (name: "circle", anchor: "west")
content(pos, [A], anchor: "south-east", name: "A")
content(pos, [B], anchor: "center", name: "B")
circle("A", radius: 0.5)
circle("B", radius: 0.5)
// The initial pos sets the position of the conten... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.