repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/013%20-%20Magic%202015/003_Veil%20of%20Deceit.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Veil of Deceit", set_name: "Magic 2015", story_date: datetime(day: 02, month: 07, year: 2014), author: "<NAME>", doc ) #emph[The planeswalking necromancer <NAME> knows all too well that everybody dies, but that doesn't mean she's going to l...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/032%20-%20Ixalan/003_The%20Talented%20Captain%20Vraska.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Talented Captain Vraska", set_name: "Ixalan", story_date: datetime(day: 20, month: 09, year: 2017), author: "<NAME> & <NAME>", doc ) === HOUSE OF THE OCHRAN, RAVNICA Vraska first found the dragon's invitation tucked into a copy of the ...
https://github.com/nathanielknight/tsot
https://raw.githubusercontent.com/nathanielknight/tsot/main/src/theme.typ
typst
#let common(doc) = { set text(font: "Vollkorn", weight: "regular") show heading: it => text(font: "National Park", it) doc } #let phase(doc) = { set text(size: 12pt) set page(margin: 36mm) doc } #let playbook(doc) = { set text(size: 10pt) set page(margin: 12mm) doc }
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/209.%20words.html.typ
typst
words.html Putting Ideas into Words February 2022Writing about something, even something you know well, usually shows you that you didn't know it as well as you thought. Putting ideas into words is a severe test. The first words you choose are usually wrong; you have to rewrite sentences over and over to get them exa...
https://github.com/dankelley/typst_templates
https://raw.githubusercontent.com/dankelley/typst_templates/main/qe/0.0.2/qe.typ
typst
MIT License
// https://typst.app/docs/tutorial/making-a-template/ // https://github.com/typst/packages/?tab=readme-ov-file#local-packages #let conf( student: none, paper: none, date: none, venu: none, time: none, doc, ) = { set text(font: "Times Roman", size: 12pt) set page("us-letter", header: [ _Qualifying Examin...
https://github.com/Treeniks/bachelor-thesis-isabelle-vscode
https://raw.githubusercontent.com/Treeniks/bachelor-thesis-isabelle-vscode/master/chapters/04-main-refinements/desyncs.typ
typst
#import "/utils/todo.typ": TODO #import "/utils/isabelle.typ": * == Desync on File Changes <didchange> While building the Neovim Isabelle client mentioned in @intro:motivation, the language server frequently got out of sync with the file's actual contents. For example, it might have happened that the user wanted to w...
https://github.com/danjones1618/presentations
https://raw.githubusercontent.com/danjones1618/presentations/main/python-lark/python-lark.typ
typst
#import "@preview/fontawesome:0.1.0": * #import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge #import "../catppuccin/src/lib.typ": get-palette as get_palette #import "../template.typ": * #import "@preview/polylux:0.3.1": pdfpc, pause, side-by-side #set document( title: "The Earley Lark parses more: from...
https://github.com/jordanqt327/Typst-Pruebas
https://raw.githubusercontent.com/jordanqt327/Typst-Pruebas/main/Typst/prueba3.typ
typst
#table( columns: 3, table.header( [ "Nombre"], ["Edad"], ["Ciudad"],), [ "Alice"], [30], ["<NAME>" ], [ "Bob"], [25], ["Los Ángeles" ], [ "Charlie"], [35], ["Chicago" ] ) #let jso = json("ejemplo.json") #jso #for user in jso.usuarios [ #user.nombre #user.edad #user...
https://github.com/DawodGAMIETTE/ENSEA_template-Typst
https://raw.githubusercontent.com/DawodGAMIETTE/ENSEA_template-Typst/master/src/main.typ
typst
#import "template.typ": * #show: project.with( title: "TP ?", authors: ( "LastName1 FirstName1", "LastName2 FirstName2", "etc. etc." ), objective: [Insert your objective here...], ) = Introduction #lorem(30) == In this paper #lorem(10) === Contributions #lorem(20) = Related Work #lorem(150)
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/019.%20nerds.html.typ
typst
nerds.html Why Nerds are Unpopular February 2003When we were in junior high school, my friend Rich and I made a map of the school lunch tables according to popularity. This was easy to do, because kids only ate lunch with others of about the same popularity. We graded them from A to E. A tables were full of football p...
https://github.com/cadojo/correspondence
https://raw.githubusercontent.com/cadojo/correspondence/main/src/vita/src/experience.typ
typst
MIT License
#let experiencelist = state("experiencelist", ()) #let experience( organization, role: none, start: none, stop: none, notes ) = { let content = [ #grid( columns: (1fr, 1fr), heading(level: 3, organization), align(right)[ #set text(rgb(90,90,90)) #start #if stop != no...
https://github.com/pedrofp4444/BD
https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[2] Levantamento e Análise de Requisitos/metodo.typ
typst
#let metodo = { [ == Método de Levantamento e de Análise de Requisitos Adotado De forma a garantir um eficiente desenvolvimento do sistema de gestão de base de dados para a _Lusium_, a equipa “Quatro em Linha” dedicou-se a registar e documentar todas as condições e determinações da empresa em relação à melho...
https://github.com/dashuai009/dashuai009.github.io
https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/050.typ
typst
#let date = datetime( year: 2024, month: 10, day: 20, ) #metadata(( title: "你的电脑上有多少CEF?", subtitle: [CEF], author: "dashuai009", description: "你的电脑上有多少CEF?", pubDate: date.display(), ))<frontmatter> 最近电脑C盘爆了, #figure( image("050/imgs1.png", width: 50%), ) 想起来有个项目#link("https://github.com/Shirasawa...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/data-00.typ
typst
Other
// Test reading plain text files #let data = read("test/assets/files/hello.txt") #test(data, "Hello, world!")
https://github.com/Kirchoffs/typst-demo
https://raw.githubusercontent.com/Kirchoffs/typst-demo/main/math-hello-world/math-1.typ
typst
The equation $Q = rho A v + C$ defines the glacial flow rate. The flow rate of a glacier is defined by the following equation: $ Q = rho A v + C $ The flow rate of a glacier is given by the following equation: $ Q = rho A v + "time offset" $ Total displaced soil by glacial flow: $ 7.32 beta + sum_(i=0)^nabla Q_i / 2...
https://github.com/fufexan/cv
https://raw.githubusercontent.com/fufexan/cv/typst/modules_ro/skills.typ
typst
#import "../src/template.typ": * #cvSection("Skills") #cvSkill( type: [Limbi vorbite], info: [Română, Engleză], ) #cvSkill( type: [Limbaje de prog.], info: [Bash, C/C++, Java, JavaScript, Matlab, Nix, PHP, Python, Rust], ) #cvSkill( type: [Baze de date], info: [Microsoft SQL, MySQL, Firestore], ) #cvSkill( ...
https://github.com/Tetragramm/flying-circus-typst-template
https://raw.githubusercontent.com/Tetragramm/flying-circus-typst-template/main/src/Impl.typ
typst
MIT License
#import "@preview/cetz:0.3.1" #import "@preview/cetz-plot:0.1.0" #import "@preview/cuti:0.2.1": regex-fakebold #import "@preview/tablex:0.0.8": gridx, cellx, hlinex, vlinex /// Sets the tex to the Koch Fette FC font for people who don't want to remember that. /// /// - body (content) /// - ..args: Any valid argument t...
https://github.com/El-Naizin/cv
https://raw.githubusercontent.com/El-Naizin/cv/main/modules_zh/education.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("教育经历") #cvEntry( title: [数据科学硕士], society: [加利福尼亚大学洛杉矶分校], date: [2018 - 2020], location: [美国], logo: "../src/logos/ucla.png", description: list( [论文: 使用机器学习算法和网络分析预测电信行业的客户流失], [课程: 大数据系统与技术 #hBar() 数据挖掘与探索 #hBar() 自然语言处理] ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/game-theoryst/0.1.0/src/nfg.typ
typst
Apache License 2.0
#import table: cell #set cell(fill: none) #import "utils/programming_utils.typ": * #import "utils/styling_utils.typ": * #import "utils/table_utils.typ": * #import "@preview/pinit:0.1.4": * // State + setting function for black-white vs color #let _bw = state("no-colors", false) #let colorless(bw: true) = _bw.update(bw...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/root_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test root size with radicals containing attachments. $ sqrt(a) quad sqrt(f) quad sqrt(q) quad sqrt(a^2) \ sqrt(n_0) quad sqrt(b^()) quad sqrt(b^2) quad sqrt(q_1^2) $
https://github.com/xkevio/parcio-typst
https://raw.githubusercontent.com/xkevio/parcio-typst/main/parcio-thesis/chapters/background/background.typ
typst
MIT License
#import "../../template/template.typ": parcio-table, section = Background<bg> _In this chapter, ..._ == Citations You can comfortably reference literature @DuweLMSF0B020.#footnote[This is a footnote.] BibTeX entries for a large number of publications can be found at https://dblp.org/. @girshick_fast_2015 == Tables ...
https://github.com/ymgyt/techbook
https://raw.githubusercontent.com/ymgyt/techbook/master/programmings/js/typescript/specification/function.md
markdown
# function ```typescript function increment(num: number): number { return num + 1; } ``` ## arrow function ```typescript const hello = (num: number): number => num + 1; ```
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/features_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test alternates and stylistic sets. #set text(font: "IBM Plex Serif") a vs #text(alternates: true)[a] \ ß vs #text(stylistic-set: 5)[ß]
https://github.com/ustctug/ustc-thesis-typst
https://raw.githubusercontent.com/ustctug/ustc-thesis-typst/main/chapters/abstract.typ
typst
MIT License
#block[ This is a sample document of USTC thesis LaTeX template for bachelor, master and doctor. The template is created by zepinglee and seisman, which orignate from the template created by ywg. The template meets the equirements of USTC thesis writing standards. This document will show the usage of basic commands pr...
https://github.com/EGmux/ControlTheory-2023.2
https://raw.githubusercontent.com/EGmux/ControlTheory-2023.2/main/unit3/main.typ
typst
#include "./stabilitiy.typ" #include "./timeresponse.typ" #include "./errors.typ" #include "./lugarRaizes.typ" #include "./rootLocusProject.typ"
https://github.com/yan-aint-nickname/uni
https://raw.githubusercontent.com/yan-aint-nickname/uni/main/computer-networks/cm1/main.typ
typst
MIT License
#import "template.typ": * #import "@preview/codelst:2.0.1": sourcecode, sourcefile // 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: "Компьютерные сети. КМ-1", authors: ( "<NAME>. ИДз-21-21. Вариант 8.", ), ) #sho...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/typstfmt/113-math-indent.typ
typst
Apache License 2.0
$ EE_(i_k ~ "Unif"({1,...,d}))[f(x x_(k+1)) - f(x x_k)] &<= sum_(i=1)^d 1/d (delta nabla_i f(x_k) + L_i/2 delta^2) \ &= 1/d sum_(i=1)^d (-alpha_i_k nabla_i f(x_k)^2 + alpha^2_i_k L_i/2 nabla_i f(x_k)^2) \ &= 1/d sum_(i=1)^d (-alpha_i_k + alpha^2_i_k L_i/2) nabla_i f(x_k)^2 \ $
https://github.com/liuzhuan/reading-list
https://raw.githubusercontent.com/liuzhuan/reading-list/master/templates/notes.typ
typst
#let notes(doc) = { set page( paper: "a4", margin: ( x: 4em, y: 3em, ), numbering: "1" ) outline( title: "目录", indent: auto ) set text(11pt, font: "Songti SC") show heading.where(level: 1): set heading( numbering:...
https://github.com/Toniolo-Marco/git-for-dummies
https://raw.githubusercontent.com/Toniolo-Marco/git-for-dummies/main/book/components/git-graph.typ
typst
#import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge, shapes, draw #import fletcher.shapes: diamond #import "multi-label.typ" : multi_label #import "utils.typ": alignment_to_coordinates, generate_label #let branch_indicator(name, start, color, remote: none, lbl_stroke: (1pt+white)) = { let near = (st...
https://github.com/QuadnucYard/cswc-lecture-report-typst
https://raw.githubusercontent.com/QuadnucYard/cswc-lecture-report-typst/main/lib.typ
typst
MIT License
#let lec-report(doc, stu-id: [], stu-name: [], time: [], loc: [], speaker: [], subject: []) = { set page(margin: (top: 1in, bottom: 1in, left: 1.25in, right: 1.25in)) set text(font: "FangSong", size: 16pt) set par(leading: 1em) let title = text(font: "SimSun", size: 20pt, stroke: 0.5pt)[人文讲座听课报告] let body ...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/themes/bipartite.typ
typst
// This theme is inspired by https://slidesgo.com/theme/modern-annual-report #import "../logic.typ" #let bipartite-dark = rgb("#192e41") #let bipartite-bright = rgb("#fafafa") #let bipartite-accent = rgb("#fc9278") #let bipartite-theme( aspect-ratio: "16-9", body ) = { set page( paper: "presentation-" + a...
https://github.com/catg-umag/inach-workshop-2024
https://raw.githubusercontent.com/catg-umag/inach-workshop-2024/main/document/sections/1_working_env.typ
typst
#import "@preview/gentle-clues:1.0.0": * #import "../catgconf.typ": cmd = Entorno de Trabajo == Línea de comandos La línea de comandos es una interfaz de texto que permite interactuar con el sistema operativo mediante comandos. Es fundamental al procesar datos bioinformáticos, ya que muchas herramientas carecen de ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/codelst/0.0.3/manual.typ
typst
Apache License 2.0
#import "@local/mantys:0.0.2": * #show: mantys.with( name: "codelst", title: "The codelst Package", subtitle: [A *Typst* package to render source code], authors: "<NAME>", url: "https://github.com/jneug/typst-codelst", version: "0.0.3", date: "2023-07-19", ...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/gradient-transform.typ
typst
Apache License 2.0
// Test whether gradients work well when they are contained within a transform. --- #let grad = gradient.linear(red, blue, green, purple, relative: "parent"); #let my-rect = rect(width: 50pt, height: 50pt, fill: grad) #set page( height: 200pt, width: 200pt, ) #place(top + right, scale(x: 200%, y: 130%, my-rect)) #...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/raw_07.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // First line is not dedented and leading space is still possible. ``` A B C ```
https://github.com/bpkleer/typst-academicons
https://raw.githubusercontent.com/bpkleer/typst-academicons/main/lib-gen.typ
typst
MIT License
#import "lib-impl.typ": ai-icon // Generated icon list of Academicons 1.9.4 #let ai-icon-map = ( "academia": "\u{e9af}", "academia-square": "\u{e93d}", "acclaim": "\u{e92e}", "acclaim-square": "\u{e93a}", "acm": "\u{e93c}", "acm-square": "\u{e95d}", "acmdl": "\u{e96a}", "acmdl-s...
https://github.com/jamesrswift/pixel-pipeline
https://raw.githubusercontent.com/jamesrswift/pixel-pipeline/main/tests/layers/drawing/shapes/polygon/test.typ
typst
The Unlicense
#import "/tests/preamble.typ": pixel #let plotter = pixel.pipeline.factory( layers: ( pixel.layer.debug(), pixel.layer.drawing.layer(validation: true), ), ) #import pixel.layer: drawing #let my-polygon(pos, ..args) = drawing.shapes.polygon( position: pixel.primitives.position(pos), fill: blue.lighte...
https://github.com/Weetile/rhul-report-typst
https://raw.githubusercontent.com/Weetile/rhul-report-typst/main/README.md
markdown
MIT License
# rhul-template-typst Unofficial report template for reports at Royal Holloway, University of London. Created by <NAME> and heavily modified from [light-report-uia](https://typst.app/universe/package/light-report-uia/). ## Usage In the root directory, run the following command: ```bash typst c --root . ./template/...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-2F800.typ
typst
Apache License 2.0
#let data = ( ("CJK COMPATIBILITY IDEOGRAPH-2F800", "Lo", 0), ("CJK COMPATIBILITY IDEOGRAPH-2F801", "Lo", 0), ("CJK COMPATIBILITY IDEOGRAPH-2F802", "Lo", 0), ("CJK COMPATIBILITY IDEOGRAPH-2F803", "Lo", 0), ("CJK COMPATIBILITY IDEOGRAPH-2F804", "Lo", 0), ("CJK COMPATIBILITY IDEOGRAPH-2F805", "Lo", 0), ("CJ...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/ops-invalid-12.typ
typst
Other
// Error: 15-23 cannot add integer and string #{ let x = 1; x += "2" }
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/place-nested_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #box(fill: aqua)[ #place(top + left, dx: 50%, dy: 50%)[Hi] #v(30pt) #line(length: 50pt) ]
https://github.com/Many5900/aau-typst
https://raw.githubusercontent.com/Many5900/aau-typst/main/chapters/components.typ
typst
#import "../custom.typ": * = Components #box(title: "Title for Text Box with Footer")[ The main content of the text box goes here! ][Footer text goes here] #box(title: "Title for Text Box")[ The main content of the text box goes here! ][] #code(lang: "Rust")[Code Block Title][ ```rust fn main() { ...
https://github.com/Wuvist/lcpc
https://raw.githubusercontent.com/Wuvist/lcpc/main/lcpc.typ
typst
#import "paper_template.typ": paper #import "@preview/tablex:0.0.8": tablex, colspanx, rowspanx #import "@preview/wordometer:0.1.1": word-count, total-words #show: word-count.with(exclude: (heading.where(level: 1), raw.where(block: true))) #show: doc => paper( title: [Living Cost Pressure Curve in Singapore and bey...
https://github.com/DannySeidel/typst-dhbw-template
https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/main/examples/example.typ
typst
MIT License
#import "@preview/supercharged-dhbw:3.3.1": * #let acronyms = ( "VIP": "Very important person", ) #show: supercharged-dhbw.with( title: "Exploration of Typst for the Composition of a University Thesis", authors: ( (name: "<NAME>", student-id: "7654321", course: "TIS21", course-of-studies: "IT-Security", com...
https://github.com/OthoDeng/Typst-notes
https://raw.githubusercontent.com/OthoDeng/Typst-notes/main/GIS/doc/notes.typ
typst
#import "@preview/dvdtyp:1.0.0": * #show: dvdtyp.with( title: "Remote Sensing", subtitle: [Observing the Earth's changing climate], author: "<NAME>", date: "15/07 ~ 26/07", abstract: "This is the note taken in class, written in " + link("https://tpyst.app")[Typst] + [. If you woud like to try out typology, i...
https://github.com/teshu0/CLIT-report-typst
https://raw.githubusercontent.com/teshu0/CLIT-report-typst/main/template/utils.typ
typst
Creative Commons Zero v1.0 Universal
#let font_gothic = ("Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans CJK JP") #let font_serif = ("YuMincho", "Yu Mincho", "Noto Serif CJK JP") // タイトルの表示 #let title(font_size: 18pt, content) = { set align(center) set text(size: font_size, font: font_serif, weight: "medium") content } // 著者の表示 #let author(f...
https://github.com/isaacholt100/isaacholt100.github.io
https://raw.githubusercontent.com/isaacholt100/isaacholt100.github.io/master/maths-notes/3-durham%3A-year-3/number-theory/number-theory.typ
typst
#import "../../template.typ": * #show: doc => template(doc, hidden: ("proof",), slides: false) // FIND: - \*(\w+)\*: ([\s\S]*?)(?=\n-|\n\n)\n // REPLACE: #$1[\n $2\n]\n #let ideal(..gens) = $angle.l #gens.pos().join(",") angle.r$ #let pm = $plus.minus$ #let Cl = $op("Cl")$ == Prerequisites #definition[ $I su...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/022.%20hp.html.typ
typst
hp.html Hackers and Painters May 2003(This essay is derived from a guest lecture at Harvard, which incorporated an earlier talk at Northeastern.)When I finished grad school in computer science I went to art school to study painting. A lot of people seemed surprised that someone interested in computers would also be i...
https://github.com/jkharv/typst-templates
https://raw.githubusercontent.com/jkharv/typst-templates/master/article.typ
typst
#let script-size = 8pt #let footnote-size = 8.5pt #let small-size = 9pt #let normal-size = 10pt #let large-size = 13pt #let body-font = "EB Garamond" #let header-font = "Montserrat" #let num_cols = 2 #let article( title: [Paper title], authors: (), abstract: none, paper-size: "us-letter", bibliography-file...
https://github.com/mrcinv/nummat-typst
https://raw.githubusercontent.com/mrcinv/nummat-typst/master/10_nelinearne_geometrija.typ
typst
= Nelinearne enačbe v geometriji == Naloga - Implementirajte Newtonovo metodo za sisteme nelinearnih enačb. - Napišite funkcije, ki poišče presečišča geometrijskih objektov: - samopresečišče #link("https://sl.wikipedia.org/wiki/Lissajousova_krivulja")[Lissajousove krivulje] $ (x(t), y(t)) = (a sin(n t), b cos(...
https://github.com/daniel-eder/typst-template-jku
https://raw.githubusercontent.com/daniel-eder/typst-template-jku/main/src/template/styles/default.typ
typst
// SPDX-FileCopyrightText: 2023 <NAME> // // SPDX-License-Identifier: Apache-2.0 #let default(it) = { set page( paper: "a4", margin: (left: 30mm, right: 30mm, top: 40mm, bottom: 40mm), header-ascent: 1cm, // The amount the header is raised into the top margin. footer-descent: 0.75cm, //The amount t...
https://github.com/Otto-AA/definitely-not-tuw-thesis
https://raw.githubusercontent.com/Otto-AA/definitely-not-tuw-thesis/main/src/styles/toc.typ
typst
MIT No Attribution
#import "utils/state.typ": is-back-matter #let toc-styles = rest => { set outline(depth: 2, indent: auto) show outline.entry.where(level: 1): it => { context if is-back-matter.get() { // List of Figures/... text(it, size: 1.1em) } else { // Actual ToC v(0.4em) strong(text(it,...
https://github.com/knuesel/typst-minideck
https://raw.githubusercontent.com/knuesel/typst-minideck/main/themes/themes.typ
typst
MIT License
#import "simple.typ": simple
https://github.com/rabotaem-incorporated/algebra-conspect-1course
https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/01-number-theory/11-euler-fn.typ
typst
Other
#import "../../utils/core.typ": * == Функция Эйлера #pr[ Пусть $m in NN, space a in ZZ$, тогда $[a]_m in (factor(ZZ, m ZZ))^* <==> a bot m$ ] #proof[ $[a]_m in (factor(ZZ, m ZZ))^* <==> exists [b]_m: space [a]_m dot.c [b]_m = [1]_m <==>$ $exists b in ZZ: space a b equiv_(m) 1 <==>$ $e...
https://github.com/antran22/typst-cv-builder
https://raw.githubusercontent.com/antran22/typst-cv-builder/main/lib/util.typ
typst
MIT License
#let pull_entries(data, only: ()) = { if only == "hidden" { return () } if type(only) != array or only.len() == 0 { return data } let mapping = (:) for entry in data { if "id" in entry { mapping.insert(entry.id, entry) } } let result = () for id in only { if id in mapping { ...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/code/import-items.typ
typst
Apache License 2.0
#import "test.typ": aaa, bbb as cccccccccc, ddd as eeeeeeeeeee, fff as g, hhh as iiii, jjj as k, lll as m, nnn as o, ppp as q, rrr as s, ttt as u, vvv as w, xxx as y, zzz as aa, bbb as cc, ddd as ee, fff as gg, hhh as ii, jjj as kk, lll as mm, nnn as oo, ppp as qq, rrr as ss, ttt as uu, vvv as ww, xxx as yy, zzz as aaa...
https://github.com/Quaternijkon/notebook
https://raw.githubusercontent.com/Quaternijkon/notebook/main/content/数据结构与算法/.chapter-数据结构/堆/数组中的第K个最大元素.typ
typst
#import "../../../../lib.typ":* === #Title( title: [数组中的第K个最大元素], reflink: "https://leetcode.cn/problems/kth-largest-element-in-an-array/description/", level: 2, )<数组中的第K个最大元素> #note( title: [ 数组中的第K个最大元素 ], description: [ 给定整数数组 nums 和整数 k,请返回数组中第 k 个最大的元素。 请注意,你需要找的是数组排序后的第 k 个最大的元素,而不是第 k 个不同的元素。 ]...
https://github.com/miestrode/sourcerer
https://raw.githubusercontent.com/miestrode/sourcerer/main/README.md
markdown
MIT License
# Sourcerer Sourcerer is a Typst package for displaying stylized source code blocks, with some extra features. Main features include: - Rendering source code with numbering - Rendering only a range of lines from the source code, keeping the original highlighting of the code (For example, block comments are still rende...
https://github.com/YunkaiZhang233/a-level-further-maths-topic-questions-david-game
https://raw.githubusercontent.com/YunkaiZhang233/a-level-further-maths-topic-questions-david-game/main/further-statistics-1.typ
typst
#import "template.typ": * #import "shortcut.typ": * #let title = "FS1 Topic Questions" #let author = "<NAME>" #let course_id = "Further Mathematics" #let instructor = "<NAME>" #let school_name = "David Game College" #let written_time = "Spring 2024" #show: assignment_class.with(title, author, course_id, instructor, sch...
https://github.com/Slyde-R/not-jku-thesis-template
https://raw.githubusercontent.com/Slyde-R/not-jku-thesis-template/main/template/glossary.typ
typst
MIT No Attribution
// this is an example. Check https://typst.app/universe/package/glossarium #let glossary = ( // minimal term (key: "jku", short: "Johannes Kepler University"), // a term with a long form (key: "goat", short: "GOAT", long: "greatest of all time"), // no long form here (key: "kdecom", short: "KDE Community",...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas6/3_Streda.typ
typst
#let V = ( "HV": ( ("","Tridnévno voskrésl jesí","Raspénšusja tí dolhoterpilíve Hóspodi, pokolebál jesí zémľu vsjú, vírnych že utverdív serdcá. Ťímže ťá vospivájem, i ľubóviju poklaňájemsja nepostižímij síľi tvojéj."), ("","","V lanítu zaušén býl jesí Spáse, i opleván, jadovítaho zaušíl jesí vrahá zlóbu, otjé...
https://github.com/SillyFreak/typst-prequery
https://raw.githubusercontent.com/SillyFreak/typst-prequery/main/src/lib.typ
typst
MIT License
/// A boolean state indicating whether the document should display fallback content for elements /// requiring results from preprocessing. For example, when using prequery images, compiling the /// document before download the files during preprocessing will fail. If all prequeries used in the /// document work even be...
https://github.com/RanolP/typlog
https://raw.githubusercontent.com/RanolP/typlog/main/series/make-a-pl/01-tree-sitter.typ
typst
#import "../../_utils/_prelude.typ": * #post(1, "Tree Sitter")[ ]
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiQualifica/content.typ
typst
MIT License
#import "functions.typ": glossary, team #let fornitura=csv("Mfornitura.csv") #show link: underline /*************************************/ /* INSERIRE SOTTO IL CONTENUTO */ /*************************************/ = Introduzione Il _Piano di Qualifica_ è un documento che delinea le strategie e le attività mir...
https://github.com/An-314/Notes-of-Probability_and_Stochastic_Processes
https://raw.githubusercontent.com/An-314/Notes-of-Probability_and_Stochastic_Processes/main/main.typ
typst
#import "@local/mytemplate:1.0.0": * #show: project.with( title: "概率论与随机过程", template: "book", authors: ( "Anzreww", ), time: "甲辰春夏于清华园", contents: true, content_depth: 3, ) #pagebreak(weak: true) #include "chap1.typ" #pagebreak(weak: true) #include "chap2.typ"
https://github.com/xubaiw/typst-rote
https://raw.githubusercontent.com/xubaiw/typst-rote/main/example.typ
typst
#import "./rote.typ": cloze, mnemonic #set heading(numbering: "1.") #set outline(indent: 0.5em) #outline() #show: it => { [= Original] it [= Cloze] cloze(it) [= Mnemonic] mnemonic(it) } == Verus critical thinking / Foundational: Rote learning is widely used in the mastery of foundational knowledge. Exa...
https://github.com/r0uv3n/hrftypst
https://raw.githubusercontent.com/r0uv3n/hrftypst/main/0.0.1/hrftypst.typ
typst
#import "@preview/t4t:0.3.2": def #import "@preview/ctheorems:1.0.0": * // #import "@preview/physica:0.8.0": * #show: thmrules #let hbar = (sym.wj, move(dy: -0.08em, strike(offset: -0.55em, extent: -0.05em, sym.planck)), sym.wj).join() #let containing = sym.in.rev #let maps = [#h(0%):] #let logicspace = h(0.5em) #let ...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/plugin-oob.typ
typst
Apache License 2.0
// Test Out Of Bound read/write in WebAssembly plugins communication. // Ref: false --- #let p = plugin("/files/plugin-oob.wasm") // Error: 2-14 plugin tried to read out of bounds: pointer 0x40000000 is out of bounds for read of length 1 #p.read_oob() --- #let p = plugin("/files/plugin-oob.wasm") // Error: 2-27 plu...
https://github.com/Dherse/typst-slides
https://raw.githubusercontent.com/Dherse/typst-slides/main/main.typ
typst
#import "@preview/polylux:0.3.1": * #import "@preview/codly:0.1.0": * #import "ugent-theme.typ": * #import "./common/typstguy.typ": typstguy // Get the current date, you can also replace it with your // presentation's date: // #let date = datetime(year: 2023, month: 06, day: 29) #let date = datetime.today() // Config...
https://github.com/Sckathach/adversarial-gnn-based-ids
https://raw.githubusercontent.com/Sckathach/adversarial-gnn-based-ids/main/presentation/main.typ
typst
#import "@preview/polylux:0.3.1": * #import themes.simple: * #set text(font: "Inria Sans") #show: simple-theme.with( footer: [SSR Presentation 2024, <NAME> & <NAME>] ) #show figure: X => [ #set align(center) #X ] #title-slide[ = Graph Neural Network based Intrusion Detection and its Robustness against Ad...
https://github.com/chendaohan/bevy_tutorials_typ
https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/25_change_detection/change_detection.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. 变化检测 Bevy 允许你轻松检测数据何时发生变化。你可以利用这一点来响应变化执行操作。 主要用例之一是优化——避免不必要的工作,仅在相关数据发生变化时才执行。另一个用例是在更改时触发特殊操作,如配置或将数据发送到某处。 = ...
https://github.com/BeitianMa/typst-lecture-notes
https://raw.githubusercontent.com/BeitianMa/typst-lecture-notes/main/example.typ
typst
#import "template.typ": * #let title = "Real and Complex Analysis" #let author = "<NAME>" #let professor = "<NAME>" #let creater = "<NAME>" #let time = "Spring 2023" #let abstract = lorem(60) #show: note_page.with(title, author, professor, creater, time, abstract) = Abstract Integration #lorem(80) #definition[#lore...
https://github.com/ralphmb/My-Dissertation
https://raw.githubusercontent.com/ralphmb/My-Dissertation/main/other/errata.typ
typst
Creative Commons Zero v1.0 Universal
// BRADLEY TERRY MODEL - TIES ALLOWED NO HOME ADV. // Cut because allowing ties requires a home advantage correction. //With the extra parameter estimated being $nu$. We will try to fit a model to the first //specification. //This model is a bit more complicated to fit than the previous model. //`BTm` doesn't provid...
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/rahmenplaene/zitieren.typ
typst
Other
#import "/src/template.typ": ix == Zitierweise Die Zitierweise der Rahmenpläne in Mecklenburg-Vorpommern ist die Folgende und muss so verwendet werden: #table(columns: 2, stroke: none, column-gutter: 1em, row-gutter: 0.5em, strong[Stufe], strong[Zitierweise], [1-4], [ @MBWKMV_RPGS ],...
https://github.com/AntoineCorbel/typst
https://raw.githubusercontent.com/AntoineCorbel/typst/main/README.md
markdown
# typst Typst templates for my personal use. File **main.typ** is the one containing all the text.
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/image.typ
typst
Apache License 2.0
// Test the `image` function. --- // Test loading different image formats. // Load an RGBA PNG image. #image("/files/rhino.png") // Load an RGB JPEG image. #set page(height: 60pt) #image("../../files/tiger.jpg") --- // Test configuring the size and fitting behaviour of images. // Set width and height explicitly. #...
https://github.com/goshakowska/Typstdiff
https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_complex/ordered_list/ordered_list_deleted_result.typ
typst
+ The climate - Precipitation - Temperature + degree - hot - cold - #strike[warm] + #strike[sun] + #strike[The];#strike[ ];#strike[geology]
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/shape-square_05.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Size wins over width and height. // // Error: 09-20 unexpected argument: width // #square(width: 10cm, height: 20cm, size: 1cm, fill: rgb("eb5278"))
https://github.com/maxhves/maxhves-cv
https://raw.githubusercontent.com/maxhves/maxhves-cv/main/resume.typ
typst
#import "templates/resume.template.typ": * //region Personal details #show: resume.with( email: "<EMAIL>", phoneNumber: "+47 901 11 845", author: "<NAME>", website: "www.hvesserlewis.com", github: "maxhves", linkedin: "maxhves" ) //endregion //region Employment = Employment #employment( title: "Full...
https://github.com/mcanouil/quarto-highlight-text
https://raw.githubusercontent.com/mcanouil/quarto-highlight-text/main/README.md
markdown
MIT License
# Highlight-text Extension For Quarto This is a Quarto extension that allows to highlight text in a document for various format: HTML, LaTeX, Typst, and Docx. ## Installing ```bash quarto add mcanouil/quarto-highlight-text ``` This will install the extension under the `_extensions` subdirectory. If you're using ver...
https://github.com/kajiLabTeam/ipsj-national-convention-typst-template
https://raw.githubusercontent.com/kajiLabTeam/ipsj-national-convention-typst-template/main/template/head.typ
typst
#import "functinos.typ": spacer #let mixed(jfont, jweight: "regular", jsize: 1em, efont, eweight: "bold", esize: 1.05em, body) = { show regex("[\p{Latin}0-9]"): set text(font: efont, weight: eweight, size: esize) show regex("[\p{scx:Han}\p{scx:Hira}\p{scx:Kana}]"): set text(font: jfont, weight: jweight, size: jsiz...
https://github.com/loqusion/typix
https://raw.githubusercontent.com/loqusion/typix/main/checks/simple-with-fonts/main.typ
typst
MIT License
#set text (font: "Roboto") #lorem(100)
https://github.com/typst-doc-cn/tutorial
https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/basic/scripting-literal-and-variable.typ
typst
Apache License 2.0
#import "mod.typ": * #show: book.page.with(title: "常量与变量") 本章前两节适用于没有编程经验的同学。以前接触过编程的同学可以快速浏览并跳至第三节。 Typst很快,并非因为它的#term("parser")和#term("interpreter")具有惊世的执行性能,而是语言特性本身适合缓存优化。 // 经简单测试,与LaTeX作对比,单线程LaTeX宏引擎的*计算效率*甚至要优于Typst解释器。然而,这种计算的速度优势在Typst的良好架构下立即消弭了。由于较好的缓存策略,光是在Text Shaping方面,Typst单次编译就已然快于LaTeX。架构上,Typst是...
https://github.com/pascal-huber/typst-letter-template
https://raw.githubusercontent.com/pascal-huber/typst-letter-template/master/lttr.typ
typst
MIT License
// NOTE: lttr-data contains all the data to render the letter #let lttr-data = state("letter", none) // NOTE: lttr-max-dy keeps track of the largest offset dy (from the top margin) // of absolutely positioned content (sender and receiver fields) such that we // know how much vertical offset we need to add at the b...
https://github.com/mvuorre/quarto-apaish
https://raw.githubusercontent.com/mvuorre/quarto-apaish/main/_extensions/apaish/typst-show.typ
typst
Creative Commons Zero v1.0 Universal
#show: document => $documentmode$( $if(title)$ title: "$title$", $endif$ $if(running-head)$ running-head: "$running-head$", $endif$ $if(by-author)$ authors: ( $for(by-author)$( name: "$it.name.literal$", affiliations: "$for(it.affiliations)$$if(it.id)$$it.id$$endif$$sep$,$endfor$", email: [$...
https://github.com/Tran-Thu-Le/typst-collection
https://raw.githubusercontent.com/Tran-Thu-Le/typst-collection/main/variation-table/variation-table.typ
typst
#import "@preview/cetz:0.2.2": canvas, plot #import "@preview/cetz:0.2.2" // define pat before importing Cetz to utilize line() of Typst before using line() of Cetz #let pat = pattern(size: (5pt, 5pt))[ #place(line(start: (0%, 100%), end: (100%, 0%))) ] // Now, we can import Cetz #import cetz.draw: circle, rect, lin...
https://github.com/vncsb/desec-typst-template
https://raw.githubusercontent.com/vncsb/desec-typst-template/main/table-headers.typ
typst
#import "settings.typ": * #let default-alignment = center + horizon #let h-header(table-content) = { set table( align: default-alignment, fill: (x, y) => if y == 0 { highlight-fill-color }, ) show table.cell: it => { if it.y == 0 { set text(white) strong(it) } else { i...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/docs/tinymist/type-system.typ
typst
Apache License 2.0
#import "mod.typ": * #show: book-page.with(title: "Tinymist Type System") The underlying techniques are not easy to understand, but there are some links: - bidirectional type checking: https://jaked.org/blog/2021-09-15-Reconstructing-TypeScript-part-1 - type system borrowed here: https://github.com/hkust-taco/mlscrip...
https://github.com/tingerrr/chiral-thesis-fhe
https://raw.githubusercontent.com/tingerrr/chiral-thesis-fhe/main/src/core.typ
typst
#import "core/authors.typ" #import "core/kinds.typ" #import "core/component.typ" #import "core/styles.typ" #import "/src/utils.typ" as _utils // TODO: lift this into a styling context kind of dictionary. #let _fonts = ( // TODO: ncm seems to have issues with some symbols like list markers // serif: "New Computer ...
https://github.com/dashuai009/dashuai009.github.io
https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/013.typ
typst
#let date = datetime( year: 2023, month: 5, day: 14, ) #metadata(( "title": "使用python爬取并分析疫情数据", "author": "dashuai009", description: "这是一种将C++更加现代的代码组织方式。 模块是一组源代码文件,独立于导入它们的翻译单元进行编译。", pubDate: "'Jul 08 2022'", subtitle: [python,疫情数据分析], ))<frontmatter> #import "../__template/style.typ": conf #show: ...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history_CN/2015/MS-10.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Men's Singles (1 - 32)", table( columns: 4, [排名], [运动员], [国家/地区], [积分], [1], [马龙], [CHN], [3593], [2], [许昕], [CHN], [3367], [3], [樊振东], [CHN], [3294], [4], [张继科], [CHN], [3258], [5], [方博], [CHN], [3180], ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/grid-5_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test that trailing linebreak doesn't overflow the region. #set page(height: 2cm) #grid[ Hello \ Hello \ Hello \ World ]
https://github.com/polazarus/typst-svg-emoji
https://raw.githubusercontent.com/polazarus/typst-svg-emoji/main/example.typ
typst
MIT License
//#import "@local/svg-emoji:0.1.0": setup-emoji, noto, github #import "./lib.typ": setup-emoji, noto, github #show: set text(20pt) #show: setup-emoji.with(font: noto) = Typst with working emoji! 🎉🎊 == Alignment tests M😢X🚢M == Complex emojis 👱‍♀️ `U+1F471 U+200D U+2640 U+FE0F` ⚛️ `U+269B U+...
https://github.com/francescoo22/masters-thesis
https://raw.githubusercontent.com/francescoo22/masters-thesis/main/vars/rules/statements.typ
typst
#import "../../config/proof-tree.typ": * #import "../../config/utils.typ": * // ****************** Statements typing rules ****************** #let Decl = prooftree( axiom($x in.not Delta$), rule(label: "Decl", $mid(var x), x : top$), ) #let Assign-Null = prooftree( axiom($Delta(p) = alpha beta$), axiom($Delt...
https://github.com/AnsgarLichter/cv-typst
https://raw.githubusercontent.com/AnsgarLichter/cv-typst/main/modules/skills.typ
typst
#import "../settings/styles.typ": * #let renderSkills(skills: ()) = { for skill in skills { box( rect( stroke: skillsStyle.stroke, radius: skillsStyle.radius, skill ) ) h(skillsStyle.margins.betweenSkillTags) } }
https://github.com/Area-53-Robotics/53B-Notebook-Over-Under-2023-2024
https://raw.githubusercontent.com/Area-53-Robotics/53B-Notebook-Over-Under-2023-2024/master/README.md
markdown
Creative Commons Attribution Share Alike 4.0 International
# 53B-Over-Under-Notebook 53B's Over Under Notebook ### Experimenting with Typst: https://typst.app/ ### Compile With: `$ typst compile notebook.typ` ### Thank you Felix for Assistance
https://github.com/not-matthias/typst-jku
https://raw.githubusercontent.com/not-matthias/typst-jku/main/main.typ
typst
/* Based of the work of <NAME>, Mai 2023 Continued by <NAME>, October 2024 */ #import "jku.typ": * #import "utils.typ": show_endnotes, note #show: coverpage.with( //What is what, see jku.typ title: "<Your Title>", submitters: ("<Your name>",), department: "<JKU Department>", supervisors: ("<Supervisor name...
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/grundpositionen/grundfragen.typ
typst
Other
#import "/src/template.typ": * == Grundfragen Philosophiedidaktik #orange-list-with-body(parred: false)[*#ix("Legitimationsfrage"):*][ (Wie) ist der Philosophieunterricht zu rechtfertigen? Warum sollte man philosophieren dürfen oder sogar müssen? #ix("Martens", "<NAME>") antwortet auf die Frage wie folgt: De...
https://github.com/xdoardo/co-thesis
https://raw.githubusercontent.com/xdoardo/co-thesis/master/thesis/chapters/recursive/index.typ
typst
= Recursive datatypes and proofs<chapter-recursive> All throughout this work we make use of the mathematical technique called _coinduction_. It is far from easy to come up with an intuitive and contained explaination for this technique, as coinduction is a pervasive topic in computer science and mathematics and can b...
https://github.com/diogro/memorial
https://raw.githubusercontent.com/diogro/memorial/master/IB-USP-2024/certificados.typ
typst
#set page( header:[ #set text(9pt, font: "Skolar PE TEST", weight: "regular") Anexos #h(1fr) <NAME> ] ) #align(left + top, text(20pt, font: "Droid Sans")[ *Anexo - Documentos comprobatorios* ]) #pagebreak() #figure( image("../bolsas/princeton.svg",width: 6in), caption: [Comprovante de bolsa de ...