repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/ludwig-austermann/typst-din-5008-letter
https://raw.githubusercontent.com/ludwig-austermann/typst-din-5008-letter/main/Changelog.md
markdown
MIT License
# Changelog ## Version 0.1.1 - Fixed type checking according to typst 0.8 ## Version 0.1.0 - Added local package presets - Changed date to automatically take todays date conform to the DIN (`YYYY-MM-DD`) - Changed variable names / options from `....` and `.._..` to `..-..` - Changed styling initialization via a functi...
https://github.com/maucejo/presentation_polylux
https://raw.githubusercontent.com/maucejo/presentation_polylux/main/docs/manual-template.typ
typst
MIT License
#import "@preview/showybox:2.0.1": * #import "@preview/hydra:0.4.0": hydra #import "@preview/mantys:0.1.3": * #import "@preview/cheq:0.1.0": * #let vskip = 1em #let typst-color = rgb(35,157,173) #let typst = text("Typst", fill: typst-color) #let TeX = { set text(font: "New Computer Modern", weight: "regular") box...
https://github.com/huyufeifei/grad
https://raw.githubusercontent.com/huyufeifei/grad/master/info/redleaf_zh.typ
typst
#import "@preview/charged-ieee:0.1.0": ieee #show: ieee.with( title: [红叶:安全操作系统中的隔离与通信], abstract: [ 红叶(RedLeaf)是一个从零开始用 Rust 开发的新操作系统,旨在探索语言安全对操作系统组成的影响。与商业系统相比,红叶不依赖硬件地址空间进行隔离,而只依靠 Rust 语言的类型和内存安全。脱离昂贵的硬件隔离机制让我们得以探索轻量级细粒度隔离系统的设计空间。我们开发了一个新的基于语言的轻量级隔离域的抽象,它提供了一个信息隐藏和故障隔离的单元。 域能够被动态地加载并干净地终止,即一个域中的错误不会影响其他域的运行...
https://github.com/MDLC01/unichar
https://raw.githubusercontent.com/MDLC01/unichar/main/src/README.md
markdown
MIT License
> [!NOTE] > This file is used to generate [the Typst Universe page](https://typst.app/universe/package/unichar). It is processed by [`/build.py`](/build.py). # Unichar This package ports part of the [Unicode Character Database](https://www.unicode.org/reports/tr44/) to Typst. Notably, it includes information from [U...
https://github.com/ivaquero/book-control
https://raw.githubusercontent.com/ivaquero/book-control/main/README.md
markdown
# 《控制之美》笔记 ![code size](https://img.shields.io/github/languages/code-size/ivaquero/book-control.svg) ![repo size](https://img.shields.io/github/repo-size/ivaquero/book-control.svg) 本仓库文本是 DR_CAN(王天威)一系列 [哔站课程](https://space.bilibili.com/230105574/channel/series) 的学习笔记。同时,结合其著作 [控制之美:卷 1](https://book.douban.com/subje...
https://github.com/typst-community/setup-typst
https://raw.githubusercontent.com/typst-community/setup-typst/main/README.md
markdown
MIT License
# Setup Typst This action provides the following functionality for GitHub Actions users: - Installing a version of Typst and adding it to the PATH - Optionally caching [packages](https://github.com/typst/packages) dependencies <table align=center><td> ```yaml - uses: typst-community/setup-typst@v3 - run: typst compi...
https://github.com/dyc3/senior-design
https://raw.githubusercontent.com/dyc3/senior-design/main/room-states.typ
typst
#import "@preview/in-dexter:0.0.5": * = Maintaining Room State <Chapter::RoomState> Room State #index[Room State] refers to the state of a Room, which includes, but is not limited to, the following: - Room Settings (title, description, visibility, queue mode, etc.) - The current video - Video Queue - A list of users ...
https://github.com/typst/typst-assets
https://raw.githubusercontent.com/typst/typst-assets/main/README.md
markdown
Apache License 2.0
# typst-assets A crate with bundled assets for the Typst compiler.
https://github.com/dashuai009/dashuai009.github.io
https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/047.typ
typst
#let date = datetime( year: 2023, month: 8, day: 20, ) #metadata(( title: "使用python和qwen处理doc文件", subtitle: [qwen,win32com,python-docx,textextract], author: "dashuai009", description: "", pubDate: date.display(), ))<frontmatter> #import "../__template/style.typ": conf #show: conf 今天帮同学处理了一些docx文件,主要...
https://github.com/atareao/typst-templates
https://raw.githubusercontent.com/atareao/typst-templates/main/book/example/main.typ
typst
MIT License
#import "../template.typ": template #show: template.with( title: "Sample book", subtitle: "test", author: "<NAME> <a.k.a. atareao>", front_page_image: "example/images/jason-hudson-l2scWsGyq_U-unsplash.jpg", code_theme: "example/assets/halcyon.tmTheme", ) #include "01-chapter-01.typ" #include "02-chapter-02.t...
https://github.com/ukihot/igonna
https://raw.githubusercontent.com/ukihot/igonna/main/articles/shell-work/cmd.typ
typst
#import "@preview/colorful-boxes:1.2.0": * #import "@preview/codly:0.2.0": * #let icon(codepoint) = { box( height: 0.8em, baseline: 0.05em, image(codepoint) ) h(0.1em) } #show: codly-init.with() #codly(languages: ( sh: (name: "Command", icon: none, color: none) )) == コマンド ここでは、基本的なコマンドを紹介する。 細かいオプ...
https://github.com/Coekjan/typst-upgrade
https://raw.githubusercontent.com/Coekjan/typst-upgrade/master/tests/normal1/entry.incompat.typ
typst
MIT License
#import "@local/pack:0.1.1" #import "@preview/pack1:1.1.1" #import "@preview/pack2:2.0.0"
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.2.0/src/exports.typ
typst
Apache License 2.0
#import "main.typ": diagram, node, edge #import "all.typ" as fletcher
https://github.com/barrel111/readings
https://raw.githubusercontent.com/barrel111/readings/main/notes/random-graphs.typ
typst
#import "@local/preamble:0.1.0": * #import "@preview/fletcher:0.4.3" as fletcher: diagram, node, edge #import "@preview/commute:0.2.0": node, arr, commutative-diagram #show: project.with( course: "Mathematics", sem: "Summer", title: "Random Graphs", subtitle: "a first course", authors: ("<NAME>",), ) = Intr...
https://github.com/refparo/resume
https://raw.githubusercontent.com/refparo/resume/main/README.md
markdown
MIT License
# Chi CV template, but Typst Rip-off of [rip-off of skyzh's CV](https://github.com/matchy233/chi-cv-template), using [Typst](https://typst.app/). Like everyone else I'm new to Typst :) This template mainly serves as a "learning" repo for me to get familiar with `typst` functionalities. PRs and suggestions are welcome...
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/feebf7-2023_fall_TA/extensions/peano.typ
typst
#import "../utils.typ": * #text(fill: blue)[ === $NN$的定义,Peano公理 <peano> ] 在提出$NN$的定义这个问题之前,似乎没人想过去关心自然数怎样「定义」,`1+1=2`的不证自明似乎很显然.出于公理化的考量,我们也需要对自然数进行公理化的定义. #definintion(name: "Peano公理")[ *Peano公理* 提出了基于下面五条的公理体系: - $0 in NN$ - $forall a in NN, exists ! a^' in NN$,对于每个确定的$a$,在$NN$中总能找到唯一的$a^'$,称为$a$的后继. -...
https://github.com/xkevio/typst-anki
https://raw.githubusercontent.com/xkevio/typst-anki/main/README.md
markdown
Creative Commons Zero v1.0 Universal
# typst-anki Convert `typst` math code to `MathJax` (via pandoc) or `SVG`s (via the typst compiler) for use in Anki flashcards. Click either the `Typst` button or press <kbd>Ctrl + M, T</kbd>. Add custom functions inside [`preamble.py`](src/typst_anki/preamble.py)! > [!IMPORTANT] > Use `MathJax` for consistency. Th...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/latedef/0.1.0/render-examples.typ
typst
Apache License 2.0
// compile with [typst c render-examples.typ 'example-images/{p}.png'] #let prefix = ```#import "latedef.typ": latedef-setup ```.text #set page(width: auto, height: auto, margin: 5pt) #let first = true #let fail-next = false #let isolate-next = false #for (i, s) in read("README.md").split("```typst").enumerate() { ...
https://github.com/denkspuren/typst_programming
https://raw.githubusercontent.com/denkspuren/typst_programming/main/README.md
markdown
# Typst Programming My programming experiments with [Typst](https://typst.app/). Typst is a new programmable markup-based typesetting system. By chance, I found Typst on Wikipedia. Typst is mentioned in an article on typesetting, see ["Other text formatters"](https://en.wikipedia.org/wiki/Typesetting#Other_text_forma...
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/grundpositionen/kulturtechnik.typ
typst
Other
#import "/src/template.typ": * == #ix("Philosophie als Kulturtechnik", "Philosophie als Kulturtechnik", "Kulturtechnik") #ix("<NAME>", "<NAME>") prägt den Begriff der Philosophie als #ix("Kulturtechnik").#en[@Martens2003_MethodenPU[S. 13-42]] Er unterscheidet #ix("Philosophie als Tätigkeit") -- d.i. der Prozess des E...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/two-way.typ
typst
```ts onModuleChange() { this.moduleChange.emit(this.module); } @Input() module!: ModuleDetail; @Output() moduleChange = new EventEmitter<any>(); ```
https://github.com/janusz-bit/CV--pdf
https://raw.githubusercontent.com/janusz-bit/CV--pdf/main/CV%20Janusz%20Chmaruk.typ
typst
#import "@preview/vercanard:1.0.1": * #set text(lang: "pl") #show: resume.with( name: [<NAME>], accent-color: rgb("f3bc54"), margin: 2.2cm, aside: [ #align(center)[#image("image/2024-06-23-17-52-37.png", width: 80%) ] = Kontakt // lists in the aside are right aligned - #link("mailto:<EMAIL>"...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-A980.typ
typst
Apache License 2.0
#let data = ( ("JAVANESE SIGN PANYANGGA", "Mn", 0), ("JAVANESE SIGN CECAK", "Mn", 0), ("JAVANESE SIGN LAYAR", "Mn", 0), ("JAVANESE SIGN WIGNYAN", "Mc", 0), ("JAVANESE LETTER A", "Lo", 0), ("JAVANESE LETTER I KAWI", "Lo", 0), ("JAVANESE LETTER I", "Lo", 0), ("JAVANESE LETTER II", "Lo", 0), ("JAVANESE L...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/103.%2013sentences.html.typ
typst
13sentences.html Startups in 13 Sentences Want to start a startup? Get funded by Y Combinator. Watch how this essay was written. February 2009One of the things I always tell startups is a principle I learned from <NAME>: it's better to make a few people really happy than to make a lot of people semi-happy....
https://github.com/EpicEricEE/typst-equate
https://raw.githubusercontent.com/EpicEricEE/typst-equate/master/tests/nested/test.typ
typst
MIT License
#import "/src/lib.typ": equate #set page(width: 6cm, height: auto, margin: 1em) #show: equate // Test handling of nested equations. $ a + b &= lr(\{#block[$ e \ #block[$ f \ g $] $]) $ #set math.equation(numbering: "(1.1)") $ a + b &= c \ &= lr(\{#block[$ e \ f $] + #block[$ g \ h $]) $
https://github.com/TC-Fairplay/member-listing
https://raw.githubusercontent.com/TC-Fairplay/member-listing/main/aktive.typ
typst
MIT License
#import "members-list.typ": members-list #show: doc => members-list("aktive.csv", "", doc)
https://github.com/CL4R3T/QFT_homework
https://raw.githubusercontent.com/CL4R3T/QFT_homework/main/requirements.typ
typst
#import "@preview/problemst:0.1.0": * #import "@preview/physica:0.9.3": *
https://github.com/0x1B05/nju_os
https://raw.githubusercontent.com/0x1B05/nju_os/main/book_notes/content/02_virtualization_02_memory_01_segement.typ
typst
#import "../template.typ": * #pagebreak() == Segmentation #image("images/2023-12-14-15-50-09.png", width: 30%) Although the space between the stack and heap is not being used by the process, it is still taking up physical memory when we relocate the entire address space somewhere in physical memory. Thus, th...
https://github.com/CHHC-L/ciapo
https://raw.githubusercontent.com/CHHC-L/ciapo/master/README.md
markdown
MIT License
# ciapo Yet another simplistic Typst template for presentations. Based on [diapo](https://github.com/lvignoli/diapo). Add some features but keep it a single-file template. ## Features - Still as simple as diapo - Slide for transition, long page, and references - Header with previous headings (if any) for better navi...
https://github.com/AliothCancer/AppuntiUniversity
https://raw.githubusercontent.com/AliothCancer/AppuntiUniversity/main/capitoli_dispositivi/01ValvoleCardiache.typ
typst
= Valvole Cardiache == Apertura e chiusura delle valvole L'apertura tra ogni atrio e il suo ventricolo è regolata da una valvola atrioventricolare (AV). La valvola AV è formata da lembi sottili di tessuto unito alla base a un anello di tessuto connettivo. I lembi sono lievemente ispessiti ai ma...
https://github.com/Daillusorisch/HYSeminarAssignment
https://raw.githubusercontent.com/Daillusorisch/HYSeminarAssignment/main/hyyt.typ
typst
#import "template/template.typ": thesis, tlt, indent, acknowledgement, appendix // Magic code for fake bold // reference: https://github.com/typst/typst/issues/394#issuecomment-1987055478 #show text.where(weight: "bold").or(strong): it => { show regex("\p{script=Han}"): set text(stroke: 0.025em) it } #let ( doc...
https://github.com/next-generation-cartographers/ngc-flyer
https://raw.githubusercontent.com/next-generation-cartographers/ngc-flyer/main/README.md
markdown
# NGC Flyer This flyer is created using [typst](https://typst.app/docs/). ## Prequisites To compile this document you need: - _typst_. There are [multiple ways to install typst](https://github.com/typst/typst?tab=readme-ov-file#installation) on your machine. - the font [_Source Sans Pro_](https://github.com/adobe-f...
https://github.com/gvallinder/KTHThesis_Typst
https://raw.githubusercontent.com/gvallinder/KTHThesis_Typst/main/paperlist.typ
typst
MIT License
#pagebreak(to: "odd") #heading(outlined: false, level: 1)[List of appended papers] #heading(outlined: false, level: 2)[Paper A] #lorem(26) #heading(outlined: false, level: 2)[Paper B] #lorem(35) #heading(outlined: false, level: 2)[Paper C] #lorem(36) #heading(outlined: false, level: 2)[Paper D] #lorem(25)
https://github.com/platformer/typst-algorithms
https://raw.githubusercontent.com/platformer/typst-algorithms/main/test/assertions/assert_single_raw_text_in_code.typ
typst
MIT License
#import "../../algo.typ": code #code[ ``` blah blah blah ``` ``` blah blah blah ``` ]
https://github.com/GuTaoZi/SUSTech-thesis-typst
https://raw.githubusercontent.com/GuTaoZi/SUSTech-thesis-typst/main/template/content_zh.typ
typst
MIT License
#import "../utils/style.typ": * #let content_zh( ) = { set align(center) text(font: FONTS.黑体, size: FSIZE.小二, "目录") set text(font: FONTS.宋体, size: FSIZE.小四) show outline.entry.where( level: 1 ): it => { strong(it) } outline(title: none) }
https://github.com/mkpoli/ipsj-typst-template
https://raw.githubusercontent.com/mkpoli/ipsj-typst-template/master/src/main.typ
typst
#import "../lib.typ": techrep, acknowledgement, table, fake-bibliography #import "@preview/roremu:0.1.0": roremu #techrep( title: [Typstによる情報処理研究報告の作成法], title-en: "How to write IPSJ SIG Technical Report with Typst", // title_en: [Template for IPSJ Technical Report using Typst], affiliations: ( "IPSJ": [情...
https://github.com/YKamataki/typst_templates
https://raw.githubusercontent.com/YKamataki/typst_templates/main/report.typ
typst
Creative Commons Zero v1.0 Universal
// 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: (), date: none, subject: "", body) = { // Set the document's basic properties. set document(author: authors, title: title)...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/emphasis_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Adjusting the delta that strong applies on the weight. Normal #set strong(delta: 300) *Bold* #set strong(delta: 150) *Medium* and *#[*Bold*]*
https://github.com/The-Notebookinator/notebookinator
https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/themes/linear/components/components.typ
typst
The Unlicense
#import "./glossary.typ": * #import "./pro-con.typ": * #import "./toc.typ": * #import "./decision-matrix.typ": *
https://github.com/chendaohan/rust_tutorials
https://raw.githubusercontent.com/chendaohan/rust_tutorials/main/books/5.基本类型之数值类型(value_type).typ
typst
#set heading(numbering: "1.") #set text(size: 15pt) Rust是静态强类型语言,Rust 的每个值都有确切的数据类型,总的来说可以分为两类:基本类型和复合类型。 基本类型意味着它们往往是一个最小化原子类型,无法解构为其它类型(一般意义上来说)。 = 整数(演示代码在`main()`中) == 整数类型 `i`代表的是`integer`,`u`代表的是`unsigned integer`。写一个整数,它默认是`i32`类型的数,除非添加类型标识。isize 和 usize 类型取决于程序运行的计算机 CPU 类型: 若 CPU 是 32 位的,则这两个类型是 32 位的,同理,若 ...
https://github.com/monashcoding/typst-polylux-theme
https://raw.githubusercontent.com/monashcoding/typst-polylux-theme/main/lib.typ
typst
#import "@preview/polylux:0.3.1": polylux-slide #let mac-purple = rgb("#5757d3") #let margin = 40pt #let mac-theme(aspect-ratio: "16-9", body) = { set page(paper: "presentation-" + aspect-ratio, margin: margin) set text(font: "Poppins", size: 25pt) set strong(delta: 200) show heading: it => if it.level == 3 { te...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Maths_Expertes_Exercices_26_03_2024.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 Exercices", authors: ( "<NAME>", ), date: "26 Mars, 2024", ) #set heading(numbering: "1.1.") == Exercice 43 p 128 ===...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/common-software/inkscape.typ
typst
= Inkscape <software-inkscape> Inkscape is software for creating and editing vector graphics: https://inkscape.org/ Inkscape is a valuable tool that's useful in many parts of the shop. A common use of Inkscape is to prepare art for import into the software that drives various tools around the shop. Protohaven me...
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/flywheel/decide.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: "Decide: Launcher Rebuild", type: "decide", date: datetime(year: 2023, month: 11, day: 28), author: "<NAME>", witness: "<NAME>", ) We rated each choice by the following...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/accent_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test accent bounds. $sqrt(tilde(T)) + hat(f)/hat(g)$
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/template.typ
typst
// 参考 https://github.com/Fr4nk1in-USTC/typst-notebook //#import "typst-sympy-calculator.typ": * #import "@preview/lemmify:0.1.6": * #import "@preview/commute:0.2.0": node, arr, commutative-diagram #let __print_commute = true #let old-commutative-diagram = commutative-diagram #let en-font = "New Computer Modern" #let...
https://github.com/dismint/docmint
https://raw.githubusercontent.com/dismint/docmint/main/multicore/pset6a.typ
typst
#import "template.typ": * #show: template.with( title: "6.5081 PSET 6A", subtitle: "<NAME>", pset: true ) = Problem 1 == (a) *Yes, a memory barrier would be required in this case* Ideally, we would introduce a memory barrier in every single place we could have an ordering of operations or reads that could lea...
https://github.com/goshakowska/Typstdiff
https://raw.githubusercontent.com/goshakowska/Typstdiff/main/assets/example2/compared_new.typ
typst
#show underline : it => {highlight(fill: gray, text(red, it))} #show strike : it => {highlight(fill: yellow, text(blue, it))} = Introduction Authors using Microsoft Word will first need to save the AIAA Meeting PapersTemplate.dotx file in the “Templates” directory of their hard drive. To do so, simply open the AIAA Me...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/class-handouts/glossary/glossary_terms.typ
typst
#import "glossary_functions.typ": * #let abrasive_term = glossary_entry( term: [abrasive], category: [general], // Be explicit about this one meaning: [A substance used for grinding, polishing, or cleaning a hard surface.], image: "" ) #let adhesion_term = glossary_entry( term: [adhesion], category: [gen...
https://github.com/cnaak/untypsignia.typ
https://raw.githubusercontent.com/cnaak/untypsignia.typ/main/README.md
markdown
MIT License
# untypsignia.typ: unofficial typesetter's insignia emulations The `untypsignia` is a 3rd-party, unofficial, unendorsed Typst package that exposes commands for rendering, as `content` texts, some typesetters names in a stylized fashion, emulating their respective _insignia_, i.e., marks by which they are known. ## Na...
https://github.com/Leedehai/typst-physics
https://raw.githubusercontent.com/Leedehai/typst-physics/master/changelog.md
markdown
MIT License
# Changelog ## 0.9.3 * Add `delim` to `vecrow(..)` to specify the delimiter. ## 0.9.2 * Let `braket()` take an optional third argument to render `braket(u,A,v)` as `⟨u|A|v⟩`. The one argument case `braket(a)` is still rendered as `⟨a|a⟩` and the two argument case `braket(u,v)` is still rendered as `⟨u|v⟩`. * Let `e...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/tidy/0.1.0/src/tidy-parse.typ
typst
Apache License 2.0
// Matches Typst docstring for a function declaration. Example: // // // This function does something // // // // param1 (string): This is param1 // // param2 (content, length): This is param2. // // Yes, it really is. // #let something(param1, param2) = { // // } // // The entire block may be indent...
https://github.com/FA555/ignite
https://raw.githubusercontent.com/FA555/ignite/main/index.typ
typst
MIT License
#let config-dir = "config" // #let data-dir = "data" #let data-dir = sys.inputs.at("data-dir", default: "data") #let serif-fonts = read(config-dir + "/serif-fonts.txt").split("\n") #let sans-fonts = read(config-dir + "/sans-fonts.txt").split("\n") #let font-size = 11pt #set text( size: font-size, font: serif-font...
https://github.com/jiamingluuu/mata35-notes
https://raw.githubusercontent.com/jiamingluuu/mata35-notes/main/rotated-volume.typ
typst
#set page(paper: "a4") #set text(11pt) #set par(justify: true) = Rotated Volume Consider an arbitrary given function $ y = f(x) $ // TODO: add picture here and we are about to rotate the function about $x$-axis. After the rotation, the under-curve area becomes solid 3 dimensional body's volume. The volume can be comp...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/ref.typ
typst
Apache License 2.0
// Test references. --- #set heading(numbering: "1.") = Introduction <intro> See @setup. == Setup <setup> As seen in @intro, we proceed. --- // Error: 1-5 label `<foo>` does not exist in the document @foo --- = First <foo> = Second <foo> // Error: 1-5 label `<foo>` occurs multiple times in the document @foo --- ...
https://github.com/skriptum/diatypst
https://raw.githubusercontent.com/skriptum/diatypst/main/diaquarto/_extensions/diaquarto/typst-template.typ
typst
MIT License
#let horizontalrule = [ #pagebreak() ]
https://github.com/dnx04/cv
https://raw.githubusercontent.com/dnx04/cv/main/template/styles.typ
typst
#let hBar() = [#h(5pt) | #h(5pt)] #let latinFontList = ( "Source Sans 3", "Calibri", "Font Awesome 6 Brands", "Font Awesome 6 Free", ) #let latinHeaderFont = ("Calibri") #let awesomeColors = ( skyblue: rgb("#0395DE"), red: rgb("#DC3522"), nephritis: rgb("#27AE60"), concrete: rgb("#95A5A6"), darknig...
https://github.com/howardlau1999/sysu-thesis-typst
https://raw.githubusercontent.com/howardlau1999/sysu-thesis-typst/master/templates/cover-no-emblem.typ
typst
MIT License
#import "../functions/style.typ": * #import "../functions/underline.typ": * #import "../functions/hline.typ": * #import "../info.typ": * #import "../custom.typ": * #v(30pt) #set align(center + horizon) #strong(论文中文题目) #v(2em) #strong(论文英文题目) #v(60pt) #set text(字号.三号) #let fieldname(name) = [ #set align(right + ...
https://github.com/fuchs-fabian/typst-template-aio-studi-and-thesis
https://raw.githubusercontent.com/fuchs-fabian/typst-template-aio-studi-and-thesis/main/docs/manual-en.typ
typst
MIT License
#import "../src/lib.typ": * #show: project.with( lang: "en", authors: ( (name: "<NAME>"), ), title: "aio-studi-and-thesis v0.1.0", subtitle: "English Manual", cover-sheet: ( cover-image: none, description: [ #text(fill: blue)[#link("https://github.com/fuchs-fabian/typst-template-aio-studi...
https://github.com/HFU-CV-projects/typst-template
https://raw.githubusercontent.com/HFU-CV-projects/typst-template/main/main.typ
typst
#import "@preview/lovelace:0.3.0": * // This is a library for pseudocode #show figure.caption: set align(start); // The caption alignment of the figure is set to the start/left (the default position is center). #show figure.caption: set text(8pt) // Figure text size #show heading: set text(18pt) // Heading text size #...
https://github.com/jonatchoum/quarto-jon-thesis-template
https://raw.githubusercontent.com/jonatchoum/quarto-jon-thesis-template/main/_extensions/jon_thesis/typst-template.typ
typst
// Official declaration of originality, both in English and Italian // taken directly from <NAME>'s email #let declaration-of-originality = ( "en": [ I declare to be responsible for the content I'm presenting in order to obtain the final degree, not to have plagiarized in all or part of, the work produced by othe...
https://github.com/Skimmeroni/Appunti
https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Metodi%20Algebrici/Interi/Congruenza.typ
typst
Creative Commons Zero v1.0 Universal
#import "../Metodi_defs.typ": * Sia $n in ZZ$ con $n > 0$ e siano $a$ e $b$ due numeri interi. $a$ e $b$ si dicono *congruenti* (o *congrui*) *modulo* $n$ se vale $n | a - b$, ovvero se esiste un certo $k in ZZ$ tale per cui $a - b = n k$. In altre parole, due numeri interi $a$ e $b$ sono congruenti modulo $n$ se la l...
https://github.com/metamuffin/typst
https://raw.githubusercontent.com/metamuffin/typst/main/tests/typ/visualize/shape-rounded.typ
typst
Apache License 2.0
// Test rounded rectangles and squares. --- // Ensure that radius is clamped. #rect(radius: -20pt) #square(radius: 30pt)
https://github.com/xsro/xsro.github.io
https://raw.githubusercontent.com/xsro/xsro.github.io/zola/typst/nlct/solution/5.6.typ
typst
#import "common.typ":exercise #exercise(code:"5.6")[ Verify that $D_+W(t)$ satisfies @5.12(5.12 in textbook) when $V(t,x(t))=0$. $ D_+ W <= (c_4 L)/(2 sqrt(c_1)) norm(u(t)) $<5.12> Hint: Using Exercise 3.24, show that $ V(t+h,x(t+h))<=c_4 h^2 L^2 norm(u)^2 \/2 + h o(h) $ where $o(h)/h arrow 0$ as $h arrow 0$. ...
https://github.com/alex-touza/fractal-explorer
https://raw.githubusercontent.com/alex-touza/fractal-explorer/main/paper/src/utilities.typ
typst
#import "../meta.typ": PRINT #let numbered_eq = math.equation.with( block: true, numbering: n => { let h = counter(heading).get().first() [(#h.#n)] }, ) #let printable-hyperlink(text, src) = { if (PRINT) [#text <#link(src)>] else [#underline[#link(src, text)]] } #let pritable-doclink(label)...
https://github.com/ntjess/toolbox
https://raw.githubusercontent.com/ntjess/toolbox/main/toolbox.typ
typst
#import "./cetz-plus/arrow.typ": arrow #import "./cetz-plus/git-graph.typ" #import "./shadow-box.typ": shadow-box /// Create the SVG element as a string, embedding the video tag within it. #let video-to-svg(video-path) = { let ext = video-path.split(".").last() let svg-template = ``` <svg xmlns="http://www.w3....
https://github.com/binhtran432k/ungrammar-docs
https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/main.typ
typst
#import "components/glossary.typ": print_glossary, gls #import "components/format.typ": project, appendix #import "glossaries.typ": GLOSSARIES #set raw(syntaxes: "/gherkin.sublime-syntax") #let m = yaml("metadata.yml") #show: project.with( logo: image("components/logo.svg", width: 26%), doc_type: m.doc...
https://github.com/freundTech/typst-typearea
https://raw.githubusercontent.com/freundTech/typst-typearea/main/tests/header.query.typ
typst
MIT License
#import "../typearea.typ": * #show: typearea.with( width: 100pt, height: 100pt, div: 5, header-include: false, header-height: 10pt, header-sep: 5pt, header: context [ #layout(size => [ #metadata(here().position() + size + (align: align.alignment))<result> ]) ] ) #metadata(( page: 1, ...
https://github.com/sora0116/unix_seminar
https://raw.githubusercontent.com/sora0116/unix_seminar/master/handout/main.typ
typst
#set page(numbering: "1") #set heading(numbering: "1.1") #set text(size: 12pt, font: ("New Computer Modern", "<NAME>")) #[ #align(center + horizon)[ #text(2em)[第10回Unixゼミ\ Cプログラム(デバッグ編)] #text(1.3em)[高木 空] #datetime(year: 2024, month: 7, day: 1).display("[year]年[month]月[day]日") ] #pageb...
https://github.com/OJII3/tuat-typst
https://raw.githubusercontent.com/OJII3/tuat-typst/main/lib.typ
typst
#let tuatTemplate( title: "実験報告書", // タイトル(上部) date1: "", // 日付1 date2: "", // 日付2 date3: "", // 日付3 date4: "", // 日付4 date5: "", // 日付5 collaborator1: "", // 共同作業者1 collaborator2: "", // 共同作業者2 collaborator3: "", // 共同作業者3 collaborator4: "", // 共同作業者4 collaborator5: "", // 共同作業者5 submitDate: ""...
https://github.com/TechnoElf/mqt-qcec-diff-presentation
https://raw.githubusercontent.com/TechnoElf/mqt-qcec-diff-presentation/main/content/results.typ
typst
#import "@preview/cetz:0.2.2": canvas, plot, chart, styles, draw, palette #import "@preview/tablex:0.0.8": tablex #import "@preview/unify:0.6.0": qty #import "../template/conf.typ": slide #import "data.typ": * #slide(title: "")[ #box(width: 100%, height: 80%, align(center + horizon)[ #text(size: 60pt)[*Results*...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/foundations/eval.typ
typst
--- eval --- // Test the eval function. #test(eval("1 + 2"), 3) #test(eval("1 + x", scope: (x: 3)), 4) #test(eval("let x = x + 1; x + 1", scope: (x: 1)), 3) --- eval-mode --- // Test evaluation in other modes. #eval("[_Hello" + " World!_]") \ #eval("_Hello" + " World!_", mode: "markup") \ #eval("RR_1^NN", mode: "math"...
https://github.com/Tiggax/zakljucna_naloga
https://raw.githubusercontent.com/Tiggax/zakljucna_naloga/main/src/figures/monod.typ
typst
#import "../additional.typ": todo #import "@preview/cetz:0.2.2": canvas, plot, draw, vector #let example = canvas( length: 1cm, { plot.plot( size: (12,8), axes: ($S$,$mu(S)$), legend: "legend.inner-south-east", x-label: $S$, y-label: $mu(S)$, y-max: 1, { ...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/molebeny/molebenKJozefovi.typ
typst
#import "/style.typ": * #import "/styleMoleben.typ": * = Moleben k sv. Jozefovi #align(horizon + center)[#primText[ #text(50pt)[Moleben k\ svätému\ Jozefovi] ]] #let values = ( "tropar1": (6, none, "Všetci anjeli a svätí na nebesiach – s obdivom vychvaľujú tvoju vznešenosť, – Jozef, Bohom vyvolený ženích. – ...
https://github.com/HarryLuoo/sp24
https://raw.githubusercontent.com/HarryLuoo/sp24/main/math321/hw13.typ
typst
#set math.equation(numbering:"1") #set page(margin: (x: 1cm, y: 1cm), columns: 1, flipped: false) = HW 13 <NAME> == 1 recall cauchy integral formula $ f(z_0) = 1/(2 pi i) integral_(C) f(z)/(z-z_0) dif z $ For our integral, $f(z) = z^3 + e^(z^2), z_0 = 1+i$ applying the CIF: $ integral_(C) (z^3+ e^(z^2))/(...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/modern-technique-report/0.1.0/README.md
markdown
Apache License 2.0
= Modern Technique Report A template support modern technique report in Typst. = Usage ```typst #import "@preview/modern-technique-report:0.1.0": * #show: modern-technique-report.with( title: [Project Name \ Multiline When too Long], subtitle: [ *Fourth Edition*, \ by _<NAME>_ and _<NAME>_ ], series: [M...
https://github.com/heloineto/utfpr-tcc-template
https://raw.githubusercontent.com/heloineto/utfpr-tcc-template/main/main.typ
typst
#import "template/template.typ": * #show: project.with( institution: "UNIVERSIDADE TECNOLÓGICA FEDERAL DO PARANÁ", authors: ( "NO<NAME> E POR EXTENSO DO(A) AUTOR(A)", ), title: "O TÍTULO DEVE SER CLARO E PRECISO: SUBTÍTULO (SE HOUVER) DEVE SER PRECEDIDO DE DOIS PONTOS CONFIRMANDO SUA VINCULAÇÃO AO TÍTULO",...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/underover_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test braces. $ x = underbrace( 1 + 2 + ... + 5, underbrace("numbers", x + y) ) $
https://github.com/thanhdxuan/dacn-report
https://raw.githubusercontent.com/thanhdxuan/dacn-report/master/report-week-6/contents/03-datahandling.typ
typst
= Xử lý trường hợp bị khuyết dữ liệu (Thắng)
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1D200.typ
typst
Apache License 2.0
#let data = ( ("GREEK VOCAL NOTATION SYMBOL-1", "So", 0), ("GREEK VOCAL NOTATION SYMBOL-2", "So", 0), ("GREEK VOCAL NOTATION SYMBOL-3", "So", 0), ("GREEK VOCAL NOTATION SYMBOL-4", "So", 0), ("GREEK VOCAL NOTATION SYMBOL-5", "So", 0), ("GREEK VOCAL NOTATION SYMBOL-6", "So", 0), ("GREEK VOCAL NOTATION SYMBO...
https://github.com/yochem/apa-typst
https://raw.githubusercontent.com/yochem/apa-typst/main/README.md
markdown
# APA7 template for Typst This template tries to be as correct as possible in complying to the APA7 formatting guidelines. If something seems incorrect, please let me know. It however tries to be as unopinionated as possible: it just follows the guidelines and changes nothing else. It also tries to let you change doc...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/akatisty/akatistJezisKristus.typ
typst
#import "/style.typ": * #import "/styleAkatist.typ": * = Akatist k Ježišovi Kristovi #align(horizon + center)[#primText[ #text(60pt)[Akatist k \ Ježišovi\ Kristovi] ]] #let akatist = ( ( "index": 1, "kondak": [Mocný vojvodca a Pane, premožiteľ pekla, zachránený od večnej smrti, spievam ti pieseň chvá...
https://github.com/Blezz-tech/math-typst
https://raw.githubusercontent.com/Blezz-tech/math-typst/main/Картинки/Демо вариант 2024/Задание 01.1.typ
typst
#import "@preview/cetz:0.1.2" #import "/lib/my_cetz.typ": defaultStyle #set align(center) #cetz.canvas(length: 1cm, { import cetz.draw: * import cetz.angle: angle set-style(..defaultStyle) set-style( angle: ( radius: 0.8 , label-radius: 1.2 , fill: green.lighten(...
https://github.com/pedrofp4444/BD
https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[5] Implementação Física/povoamento.typ
typst
#let povoamento = { [ == Povoamento da base de dados Para o povoamento da base de dados, implementámos duas abordagens distintas. A primeira abordagem utilizou um ficheiro SQL, onde, através de instruções INSERT, inserimos um número reduzido de entradas para facilitar a visualização e a execução de queries ...
https://github.com/dadn-dream-home/documents
https://raw.githubusercontent.com/dadn-dream-home/documents/main/contents/index.typ
typst
#include "01-mo-dau/index.typ" #include "02-phan-tich-yeu-cau/index.typ" #include "03-luoc-do-use-case/index.typ" #include "04-use-case-scenarios/index.typ" #include "05-thiet-ke-database/index.typ" #include "06-luoc-do-deployment/index.typ" #include "07-thiet-ke-kien-truc/index.typ" #include "08-thiet-bi/index.typ" #i...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/layout/stack-2.typ
typst
Apache License 2.0
// Test fr units in stacks. --- #set page(height: 3.5cm) #stack( dir: ltr, spacing: 1fr, ..for c in "ABCDEFGHI" {([#c],)} ) Hello #v(2fr) from #h(1fr) the #h(1fr) wonderful #v(1fr) World! 🌍 --- #set page(height: 2cm) #set text(white) #rect(fill: forest)[ #v(1fr) #h(1fr) Hi you! ]
https://github.com/jamesrswift/pixel-pipeline
https://raw.githubusercontent.com/jamesrswift/pixel-pipeline/main/src/pipeline/primitives.typ
typst
The Unlicense
#import "../primitives/position.typ": position #let assembled( tags: (), ..data ) = { (: tags: tags) data.named() } #let positioned( positions: arguments( root: position((0,0)) ), name: none, ) = { (: positions: positions,) if name != none {(: name: name)} } #let stroked( fill: none, stroke: none...
https://github.com/tingerrr/masters-thesis
https://raw.githubusercontent.com/tingerrr/masters-thesis/main/src/de/chapters/6-benchmarks.typ
typst
#import "/src/util.typ": * #import "/src/figures.typ" #let data = json("/src/benchmarks.json") #let benchmarks = (:) #for entry in data.benchmarks { let name = entry.remove("name") if "BigO" in name or "RMS" in name { continue } name = name.trim(at: start, "benchmarks::") let (type_, method, arg) = n...
https://github.com/icpmoles/politypst
https://raw.githubusercontent.com/icpmoles/politypst/main/aside/appendix_A.typ
typst
#let app_A = [ #heading(numbering: none)[Appendix A] If you need to include an appendix to support the research in your thesis, you can place it at the end of the manuscript. An appendix contains supplementary material (figures, tables, data, codes, mathematical proofs, surveys, . . . ) which supplement the main ...
https://github.com/Mouwrice/resume
https://raw.githubusercontent.com/Mouwrice/resume/main/modules/skills.typ
typst
#import "../brilliant-CV/template.typ": * #cvSection("Skills") #cvSkill( type: [Languages], info: [Dutch (Native) #hBar() English (Fluent) #hBar() French (Basic)] ) #cvSkill( type: [Programming Languages], info: [Rust #hBar() Kotlin #hBar() Java #hBar() C++ #hBar() C #hBar() JavaScript #hBar() TypeScript #hB...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/outline-indent.typ
typst
Apache License 2.0
// Tests outline 'indent' option. --- // With heading numbering #set page(width: 200pt) #set heading(numbering: "1.a.") #outline() #outline(indent: false) #outline(indent: true) #outline(indent: none) #outline(indent: auto) #outline(indent: 2em) #outline(indent: n => ([-], [], [==], [====]).at(n)) #outline(indent: n =...
https://github.com/ljgago/typst-chords
https://raw.githubusercontent.com/ljgago/typst-chords/main/examples/jingle-bells.typ
typst
MIT License
#import "../lib.typ": * #set document(date: none) #set align(center) #set page( margin: (top: 2.5cm, bottom: 2.5cm), numbering: "1 / 1", header: locate(loc => { set text(11pt) let elems = query( selector(heading).before(loc), loc, ) let title = smallcaps[_Jingle Bells_] let artist...
https://github.com/Rhinemann/mage-hack
https://raw.githubusercontent.com/Rhinemann/mage-hack/main/src/chapters/Game%20Rules.typ
typst
#import "../templates/interior_template.typ": * #show: chapter.with(chapter_name: "Game Rules") = Game Rules #show: columns.with(2, gutter: 1em) The following chapter discusses the main chunk of game rules. #block(breakable: false)[ == Traits & Dice Each character has a few different collections of traits, cal...
https://github.com/GolemT/BA-Template
https://raw.githubusercontent.com/GolemT/BA-Template/main/lib/shared-lib.typ
typst
#let is-in-dict(dict-type, state, element) = { state.display(list => { if element not in list { panic(element + " is not a key in the " + dict-type + " dictionary.") return false } }) return true } #let display-link(dict-type, state, element, text) = { if is-in-dict(dict-type, state, elemen...
https://github.com/typst-community/valkyrie
https://raw.githubusercontent.com/typst-community/valkyrie/main/tests/types/gradient/test.typ
typst
Other
#import "/src/lib.typ" as z #import "/tests/utility.typ": * #show: show-rule.with(); #let schema = z.gradient() = types/gradient == Input types #let _ = z.parse(gradient.linear(..color.map.rainbow), schema)
https://github.com/angelcerveraroldan/notes
https://raw.githubusercontent.com/angelcerveraroldan/notes/main/abstact_algebra/abstract_algebra.typ
typst
#import "../preamble.typ" : * #import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge #let abstract = align(center, pad(top: 100pt, diagram( node-defocus: 0, spacing: (1cm, 2cm), edge-stroke: 1pt, crossing-thickness: 5, mark-scale: 70%, node-fill: luma(97%), node-outset: 3pt, ...
https://github.com/pawarherschel/typst
https://raw.githubusercontent.com/pawarherschel/typst/main/template.old/README.md
markdown
Apache License 2.0
<h1 align="center"> <img src='https://user-images.githubusercontent.com/77310871/236178717-7ce72cfb-085a-4609-863b-cfceb3d6c9f2.png'> <br><br> AwesomeCV-Typst Submodule </h1> ## What is this for? **AwesomeCV-Typst** is a [**Typst**](https://github.com/typst/typst) template for making **Résume**, **CV** or **Cov...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/highlight.typ
typst
Apache License 2.0
#set page(width: auto) ```typ #set hello() #set hello() #set hello.world() #set hello.my.world() #let foo(x) = x * 2 #show heading: func #show module.func: func #show module.func: it => {} #foo(ident: ident) #hello #hello() #box[] #hello.world #hello.world() #hello().world() #hello.my.world #hello.my.world() #hello.my...
https://github.com/binhtran432k/ungrammar-docs
https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/system-implementation/vscode.typ
typst
=== Ungrammar VS Code Extension <subsec-impl-vscode> The Ungrammar VS Code extension offers a rapid and accessible means of introducing the Ungrammar language ecosystem to a broader user base, capitalizing on the widespread popularity of the VS Code editor. Key Features and Benefits: - *Seamless Integration*: Integr...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/055%20-%20Murders%20at%20Karlov%20Manor/002_Episode%202%3A%20Monsters%20We%20Became.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 2: Monsters We Became", set_name: "Murders at Karlov Manor", story_date: datetime(day: 08, month: 01, year: 2024), author: "<NAME>", doc ) Kaya ran through the manor as swiftly as her legs could carry her. Teysa still caught up quic...