repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/BreakingLead/note
https://raw.githubusercontent.com/BreakingLead/note/main/Conlang/conlang.typ
typst
#import "@preview/ascii-ipa:2.0.0": * #set page(flipped: true) #show heading: set align(center) #show table.cell.where(y:0): it => ([ *#it* ] , [ah]) = Language Reference == Phonetics #table(align: horizon, columns: (12), table.header( [],[Bilabial],[],[Labiodental],[],[Dental],[],[Alveolar],[],[Postalveolar],[],...
https://github.com/HarryLuoo/sp24
https://raw.githubusercontent.com/HarryLuoo/sp24/main/math321/hw8.typ
typst
#set page(margin: (x: 0.5cm, y: 0.5cm),numbering: "1/1", columns: 1, flipped: false) = HW8, <NAME> <EMAIL> == 1 (a) $ (diff (x,y))/(diff(u,v) )= det mat(1,1;1,-1) = #rect(inset: 8pt)[ $ display(-2)$ ] $ == (b) $ dif x dif y = |(diff (x,y))/(diff(u,v) )|dif u dif v = #rect(inset: 8pt)[ $ display(2 dif u dif v )$ ...
https://github.com/bionick7/kiergergaard-pillars
https://raw.githubusercontent.com/bionick7/kiergergaard-pillars/master/lcp2pdf.typ
typst
// ================================== DATA =================================== #let content_dir = "content_Buona_Sera_ONRYO" #let frames = json(content_dir + "/frames.json").map(d => d + (file_source: "frames")) #let weapons = json(content_dir + "/weapons.json").map(d => d + (file_source: "weapons")) #let systems ...
https://github.com/fediazizieln/infodev
https://raw.githubusercontent.com/fediazizieln/infodev/main/Lab-3.typ
typst
#import "Class.typ": * #show: ieee.with( title: [#text(smallcaps("Lab #3: Web Application with Genie"))], /* abstract: [ #lorem(10). ], */ authors: ( ( name: "<NAME>", department: [Senior-lecturer, Dept. of EE], organization: [ISET Bizerte --- Tunisia], profile: "", )...
https://github.com/derliemonne/differential-equations-lectures-fefu-5th-semester-chebotaryov
https://raw.githubusercontent.com/derliemonne/differential-equations-lectures-fefu-5th-semester-chebotaryov/main/src/utils.typ
typst
#import "@preview/showybox:2.0.1": showybox #let der(x) = math.accent(x, sym.dot) #let der2(x) = math.accent(x, sym.dot.double) #let der3(x) = math.accent(x, sym.dot.triple) #let der4(x) = math.accent(x, sym.dot.quad) #let num(number) = place( right, "(" + str(number) + ")" ) #let _box(content) = box( stroke:...
https://github.com/mawkler/cv
https://raw.githubusercontent.com/mawkler/cv/main/swedish.typ
typst
MIT License
#import "cv.typ": cv, experience, skill, list_interests #import "@preview/fontawesome:0.1.0": * #set text(lang: "se") #cv( name: "<NAME>", links: ( (link: "mailto:<EMAIL>", icon: fa-at()), (link: "https://github.com/mawkler", display: "mawkler", icon: fa-github()), (link: "https://fosstodon.org/@mawkl...
https://github.com/mohsu/cv-typst
https://raw.githubusercontent.com/mohsu/cv-typst/main/main.typ
typst
#show link: underline // Uncomment the following lines to adjust the size of text // The recommend resume text size is from `10pt` to `12pt` #set text( size: 11.4pt, font:"EB Garamond" ) // Feel free to change the margin below to best fit your own CV #set page( paper: "us-letter", margin: (x: 0.9cm, y: 1.3cm)...
https://github.com/saYmd-moe/note-for-statistical-mechanics
https://raw.githubusercontent.com/saYmd-moe/note-for-statistical-mechanics/main/contents/PartI/Chp01.typ
typst
#import "../../template.typ": * == 热力学的基本规律 === 平衡态及其描写 ==== 平衡态 几个概念: - *热力学系统*:热力学所研究的对象 - *绝热壁与导热壁*:绝热壁不允许两边的物体发生任何形式的热交换,反之称为导热壁 - *刚性壁*:不允许物体发生位移;刚性壁包裹的固体不可能发生形变 - *热接触*:刚性、导热壁分开的两个物体间只能发生热交换,而不互相做功与物质交换 - *热力学平衡*:没有外界影响的情况下一个系统的宏观性质长时间内不发生变化的状态 - *热学平衡*:两个或一个系统的不同部分的温度相等,是热力学平衡的一个条件。 #h(2em)根据与外...
https://github.com/Shambuwu/stage-docs
https://raw.githubusercontent.com/Shambuwu/stage-docs/main/documenten/realisatierapport.typ
typst
#align( center, text( size: 1.2em, [ *Competentie: Realiseren* \ Implementatierapport en uitvoering \ ], ) ) #align( center, figure( image("../bijlagen/realisatierapport/OIG.jpg", width: 400pt ) ) ) #let date = datetime( year: 2023, month: 6, day: 30 ) #place( ...
https://github.com/tingerrr/anti-matter
https://raw.githubusercontent.com/tingerrr/anti-matter/main/src/lib.typ
typst
MIT License
#import "core.typ" #import "rules.typ" /// Mark the end of a part of your document, place this on the last page of your current part. This /// must be put into the document exactly twice. /// /// - label (label): the label to use for the fences /// -> content #let fence(label: <anti-matter:fence>) = [#metadata("anti-m...
https://github.com/miliog/typst-penreport
https://raw.githubusercontent.com/miliog/typst-penreport/master/intro.typ
typst
MIT No Attribution
#import "./typst-penreport/content/title_page.typ": * #import "./typst-penreport/content/document_properties.typ": * #import "./typst-penreport/content/version_table.typ": * #import "./typst-penreport/content/target_table.typ": * #import "./typst-penreport/content/summary_of_findings.typ": * #let intro( title: "", ...
https://github.com/GeorgeHoneywood/alta-typst
https://raw.githubusercontent.com/GeorgeHoneywood/alta-typst/master/example.typ
typst
MIT License
#import "alta-typst.typ": alta, term, skill, styled-link #alta( name: "<NAME>", links: ( (name: "email", link: "mailto:<EMAIL>"), (name: "website", link: "https://example.com/", display: "example.com"), (name: "github", link: "https://github.com/example", display: "@example"), (name: "linkedin", li...
https://github.com/aurghya-0/Project-Report-Typst
https://raw.githubusercontent.com/aurghya-0/Project-Report-Typst/main/README.md
markdown
# Project Report Template in Typst This is a simple project report template for college and university level project and can be easily customized to suit your needs. I will keep adding more functionalities to the template but as typst is rapidly evolving, I do not guarantee any backwords compatibility. Thank you for ...
https://github.com/titaneric/typst-mixed-resume
https://raw.githubusercontent.com/titaneric/typst-mixed-resume/main/README.md
markdown
MIT License
# typst-mixed-resume This typst resume is inspired from [Harkunwar/attractive-typst-resume](https://github.com/Harkunwar/attractive-typst-resume), [giovanniberti/moderncv.typst](https://github.com/giovanniberti/moderncv.typst), and [alta-typst](https://github.com/GeorgeHoneywood/alta-typst), which extract the personal...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/genealotree/0.1.0/calc-functions.typ
typst
Apache License 2.0
#let get-person-by-name(geneal, name) = { geneal.persons.filter(el => {el.name == name}).at(0) } #let get-generation(geneal, name, level: 0) = { // Default : if no generation set and no parent found for person neither for its partners : 1 let person = get-person-by-name(geneal, name) if person.generati...
https://github.com/RubixDev/typst-tabley
https://raw.githubusercontent.com/RubixDev/typst-tabley/main/tabley.typ
typst
MIT License
#import "@preview/cetz:0.1.2" #let tabley(pos, columns: 3, name: none, vlines: auto, hlines: auto, ..items) = cetz.draw.group(name: name, ctx => { import cetz.draw: * let items = items.pos().map(it => box(inset: 5pt, it)) let table = () let row = 0 while true { if row * columns + columns > items.len() {...
https://github.com/mkpoli/roremu
https://raw.githubusercontent.com/mkpoli/roremu/master/test/test.typ
typst
The Unlicense
#set text(font: "Noto Serif CJK JP") #show raw: set text(font: "Noto Sans Mono CJK JP") #import "../src/lib.typ": roremu #show raw.where(block: true): it => { box(fill: luma(240), inset: 10pt, radius: 4pt, it) } ```typst #roremu(8) ``` #roremu(8) #v(1em) ```typst #roremu(8, offset: 8) ``` #roremu(8, offset: 8) ...
https://github.com/Yzx7/public_study_files
https://raw.githubusercontent.com/Yzx7/public_study_files/main/Monografía FIEE/chapters/questionnaires.typ
typst
= Discusión Los resultados experimentales confirman plenamente el *comportamiento predicho por la ley de reflexión*. En todos los ángulos de incidencia medidos, se observó que el *ángulo de reflexión* era exactamente igual, lo que concuerda con lo predicho por la teoría. La precisión de las mediciones de ángulos estuv...
https://github.com/hitszosa/universal-hit-thesis
https://raw.githubusercontent.com/hitszosa/universal-hit-thesis/main/templates/universal-bachelor.typ
typst
MIT License
#import "@preview/universal-hit-thesis:0.2.1": universal-bachelor #import universal-bachelor: * // 参考 本科毕业论文(设计)书写范例(理工类).doc 进行编写 // 编译命令 typst compile ./templates/universal-bachelor.typ --root ./ // 实时预览 typst watch ./templates/universal-bachelor.typ --root ./ #show: doc.with( thesis-info: ( // 论文标题,可使用 \n ...
https://github.com/Pegacraft/typst-plotting
https://raw.githubusercontent.com/Pegacraft/typst-plotting/master/plotst/util/util.typ
typst
MIT License
// Calculates step size for an axis // full_dist: the distance of the axis while drawing (most likely width or height) // axis: the axis // returns: the step size #let calc_step_size(full_dist, axis) = { return full_dist / axis.values.len() / axis.step } // transforms a data list ((amount, value),..) to a list only...
https://github.com/rem3-1415926/Typst_Thesis_Template
https://raw.githubusercontent.com/rem3-1415926/Typst_Thesis_Template/main/sec/sec1.typ
typst
MIT License
= Introduction In this report, we will explore the various factors that influence _fluid dynamics_ in glaciers and how they contribute to the formation and behavior of these natural structures. Gorgonzola is edible. + The climate - Temperature - Precipitation + The topography + The geology Gorgonzol...
https://github.com/gomazarashi/typst_slydst
https://raw.githubusercontent.com/gomazarashi/typst_slydst/main/Typstで静的でシンプルなスライドを作成する【slydstパッケージ】.md
markdown
# はじめに この記事では、Typstのパッケージであるslydstを使って、静的でシンプルなスライドを作成する方法について解説します。 このパッケージでは、Typstの見出しを利用してスライドのセクションやスライドを作成します。 公式のREADMEによると、アニメーション等はサポートされていないようですが、シンプルなスライドを作成するのには十分な機能が揃っているようです。 # 環境 2024年9月18日時点の最新版を使用しています。 - Typst: 0.11.1 - slydst:0.1.1 # 導入 パッケージの導入は、Typst Universeのページに存在する他のパッケージと同様に行えます。 ```typst #i...
https://github.com/sthenic/technogram
https://raw.githubusercontent.com/sthenic/technogram/main/src/lib.typ
typst
MIT License
#import "descriptions.typ": * #import "admonitions.typ": * #import "tree.typ": * #import "cpp.typ" as cpp #import "registers.typ" as reg #import "presentation.typ": presentation #import "document.typ": document, changelog, changelog-section, backmatter, appendix #import "palette.typ": DEFAULT-PALETTE, update-palette, g...
https://github.com/dogezen/badgery
https://raw.githubusercontent.com/dogezen/badgery/main/README.md
markdown
MIT License
# Badgery This package defines some colourful badges and boxes around text that represent user interface actions such as a click or following a menu. For examples have a look at the example [main.typ](./example/main.typ), [main.pdf](./example/main.pdf). ![example](./demo.png) ## Badges ```typ #badge-gray("Gray bad...
https://github.com/NyxAlexandra/ib-internal-asessment
https://raw.githubusercontent.com/NyxAlexandra/ib-internal-asessment/main/src/final-copy/paper.typ
typst
#set page(numbering: "1.", number-align: right) #set text(size: 12pt) #set table(align: left) #let mod = "mod" // --- #align(horizon)[ #heading(outlined: false)[Hashing: How do servers store passwords?] / Topic: Cryptography / Stimulus: Computer Science #pagebreak() #outline(depth: 3, indent: 1em) ] #...
https://github.com/3w36zj6/textlint-plugin-typst
https://raw.githubusercontent.com/3w36zj6/textlint-plugin-typst/main/test/fixtures/Break/input.typ
typst
MIT License
*Date:* 26.12.2022 \ *Topic:* Infrastructure Test \ *Severity:* High \
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/place_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page("a8") #place(bottom + center)[© Typst] = Placement #place(right, image("/assets/files/tiger.jpg", width: 1.8cm)) Hi there. This is \ a placed element. \ Unfortunately, \ the line breaks still had to be inserted manually. #stack( rect(...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/PreventivoSprint/NonoSprint.typ
typst
MIT License
#import "../../const.typ": Re_cost, Am_cost, An_cost, Ve_cost, Pr_cost, Pt_cost #import "../../functions.typ": prospettoOrario, prospettoEconomico, glossary == Nono #glossary[sprint] *Inizio*: Venerdì 09/02/2024 *Fine*: Giovedì 15/02/2024 #prospettoOrario(sprintNumber: "9") #prospettoEconomico(sprintNumber: "9")
https://github.com/Gekkio/gb-ctr
https://raw.githubusercontent.com/Gekkio/gb-ctr/main/preface.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "common.typ": * == Preface #v(2em) #caveat[ #text(17pt)[ IMPORTANT: This document focuses at the moment on 1st and 2nd generation devices (models before the Game Boy Color), and some hardware details are very different in later generations. Be very careful if you make assumptions about late...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/crates/conversion/vec2svg/README.md
markdown
Apache License 2.0
# reflexo-vec2svg Export a frame of Typst document into svg element. See [Typst.ts](https://github.com/Myriad-Dreamin/typst.ts)
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/036%20-%20Guilds%20of%20Ravnica/005_Bound%20and%20Bonded.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Bound and Bonded", set_name: "Guilds of Ravnica", story_date: datetime(day: 14, month: 11, year: 2018), author: "<NAME>", doc ) "You're going to visit her again, aren't you?" Ambrellin says, standing in the doorway to my room. Technically, ...
https://github.com/li3zhen1/Typst-Templates
https://raw.githubusercontent.com/li3zhen1/Typst-Templates/main/homework.typ
typst
#let conf( homework-index: 1, homework-title: "", // "Data Exploration and Analysis", class-id: [], author: "<NAME>", doc, ) = { set text(font: "SF Pro Text", size: 10.5pt) set strong(delta: 200) set enum( numbering: it => text(features: ("tnum",), weight: 600)[#(str(it)+".")] ) show headi...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/image_11.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test format auto detect #image.decode(read("/assets/files/tiger.jpg", encoding: none), width: 80%)
https://github.com/UntimelyCreation/typst-neat-cv
https://raw.githubusercontent.com/UntimelyCreation/typst-neat-cv/main/src/content/fr/education.typ
typst
MIT License
#import "../../template.typ": * #cvSection("Formation") #cvEntry( title: [Master en informatique], organisation: [La même université], logo: "", date: [2016 - 2018], location: [France], description: list( [#lorem(20)], ), tags: ("Systèmes de bases de données", "Réseaux informat...
https://github.com/dyc3/ssw-555-agile-methods
https://raw.githubusercontent.com/dyc3/ssw-555-agile-methods/main/main.typ
typst
#import "ieee.typ": * #import "apa.typ": * #show: apa.with( title: "Impact of Agile Methodologies on Open Source Software Development: A Comparative Analysis", running-head: "Agile Methods in Open Source", authors: ( ( name: "<NAME>", email: "<EMAIL>", department: [School of Systems and Enterprises], o...
https://github.com/8LWXpg/typst-ansi-render
https://raw.githubusercontent.com/8LWXpg/typst-ansi-render/master/test/typst.typ
typst
MIT License
#import "../ansi-render.typ": * #set page(width: auto, height: auto, margin: 0pt) #ansi-render(read("typst.txt"), size: 4pt)
https://github.com/Zeng-WCh/SYSU-Typst-Internship-report-template
https://raw.githubusercontent.com/Zeng-WCh/SYSU-Typst-Internship-report-template/main/template.typ
typst
MIT License
// Font Settings, change it if you need #let song = "FZShuSong-Z01" #let xbsong = "FZXiaoBiaoSong-B05" #let code = "Monaspace Neon Var" #let report( title: "本科生实习报告书", banner: none + "", school: "摸鱼学院摸鱼专业", grade: "xxxx 级 x 班", name: "张三", stu_id: "22223333", company: "某某公司", start_time: "2077 年 7 月 1 ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10E60.typ
typst
Apache License 2.0
#let data = ( ("RUMI DIGIT ONE", "No", 0), ("RUMI DIGIT TWO", "No", 0), ("RUMI DIGIT THREE", "No", 0), ("RUMI DIGIT FOUR", "No", 0), ("RUMI DIGIT FIVE", "No", 0), ("RUMI DIGIT SIX", "No", 0), ("RUMI DIGIT SEVEN", "No", 0), ("RUMI DIGIT EIGHT", "No", 0), ("RUMI DIGIT NINE", "No", 0), ("RUMI NUMBER TE...
https://github.com/Ad4u/ad4u.github.io
https://raw.githubusercontent.com/Ad4u/ad4u.github.io/main/dinner_cn.typ
typst
#let WIDTH = 90mm #let HEIGHT = 160mm #let MARGIN = 6mm #let FRONT_TOP_MARGIN = 35mm #let BACKGROUND = image("assets/background.jpg", width: WIDTH, height: HEIGHT) #let FRONT = image("assets/front.jpg", width: WIDTH, height: HEIGHT) #let BACK = image("assets/back.jpg", width: WIDTH, height: HEIGHT) #set document(title...
https://github.com/tsubakichan-289/Yang-Baxter-equation
https://raw.githubusercontent.com/tsubakichan-289/Yang-Baxter-equation/main/main.typ
typst
#import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge #import "@preview/polylux:0.3.1": * #set page(paper: "presentation-16-9", fill: black) #set text(fill: white) #polylux-slide[ #diagram( let V1 = node("V"), let V2 = node("V'"), let V3 = node("V"), let V4 = node("V'"), ...
https://github.com/egorsmkv/pdf-generator-gradio
https://raw.githubusercontent.com/egorsmkv/pdf-generator-gradio/master/README.md
markdown
# Generate PDF documents using Gradio and Typst - Jinja2 to template a Typst document - Typst to generate a PDF document - ImageMagick to get a preview image - Gradio to provide a web interface with user parameters (via Components) - Docker to run the app ## Demo <img src="./demo.jpeg" width="800"> ## Development ...
https://github.com/sses7757/sustech-graduated-thesis
https://raw.githubusercontent.com/sses7757/sustech-graduated-thesis/main/sustech-graduated-thesis/utils/page-break.typ
typst
Apache License 2.0
#let _page-break() = { set page(header: none, footer: none) [~] pagebreak(weak: true, to: "odd") } #let page-break(twoside: true) = { if twoside { locate(loc => { let pn = counter(page).at(loc).at(0) if calc.rem(pn, 2) == 1 { _page-break() } }) } }
https://github.com/ChHecker/diverential
https://raw.githubusercontent.com/ChHecker/diverential/main/lib.typ
typst
MIT License
#let _add-eval(expression, eval, evalsym: "|", space: none) = { /// Add evalutation brackets. /// - `expression`: Expression to wrap the brackets around. /// - `eval`: Point of evalutation. /// - `evalsym`: Brackets of evalutation. This must be in `(`, `[`, `{`, `|`. if space != none { expression += spac...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/docs/multiple_line.typ
typst
Apache License 2.0
// This is X. // Note: this is not Y. #let x /* ident */ = 1;
https://github.com/hrutvikyadav/typst
https://raw.githubusercontent.com/hrutvikyadav/typst/main/README.md
markdown
# Getting started with typst ## Installation Using `nix` ```sh nix-shell -p typst ``` with home-manager - add to `home.packages` in `home.nix` ```nix pkgs.typst ``` run latest development version ```sh nix run github:typst/typst -- --version ``` ## Editor integration `Neovim` References: [Tinymist server configurat...
https://github.com/tinnamchoi/resumes
https://raw.githubusercontent.com/tinnamchoi/resumes/master/src/letter.typ
typst
#import "preamble.typ": * #show: doc => template( doc, ) #header(name: name, links: links) #letter()
https://github.com/maxds-lyon/lokiprint
https://raw.githubusercontent.com/maxds-lyon/lokiprint/main/templates/typst/.template/shared/sizes.typ
typst
#let size-scale(base: 12pt, ratio: 1.1) = ( small: base * calc.pow(ratio, -1), p: base * calc.pow(ratio, 0), h6: base * calc.pow(ratio, 1), h5: base * calc.pow(ratio, 2), h4: base * calc.pow(ratio, 3), h3: base * calc.pow(ratio, 4), h2: base * calc.pow(ratio, 5), h1: base * calc.pow(ratio, 6), ) #let m...
https://github.com/SkytAsul/INSA-Typst-Template
https://raw.githubusercontent.com/SkytAsul/INSA-Typst-Template/main/packages/silky-letter-insa/README.md
markdown
MIT License
# INSA - Typst Template Typst Template for short documents and letters for the french engineering school INSA. ## Example By default, the template initializes with the `insa-letter` show rule, with parameters that you must fill in by yourself. Here is an example of filled template: ````typst #import "@preview/silky-l...
https://github.com/kamack38/cram-snap
https://raw.githubusercontent.com/kamack38/cram-snap/main/README.md
markdown
MIT License
# cram-snap Simple cheatsheet template for [Typst](https://typst.app/) that allows you to snap a quick picture of essential information and cram it into a useful cheatsheet format. ## Usage You can use this template in the Typst web app by clicking "Start from template" on the dashboard and searching for `cram-snap`...
https://github.com/Ttajika/typst_template_tajika
https://raw.githubusercontent.com/Ttajika/typst_template_tajika/main/readme.md
markdown
# Typst template for myself * 自分用のtypstの(非公式)テンプレートです.経済学の論文を書く用途に使えると思います. * 公式テンプレートはこちら https://typst.app/universe/search?kind=templates * 詳しい機能はexample.typを見てください. ウェブアプリで確かめたい方は以下 https://typst.app/project/r3GVChhUil4_mwHCstXr6C
https://github.com/sardorml/vantage-typst
https://raw.githubusercontent.com/sardorml/vantage-typst/main/vantage-typst.typ
typst
MIT License
#let primary_colour = rgb("#3730a3") #let link_colour = rgb("#12348e") #let icon(name, shift: 1.5pt) = { box( baseline: shift, height: 10pt, image("icons/" + name + ".svg") ) h(3pt) } #let findMe(services) = { set text(8pt) let icon = icon.with(shift: 2.5pt) services.map(service => { ic...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/raw_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // No extra space. `A``B`
https://github.com/huyufeifei/grad
https://raw.githubusercontent.com/huyufeifei/grad/master/docs/paper/src/misc.typ
typst
#let cabs = [ 驱动程序漏洞与故障的频发为操作系统安全带来了重大威胁。本文探讨了一种新的安全驱动实现方案。通过使用基于Rust语言的内存隔离与保障机制,设计了可用于驱动程序与内核、设备交互的接口,进而使用纯粹的safe Rust实现了一系列驱动程序。这种安全设计能够有效地减少由开发者引入的漏洞。同时,考虑到模块化与复用性需求,驱动以Rust包的形式发布,能够在多种操作系统中简单引入,以提高系统整体的安全性。 为测试其实用性,在Alien系统中以隔离域的形式加入该驱动。在操作系统的支持下,驱动能够满足故障隔离,防止硬件故障导致整个系统停止功能;同时,还支持在驱动崩溃发生时自动重新加载,在用户没有感知的情况下恢复正...
https://github.com/typst-doc-cn/tutorial
https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/basic/reference-bibliography.typ
typst
Apache License 2.0
#import "mod.typ": * #show: book.ref-page.with(title: [参考:导入和使用参考文献])
https://github.com/linxuanm/math-notes
https://raw.githubusercontent.com/linxuanm/math-notes/master/setup.typ
typst
#import "@preview/curryst:0.2.0": rule, proof-tree #import "@preview/ctheorems:1.1.2": * #let lecenv(txt) = [ #show: thmrules #set heading(numbering: "1.1.") #txt ] #show: thmrules #set heading(numbering: "1.1.") #let theorem = thmbox("theorem", "Theorem", fill: rgb("#eeffee"), inset: (x: 0em)) #let corollary ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/emoji-linebreak_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page(width: 50pt, height: auto) #h(99%) 🏳️‍🌈 🏳️‍🌈
https://github.com/isaacholt100/isaacholt100.github.io
https://raw.githubusercontent.com/isaacholt100/isaacholt100.github.io/master/maths-notes/2-durham%3A-year-2/algebra/algebra.typ
typst
#import "../../template.typ": template #show: template = Rings, subrings and fields - *Ring $R$*: set with binary operations addition and subtraction, where $(R, +)$ is an abelian group and: - *Identity*: exists $1 in R$ such that $forall x in R, 1 dot.op x = x dot.op 1 = x$ - *Associativity*: for every $x, y, z in...
https://github.com/xhalo32/math-camp
https://raw.githubusercontent.com/xhalo32/math-camp/main/README.md
markdown
MIT License
# Aalto Math Camp This repository provides a simple [Typst](https://typst.app/) document to create adventure maps for math camps. Also an example exercise for the treasure hunt is provided in [equal-sets](./equal-sets/). ## Setting up typst The typst CLI can be installed from [its GitHub repository](https://github.c...
https://github.com/ymgyt/techbook
https://raw.githubusercontent.com/ymgyt/techbook/master/cloud/aws/cdk/stack.md
markdown
# Stack * unit of deployment * appに複数のstackを渡せる ```typescript const app = new App(); new MyFirstStack(app, 'stack1'); new MySecondStack(app, 'stack2'); ``` ## 環境の表現 ```typescript import { App, Stack } from 'aws-cdk-lib'; import { Construct } from 'constructs'; interface EnvProps { prod: boolean; } // imagine t...
https://github.com/pawarherschel/typst
https://raw.githubusercontent.com/pawarherschel/typst/main/modules/skills.typ
typst
Apache License 2.0
#import "../template/template.typ": * #import "../helpers/helpers.typ": * #let SOT = yaml("../SOT.yaml") #let skills = () #if SOT.keys().contains("skills") { skills = SOT.skills } #if skills.len() != 0 { cvSection("Skills") for skill in skills { let type = skill.type let info = join-with-hBar(skill.info) ...
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/robot-rebuild/identify.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/packages.typ": notebookinator #import notebookinator: * #import themes.radial.components: * #import "/utils.typ": grid #show: create-body-entry.with( title: "Identify: Robot Rebuild", type: "identify", date: datetime(year: 2024, month: 3, day: 5), author: "<NAME>", witness: "Alan Morales", ) = Cur...
https://github.com/Clamentos/FabRISC
https://raw.githubusercontent.com/Clamentos/FabRISC/main/src/spec/Section5.typ
typst
Creative Commons Attribution Share Alike 4.0 International
/// #import "Macros.typ": * /// #section( [Input-Output], [This section is dedicated to the specification that FabRISC uses for communicating with external devices as well as other cores and hardware threads if present. The architecture defines IO mappings, potential DMA behavior and, in the next sections, O...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/string-12.typ
typst
Other
// Test the `find` and `position` methods. #let date = regex("\d{2}:\d{2}") #test("Hello World".find("World"), "World") #test("Hello World".position("World"), 6) #test("It's 12:13 now".find(date), "12:13") #test("It's 12:13 now".position(date), 5)
https://github.com/lucifer1004/leetcode.typ
https://raw.githubusercontent.com/lucifer1004/leetcode.typ/main/solutions/s0004.typ
typst
#import "../helpers.typ": * #let median-of-two-sorted-arrays-ref(nums1, nums2) = { if nums1.len() > nums2.len() { return median-of-two-sorted-arrays-ref(nums2, nums1) } let imax = 4000000000 let imin = -4000000000 let m = nums1.len() let n = nums2.len() let left = 0 let right = m let med1 = 0 ...
https://github.com/totikom/slides
https://raw.githubusercontent.com/totikom/slides/main/2024-05-01-turing-blockchain/slides-theme.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "@preview/polylux:0.3.1": * #import "colors.typ": background-color, text-color, dim-text-color #let accent-color = rgb("#eb811b") #let header-color = background-color.lighten(10%) #let inverse-theme(aspect-ratio: "16-9", body) = { set page(paper: "presentation-" + aspect-ratio, fill: background-color) set...
https://github.com/saffronner/36235-notes
https://raw.githubusercontent.com/saffronner/36235-notes/main/main.typ
typst
#set page(numbering: "1/1") #set text(font: "CMU Serif") #show "•": set text(font: "") #show math.nothing: set text(font: ""); = intro - foreshadowing/context: under all prob computations are _sample spaces_ - rarely work with sample spaces directly, unless they're simple (heads/tails) - (so, we start here) = what ...
https://github.com/3w36zj6/textlint-plugin-typst
https://raw.githubusercontent.com/3w36zj6/textlint-plugin-typst/main/test/fixtures/Header/input.typ
typst
MIT License
= header 1 == header 2 === header 3
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/stroke.typ
typst
Apache License 2.0
// Test lines. --- // Some simple test lines #line(length: 60pt, stroke: red) #v(3pt) #line(length: 60pt, stroke: 2pt) #v(3pt) #line(length: 60pt, stroke: blue + 1.5pt) #v(3pt) #line(length: 60pt, stroke: (paint: red, thickness: 1pt, dash: "dashed")) #v(3pt) #line(length: 60pt, stroke: (paint: red, thickness: 4pt, cap...
https://github.com/MultisampledNight/flow
https://raw.githubusercontent.com/MultisampledNight/flow/main/src/info.typ
typst
MIT License
// Metadata info and the works. // Also contains a typecheck machine for absolutely no reason // other than being a cool sideproject and // forcing myself to use strings instead of contents for e.g. content warnings. #import "gfx.typ" #import "palette.typ": * #import "tyck.typ" // Panics if known typo'd metadata fiel...
https://github.com/pawarherschel/typst
https://raw.githubusercontent.com/pawarherschel/typst/main/src/metadata.typ
typst
Apache License 2.0
/* Personal Information */ #let SOT = yaml("../SOT.yaml") #let metadata = SOT.metadata #let firstName = metadata.firstName #let lastName = metadata.lastName #let personalInfoEntries = metadata.personalInfo #let personalInfo = (thing: "meow") #for key in metadata.personalInfo.keys() { key if key == "github" { ...
https://github.com/RaphGL/ElectronicsFromBasics
https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap6/chap6.typ
typst
Other
== Divider circuits and kirchhoff's laws #include "1_voltage_divider_circuits.typ" #include "2_kirchhoffs_voltage_law.typ" #include "3_current_divider_circuit.typ" #include "4_kirchoffs_current_law.typ"
https://github.com/NiJingzhe/ZJU_BME_APD
https://raw.githubusercontent.com/NiJingzhe/ZJU_BME_APD/master/cloc/report.typ
typst
MIT License
#set page( margin: 1cm ) #set text(font: "Noto Serif CJK SC", size: 12pt) #set par(first-line-indent: 2em, hanging-indent: 0em) #set list(body-indent: 1em, indent: 2em, marker: ">", tight: false) #set enum(indent: 2em, body-indent: 1em, tight: false, numbering: "i.") #grid( columns: (5%, 35%, 30%, 5%, 25%), ali...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/040%20-%20Zendikar%20Rising/004_The%20Magosi%20Steps.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Magosi Steps", set_name: "Zendikar Rising", story_date: datetime(day: 10, month: 09, year: 2020), author: "<NAME>", doc ) #emph[Note: This is Part 2 of a two-part story. Make sure to check out Part 1 before reading on.] Morning found t...
https://github.com/ist199211-ist199311/homeworks-nss
https://raw.githubusercontent.com/ist199211-ist199311/homeworks-nss/master/common/template.typ
typst
#let cover_page(title: none, date: none) = { set page("a4") set text(12pt) let kthblue = rgb("#2258a5") show link: it => underline(stroke: 1pt + kthblue, text(fill: kthblue, it)) show heading: set block(above: 1.4em, below: 1em) align( center + horizon, )[ #image("KTH_logo_RGB_bla.svg", height: 1...
https://github.com/typst-community/valkyrie
https://raw.githubusercontent.com/typst-community/valkyrie/main/src/assertions/comparative.typ
typst
Other
#import "../assertions-util.typ": assert-positive-type /// Asserts that tested value is greater than or equal to argument #let min(rhs) = { assert-positive-type(rhs, types: (int,), name: "Minimum") return ( condition: (self, it) => it >= rhs, message: (self, it) => "Must be at least " + str(rhs), ) } /...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/accent_07.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test accent size. $tilde(sum), tilde(sum, size: #50%), accent(H, hat, size: #200%)$
https://github.com/maxgraw/bachelor
https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/0-base/3-short.typ
typst
#set align(start + horizon) #set heading(numbering: none, supplement: [Abschnitt]) = Kurzfassung Diese Arbeit befasst sich mit der Konzeption und Entwicklung einer Augmented Reality Konstruktionsumgebung für Möbelsysteme auf Basis von WebXR. Ziel ist es, die Eignung von WebXR für die Entwicklung einer Augmented Realit...
https://github.com/nafkhanzam/typst-common
https://raw.githubusercontent.com/nafkhanzam/typst-common/main/src/touying-themes/its-theme.typ
typst
#import "../common/style.typ": * #import "touying.typ": * #import "university.typ": * #let its-theme( title, subtitle, author: [<NAME>.], institution: [ Department of Informatics \ Faculty of Intelligent Electrical and Informatics Technology \ Institut Teknologi Sepuluh Nopember ], logo: image(...
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/upsa-bo/estudio-de-factibilidad/template/capítulos/6.localización y tamaño.typ
typst
MIT License
= Localización y Tamaño == Localización === Macrolocalización ==== Método Seleccionado ==== Alternativas de Selección ==== Factores Estudiados ==== Calificación ==== Alternativas Seleccionadas === Microlocalización ==== Método Seleccionado ==== Alternativas ==== Factores ==== Calificaciones ==== Alternativa S...
https://github.com/tingerrr/anti-matter
https://raw.githubusercontent.com/tingerrr/anti-matter/main/example/chapters.typ
typst
MIT License
#set heading(numbering: "1.") = Chapter == Section === Subsection = Chapter == Another Section = Chapter
https://github.com/Mufanc/hnuslides-typst
https://raw.githubusercontent.com/Mufanc/hnuslides-typst/master/utils/colors.typ
typst
#let primary = rgb("#856651") #let secondary = rgb("#757070") // 背景的近似色,用于一些 dirty fix #let background = rgb(235, 231, 222)
https://github.com/ivaquero/lang-speeches
https://raw.githubusercontent.com/ivaquero/lang-speeches/main/es%20-%20javier%20milei%20-%20davos.typ
typst
#import "@local/scibook:0.1.0": * #show: doc => conf( title: "La Reunión Anual del Foro Económico Mundial en Davos", author: ("<NAME>"), footer-cap: "", header-cap: "Speech Collection", outline-on: false, lang: "en", doc, ) #tip[ Esta es una trasncripción de la sesión Discurso Especial de <NAME>, presi...
https://github.com/ymgyt/techbook
https://raw.githubusercontent.com/ymgyt/techbook/master/programmings/js/typescript/specification/primitive.md
markdown
# primitive * propertyをもたない * `null.toString()`みたいなことはできない * autoboxingされると、primitiveがobjectになる * `name.length` ## primitiveの種別 * boolean * `true` or `false` * number * `1`や`0.2` * string * undefined * null * symbol * bigint ### number * `Nan` * `Infinity` ### string #### template literal ```typescr...
https://github.com/SergeyGorchakov/russian-phd-thesis-template-typst
https://raw.githubusercontent.com/SergeyGorchakov/russian-phd-thesis-template-typst/main/thesis.typ
typst
MIT License
#import "lib.typ": * // Определение шаблона #show: template.with( // Это может быть удалено, если не используется программный код: languages: ( rust: (name: "Rust", icon: icon(image("images/brand-rust.svg")), color: rgb("#CE412B")), python: (name: "Python", icon: icon(image...
https://github.com/DamienFlury/summaries
https://raw.githubusercontent.com/DamienFlury/summaries/main/DigCod/main.typ
typst
#import "@preview/ctheorems:1.1.2": * #show: thmrules #let definition = thmbox("definition", "Definition", inset: (x: 1.2em, top: 1em)) #let theorem = thmbox("theorem", "Theorem", fill: rgb("#eeffee")) #let proof = thmproof("proof", "Beweis") #let example = thmplain("example", "Beispiel").with(numbering: none) #set t...
https://github.com/Languisher/touying-sjtu
https://raw.githubusercontent.com/Languisher/touying-sjtu/main/README.md
markdown
MIT License
# Touying Slide Theme for Shanghai Jiao Tong University > _CLAIM_: This theme is not, and never will be, the official version of the Touying Slide Theme for Shanghai Jiao Tong University. It is solely for my personal use! This repository is based on [Touying Slide Theme](https://github.com/touying-typ/touying) and [T...
https://github.com/dimchor/big-data-project
https://raw.githubusercontent.com/dimchor/big-data-project/main/report/report.typ
typst
#import "conf.typ": conf #import "conf.typ": cont #import "conf.typ": bib #conf([Εργασία Διαχείρισης Δεδομένων Μεγάλης Κλίμακας], [Ανάλυση σεισμικών δονήσεων και ηφαιστειακών εκρήξεων], [11/04/24], [21/06/24]) #cont() #set page(numbering: "1") #counter(page).update(1) = Εισαγωγή // Σκοπός αυτής της εργασίας είνα...
https://github.com/Mc-Zen/pillar
https://raw.githubusercontent.com/Mc-Zen/pillar/main/tests/examples/ascii-table/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 1pt) #import "/src/pillar.typ" #let clr = if "dark" in sys.inputs { white } else { black } #set page(fill: white) if clr == black #set text(fill: clr) #set table.hline(stroke: clr) #set table.vline(stroke: clr) #pillar.table( cols: "ccc|ccc|[1.8pt + blue] l[5cm]", [...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/xarrow/0.1.0/lib.typ
typst
Apache License 2.0
// Create a longer arrow, almost the way TeX does it. That is, repeating a truncated version // of the symbol. This is arguably less elegant than using the scale function, but // will look better with most renderers. // The symbol is divided is three parts, as defined by the section parameter. // Please adjust this par...
https://github.com/mrtz-j/typst-thesis-template
https://raw.githubusercontent.com/mrtz-j/typst-thesis-template/main/template/chapters/utilities.typ
typst
MIT License
#import "../utils/todo.typ": TODO #import "../utils/feedback.typ": feedback #import "../utils/form.typ": form Now we will take a look at some useful custom utilities included with this template under `utilities/`. If you find yourself needing some other function for your thesis, it's a great idea to implement it here ...
https://github.com/thornoar/hkust-courses
https://raw.githubusercontent.com/thornoar/hkust-courses/master/MATH1023-Honors-Calculus-I/homeworks/homework-6/main.typ
typst
#import "@local/common:0.0.0": * #import "@local/templates:0.0.0": * #import "@local/drawing:0.0.0": * #import "@local/theorem:0.0.0": * #let thmstyle = thmstyle.with(base: none) #show: thmrules #let args = (base: none, titlefmt: it => underline(strong(it))) #let lm = statestyle("lemma", "Lemma", ..args) #let def = pl...
https://github.com/LDemetrios/ProgLectures
https://raw.githubusercontent.com/LDemetrios/ProgLectures/main/02-kotlin-oop.typ
typst
#import "kotlinheader.typ" : * #show : kt-paper-rule = Объектно-ориентированное программирование #kt-par[ Допустим, мы хотим уметь хранить вместе связанные данные. Например, точку --- две координаты и имя. Ну, _как-то_ это сделать мы умеем: ] #kt-eval(``` listOf(1.0, 2.0, "A") ```) #kt-res(`[1.0, 2.0, A]`, `Lis...
https://github.com/PgBiel/typst-improv-tables-planning
https://raw.githubusercontent.com/PgBiel/typst-improv-tables-planning/main/template.typ
typst
Other
#import "@preview/ctheorems:0.1.0": thmbox, thmplain, thmref // #import "@preview/codly:0.1.0" as codly: codly-init, codly as codly-func #import "pkg/codly.typ" as codly: codly-init, codly as codly-func #let obs = thmplain("obs", [*Obs.*]).with(numbering: none) #let note = thmbox("note", "Note", inset: 10pt, /*inset:...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/syntaxes/textmate/tests/unit/bugs/expression-field.typ
typst
Apache License 2.0
#link("https://microsoft.github.io/language-server-protocol/")[Language Server Protocol]. tinymist #{ text(red)[] . fields() }
https://github.com/maucejo/cnam_templates
https://raw.githubusercontent.com/maucejo/cnam_templates/main/src/common/_utils.typ
typst
MIT License
#let over-title(title: none, size: none, color: none) = { let box1 = { box(fill: white, stroke: 1pt + color, inset: 8pt)[ #set text(size: size, font: "Crimson Pro", weight: "semibold", fill: color) #title.first() ] } let box2 = { box(fill: white, stroke: 1pt + color, inset: 8pt)[ #s...
https://github.com/zjutjh/zjut-report-typst
https://raw.githubusercontent.com/zjutjh/zjut-report-typst/main/template/covers.typ
typst
#import "fonts.typ":* #import "utils.typ":* #let cover_normal( title: "Title", authors: ("author1", "author2"), date: (2023, 5, 14), ) = { set page("a4", numbering: none, margin: (top: 25%)); align(center)[ #set par(leading: 1.5em); #text(title, size: font_size.小一, weight: "bold");\ #{ if ty...
https://github.com/gl-eb/protocols-phtac
https://raw.githubusercontent.com/gl-eb/protocols-phtac/main/_extensions/gl-eb/minimal-doc/typst-template.typ
typst
#let minimal( title: none, subtitle: none, authors: none, date: none, abstract: none, version: none, header: none, titleinheader: true, authorsinheader: false, cols: 1, margin: (x: 20mm, top: 20mm, bottom: 30mm), paper: "a4", lang: "en", region: "UK", font: (), fontsize: 10pt, sectionn...
https://github.com/jomaway/typst-teacher-templates
https://raw.githubusercontent.com/jomaway/typst-teacher-templates/main/ttt-lists/lib/studentlist.typ
typst
MIT License
#import "@preview/ttt-utils:0.1.0": components #import components: tag as _tag, checkbox #let eval_row(row) = { row = row.map(cell => { let c = cell.trim(" ") if (c in ("[ ]", "[]")) { align(center, checkbox()) } else if (c == "[x]") { align(center,checkbox(fill: green.lighten(30%), tick: ...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/if-00.typ
typst
Other
// Test condition evaluation. #if 1 < 2 [ One. ] #if true == false [ {Bad}, but we {dont-care}! ]
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/VerbaliInterni/VerbaleInterno_231201/content.typ
typst
MIT License
#import "meta.typ": inizio_incontro, fine_incontro, luogo_incontro #import "functions.typ": glossary, team #let participants = csv("participants.csv") = Partecipanti / Inizio incontro: #inizio_incontro / Fine incontro: #fine_incontro / Luogo incontro: #luogo_incontro #table( columns: (3fr, 1fr), [*Nome*], [*Durat...