repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/GYPpro/DS-Course-Report
https://raw.githubusercontent.com/GYPpro/DS-Course-Report/main/Rep/07.typ
typst
#import "@preview/tablex:0.0.6": tablex, hlinex, vlinex, colspanx, rowspanx #import "@preview/codelst:2.0.1": sourcecode // 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), ins...
https://github.com/sitandr/typst-examples-book
https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/basics/math/sizes.md
markdown
MIT License
# Location and sizes We talked already about display and inline math. They differ not only by aligning and spacing, but also by size and style: ```typ Inline: $a/(b + 1/c), sum_(n=0)^3 x_n$ $ a/(b + 1/c), sum_(n=0)^3 x_n $ ``` The size and style of current environment is described by Math Size, see [reference](http...
https://github.com/morrisfeist/cvgen
https://raw.githubusercontent.com/morrisfeist/cvgen/master/template/data.typ
typst
MIT License
// Define defaults to make document generation more user error tolerant #let defaultData = ( theme: (flavor: "latte", primary: "peach", secondary: "yellow"), labels: ( contact: "Contact", education: "Education", languages: "Languages", personal_details: "Personal Details", profile: "Profile", ...
https://github.com/HPDell/touying-brandred-uobristol
https://raw.githubusercontent.com/HPDell/touying-brandred-uobristol/main/template/main.typ
typst
MIT License
#import "@preview/touying-brandred-uobristol:0.1.0": * // Specify `lang` and `font` for the theme if needed. #show: uobristol-theme.with( // lang: "zh", // font: ("Linux Libertine", "Source Han Sans SC", "Source Han Sans"), config-info( title: [Title Here], subtitle: [Subtitle Here], author: [Authors...
https://github.com/Treeniks/bachelor-thesis-isabelle-vscode
https://raw.githubusercontent.com/Treeniks/bachelor-thesis-isabelle-vscode/master/chapters/04-main-refinements/state-and-output-panels.typ
typst
#import "/utils/todo.typ": TODO #import "/utils/isabelle.typ": * == State and Output Panels A comparison of #vscode's previous panel output against #jedit's panel output can be seen in @state-comparison. Two main issues needed to be tackled: 1. The lack of formatting, particularly regarding line breaks. 2. The use o...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/suiji/0.1.0/examples/rand-walk.typ
typst
Apache License 2.0
#import "../lib.typ": * #import "@preview/cetz:0.2.1" #set page(width: auto, height: auto, margin: 0.5cm) #cetz.canvas(length: 6pt, { import cetz.draw: * let n = 2000 let (cx, cy) = (0, 0) let (cx-new, cy-new) = (0, 0) let rng = gen-rng(42) let v = 0 let col = blue for i in range(n) { ...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2019/MS-08.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Men's Singles (1 - 32)", table( columns: 4, [Ranking], [Player], [Country/Region], [Rating], [1], [<NAME>], [CHN], [3546], [2], [<NAME>], [CHN], [3422], [3], [XU Xin], [CHN], [3374], [4], [<NAME>], [CHN], [3328], ...
https://github.com/sesameman/typst-slides-nankai
https://raw.githubusercontent.com/sesameman/typst-slides-nankai/main/Readme.md
markdown
# typst-slide-nankai-theme Nankai slide template for Typst This is a slide template for Typst, designed for presentations related to Nankai University. It uses a simple and clean layout with the university's official colors. # License This Nankai slide template for Typst is released under the MIT License. It is base...
https://github.com/giZoes/justsit-thesis-typst-template
https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/resources/layouts/mainmatter.typ
typst
MIT License
#import "@preview/anti-matter:0.0.2": anti-front-end #import "@preview/i-figured:0.2.4" #import "../utils/style.typ": 字号, 字体 #import "../utils/custom-numbering.typ": custom-numbering #import "../utils/custom-heading.typ": heading-display, active-heading, current-heading #import "../utils/indent.typ": fake-par #import "...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/document_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // This is okay. #set document(title: [Hello]) What's up?
https://github.com/storopoli/cryptography-workshop
https://raw.githubusercontent.com/storopoli/cryptography-workshop/main/README.md
markdown
Creative Commons Zero v1.0 Universal
# Cryptography Signatures Workshop [![CC0](https://img.shields.io/badge/License-CC0-lightgrey.svg)](https://creativecommons.org/publicdomain/zero/1.0/) This workshop covers: - One-way Functions - Hash Functions - Public-key Cryptography - DSA - Schnorr - Why we don’t reuse nonces? - Why we can combine Schnorr Signat...
https://github.com/N3M0-dev/Notes
https://raw.githubusercontent.com/N3M0-dev/Notes/main/CS/Digit_Logic/Note_DDaCA/Ch_1/ch1.typ
typst
#import "@local/note_template:0.0.1": * #import "@local/tbl:0.0.4" #show: tbl.template.with(tab: "|") #set par(justify: true) #set outline(indent: auto) #set page(numbering: "1", number-align: center) #set heading(numbering: "1.1") #frontmatter( title: "Chapter 1: From Zero to One", subtitle: "Note of Digital Desi...
https://github.com/FrostMiKu/Nole
https://raw.githubusercontent.com/FrostMiKu/Nole/main/README.md
markdown
# Nólë A typst based editor & notebook application Build with: `Tauri + React + Typescript` **Attention! run it before build!** ```sh cp -r node_modules/@excalidraw/excalidraw/dist/excalidraw-assets public/ cp -r node_modules/@excalidraw/excalidraw/dist/excalidraw-assets-dev public/ ``` For windows: 1. create .env ...
https://github.com/qujihan/toydb-book
https://raw.githubusercontent.com/qujihan/toydb-book/main/src/chapter2/intro.typ
typst
#import "../../typst-book-template/book.typ": * #let path-prefix = figure-root-path + "src/pics/" #code( "tree src/storage", "存储引擎的代码结构", )[ ```zsh src/storage ├── bitcask.rs # 基于BitCask实现的存储引擎 ├── engine.rs # 存储引擎的trait ├── memory.rs # 基于标准库中的BTree实现的存储引擎 ├── mod.rs ├── mvcc.rs # 在存储引擎之上实现MVCC事...
https://github.com/Tyrn/wei
https://raw.githubusercontent.com/Tyrn/wei/master/the-insider-en.typ
typst
#import "robinson-toc.typ": style-outline, part, chapter #set text(lang: "en") #show par: set block(spacing: 0.65em) #set par(first-line-indent: 1em, justify: true) #set text(hyphenate: true) #place(center + horizon, dy: -10em)[ #text(size: 25pt)[ Insider ] #text(size: 15pt)[ <NAME> ] ] #pagebreak...
https://github.com/f14-bertolotti/bedlam
https://raw.githubusercontent.com/f14-bertolotti/bedlam/main/src/set-theory/main.typ
typst
#import "../theme.typ": definition, proof, proposition = Set Theory #let cover = ( tag : link(<cover>)[cover] ) #definition("cover")[ Let $A$ be a set. A collection of sets $cal(C)$ is a *cover of $S$* iff. $A subset.eq union.big_(C in cal(C)) C$ ]<cover> #proposition("unions as disjoint unions")[ ...
https://github.com/jneug/typst-mantys
https://raw.githubusercontent.com/jneug/typst-mantys/main/src/mty-tidy.typ
typst
MIT License
#import "./mty.typ": frame, match-value, match-func #import "./api.typ": dtype, cmd, cmd-, arg, sarg, barg, command, argument, variable, example, cmdref #import "./theme.typ" #import "@preview/tidy:0.2.0" as tidy-preview /// Color to highlight function names in #let fn-color = theme.colors.command // Colors for T...
https://github.com/chendaohan/rust_tutorials
https://raw.githubusercontent.com/chendaohan/rust_tutorials/main/books/6.基本类型之字符、布尔、单元、Never类型(char_bool_unit_never).typ
typst
#set heading(numbering: "1.") #set text(size: 15pt) = 字符类型(演示在`main()`中) Rust 的字符不仅仅是 ASCII,所有的 Unicode 值都可以作为 Rust 字符,所以在 Rust 中字符类型的大小是 32 bit ,包括单个的中文、日文、韩文、emoji 表情符号等等,都是合法的字符类型。 = 布尔(演示在`bool_type()`中) Rust 中的布尔类型有两个可能的值:true 和 false 。 = 单元类型(演示在`unit_type()`中) 单元类型是 `()` ,唯一的值也是 `()` = Never 类型(演示在`never_typ...
https://github.com/alejandrgaspar/pub-analyzer
https://raw.githubusercontent.com/alejandrgaspar/pub-analyzer/main/pub_analyzer/internal/templates/author/works.typ
typst
MIT License
// Works = Works. #let works_metrics_card(title: "Title", graph, body) = { grid( rows: (18pt, 175pt, 60pt), columns: 100%, [ #block(width: 100%, height: 100%)[ #align(center + horizon)[#text(style: "italic")[#title]] ] ], [ #block(width: 100%, height: 100%)[ #al...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/type_check/tuple_at.typ
typst
Apache License 2.0
#let a = (1, 2, 3); #let b = a.at(1);
https://github.com/benjamineeckh/kul-typst-template
https://raw.githubusercontent.com/benjamineeckh/kul-typst-template/main/src/page-utils.typ
typst
MIT License
#import "packages.typ":hydra // needs context // Checks if a (level 1) heading is on the page #let heading-on-page() = { let hs = query(selector(<chapter-start-marker>).after(here())).map(v => v.location().page()) return hs.contains(here().page()) } // needs context // computes the actual page number for a page //...
https://github.com/Menahra/CVTemplate
https://raw.githubusercontent.com/Menahra/CVTemplate/main/content/LeftPane.typ
typst
#import "utils.typ": spacing #let LeftPane( applicantData, photoPath, translationData ) = { // photo align(center, box( height: 130pt, width: 90pt, image(photoPath) ) ); // name and title v(spacing(amount: 1)); align(center, text(weight: "bold", size: 20pt, applicantDat...
https://github.com/Jollywatt/typst-fletcher
https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/edge-arguments/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 1em) #import "/src/exports.typ" as fletcher: diagram, node, edge // this test contains no visual output #show: none = `auto` vertices #assert(edge(<from>, <to>).value.vertices == (<from>, <to>)) #assert(edge(<from>, auto).value.vertices == (<from>, auto)) #assert(edge(aut...
https://github.com/teshu0/uec24-exp-a-typst
https://raw.githubusercontent.com/teshu0/uec24-exp-a-typst/main/uec_exp_a.typ
typst
The Unlicense
// 単位の表示に使う #import "@preview/metro:0.2.0": * // 自然なパターンの表示に使う #import "@preview/modpattern:0.1.0": modpattern // フォント名 #let font_gothic = ("Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans CJK JP") #let font_serif = ("YuMincho", "Yu Mincho", "Noto Serif CJK JP") // テンプレート本体 #let uec_exp_a(content) = { // 見出しの...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/common-policy/emergency_equipment.typ
typst
= Emergency Equipment == Fire Extinguishers == AED Stations == First Aid Kits == Narcan
https://github.com/nbolohan/CAHSPR_2024_Poster
https://raw.githubusercontent.com/nbolohan/CAHSPR_2024_Poster/main/README.md
markdown
MIT License
# CAHSPR 2024 Poster A poster titled "Creating an open-source tool to model opioid overdoses and deaths" which I presented at [CAHSPR 2024](https://cahspr.ca/events/cahspr-2024/), May 14-16th, in Ottawa, Ontario, Canada. This poster is made using [Quarto](https://quarto.org/), using a [typst poster template](https://g...
https://github.com/AnsgarLichter/hka-thesis-template
https://raw.githubusercontent.com/AnsgarLichter/hka-thesis-template/main/thesis.typ
typst
#import "thesis/template.typ": * #import "common/todo.typ": * #import "metadata.typ": * #import "@preview/glossarium:0.2.6": make-glossary #show: make-glossary #show: thesis.with( degree: degree, program: program, title: titleEnglish, subtitle: subtitleEnglish, author: author, matriculationNumber: matricul...
https://github.com/HEIGVD-Experience/docs
https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S4/ARO/docs/9-MemoireCache/memoire-cache.typ
typst
#import "/_settings/typst/template-note.typ": conf #show: doc => conf( title: [ Mémoire cache ], lesson: "ARO", chapter: "9 - Mémoire cache", definition: "Dans ce document, nous allons aborder en détail la mémoire cache, un élément essentiel pour améliorer la performance des processeurs en stockant tempor...
https://github.com/Joelius300/hslu-typst-template
https://raw.githubusercontent.com/Joelius300/hslu-typst-template/main/chapters/01_introduction.typ
typst
MIT License
#import "../template.typ": img, eq #import "@preview/acrostiche:0.3.1": acr, acrpl = Einleitung Welche Ziele, Fragestellungen werden mit dem Projekt verfolgt? Die Bedeutung, Auswirkung und Relevanz dieses Projektes für die unterschiedlichen Beteiligten soll aufgeführt werden. Typischerweise wird hier ein Verweis auf ...
https://github.com/MyPedagogicalRessources/BUT1-R1-01-Initiation-developpement
https://raw.githubusercontent.com/MyPedagogicalRessources/BUT1-R1-01-Initiation-developpement/main/TD_TP_Commons.typ
typst
#let remarque(body, fill: luma(250), title: "Remarque") = { rect( fill: fill, inset: 8pt, radius: 4pt, stroke: luma(200), [#title :\ #body], ) } #let correction(body, displayCorrection:true) = { if (displayCorrection) { block( fill: luma(250), inset: 8pt, radius: 4pt, stro...
https://github.com/sses7757/sustech-graduated-thesis
https://raw.githubusercontent.com/sses7757/sustech-graduated-thesis/main/sustech-graduated-thesis/layouts/mainmatter.typ
typst
Apache License 2.0
#import "@preview/anti-matter:0.0.2": anti-front-end #import "@preview/i-figured:0.2.4": reset-counters #import "../utils/multi-line-equate.typ": show-figure, equate, equate-ref #import "../utils/style.typ": 字号, 字体 #import "../utils/custom-numbering.typ": custom-numbering #import "../utils/custom-heading.typ": heading-...
https://github.com/SkiFire13/eh-presentation-shellcode
https://raw.githubusercontent.com/SkiFire13/eh-presentation-shellcode/master/presentation.typ
typst
#import "@preview/polylux:0.3.1": * #import "unipd.typ": * #show: unipd-theme #title-slide( authors: "<NAME>", title: "Shellcode Lab", subtitle: "Ethical Hacking", date: "14 December 2023", ) #include "task1.a.typ" #include "task1.b.typ" #include "task1.c.typ" #include "task1.d.typ" #include "task2.typ" #inc...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/textsTmp.typ
typst
#import "../style.typ": * #let trojsvatePoOtcenas = [ #lettrine("Svjatýj Bóže, svjatýj krípkij, svjatýj bezsmértnyj, pomíluj nás. (3x)") #lettrine("Sláva Otcú, i Sýnu, i Svjatómu Dúchu.") #lettrine("I nýňi i prísno, i vo víki vikóv, amíň.") #lettrine("Presvjatája Tróice pomíluj nás: Hóspodi, očísti hrichí n...
https://github.com/adiscepo/infof413_notes
https://raw.githubusercontent.com/adiscepo/infof413_notes/main/infof413.typ
typst
#import "@preview/ctheorems:1.1.0": * #import "@preview/cetz:0.1.2" #show: thmrules #set heading(numbering: "1.") #set footnote(numbering: ("i")) #set footnote.entry(indent: 0em, gap: 0.7em) #set page( margin: 2cm, // margin: (top: 20mm, left: 20mm, right: 20mm, bottom: 25mm), header: [ #set text(10pt, weig...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Analyse_1_Cours_2.typ
typst
#import "@preview/bubble:0.1.0": * #import "@preview/fletcher:0.4.3" as fletcher: diagram, node, edge #import "@preview/cetz:0.2.2" #import "@preview/cheq:0.1.0": checklist #import "@preview/typpuccino:0.1.0": macchiato #import "@preview/wordometer:0.1.1": * #import "@preview/tablem:0.1.0": tablem #show: bubble.with( ...
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/upsa-bo/estudio-de-factibilidad/template/capítulos/9.presupuesto%20de%20ingresos%20y%20costos.typ
typst
MIT License
= Presupuesto de Ingresos y Costos == Ingresos === Proyección de Ventas === Precios Unitarios === Ingresos == Costo del Producto == Gastos == Impuestos == Estado de Resultados === Sin Financiamiento === Con Financiamiento == Punto de Equilibrio
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/hydra/0.2.0/src/core.typ
typst
Apache License 2.0
#import "/src/util.typ" // get the adjacent headings #let get-adjacent-from(ctx, sel, filter) = { if ctx.loc.position().y >= ctx.top-margin { let starting-locs = query(selector(<hydra-anchor>).before(ctx.loc), ctx.loc) assert.ne(starting-locs.len(), 0, message: "No `hydra-anchor()` found while searchin...
https://github.com/Robotechnic/diagraph
https://raw.githubusercontent.com/Robotechnic/diagraph/main/graphviz_interface/protocol.typ
typst
MIT License
/// Encodes a 32-bytes integer into big-endian bytes. #let encode-int(value) = { bytes(( calc.rem(calc.quo(value, 0x1000000), 0x100), calc.rem(calc.quo(value, 0x10000), 0x100), calc.rem(calc.quo(value, 0x100), 0x100), calc.rem(calc.quo(value, 0x1), 0x100), )) } /// Decodes a big-endian integer from...
https://github.com/wildabc/Gu-Xingqing-Memoirs
https://raw.githubusercontent.com/wildabc/Gu-Xingqing-Memoirs/main/README.md
markdown
第一次世界大战华工团译员顾杏卿所著《欧战工作回忆录》,是关于华工团的重要文献。此处从台湾华文电子书库的1937年初版的[扫描版](https://taiwanebook.ncl.edu.tw/zh-tw/book/NTL-9900015128/reader)转为简体横排,使用[Typst](https://github.com/typst/typst)制作。
https://github.com/Lucas-Wye/tech-note
https://raw.githubusercontent.com/Lucas-Wye/tech-note/main/src/git.typ
typst
= Git #label("git") - Git 是一个开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。 - Git 是 <NAME> 为了帮助管理 Linux 内核开发而开发的一个开放源码的版本控制软件。 - Git 与常用的版本控制工具 CVS, Subversion 等不同,它采用了分布式版本库的方式,不必服务器端软件支持。 == 创建版本库 #label("创建版本库") ```sh git init git clone URL ``` == 修改和提交 #label("修改和提交") ```sh git status git diff FILE_NAME git add FILE_NAME git m...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/tracking-spacing_04.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test word spacing. #set text(spacing: 1em) My text has spaces.
https://github.com/FrightenedFoxCN/typst-math-chinese
https://raw.githubusercontent.com/FrightenedFoxCN/typst-math-chinese/main/README.md
markdown
# 为中文数学文档准备的 typst 模板 [typst 官方网址](https://typst.app/docs) [typst 官方仓库](https://github.com/typst/typst) 参考了[北京大学的 typst 论文模板](https://github.com/lucifer1004/pkuthss-typst)的一些写法。 ## 如何使用这个模板 首先,参照官方指示配置好 typst 环境,也可以使用网页版。 然后引入模板: ``` #import "../template.typ": * #show: doc => conf(doc) ``` 在第一行中将路径修改为从本文件到 tem...
https://github.com/AnsgarLichter/hka-thesis-template
https://raw.githubusercontent.com/AnsgarLichter/hka-thesis-template/main/common/titlepage.typ
typst
#import "./settings.typ": * #let titlepage( degree: "", program: "", title: "", subtitle: "", titleGerman: "", subtitleGerman: "", author: "", matriculationNumber: "", placeOfWork: "", supervisor: "", advisor: "", startDate: none, submissionDate: none, ) = { set document(title: title, autho...
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/lib.typ
typst
#import "@preview/touying:0.4.2": * #let slide( self: none, title: auto, footer: auto, ..args, ) = { if title != auto { self.t-title = title } if footer != auto { self.t-footer = footer } (self.methods.touying-slide)( self: self, title: self.t-title, ..args, ) ...
https://github.com/JonasSoerensen/CV
https://raw.githubusercontent.com/JonasSoerensen/CV/master/cv.typ
typst
#let prop(..x) = { grid( columns: (auto, 1fr), align: horizon, stroke: none, ..x ) } #let cv( title, picture, ..sections ) = { let height = 20pt prop( inset: 3pt, [], grid( columns: (auto, 1fr), rows: (height, 50pt, height), align: horizon, ...
https://github.com/SkiFire13/typst-prooftree
https://raw.githubusercontent.com/SkiFire13/typst-prooftree/master/README.md
markdown
MIT License
# typst-prooftree `typst-prooftree` allows you to draw proof trees in [Typst](https://typst.app/). Heavily inspired by Latex's [bussproofs](https://www.ctan.org/pkg/bussproofs) package. Feel free to open an issue or a pull request if you have a question or there's something missing you would like to see. # Getting s...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/VerbaliInterni/VerbaleInterno_240315/meta.typ
typst
MIT License
#let data_incontro = "15-03-2024" #let inizio_incontro = "09:00" #let fine_incontro = "10:30" #let luogo_incontro = "Discord"
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas4/6_Sobota.typ
typst
#let V = ( "HV": ( ("", "Dál jesí známenije", "Christá čelovikoľúbca strástém porevnovávše strastotérpcy, ťilesá úbo na rány predáste, i hórkim múkam, ťmám že boľíznem, jáko predzrjášče prísno rajá božéstvennoje naslaždénije, píšču že neiždivájemuju i víčnujuščeje blahoslávije, jéže polučívše, molítesja o vospivá...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/curryst/0.1.1/examples/example.typ
typst
Apache License 2.0
#import "../curryst.typ" : * #set page(margin : 30pt) = Example 1 #let r = rule( name: "Rule name", "Conclusion", "Premise 1", "Premise 2", "Premise 3" ) #proof-tree(r) = Example 2 #let ax(ccl) = rule(name: "ax", ccl) #let and_el(ccl, p) = rule(name: $and_e^l$, ccl, p) #let and_er(ccl, p) = rule(n...
https://github.com/ItsEthra/typst-live
https://raw.githubusercontent.com/ItsEthra/typst-live/master/CHANGELOG.md
markdown
MIT License
# 0.8.0 - **changed:** Typst-live will attempt to use ephemeral ports when preferred port is not available. - **changed:** Temp file `output.pdf` has been removed, now changes are written to random file in a temp directory. - **changed:** Frontend will not try to reconnect when connection has been closed (when `typst-l...
https://github.com/deadManAlive/ui-thesis-typst-template
https://raw.githubusercontent.com/deadManAlive/ui-thesis-typst-template/master/primer/valid.typ
typst
#import "../config.typ": cfg #let valid = [ #set align(left) = Halaman Pengesahan #table( columns: 3, stroke: none, [Skripsi ini diajukan oleh], [:], [], [Nama], [:], [#cfg.name], [NPM], [:], [#cfg.npm], [Program Studi], [:], [#cfg.program], [Judul Skripsi], [:], [#cfg.title], )...
https://github.com/dainbow/FunctionalAnalysis2
https://raw.githubusercontent.com/dainbow/FunctionalAnalysis2/main/themes/3.typ
typst
#import "../conf.typ": * = Сопряжённый оператор == Норма сопряжённого оператора (в ЛНП) #definition[ Пусть $A : E_1 -> E_2$. Тогда *сопряжённым оператором* $A^* : E_2^* -> E_1^*$ называется оператор, удовлетворяющий условию: #eq[ $forall g in E_2^* : forall x in E_1 : space (A^*g)x = g(A x)$ ] ] #theorem[...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Personal%20Notes/HandsOnMl/Modules/Classification.typ
typst
#import "../../../template.typ": * = Classification == MNIST This chapter uses the _MNIST_ dataset, which is a set of 70k small images of digits handwritten by high school students. *Fetching the Data set * ```python from sklearn.datasets import fetch_openml mnist = fetch_openml('mnist_784', as_frame=False) p...
https://github.com/piepert/typst-hro-iph-seminar-paper
https://raw.githubusercontent.com/piepert/typst-hro-iph-seminar-paper/main/template.typ
typst
// #import "outline-template.typ": * #let MONTHS = ("Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "Septbember", "Oktober", "November", "Dezember") #let SUMMER_MONTHS = ("April", "Mai", "Juni", "Juli", "August", "September") #let date-today-de(date) = date.display("[day padding:zero]")+"....
https://github.com/akrantz01/resume
https://raw.githubusercontent.com/akrantz01/resume/main/template/layout.typ
typst
MIT License
#let read-layout(name) = yaml("../layouts/" + name + ".yml") #let with-defaults(settings) = { settings.full-links = settings.at("full-links", default: false) settings.locations = settings.at("locations", default: true) settings } #let ensure-settings(with-settings) = { let settings = with-settings.at("setting...
https://github.com/platformer/typst-algorithms
https://raw.githubusercontent.com/platformer/typst-algorithms/main/test/assertions/assert_comment_in_algo.typ
typst
MIT License
#import "../../algo.typ": comment #comment[]
https://github.com/catppuccin/typst
https://raw.githubusercontent.com/catppuccin/typst/main/src/version.typ
typst
MIT License
/// The package version of Catppuccin. /// /// ==== Example: /// #example( /// ```typ /// This package's version is #version. /// ```) /// /// -> version #let version = version(..toml("../typst.toml").package.version.split(".").map(x => int(x)))
https://github.com/bigskysoftware/hypermedia-systems-book
https://raw.githubusercontent.com/bigskysoftware/hypermedia-systems-book/main/lib/snippets.typ
typst
Other
#let fielding-rest-thesis = [Roy Fielding, Architectural Styles and the Design of Network-based Software Architectures]
https://github.com/KiranWells/hackable-typst-resume
https://raw.githubusercontent.com/KiranWells/hackable-typst-resume/main/README.md
markdown
# Hackable Typst Resume Template This is a simple resume template built with [Typst](https://typst.app/). It is meant to be easily understandable, and modifiable. It is highly recommended to change settings like accent color, font, and spacing to fit your needs. ![Template Image with Example Data](template.svg)
https://github.com/Karolinskis/KTU-typst
https://raw.githubusercontent.com/Karolinskis/KTU-typst/main/mainPages/TitlePage.typ
typst
#import "/variables.typ": * #page(header: none)[ #set align(center) #image("/images/ktu-logo.png", width: 2cm) #set text(size:12pt) *Kauno technologijos universitetas*\ #ProjectFaculty\ #align(center + horizon)[ #set text(size: 18pt, weight: "bold") #ProjectName ] #set text(...
https://github.com/ohmycloud/computer-science-notes
https://raw.githubusercontent.com/ohmycloud/computer-science-notes/main/Misc/devpi.typ
typst
#import("circuedoc_template.typ"): conf #show link: underline #show: doc => conf( title: "Python 项目打包与发布流程", author: "ohmycloud", date: datetime.today().display(), description: "ohmycloud", doc, ) = 新建项目 为了使 Python 代码组织、管理、分享以及维护的方便, 建议创建带有 *pyproject.toml* 文件的项目。 有很多包管理工具可以为我们创建 *pyproject.to...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/getting-started.md
markdown
# Getting started You can find this package in the [official Typst package repository](https://github.com/typst/packages). To use it, start your document with ```typ #import "@preview/polylux:0.2.0": * ``` You now have two options: 1. use the features of polylux but define every visual aspect yourself, 2. use one of t...
https://github.com/Shedward/dnd-charbook
https://raw.githubusercontent.com/Shedward/dnd-charbook/main/dnd/core/styles.typ
typst
#import "dimentions.typ": * #let fonts = ( body: "Mookmania", header: "Alegreya SC", ability: "Nodesto Cyrillic" ) #let colors = ( primary: black, secondary: gray ) // Initial style settings. // Should be `#show: dnd.core.charbook` // at the top of the document #let charbook(doc) = { set page( paper:...
https://github.com/zeropoolnetwork/sharded-storage-docs
https://raw.githubusercontent.com/zeropoolnetwork/sharded-storage-docs/main/presentation/trilemma/main.typ
typst
MIT License
#import "@preview/touying:0.4.1": * #let s = themes.simple.register(aspect-ratio: "16-9") #let (init, slides) = utils.methods(s) #show: init #let (slide, empty-slide, title-slide, centered-slide, focus-slide) = utils.slides(s) #show: slides #title-slide[ = Solving Vitalik's Trilemma with zk-driven DA and Storage ...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/154.%20fr.html.typ
typst
fr.html How to Raise Money Want to start a startup? Get funded by Y Combinator. September 2013Most startups that raise money do it more than once. A typical trajectory might be (1) to get started with a few tens of thousands from something like Y Combinator or individual angels, then (2) raise a few hundred t...
https://github.com/francois-rozet/postr
https://raw.githubusercontent.com/francois-rozet/postr/master/main.typ
typst
#import "@preview/cetz:0.1.2": canvas, draw // Document #set document(title: "A Minimal Research Poster Template", author: "<NAME>") // Text #set par(justify: true) #set text(font: "Fira Sans", size: 8pt, weight: "light") #set strong(delta: 200) // Equations #set math.equation(numbering: "(1)") // Headings #show he...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/let-08.typ
typst
Other
// Ref: false // Destructuring with an empty sink. #let (..a, b, c) = (1, 2) #test(a, ()) #test(b, 1) #test(c, 2)
https://github.com/sebaseb98/clean-math-thesis
https://raw.githubusercontent.com/sebaseb98/clean-math-thesis/main/chapter/example_chapter.typ
typst
MIT License
// package imports #import "@preview/great-theorems:0.1.1": * #import "@preview/lovelace:0.3.0": * // own imports #import "../customization/great-theorems-customization.typ": * #import "../customization/colors.typ": * = Example Chapter <chap:example> #lorem(50) == Example Use of the Theorem Environment An example ...
https://github.com/francorbacho/cv
https://raw.githubusercontent.com/francorbacho/cv/master/cv-eng.typ
typst
#import "cv.typ": banner, chiline, technologies #import "alt.typ": esei, pk, uvigomotorsport #show heading: set text(font: "Linux Biolinum") #show link: underline #set par(justify: true) #set page( margin: (x: 0.9cm, y: 1.3cm), ) = <NAME> #banner == Education #chiline() // TODO: Add flags #box(esei, baseline: 6...
https://github.com/eeviriyi/ECNU_Typst
https://raw.githubusercontent.com/eeviriyi/ECNU_Typst/main/conf.typ
typst
#let project( title: "", abstract: [], authors: (), date: none, body, ) = { // Set paper fonts set text(font: ("Times New Roman", "Source Han Serif VF"), lang: "zh", region: "cn") // Configure the page. set page( // Set paper size paper: "a4", // Set paper margins margin: (x: 0.75in, ...
https://github.com/jdsee/htw_titlepage_typst
https://raw.githubusercontent.com/jdsee/htw_titlepage_typst/main/README.md
markdown
Apache License 2.0
# htw_titlepage_typst Titlepage in Typst for bachelor/master thesis at HTW Berlin
https://github.com/Quaternijkon/notebook
https://raw.githubusercontent.com/Quaternijkon/notebook/main/book/研一上/book-组合数学.typ
typst
// #import "@preview/ilm:1.1.2": * #import "../../theme.typ": * #import "../../lib.typ": * #set text( lang: "zh", // font: "PingFang SC", // font: "JetBrains Mono", ) #show link: underline #show: ilm.with( title: [组合数学], author: "Quaternijkon", date: datetime(year: 2024, month: 09, day: 12), abstract: ...
https://github.com/Tiggax/zakljucna_naloga
https://raw.githubusercontent.com/Tiggax/zakljucna_naloga/main/notpad.typ
typst
#import "@preview/cheq:0.1.0": checklist #set text(lang: "sl") *Pomembni roki* - 30 junij - prijava teme - 15.julij zaključek in oddaja v vpogled NVS - 10. avgust - oddaja končne naloge v referat (potrjeno s strani mentorja) = useful links: - https://www.sciencedirect.com/topics/engineering/stirred-tank-bioreac...
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Courses/操作系统原理与实践/lab_note.typ
typst
// --- // draft: false // --- #import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "实验笔记", lang: "zh", ) = lab1 == RISCV 汇编 - 汇编文件的后缀是 `.s` 或 `.S`,所不同的是 `.S` 中可以加入预处理命令(`#include`, `#define` 等)。 - 参考 + #link("https://lgl88911.github.io/2021/02/28/RISC-V%E6%B1%87%E7%BC%96%E5%BF%AB%E9%8...
https://github.com/soarowl20240613/geelypaper
https://raw.githubusercontent.com/soarowl20240613/geelypaper/main/opening_demo.typ
typst
#import "@preview/sourcerer:0.2.1": code #import "opening.typ": * #let purpose = [ + 选题依据 + 政策引导 本选题《基于Java的新闻发布系统》的选择在一定程度上受到了国家政策的引导。中国政府一直鼓励信息化和数字化领域的发展@barb,特别是在新闻传播领域。根据《国家数字化乡村发展战略规划(2018-2025)》中的相关内容,政府积极推动数字化媒体的发展,鼓励采用先进的技术构建信息发布和传播系统。因此,本选题符合国家政策的引导,旨在满足信息化发展的需求。 + 理论/技术依据 本选题依赖于一系列软件...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1800.typ
typst
Apache License 2.0
#let data = ( ("MONGOLIAN BIRGA", "Po", 0), ("MONGOLIAN ELLIPSIS", "Po", 0), ("MONGOLIAN COMMA", "Po", 0), ("MONGOLIAN FULL STOP", "Po", 0), ("MONGOLIAN COLON", "Po", 0), ("MONGOLIAN FOUR DOTS", "Po", 0), ("MONGOLIAN TODO SOFT HYPHEN", "Pd", 0), ("MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER", "Po", 0), ("...
https://github.com/ckunte/m-one
https://raw.githubusercontent.com/ckunte/m-one/master/inc/abbr.typ
typst
= Abbreviations and acronyms / ABF: Air-block fender / ALARP: As low as reasonably practicable / API: American petroleum institute / ASME: American society of mechanical engineers / BS: British standard / COV: Coefficient of variation / DNV: Det Norske Veritas / EN: European standard / FPF: Floating pneumatic fender /...
https://github.com/MattiaOldani/Informatica-Teorica
https://raw.githubusercontent.com/MattiaOldani/Informatica-Teorica/master/capitoli/calcolabilità/03_richiami_matematici.typ
typst
= Richiami matematici: relazioni di equivalenza Prima di dare una definizione formale e utile di cardinalità andiamo a riprendere alcuni concetti sulle relazioni di equivalenza. == Relazioni di equivalenza Dati due insiemi $A,B$, una *relazione binaria* $R$ è un sottoinsieme $R subset.eq A times B$ di coppie ordinat...
https://github.com/htwr-aachen/exams
https://raw.githubusercontent.com/htwr-aachen/exams/main/exam.typ
typst
MIT License
#let sansFont = "Latin Modern Sans" #let lineField(label: "", length: auto) = { h(12pt) block( breakable: false, stack( dir: ttb, spacing: 5pt, { line(length: length, stroke: 1pt+black) }, if label != "" [ #set align(center) #label ] ) ) } #l...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/rounding/round-half/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": * #set page(width: auto, height: auto, margin: 1cm) #metro-setup(round-mode: "figures", round-precision: 1, round-half: "up") #num(0.055) #num(0.045) #metro-setup(round-half: "even") #num(0.055) #num(0.045)
https://github.com/MoserGitHub/qmd_ctutypst
https://raw.githubusercontent.com/MoserGitHub/qmd_ctutypst/main/README.md
markdown
# qmd_ctutypst A typical qmd header for this format might look like this ``` --- format: qmd_ctutypst-typst title: "Report Title" # name of the report subtitle: "" # subtitle - typically the project name project_type: "Project" # project type - typically Project or Consulting projectno:...
https://github.com/Dherse/masterproef
https://raw.githubusercontent.com/Dherse/masterproef/main/masterproef/parts/appendix.typ
typst
#import "../ugent-template.typ": * #import "./hexagonal.typ": hexagonal_interconnect #show: ugent-appendix #set page(flipped: true) = Programming paradigm poster <anx_paradigms> #ufigure( outline: [ Programming paradigms poster. ], caption: [ Programming paradigms poster, showing the different programming paradigm...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/type_check/dict_infer.typ
typst
Apache License 2.0
#let a = ( a: "1", ); #let b = a.a;
https://github.com/mattyoung101/uqthesis_eecs_hons
https://raw.githubusercontent.com/mattyoung101/uqthesis_eecs_hons/master/pages/letter.typ
typst
ISC License
#let config = yaml("../config.yaml") #align(right)[ #config.author #config.email ] #datetime.today().display("[day] [month repr:long] [year]") #v(1em) #config.head_of_school_long, Head of School School of Electrical Engineering and Computer Science The University of Queensland St Lucia QLD 4072 #v(6em...
https://github.com/dark-flames/resume
https://raw.githubusercontent.com/dark-flames/resume/main/data/research.typ
typst
MIT License
#import "../libs.typ": * #import "../chicv.typ": * #let researchList(env) = ( ( title: "A Cast Calculus for Implementing Gradual Dependent Types", intro: "Master's Thesis", time: "Jan, 2023 - Feb, 2024", advisor: "Prof. <NAME> and Prof. <NAME>", group: "Kyoto University", location: "Kyoto, Ja...
https://github.com/fredguth/abnt-typst
https://raw.githubusercontent.com/fredguth/abnt-typst/main/cap4.typ
typst
= A guerra que matou <NAME> Em 2011, um conflito em Daraa, no sul da Síria, teve início depois que jovens picharam frases com críticas ao governo. A prisão dessas crianças levou centenas de pessoas às ruas da cidade para protestar contra as restrições à liberdade promovidas pelo governo do ditador Bashar Al-Assad. E...
https://github.com/tfachmann/unveiling-the-dark-arts-of-rotations
https://raw.githubusercontent.com/tfachmann/unveiling-the-dark-arts-of-rotations/main/main.typ
typst
#import "@preview/tablex:0.0.7": tablex, rowspanx, colspanx, hlinex #import "@preview/polylux:0.3.1": * #import "tfachmann-theme.typ": * #import "utils.typ": * // rgb("#FF5D05"), #let c_warning = rgb("#EF4444"); #let c_primary = rgb("#E65100"); #let c_secondary = rgb("#0078b8"); #let c_background = rgb("#212121"); #...
https://github.com/ChristophVanDeest/FH-Kiel-Typst-Template
https://raw.githubusercontent.com/ChristophVanDeest/FH-Kiel-Typst-Template/main/templates/report/src/main.typ
typst
MIT License
#import "@preview/fh-kiel:1.0.0": report #import "dependencies.typ": * // Take a look at the file `template.typ` in the file panel // to customize this template and discover how it works. #show: report.with( language: "en", title: "Answer to the Ultimate Question of Life, the Universe, and Everything", author:"<...
https://github.com/DawnEver/mcm-icm-typst-template
https://raw.githubusercontent.com/DawnEver/mcm-icm-typst-template/main/README.md
markdown
MIT License
# MCM/ICM [Typst](https://typst.app) Template - [English](#what-is-mcmicm) - [中文](#what-is-mcmicm) ## What is MCM/ICM > [COMAP](https://www.comap.com/contests/mcm-icm)'s Mathematical Contest in Modeling (MCM) and Interdisciplinary Contest in Modeling (ICM) are international contests for high school students and colleg...
https://github.com/OpenCorvallis/osfc-checklists
https://raw.githubusercontent.com/OpenCorvallis/osfc-checklists/main/common.typ
typst
Apache License 2.0
// Copyright 2024 Oregon State Flying Club // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law ...
https://github.com/tingerrr/chiral-thesis-fhe
https://raw.githubusercontent.com/tingerrr/chiral-thesis-fhe/main/src/core/component/outline.typ
typst
#import "/src/utils.typ" as _utils #let make-outline( target: image, title: auto, force-empty: false, _state: _utils.state.outline, ) = context { if force-empty or query(figure.where(kind: target)).filter(f => f.caption != none).len() != 0 { show outline: set heading(numbering: none, outlined: true, offs...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/4-results/study-4.typ
typst
MIT License
#import "../../lib/mod.typ": * == #study.H-4.full.n <s.r.study-4>
https://github.com/oravard/typst-dataframes
https://raw.githubusercontent.com/oravard/typst-dataframes/main/example.typ
typst
MIT License
#import "./lib.typ" : * = Example 1: #let df = dataframe( Year:(2021,2022,2023), Fruits:(10,20,30), Vegetables:(11,15,35) ) Stocks: #tbl(df) #plot(df, x:"Year", x-tick-step:1, style:( "Fruits":(colo...
https://github.com/dyc3/senior-design
https://raw.githubusercontent.com/dyc3/senior-design/main/introduction.typ
typst
= Introduction == Team === <NAME> I'm <NAME> and I'm a 5/5 undergrad Software Engineer. I've written a lot of code over the past 13 years, and I maintain and contribute to open source projects. Programming is something that gives me a lot of joy, and I'm always honing my craft. === <NAME> I'm Chris, a 4/4 Software...
https://github.com/memset0/ZJU-Project-Report-Template
https://raw.githubusercontent.com/memset0/ZJU-Project-Report-Template/master/examples/dd/report.typ
typst
MIT License
#import "../../template.typ": * #show: project.with( theme: "lab", title: "数字逻辑设计 实验报告", course: "数字逻辑设计", semester: "2023-2024 Spring & Summer", author: "某学生", school_id: "1234567890", date: "20xx年xx月xx日", college: "计算机科学与技术学院", major: "计算机科学与技术", teacher: "某老师", ) #lab_header(name: "Lab1: 第一次实验"...
https://github.com/Shuenhoy/modern-zju-thesis
https://raw.githubusercontent.com/Shuenhoy/modern-zju-thesis/master/utils/twoside.typ
typst
MIT License
#import "../utils/header.typ": footer #let twoside-pagebreak = metadata(<mzt:twoside-pagebreak>) #let twoside-emptypage = metadata(<mzt:twoside-emptypage>) #let twoside-numbering-footer = metadata(<mzt:twoside-numbering-footer>) #let show-twoside-pagebreak(s, twoside: true) = { show metadata.where(value: <mzt:twos...
https://github.com/HernandoR/lz-brilliant-cv
https://raw.githubusercontent.com/HernandoR/lz-brilliant-cv/main/modules/education.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Education") #cvEntry(..languageSwitch(( "en": ( title: [Master of Science, Electronics], society: [Nanyang Technological University], date: [2022 - 2024], location: [Singapore], logo: "../src/logos/NTU.png", description: ( list( ...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/012_Conspiracy.typ
typst
#import "@local/mtgset:0.1.0": conf #show: doc => conf("Conspiracy", doc) #include "./012 - Conspiracy/001_Betrayal.typ" #include "./012 - Conspiracy/002_The Black Rose.typ" #include "./012 - Conspiracy/003_Like Cogwork.typ" #include "./012 - Conspiracy/004_Blood Will Have Blood.typ"
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/upsa-bo/estudio-de-factibilidad/template/capítulos/12.diseño de la organización.typ
typst
MIT License
= Diseño de la Organización == Selección de la Personería Jurídica == Documentos de la Organización === Organigrama === Manual de Organización y Funciones === Manual de Procedimientos === Reglamento Interno
https://github.com/gongke6642/tuling
https://raw.githubusercontent.com/gongke6642/tuling/main/布局/hide/hide.typ
typst
#image("屏幕截图 2024-04-16 155335.png")