repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/Alan-Kuan/typst-templates
https://raw.githubusercontent.com/Alan-Kuan/typst-templates/main/README.md
markdown
The Unlicense
# typst-templates This repo currently contains only 1 template. Perhaps there'll be more in the future. ## Screenshots - an example of `hw-report` template ![](./assets/hw-report-1.png) - another example of `hw-report` template ![](./assets/hw-report-2.png) ## Installation Clone this repo under the path `~/.local/s...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/046%20-%20Streets%20of%20New%20Capenna/003_Episode%202%3A%20Dirty%20Laundry.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 2: Dirty Laundry", set_name: "Streets of New Capenna", story_date: datetime(day: 29, month: 03, year: 2022), author: "<NAME>", doc ) = MEZZIO STATION New Capenna was a blur. Elspeth held onto a pole in the train car as it jostled d...
https://github.com/ymgyt/techbook
https://raw.githubusercontent.com/ymgyt/techbook/master/programmings/typst/typst.md
markdown
# typst ## Install ```sh brew install typst ``` ## Reference https://typst.app/docs/reference/ ## Usage ```sh # create note.pdf typst note.typ # watch typst watch note.typ # Nix nix run github:typst/typst watch matrix.typ ``` ## Syntax ``` = Heading content xyz == Heading 2 + item 1 - bullet item 1-1 ...
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/notizen/sortieralgorithmen/heapsort/linksvoll.typ
typst
#import "@preview/cetz:0.3.0" #import "/config.typ": theme #import "/components/lefttree.typ": lefttree #cetz.canvas({ import cetz.draw: * import cetz.tree: tree tree( lefttree(range(6).map(i => $a_#i$)), draw-node: (node, ..) => { content( (), frame: "circle", padding: 7pt...
https://github.com/cspr-rad/actus-spec
https://raw.githubusercontent.com/cspr-rad/actus-spec/master/README.md
markdown
# ACTUS Specification version 2 This is a second version of the ACTUS specification. It is intended to be the new "source of truth". Where previous specifications have been inconsistent and ambiguous, this specification aims to be unambiguous and consistent. ## Status of this document The purpose of this document in...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/goto_definition/import_package.typ
typst
Apache License 2.0
// path: base.typ #import "@preview/example:0.1.0"; #(/* ident after */ example.add(1, 1))
https://github.com/bibi-the-brave/3D-vision-and-extended-reality-notes
https://raw.githubusercontent.com/bibi-the-brave/3D-vision-and-extended-reality-notes/main/main.typ
typst
#import "template.typ": * #import "typst-boxes.typ": * //https://github.com/lkoehl/typst-boxes?tab=readme-ov-file #let emph_blue(testo) = emph(text(fill: blue, testo)) #let long-symbol(sym, factor) = { assert(type(sym) == "symbol", message: "Input needs to be a symbol") assert(type(factor) == "integer" or type(fac...
https://github.com/kiwiyou/algorithm-lecture
https://raw.githubusercontent.com/kiwiyou/algorithm-lecture/main/advanced/01-constructive.typ
typst
#import "@preview/cetz:0.1.2" #import "@preview/algorithmic:0.1.0" #import "../slide.typ" #show: slide.style #show link: slide.link #show footnote.entry: slide.footnote #let algorithm(..args) = text(font: ("linux libertine", "Pretendard"), size: 17pt)[#algorithmic.algorithm(..args)] #let func(body) = text(font: ("linu...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-13460.typ
typst
Apache License 2.0
#let data = ( ("EGYPTIAN HIEROGLYPH-13460", "Lo", 0), ("EGYPTIAN HIEROGLYPH-13461", "Lo", 0), ("EGYPTIAN HIEROGLYPH-13462", "Lo", 0), ("EGYPTIAN HIEROGLYPH-13463", "Lo", 0), ("EGYPTIAN HIEROGLYPH-13464", "Lo", 0), ("EGYPTIAN HIEROGLYPH-13465", "Lo", 0), ("EGYPTIAN HIEROGLYPH-13466", "Lo", 0), ("EGYPTIAN...
https://github.com/visika/frontespizio-unina
https://raw.githubusercontent.com/visika/frontespizio-unina/main/frontespizio.typ
typst
The Unlicense
#let title = "Inserire qui il titolo della tesi" #let relatore_1 = "Inserire qui il primo relatore" #let relatore_2 = "Inserire qui il secondo relatore" #let candidato = "Nome e cognome del candidato" #let matricola = "Numero di matricola" #let annoaccademico = "1900/1901" // Imposta i metadati del documento #set docu...
https://github.com/choglost/LessElegantNote
https://raw.githubusercontent.com/choglost/LessElegantNote/main/lib.typ
typst
MIT License
#import "layouts/doc.typ": doc #import "layouts/preface.typ": preface #import "layouts/mainmatter.typ": mainmatter #import "layouts/appendix.typ": appendix #import "pages/fonts-display-page.typ": fonts-display-page #import "pages/elegant-cover.typ": elegant-cover #import "pages/outline-page.typ": outline-page #import...
https://github.com/supersurviveur/typst-math
https://raw.githubusercontent.com/supersurviveur/typst-math/main/typst-math-macros/README.md
markdown
MIT License
# Typst math macros Helper macros used in `typst-math-rust` to generate the symbols HashMap.
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/_general/casoslov/casy.typ
typst
#show <X>: it => { if it.location().position().y > 480pt [$ $ #colbreak() #it] else [#it] } #set text(font: "Monomakh Unicode", lang: "sk", fill: black) #include("/SK/casoslov/casy/cas1.typ") #pagebreak() #include("/SK/casoslov/casy/cas3.typ") #pagebreak() #include("/SK/casoslov/casy/cas6.typ") #pagebreak() #i...
https://github.com/qjcg/typstry
https://raw.githubusercontent.com/qjcg/typstry/main/templates/letter/letter.typ
typst
MIT License
#let letter( date: none, to: "", from: "", body: [], ) = [ #set document( title: "Example Letter", author: from, ) #set page( paper: "us-letter", margin: (x: 3.0cm, y: 1.5cm), header: [ #set text(8pt) #smallcaps[DRW NX] #h(1fr) _Annual Letter_ ...
https://github.com/liuguangxi/suiji
https://raw.githubusercontent.com/liuguangxi/suiji/main/tests/test-integers-f.typ
typst
MIT License
#set document(date: none) #import "/src/lib.typ": * #let print-arr(arr) = { if type(arr) != array { [#raw(str(arr) + " ")] } else { [#raw(arr.map(it => str(it)).join(" "))] } } #{ let n = 100 let rng = gen-rng-f(42) let arr = () (rng, arr) = integers-f(rng, low: 0, high:...
https://github.com/dssgabriel/master-thesis
https://raw.githubusercontent.com/dssgabriel/master-thesis/main/src/chapters/3-contributions.typ
typst
Apache License 2.0
#show raw.where(block: true): it => { set text(font: "Intel One Mono", size: 8pt) set align(left) set block(fill: luma(240), inset: 10pt, radius: 4pt, width: 100%) it } #show raw.where(block: false): box.with( fill: luma(240), inset: (x: 3pt, y: 0pt), outset: (y: 3pt), radius: 2pt ) #show raw.wh...
https://github.com/giZoes/justsit-thesis-typst-template
https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/resources/pages/bachelor-cover.typ
typst
MIT License
#import "../utils/datetime-display.typ": datetime-cn-display #import "../utils/style.typ": 字号, 字体 // 本科生封面 #let bachelor-cover( // documentclass 传入的参数 anonymous: false, twoside: false, fonts: (:), info: (:), // 其他参数 stoke-width: 0.5pt, min-title-lines: 1, info-inset: (x: 0pt, bottom: 1pt), info-key...
https://github.com/goshakowska/Typstdiff
https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_complex/para/para_deleted_result.typ
typst
In this report, we will explore the various factors that influence#strike[ ];#strike[#emph[fluid dynamics];];#strike[ ];#strike[in];#strike[ ];#strike[glaciers];#strike[ ];#strike[ha];#strike[ ];#strike[they];#strike[ ];#strike[contribute];#strike[ ];#strike[to];#strike[ ];#strike[the];#strike[ ];#strike[formation];#st...
https://github.com/trace1729/typst-template
https://raw.githubusercontent.com/trace1729/typst-template/main/README.md
markdown
# Typst 模板 > 参考 [simple-paper](https://github.com/jinhao-huang/SimplePaper.git) `./template.typ` 为模板文件, 如果要使用模板,请在文档最上方加入: ```typst #import "template.typ": * #show: project.with( title: "TITLE", authors: ( ( name: "Wonderland", email: "<EMAIL>" ), ), ) ``` ## 字体 - 正文部分,英文字体设置的是 「New Co...
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/uebungen/5/buildheap.typ
typst
#import "/components/lefttree.typ": subtree #import "heap.typ": heap #let nums = (-5, 13, -32, 7, -3, 17, 23, 12, -35, 19) #let done = () #let step(i, x, y, nums, done) = heap( nums, bg_tertiary: subtree(i, nums.len()), hl_success: done, swaps: ((x, y),), annotations: ((x, `i`),) ) #let heapify(index, nu...
https://github.com/floriandejonckheere/utu-thesis
https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/chapters/06-automated-modularization/04-metrics.typ
typst
#import "@preview/acrostiche:0.3.1": * #import "/helpers.typ": * === Metrics The quality metrics used in the publications are summarized in @slr_metrics. The metrics are used to quantitatively evaluate the quality of the generated microservice decomposition. Some of the algorithms require the use of a specific metri...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/raw-align_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Text inside raw block should be unaffected by outer alignment by default. #set align(center) #set page(width: 180pt) #set text(6pt) #lorem(20) ```py def something(x): return x a = 342395823859823958329 b = 324923 ``` #lorem(20)
https://github.com/Enter-tainer/typst-preview
https://raw.githubusercontent.com/Enter-tainer/typst-preview/main/assets/demo/main.typ
typst
MIT License
#show heading: set text(font: "Linux Biolinum", size: 20pt) #show link: underline #set page( margin: (x: 0.9cm, y: 1.3cm), ) #set par(justify: true) #let chiline() = {v(-3pt); line(length: 100%); v(-5pt)} #show text: set text(size: 18pt) = Someone's CV <EMAIL> == Education #chiline() *Institute of Learning* #h...
https://github.com/flavio20002/typst-orange-template
https://raw.githubusercontent.com/flavio20002/typst-orange-template/main/example/main.typ
typst
MIT No Attribution
#import "../lib.typ": book, part, chapter, my-bibliography, appendices, make-index, index, theorem, definition, notation,remark,corollary,proposition,example,exercise, problem, vocabulary, mathcal, update-heading-image //#set text(font: "Linux Libertine") //#set text(font: "TeX Gyre Pagella") #set text(font: "Lato") /...
https://github.com/tingerrr/hydra
https://raw.githubusercontent.com/tingerrr/hydra/main/tests/get-rules/top-margin/test.typ
typst
MIT License
// Synopsis: // - for a single auto size the other is automatically the smaller one and is used for the maring // calc // - for both auto, a4 lengths are assumed #import "/src/lib.typ": core, util #set page( height: 5cm, width: auto, header: context { assert.eq(core.get-top-margin(), (2.5 / 21) * 5cm) }...
https://github.com/txpipe-shop/sundae-swap
https://raw.githubusercontent.com/txpipe-shop/sundae-swap/main/src/audit.typ
typst
#import "templates/report.typ": * #show: report.with( client: "Sundae Labs", title: "V3", repo: "https://github.com/txpipe-shop/sundae-swap", date: "April 26, 2024", ) #show link: underline = Summary #v(1em) This report provides a comprehensive audit of SundaeSwap V3, a decentralized exchange protocol that r...
https://github.com/8LWXpg/jupyter2typst
https://raw.githubusercontent.com/8LWXpg/jupyter2typst/master/test/test1.typ
typst
MIT License
#import "template.typ": * #show: template #block[ = Jupyter Notebook files You can create content with Jupyter notebooks. For example, the content for the current page is contained in {download}`this notebook file <./notebooks.ipynb>`. ```{margin} If you'd like to write in plain-text files, but still keep a notebook ...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/.typst-preview.champs_quantiques.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: "Champs Quantiques", authors: ( "Lucas", ), date: "26 Mars, 2023", ) // We generated the example code below so you can see how // your ...
https://github.com/catppuccin/typst
https://raw.githubusercontent.com/catppuccin/typst/main/template/main.typ
typst
MIT License
#import "@preview/catppuccin:0.1.0": catppuccin, themes, get-palette #let theme = sys.inputs.at("flavor", default: themes.mocha) #show: catppuccin.with(theme) #let palette = get-palette(theme) #let colors = palette.colors #set text(font: "Nunito") #show heading: it => { show: text.with(font: "Jellee") it } #show...
https://github.com/GermanHeim/Informe-Typst-Template
https://raw.githubusercontent.com/GermanHeim/Informe-Typst-Template/main/template.typ
typst
// 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: "", abstract: [], authors: (), date: none, logo: none, body, ) = { // Set the document's basic properties. set document(au...
https://github.com/TGM-HIT/typst-diploma-thesis
https://raw.githubusercontent.com/TGM-HIT/typst-diploma-thesis/main/src/l10n.typ
typst
MIT License
#import "@preview/linguify:0.4.0": set-database as _set_database, linguify /// *Internal function.* Initializes Linguify with the template's translation file. /// /// -> content #let set-database() = _set_database(toml("l10n.toml")) #let thesis = linguify("thesis") #let supervisor = linguify("supervisor") #let perfor...
https://github.com/dainbow/MatGos
https://raw.githubusercontent.com/dainbow/MatGos/master/themes/13.typ
typst
#import "../conf.typ": * = Степенные ряды. Радиус сходимости. Бесконечная дифференцируемость суммы степенного ряда. Ряд Тейлора. == Бесконечная дифференцируемость суммы степенного ряда #definition[ Ряд $sum_(n = 0)^oo c_n (z - z_0)^n$, где $seq(start: 0, c) subset CC$ называется *степенным рядом* с центром в точке...
https://github.com/TheRiceCold/resume
https://raw.githubusercontent.com/TheRiceCold/resume/main/modules/projects.typ
typst
#import "../src/template.typ": * #cvSection("Projects") #cvEntry( title: [#link("https://github.com/thericecold/kaizen")[kaizen]], society: [], location: [], date: [2024 - Present], description: list( [*Desktop Environment for developers designed to improve workflow.*], [*AI Tools*: Implemented Google Gem...
https://github.com/LDemetrios/TypstTuringMachine
https://raw.githubusercontent.com/LDemetrios/TypstTuringMachine/main/examples/turing-demo-collection.typ
typst
#import "../turing.typ": * #set page(fill: black, height: auto, width: auto, margin: (y:0cm)) #set text(fill: white) #let source = sys.inputs.at("source", default: "./zero.tm") #let rules = parse-code(read(source)) #let empty = to-arr("_") #let demo-states = ( "./zero.tm": (to-arr("000"),), "./aplusb.tm": (to-a...
https://github.com/yonatanmgr/summaries-template
https://raw.githubusercontent.com/yonatanmgr/summaries-template/main/template/functions.typ
typst
//// COMPUTER SCIENCE #let python(path) = raw(read(path), lang: "python", block: true) #let pseudocode(c) = text(lang: "en", font: "New Computer Modern", dir: ltr)[#pseudocode-list(indentation-guide-stroke: .5pt + luma(180))[#c]] //// MATH // Formatting #let QED = place(left, dy: -0.2cm, dx: -0.6cm, $qed$) #let bar(x...
https://github.com/HEIGVD-Experience/docs
https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S4/ISI/docs/TE/EXAM.typ
typst
#import "/_settings/typst/template-te.typ": * #show: resume.with( "Résumé ISI - Examen", "HEIG-VD", cols: 4 ) #set text(size:5.5pt) == Type d’attaquants - Script kiddy: Jouent avec des outils - Pirates défi: Attirés par le defi - Pirates vengeurs: Comme Sony (Par vengeance) - Pirates par conviction: A but « po...
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/descartes/fremdpsychische.typ
typst
Other
#import "/src/template.typ": * #let med(page) = en[Vgl. Descartes, Renè: AT VII. S. #page.] == Das #ix("Fremdpsychische", "Fremdpsychisches") Im Wachsbeispiel gibt es die folgende Passage: "[W]enn ich nicht zufälligerweise vom Fenster auf der Straße vorübergehende Menschen gesehen hätte, von denen ich üblicherweise ...
https://github.com/jLevere/resume
https://raw.githubusercontent.com/jLevere/resume/main/template.typ
typst
// Function sets the document characteristics and builds the header. Parameters // override cli arguments. // // If no parameters are included, will be populated from cli key value arguments in the form: // ` typst compile doc.typ --input key=value ` #let conf(title: none, author: none, email: none, phone: none, lin...
https://github.com/Starlight0798/typst-nku-lab-template
https://raw.githubusercontent.com/Starlight0798/typst-nku-lab-template/main/template.typ
typst
MIT License
#import "@preview/chic-hdr:0.4.0": * #import "@preview/codly:0.2.1": * #import "@preview/i-figured:0.2.4" #import "@preview/pintorita:0.1.1" #import "@preview/gentle-clues:0.8.0": * #import "@preview/cheq:0.1.0": checklist #import "@preview/unify:0.6.0": num, qty, numrange, qtyrange #let Heiti = ("Times New Roman", "H...
https://github.com/thornoar/hkust-courses
https://raw.githubusercontent.com/thornoar/hkust-courses/master/MATH1023-Honors-Calculus-I/homeworks/homework-3/main.typ
typst
#import "@local/common:0.0.0": * #import "@local/templates: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 = plainstyle("definition", "Definition...
https://github.com/adamDilger/resume
https://raw.githubusercontent.com/adamDilger/resume/master/resume.typ
typst
#set text(size: 9pt, font: "New Computer Modern") #set page( margin: (x: 20pt, y: 20pt), ) #let lightgray = rgb("D8D8D8") #let blue = rgb("0049A7") #align(center)[ #text(18pt)[= <NAME>] Full Stack Web Developer ] #show heading: it => block[ #text(fill: blue)[#it.body] #v(3pt) ] #line(stroke: 2pt + lightgra...
https://github.com/gldraphael/typst-resume
https://raw.githubusercontent.com/gldraphael/typst-resume/main/resume.typ
typst
#import "template.typ": * #show: resume.with( full-name: "<NAME>", email: "<EMAIL>", place: "North Pole", links: ( (name: "Tracker", link: "https://santatracker.google.com/"), (name: "Status", link: "https://www.noradsanta.org/en/"), ) ) #lorem(30) #section(title: "Work Experience") #position( ti...
https://github.com/mumblingdrunkard/mscs-thesis
https://raw.githubusercontent.com/mumblingdrunkard/mscs-thesis/master/src/doppelganger-loads/index.typ
typst
= Doppelganger Loads <ch:doppelganger> We are implementing doppelganger loads in hardware @bib:doppelganger. This chapter presents the concept of Doppelganger Loads, how they do not change the safety guarantees of secure speculation, and how they improve performance. At its core, doppelganger loads attempt to regain s...
https://github.com/DieracDelta/presentations
https://raw.githubusercontent.com/DieracDelta/presentations/master/polylux/book/src/dynamic/terms-one-by-one.typ
typst
#import "../../../polylux.typ": * #set page(paper: "presentation-16-9") #set text(size: 50pt) #polylux-slide[ #terms-one-by-one(separator: [~---~])[/ first: 1st][/ second: 2nd][/ third: 3rd] ]
https://github.com/desid-ms/desid_playground
https://raw.githubusercontent.com/desid-ms/desid_playground/main/_extensions/desid/typst-template.typ
typst
MIT License
#let wideblock(content, ..kwargs) = block(..kwargs, width:100%+7cm-1cm, content) // Fonts used in front matter, sidenotes, bibliography, and captions #let sans-fonts = ( "<NAME>", // "Noto Sans" ) // Fonts used for headings and body copy #let serif-fonts = ( // "Harding Text Web", "Merriweather", //...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/README.md
markdown
Apache License 2.0
# Unichar This package ports part of the [Unicode Character Database](https://www.unicode.org/reports/tr44/) to Typst. Notably, it includes information from [UnicodeData.txt](https://unicode.org/reports/tr44/#UnicodeData.txt) and [Blocks.txt](https://unicode.org/reports/tr44/#Blocks.txt). ## Usage This package defi...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/033%20-%20Rivals%20of%20Ixalan/002_Glimpse%20the%20Far%20Side%20of%20the%20Sun.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Glimpse the Far Side of the Sun", set_name: "Rivals of Ixalan", story_date: datetime(day: 17, month: 01, year: 2018), author: "<NAME> & <NAME>", doc ) = HUATLI #figure(image("002_Glimpse the Far Side of the Sun/01.jpg", width: 100%), capti...
https://github.com/MuShann/typst-graph
https://raw.githubusercontent.com/MuShann/typst-graph/main/typst-graph.typ
typst
#import "calculate.typ": * #let d(..nums, grid: 1, fill: white, stroke: none, clip: false, body) = { let area = nums.pos() + (-5, -5, 5, 5).slice(nums.pos().len(), 4) let w = (area.at(2) - area.at(0))*10pt let h = (area.at(3) - area.at(1))*10pt grid *= 10pt if stroke == none {stroke = (thickness: 0.25pt, pa...
https://github.com/Gekkio/gb-ctr
https://raw.githubusercontent.com/Gekkio/gb-ctr/main/chapter/cartridges/mbc6.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "../../common.typ": * == MBC6 mapper chip MBC6 supports ROM sizes up to 16 Mbit (256 banks of #hex("2000") bytes), and RAM sizes up to 4 Mbit (128 banks of #hex("1000") bytes). The information in this section is based on my MBC6 research.
https://github.com/mem-courses/calculus
https://raw.githubusercontent.com/mem-courses/calculus/main/note-1/4.中值定理.typ
typst
#import "../template.typ": * #show: project.with( course: "Calculus I", course_fullname: "Calculus (A) I", course_code: "821T0150", semester: "Autumn-Winter 2023", title: "Note #4: 中值定理", authors: ( ( name: "memset0", email: "<EMAIL>", id: "3230104585", ), ), date: "November 2...
https://github.com/knuesel/typst-minideck
https://raw.githubusercontent.com/knuesel/typst-minideck/main/paper.typ
typst
MIT License
// From typst source crates/typst/src/layout/page.rs #let papers = ( // ISO 216 A Series a0: (width: 841.0, height: 1189.0), a1: (width: 594.0, height: 841.0), a2: (width: 420.0, height: 594.0), a3: (width: 297.0, height: 420.0), a4: (width: 210.0, height: 297.0), a5: (width: 148.0, hei...
https://github.com/Danmushu/missingSemester
https://raw.githubusercontent.com/Danmushu/missingSemester/main/git%26latex/template.typ
typst
#import "@preview/numblex:0.1.0": numblex, circle_numbers #let font = (main: "Cambria", mono: "SimHei", cjk: "SimHei") #let problem_counter = counter("problem") #let prob-solution_counter = counter("prob-solution") #let prob_block(body) = { v(-0.5em) block(fill: rgb(230, 255, 255), width: 100%, inset: 8pt, radiu...
https://github.com/barddust/Kuafu
https://raw.githubusercontent.com/barddust/Kuafu/main/src/Meta/reading.typ
typst
= 如何阅读 == 分类 我把书本分为两大类,不同类别的数目使用的方法不同: - 文学类,包括小说、散文、诗歌等等 - 功能类,包括历史学、哲学、心理学、成功学等 前者需要感受文字本身的美感,或需斟酌考量每个字词的含义,因此需要精度细读;后者重点在于提取文本背后所包含的信息,因此需要考虑跳读,高效提取有价值的信息。 == 核心 思维导图 Mind Mapping 树立脉络 == 问题意识 == 阅读方式 - 手指帮助集中 - 提取关键字 == 参考 - 超级快速阅读 https://book.douban.com/subject/6064502/ - 这样读书就够了 https://book.douban.com/su...
https://github.com/VisualFP/docs
https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/content/poc/options_deployment_desktopapp.typ
typst
= Desktop Application A desktop application can be installed on the user's device with one installer. Both the frontend and backend are executed on the user's device. This means that there is no special infrastructure required to host the application. The application can also access the local file system and other de...
https://github.com/MatheSchool/typst-g-exam
https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/test/Paragraph/test-001.typ
typst
MIT License
#import "../../src/lib.typ": * #show: g-exam.with( ) #g-question(points: 2)[#lorem(30)] #g-subquestion(points: 2)[#lorem(30)] #g-subquestion(points: 2, points-position: right)[#lorem(30)] #g-question(points: 1)[#lorem(30)] #g-subquestion(points: 2)[#lorem(30)] #g-subquestion(points: 2)[#lorem(30)] ...
https://github.com/chendaohan/bevy_tutorials_typ
https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/15_keyboard/keyboard.typ
typst
#set page(fill: rgb(35, 35, 38, 255), height: auto, paper: "a3") #set text(fill: color.hsv(0deg, 0%, 90%, 100%), size: 22pt, font: "Microsoft YaHei") #set raw(theme: "themes/Material-Theme.tmTheme") = 1. 检查按键状态 通常在游戏中,你可能会对特定的已知按键以及检测它们何时被按下或释放感兴趣。你可以使用 ButtonInput\<KeyCode> 资源来检查特定按键。 使用 .pressed(…)/.released(…) 来检查...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/app.routes.typ
typst
```ts export const routes: Routes = [ { path: 'overview', component: ModuleGridComponent }, { path: 'faculties', component: FacultiesComponent }, { path: 'faculty/:id', component: FacultyDetailComponent } [...] ```
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/font-05.typ
typst
Other
// Error: 11-31 unexpected argument: something #set text(something: "invalid")
https://github.com/dice-punk-press/open-d12
https://raw.githubusercontent.com/dice-punk-press/open-d12/main/src/extensions/game-of-manners.typ
typst
Creative Commons Attribution 4.0 International
= Game of Manners == Description This extension adds a novel danger mechanic to the game where players lose chances (or some other resource) if they fail to follow a set of rules. == Mechanics Players must follow a pre-defined set of rules. These rules are typically inspired by the setting of the game, for example a ...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/ops-15.typ
typst
Other
// Test `with` method. // Apply positional arguments. #let add(x, y) = x + y #test(add.with(2)(3), 5) #test(add.with(2).with(3)(), 5) #test((add.with(2))(4), 6) #test((add.with(2).with(3))(), 5) // Make sure that named arguments are overridable. #let inc(x, y: 1) = x + y #test(inc(1), 2) #let inc2 = inc.with(y: 2) #...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/foundations-01.typ
typst
Other
#test(repr(ltr), "ltr") #test(repr((1, 2, false, )), "(1, 2, false)")
https://github.com/grnin/Zusammenfassungen
https://raw.githubusercontent.com/grnin/Zusammenfassungen/main/Bsys2/03_Prozesse.typ
typst
// Compiled with Typst 0.11.1 #import "../template_zusammenf.typ": * #import "@preview/wrap-it:0.1.0": wrap-content /*#show: project.with( authors: ("<NAME>", "<NAME>"), fach: "BSys2", fach-long: "Betriebssysteme 2", semester: "FS24", tableofcontents: (enabled: true), language: "de" )*/ #let wait = ```c w...
https://github.com/j10ccc/algorithm-analysis-homework-template-typst
https://raw.githubusercontent.com/j10ccc/algorithm-analysis-homework-template-typst/main/constants/fonts.typ
typst
#let font_family = ( default: "Songti SC", songti: "FandolSong", kaiti: "FandolKai", monospace: "CMU Typewriter Text" )
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/经济学原理/hw/hw3.typ
typst
#import "../../template.typ": * #show: note.with( title: "作业3", author: "YHTQ ", date: none, logo: none, withOutlined: false ) = #set enum(numbering: "(1).") + 令 $Q_("需求") = Q_("供给")$,立得均衡价格: $ 100-P = 20 +3P => P = 20 $ + 政府限制政策会导致同价格下商品需求降低,需求曲线左移,供给曲线不变,均衡价格下降,均衡数量下降。 + 由于限价 $15 < P_("均衡") = 20$...
https://github.com/rabotaem-incorporated/calculus-notes-2course
https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/02-measure-theory/!sec.typ
typst
#import "../../config.typ" = Теория меры #include "01-set-systems.typ" #include "02-volume-and-measure.typ" #include "03-measure-cont.typ" #include "04-lebesgue-measure.typ" #include "05-measurable-functions.typ" #include "06-function-sequences.typ"
https://github.com/hegza/owners-manual
https://raw.githubusercontent.com/hegza/owners-manual/main/working_with_heksa.typ
typst
#let title = [Owner's Manual] #set document(title: [#title]) #set heading(numbering: "1.") #align(center, text(17pt)[#title]) = Introduction - Purpose of this Manual - Overview of My Role and Responsibilities = Communication Preferences - *If you'd like a quick response as soon as possible:* use Signal for work r...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-13000.typ
typst
Apache License 2.0
#let data = ( ("EGYPTIAN HIEROGLYPH A001", "Lo", 0), ("EGYPTIAN HIEROGLYPH A002", "Lo", 0), ("EGYPTIAN HIEROGLYPH A003", "Lo", 0), ("EGYPTIAN HIEROGLYPH A004", "Lo", 0), ("EGYPTIAN HIEROGLYPH A005", "Lo", 0), ("EGYPTIAN HIEROGLYPH A005A", "Lo", 0), ("EGYPTIAN HIEROGLYPH A006", "Lo", 0), ("EGYPTIAN HIERO...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/inlay_hints/math_markup_mod.typ
typst
Apache License 2.0
#let f(x, y) = [#(x + y)]; $lr(#f(1, 2))$
https://github.com/caro3dc/templatat
https://raw.githubusercontent.com/caro3dc/templatat/main/style.typ
typst
#let template(title, code, cs, doc) = { /* colours section */ let author = "<NAME>" let bg = rgb("#f8ece1"); // BG; 50 let tc = rgb("#353542"); // Text; 950 let ac = rgb("#355eb4"); // Accent; 600 let la = rgb("#eac879"); // lightAccent; 300 let da = rgb("#7f1e33"); // darkAccent; 800 if (cs == "red"){ bg =...
https://github.com/ShapeLayer/ucpc-solutions__typst
https://raw.githubusercontent.com/ShapeLayer/ucpc-solutions__typst/main/lib/ucpc.typ
typst
Other
#import "/lib/colors.typ": color #import "/lib/utils/make-hero.typ": make-hero // Theme #let ucpc( content, title: none, date: none, authors: (), paper: "presentation-16-9", hero: none, margin: ( top: 2em, bottom: 3em, left: 2.5em, right: 2.5em ), pallete: ( primary: color.bluegr...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/bibliography-math_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page(width: 200pt) @Zee04 #bibliography("/assets/files/works_too.bib", style: "mla")
https://github.com/kotfind/hse-se-2-notes
https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/os/lectures/2024-09-23.typ
typst
#import "/utils/math.typ": * == Особенности канальных средств связи === Буферизация Обладает ли канал внутренней памятью Случаи: - Буфера нет Процесс-передатчик блокируется, пока процесс-получатель не считает данные - Буфер неограниченной емкости (физически не реализуем) Процесс-передатчик никогда не жде...
https://github.com/cyp0633/hnu-bachelor-thesis-typst-template
https://raw.githubusercontent.com/cyp0633/hnu-bachelor-thesis-typst-template/master/authenticity.typ
typst
// 原创性声明和版权使用授权书 #let originality_statement() = [ #align(center)[ #text(font: "Source Han Sans", size: 18pt)[ #par(leading: 2em)[ #pad(top: 1.2em)[ 湖 南 大 学#linebreak() 毕业论文(设计)原创性声明 ] ] ] ] #show par: set block(spacing: 1em) #par()[#text(size: 0.5em)[#h(0...
https://github.com/lvignoli/typst-pandoc
https://raw.githubusercontent.com/lvignoli/typst-pandoc/main/test_files/reader_test_file.typ
typst
MIT License
= Title == First section Hello *World*, how are _you_? A sentence with long spaces. They should collapse. == Second section I am `fine`. \ You? Some code ``` func main(){ fmt.Println("Hello World!") } ``` - One - Two - Three Another list + One + Two + Three
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/spue/planung/panik.typ
typst
Other
#import "/src/template.typ": * == "Hilfe! Ich habe absolut keine Ideen für meine Stunde!"-Notfalltipps Diese Liste ist nicht als Schrittfolge zu verstehen, sondern als Möglichkeit, in einzelnen Planungsphasen Ideen zu sammeln. #orange-list-with-body[*Erschließen des Problemraumes*][ Stellen Sie ihr Stundenthema ...
https://github.com/freundTech/kit-slides-typst
https://raw.githubusercontent.com/freundTech/kit-slides-typst/main/kit-slides.typ
typst
Other
//========================================================== // Karlsruhe Institute of Technology theme for Typst slides. // Based on the official Powerpoint Theme and Latex Template // // You don't need to edit this file. Only presentation.typ // ========================================================= #import "@prev...
https://github.com/MichaelFraiman/TAU_template
https://raw.githubusercontent.com/MichaelFraiman/TAU_template/main/03.Class.Linear-Differential-Equations.typ
typst
#import "mfraiman-TAU-TA.typ" as ta #show: doc => ta.conf( info_file: "info", class_id: "03", activity: "Class", // doc ) = Linear Differential Equations First-order linear equations are equations of the form $ y' + p(x) y = q(x). $ There are two main methods of solution: integrating factor and variation ...
https://github.com/denkspuren/typst_programming
https://raw.githubusercontent.com/denkspuren/typst_programming/main/LiterateProgramming/showcase.typ
typst
= Towards literate programming This gets me closer to explanatory and literate programming: Show the code and demonstrate its effect (or vice versa) when executed. == First Solution: Work with strings This solution requires to embed a solution into a string like this: #let pythagoras = " $ a^2 + b^2 = c^2 $ " ```t...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/gradient-math_06.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test miscelaneous #show math.equation: set text(fill: gradient.linear(..color.map.rainbow)) #show math.equation: box $ hat(x) = bar x bar = vec(x, y, z) = tilde(x) = dot(x) $ $ x prime = vec(1, 2, delim: "[") $ $ sum_(i in NN) 1 + i $ $ attach(...
https://github.com/pedrofp4444/BD
https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[3] Modelação Concetual/entidades.typ
typst
#let entidades = { [ == Identificação e Caracterização das Entidades Tendo em conta os requisitos recolhidos, foi possível identificar as entidades *Funcionário*, *Função*, *Terreno* e *Caso*. #figure( caption: "Caracterização das entidades.", kind: table, table( columns: (0.8f...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/006_Magic%202014.typ
typst
#import "@local/mtgset:0.1.0": conf #show: doc => conf("Magic 2014", doc) #include "./006 - Magic 2014/001_Prisoner of the Skep; or, How I Encountered the Slivers—and Lived to Tell the Tale!.typ" #include "./006 - Magic 2014/002_The Armor in the Crypt.typ" #include "./006 - Magic 2014/003_The Path of Bravery.typ" #inc...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-11C70.typ
typst
Apache License 2.0
#let data = ( ("MARCHEN HEAD MARK", "Po", 0), ("MARCHEN MARK SHAD", "Po", 0), ("MARCHEN LETTER KA", "Lo", 0), ("MARCHEN LETTER KHA", "Lo", 0), ("MARCHEN LETTER GA", "Lo", 0), ("MARCHEN LETTER NGA", "Lo", 0), ("MARCHEN LETTER CA", "Lo", 0), ("MARCHEN LETTER CHA", "Lo", 0), ("MARCHEN LETTER JA", "Lo", 0...
https://github.com/arthurcadore/eng-telecom-workbook
https://raw.githubusercontent.com/arthurcadore/eng-telecom-workbook/main/semester-7/COM_1/homework7/homework.typ
typst
MIT License
#import "@preview/klaro-ifsc-sj:0.1.0": report #import "@preview/codelst:2.0.1": sourcecode #show heading: set block(below: 1.5em) #show par: set block(spacing: 1.5em) #set text(font: "Arial", size: 12pt) #set highlight( fill: rgb("#c1c7c3"), stroke: rgb("#6b6a6a"), extent: 2pt, radius: 0.2em, ) #show: doc...
https://github.com/emanuel-kopp/uzh-mnf-phd
https://raw.githubusercontent.com/emanuel-kopp/uzh-mnf-phd/main/template/chapters/chapter_1.typ
typst
#import "@local/uzh-mnf-phd:0.1.0": chapter #show: chapter.with( title: text()[Title of your first chapter, of which maybe a part must be _italic_], authors: ( (name: "First Author", affiliation: [1, 2]), (name: "Second Author", affiliation: 3), (name: "Third Author", affiliation: 1), (name: "Last ...
https://github.com/chamik/gympl-skripta
https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-dila/4-451-stupnu-fahrenheita.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/helper.typ": dilo, hrule #dilo("451 stupňů Fahrenheita", "fahrenheit", "<NAME>", "<NAME>", "2. p. 20. st. až současnost 𐠒2012; Fikce, antiutopie", "USA", "1953", "epika", "sci-fi román") #columns(2, gutter: 1em)[ *Téma*\ Myšlenkové probuzení člověka, který aktivně slouží režimu, který vymývá mozky a dr...
https://github.com/typst-doc-cn/tutorial
https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/basic/other-file.typ
typst
Apache License 2.0
一段文本 #set text(fill: red) 另一段文本
https://github.com/howardlau1999/sysu-thesis-typst
https://raw.githubusercontent.com/howardlau1999/sysu-thesis-typst/master/functions/outline.typ
typst
MIT License
#import "numbering.typ": * #import "style.typ": * #let chineseoutline(title: "目录", depth: none, indent: false) = { heading(title, numbering: none, outlined: false) locate(it => { let elements = query(heading.where(outlined: true).after(it), it) for el in elements { // Skip list of images and list of...
https://github.com/Nianyi-GSND-Projects/GSND-5130-GP2
https://raw.githubusercontent.com/Nianyi-GSND-Projects/GSND-5130-GP2/master/Thesis/Thesis.typ
typst
// Preambles #set page(paper: "us-letter", margin: 0.8in) #set par(justify: true) #set cite(style: "alphanumeric") // #set text(font: "Times New Roman") #show link: set text(size: 0.9em, font: "Consolas") // Title #(body => { set align(left); set text(size: 19pt, weight: "bold"); v(1em); body; })[Inspecting the ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/optimal-ovgu-thesis/0.1.0/template/expose.typ
typst
Apache License 2.0
#import "metadata.typ": title, author, lang, document-type, city, date, organisation #import "@preview/optimal-ovgu-thesis:0.1.0": oot-expose #oot-expose( title: title, author: author, lang: lang, document-type: document-type, city: city, date: date, organisation: [], )[ #include "chapter/01-Einleitung...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.0.2/lib.typ
typst
Apache License 2.0
#let version = (0,0,2) #import "canvas.typ": canvas #import "draw.typ" #import "coordinate.typ" #import "vector.typ" #import "matrix.typ" #import "tree.typ" // Libraries #import "lib/axes.typ" #import "lib/plot.typ" #import "lib/chart.typ" #import "lib/palette.typ" // These are aliases to prevent name collisions // ...
https://github.com/Anastasia-Labs/project-close-out-reports
https://raw.githubusercontent.com/Anastasia-Labs/project-close-out-reports/main/f10-trifecta-of-data-structures-closeout-report/trifecta-of-data-structures.typ
typst
#let image-background = image("images/background-1.jpg", height: 100%, fit: "cover") #let image-foreground = image("images/Logo-Anastasia-Labs-V-Color02.png", width: 100%, fit: "contain") #let image-header = image("images/Logo-Anastasia-Labs-V-Color01.png", height: 75%, fit: "contain") #let fund-link = link("https://pr...
https://github.com/typst/templates
https://raw.githubusercontent.com/typst/templates/main/icicle/template/main.typ
typst
MIT No Attribution
#import "@preview/icicle:0.1.0": game #show: game // Move with WASD.
https://github.com/dangh3014/postercise
https://raw.githubusercontent.com/dangh3014/postercise/main/themes/themes.typ
typst
MIT License
#import "/themes/basic.typ" #import "/themes/better.typ" #import "/themes/boxes.typ"
https://github.com/andrin-geiger/hslu_template_typst
https://raw.githubusercontent.com/andrin-geiger/hslu_template_typst/master/chapters/03_concept.typ
typst
= Ideen und Konzepte #pagebreak()
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/student-teaching-volunteer-handout.typ
typst
// the json file { "traits": [ { "characteristics": ["responsible", "patient", "caring"], "action": "try your best for this" }, { "characteristics": ["annoyed", "sarcastic"], "action": "try to minimize" } ], "guidelines": [ { "title": "Role Model", "...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Maths_Devoir_Maison_5.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 Devoir Maison 5", authors: ( "<NAME>", ), date: "8 Janvier, 2024", ) #set heading(numbering: "1.1.") == Exercice 1 <exercice-1>...
https://github.com/ahenshaw/ksu_dissertation_template
https://raw.githubusercontent.com/ahenshaw/ksu_dissertation_template/main/main.typ
typst
Creative Commons Zero v1.0 Universal
#import "dissertation_template.typ": * #show: thesis.with( title: "On Formally Undecidable Propositions of Principia Mathematica and Related Systems", author: "<NAME>", // Insert your abstract after the colon, wrapped in brackets. // Example: `abstract: [This is my abstract...]` abstract: [#lorem(59)], ) = I...
https://github.com/TOMATOFQY/MyChiCV
https://raw.githubusercontent.com/TOMATOFQY/MyChiCV/main/resume.english.typ
typst
MIT License
#import "chicv.english.typ": * #show: chicv #box([ = <NAME> #fa[#phone] #fa[#weixin] (+86)132-8866-2339 | #fa[#envelope] <EMAIL> | #fa[#github] #link("https://github.com/TOMATOFGY")[github.com/TOMATOFGY] // #fa[#home] #link("https://www.notion.so/tomatofgy/TOMATOFGY-s-Blog-c83179a1988543678b177bbb4fa957e1")[TOMATOFG...
https://github.com/loqusion/typix
https://raw.githubusercontent.com/loqusion/typix/main/docs/api/derivations/common/virtual-paths-example.md
markdown
MIT License
<!-- markdownlint-disable-file first-line-h1 --> <!-- ANCHOR: head --> You can specify dependencies in your flake input, and then use them in your project with something like: <!-- ANCHOR_END: head --> <!-- ANCHOR: buildtypstprojectlocal_example --> ```nix { inputs = { font-awesome = { url = "github:Fo...
https://github.com/Goldan32/brilliant-cv
https://raw.githubusercontent.com/Goldan32/brilliant-cv/main/README.md
markdown
Apache License 2.0
# Brilliant CV Forked from https://github.com/mintyfrankie/brilliant-CV ## Compile ``` typst compile ./cv.typ ./output/CV.pdf --font-path ./src/fonts/ ```