repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/smorad/um_cisc_7026
https://raw.githubusercontent.com/smorad/um_cisc_7026/main/common.typ
typst
#import "@preview/polylux:0.3.1": * #import themes.university: * #import "@preview/cetz:0.2.2": canvas, draw, plot #import "@preview/cetz:0.2.2" #set text(size: 25pt) #set math.vec(delim: "[") #set math.mat(delim: "[") #let argmin = $op("arg min", limits: #true)$ #let scan = $op("scan")$ #let cimage(..args) = { al...
https://github.com/xkevio/parcio-typst
https://raw.githubusercontent.com/xkevio/parcio-typst/main/parcio-thesis/chapters/abstract.typ
typst
MIT License
#lorem(130) This thesis template is available at https://github.com/parcio/templates and consists of Chapters @intro[] to @conc[]. It also contains @appendix.
https://github.com/Nerixyz/icu-typ
https://raw.githubusercontent.com/Nerixyz/icu-typ/main/docs/docs/index.md
markdown
MIT License
# icu-datetime This library is a wrapper around [ICU4X](https://github.com/unicode-org/icu4x)' `datetime` formatting for Typst which provides internationalized formatting for dates, times, and timezones. ## Usage ```typst +preview(vertical mode="basic") #import "@preview/icu-datetime:0.1.2": fmt-date, fmt-time, fmt-...
https://github.com/Mc-Zen/tidy
https://raw.githubusercontent.com/Mc-Zen/tidy/main/docs/template.typ
typst
MIT License
#import "@preview/codly:0.1.0": * // 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: "", subtitle: "", abstract: [], authors: (), url: none, date: none, version: none, body...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1FA00.typ
typst
Apache License 2.0
#let data = ( ("NEUTRAL CHESS KING", "So", 0), ("NEUTRAL CHESS QUEEN", "So", 0), ("NEUTRAL CHESS ROOK", "So", 0), ("NEUTRAL CHESS BISHOP", "So", 0), ("NEUTRAL CHESS KNIGHT", "So", 0), ("NEUTRAL CHESS PAWN", "So", 0), ("WHITE CHESS KNIGHT ROTATED FORTY-FIVE DEGREES", "So", 0), ("BLACK CHESS KNIGHT ROTATE...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/match_def/param_in_init.typ
typst
Apache License 2.0
#let f(a) = { show it: /* ident after */ it => it; };
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/delimited_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test manual matching. $ [|a/b|] != lr(|]a/b|]) != [a/b) $ $ lr(| ]1,2\[ + 1/2|) $
https://github.com/N3M0-dev/Notes
https://raw.githubusercontent.com/N3M0-dev/Notes/main/CS/Algorithm/Intro_to_Algor/Review_Final/review.typ
typst
#import "@local/note_template:0.0.1": * = Review For the Final Exam == Exam Content + Time complexity calc + Sort and divide-and-conquer + Dynamic programming + Greedy algorithms + Search algorithms + Amortized analysis + Graph theory + String algorithms #note()[ According to reliable information, pseudocode is not...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/raw-code-01.typ
typst
Other
#set page(width: 180pt) #set text(6pt) ```rust /// A carefully designed state machine. #[derive(Debug)] enum State<'a> { A(u8), B(&'a str) } fn advance(state: State<'_>) -> State<'_> { unimplemented!("state machine") } ```
https://github.com/TechnoElf/mqt-qcec-diff-thesis
https://raw.githubusercontent.com/TechnoElf/mqt-qcec-diff-thesis/main/template/contents.typ
typst
#import "colour.typ": * #let contents_page() = { set text(font: "TUM Neue Helvetica") show outline.entry.where( level: 1 ): it => { v(0.5em) strong(it) } outline(indent: auto) }
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/set-02.typ
typst
Other
// Test that that block spacing and text style are respected from // the outside, but the more specific fill is respected. #set block(spacing: 4pt) #set text(style: "italic", fill: eastern) #let x = [And the red #parbreak() lay silent!] #text(fill: red, x)
https://github.com/EGmux/PCOM-2023.2
https://raw.githubusercontent.com/EGmux/PCOM-2023.2/main/lista2/lista2q8.typ
typst
=== Um sinal análgocio é amostrado à taxa de Nyquist *$f_s$* e quantizado em *$L$* níveis. Determine o tempo de duração *$tau$* de 1 bit do sinal binário codificado. \ como relacionar $f_s$ e $L$ ? sabemos que #math.equation(block: true, $ l = log_2 L $) e #math.equation(block: true, $ R_b = f_s dot l $) e finalm...
https://github.com/mangkoran/utm-thesis-typst
https://raw.githubusercontent.com/mangkoran/utm-thesis-typst/main/sample.typ
typst
MIT License
#import "@preview/tablex:0.0.7": tablex, rowspanx, colspanx // template #import "01_cover.typ" as cover #import "02_declaration_thesis.typ" as declaration_thesis #import "03_declaration_supervisor.typ" as declaration_supervisor #import "04_declaration_cooperation.typ" as declaration_cooperation #import "05_certificatio...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/037%20-%20Ravnica%20Allegiance/010_The%20Gathering%20Storm%3A%20Chapter%2016.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Gathering Storm: Chapter 16", set_name: "Ravnica Allegiance", story_date: datetime(day: 25, month: 09, year: 2019), author: "<NAME>", doc ) Ral and Tomik walked side by side, heading nowhere in particular. Rain poured down, drumming on ...
https://github.com/donRumata03/aim-report
https://raw.githubusercontent.com/donRumata03/aim-report/master/lib/todos.typ
typst
#import "@preview/big-todo:0.2.0": * // Small todo #let stodo = todo.with(inline: true) #let todo = it => pad(y: 2em, (todo.with(gap: 0.2cm))[#it])
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/clip-02.typ
typst
Other
// Test cliping svg glyphs Emoji: #box(height: 0.5em, stroke: 1pt + black)[🐪, 🌋, 🏞] Emoji: #box(height: 0.5em, clip: true, stroke: 1pt + black)[🐪, 🌋, 🏞]
https://github.com/mrknorman/evolving_attention_thesis
https://raw.githubusercontent.com/mrknorman/evolving_attention_thesis/main/03_machine_learning/03_machine_learning.typ
typst
#set page(numbering: "1", number-align: center) #set math.equation(numbering: it => {[3.#it]}) #import "../notation.typ": vectorn, uvectorn, dvectorn, udvectorn, matrixn #counter(math.equation).update(0) = Machine Learning <machine-learning-sec> Machine learning techniques can be applied to almost any area of gravit...
https://github.com/michidk/cv
https://raw.githubusercontent.com/michidk/cv/main/src/resume.typ
typst
#import "template/mod.typ": * #show: template.with( data: json("../data/resume.json"), displayTagline: true, displaySummary: true, importanceFilter: 2, // filter everything that is less important than 2 debug: false )
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-11200.typ
typst
Apache License 2.0
#let data = ( ("KHOJKI LETTER A", "Lo", 0), ("KHOJKI LETTER AA", "Lo", 0), ("KHOJKI LETTER I", "Lo", 0), ("KHOJKI LETTER U", "Lo", 0), ("KHOJKI LETTER E", "Lo", 0), ("KHOJKI LETTER AI", "Lo", 0), ("KHOJKI LETTER O", "Lo", 0), ("KHOJKI LETTER AU", "Lo", 0), ("KHOJKI LETTER KA", "Lo", 0), ("KHOJKI LET...
https://github.com/N3M0-dev/Notes
https://raw.githubusercontent.com/N3M0-dev/Notes/main/CS/CO/Ch_1/ch1.typ
typst
#import "@local/note_template:0.0.1": * #set page(numbering: "1", number-align: center) #set heading(numbering: "1.1") #set par(justify: true) #set text(12pt) #set outline(indent: true) #frontmatter(authors: ("Nemo",), title: "Computer Abstractions and Technology",date: "2024.4.15-2024.4.--") #outline() #pagebreak()...
https://github.com/floriandejonckheere/utu-thesis
https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/figures/07-proposed-solution/louvain-4.typ
typst
#import "@preview/cetz:0.2.2": canvas, draw, angle #v(2em) #let vertex = (name, x, y, stroke: black, fill: white) => { draw.circle((x, y), radius: .35, stroke: stroke, fill: fill, name: name) draw.content((x, y), eval(name, mode: "math")) } #let edge = (start, end, name) => { let (a, b) = (start, end) draw....
https://github.com/akrantz01/resume
https://raw.githubusercontent.com/akrantz01/resume/main/template/awards.typ
typst
MIT License
#import "common.typ": format-date, icon, parse-date, section #let entry( name, organization, on, description: none, url: none, settings: (:), ) = { let link = if url != none { let item = if settings.full-links [ #url.text (#link(url.href)) ] else { link(url.href, url.text) } ...
https://github.com/ymgyt/blog
https://raw.githubusercontent.com/ymgyt/blog/main/content/entry/aws_cdk_conference_japan_2022/index.md
markdown
+++ title = "🦈 AWS CDK Conference Japan 2022の感想" slug = "aws_cdk_conference_japn_2022" date = "2022-05-22" draft = false [taxonomies] tags = ["event"] +++ {{ figure(images=["images/aws_cdk_conference_japan_2022.png"]) }} 2022/4/9に行われた[AWS CDK Conference Japan 2022の動画](https://www.youtube.com/watch?v=O2JXUyOBjt8)を見たの...
https://github.com/Jollywatt/typst-fletcher
https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/mark-state/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 1em) #import "/src/exports.typ" as fletcher: diagram, node, edge #diagram(edge("<->")) #fletcher.MARKS.update(m => m + ( "<": (inherit: "stealth", rev: true), ">": (inherit: "stealth", rev: false), )) #diagram(edge("<->"))
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1E5D0.typ
typst
Apache License 2.0
#let data = ( ("OL ONAL LETTER O", "Lo", 0), ("OL ONAL LETTER OM", "Lo", 0), ("OL ONAL LETTER ONG", "Lo", 0), ("OL ONAL LETTER ORR", "Lo", 0), ("OL ONAL LETTER OO", "Lo", 0), ("OL ONAL LETTER OY", "Lo", 0), ("OL ONAL LETTER A", "Lo", 0), ("OL ONAL LETTER AD", "Lo", 0), ("OL ONAL LETTER AB", "Lo", 0), ...
https://github.com/kirbyaguilar/resume
https://raw.githubusercontent.com/kirbyaguilar/resume/main/resume.typ
typst
#set page(paper: "a4") #set text(font: "Garamond") #set par(justify: true, leading: 0.55em, linebreaks: "optimized") #set list(indent: 8pt) // header #align(center)[ = <NAME> (+63) 916 567 3903 | <EMAIL> | #link("https://www.linkedin.com/in/samuel-kirby-aguilar-0ab0551b4/")[LinkedIn] | #link("https://github.com/ki...
https://github.com/unb3rechenbar/TypstPackages
https://raw.githubusercontent.com/unb3rechenbar/TypstPackages/main/styles/LaTeX/0.1.0/src/lib.typ
typst
#set text( fallback: true, weight: "light", font: "New Computer Modern", lang: "de", size: 11pt, ) #set par( justify: true, linebreaks: "optimized", leading: 0.65em, ) #show heading: set block(above: 1.4em, below: 1em)
https://github.com/sofianedjerbi/Resume
https://raw.githubusercontent.com/sofianedjerbi/Resume/main/modules/skills.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Key Skills") #cvSkill( type: [Languages], info: [*French* (Native) #hBar() *English* (C1) #hBar() *German* (Learning)] ) #cvSkill( type: [Cloud Stack], info: [AWS #hBar() EC2 #hBar() S3 #hBar() Lambda #hBar() Glue #hBar() Redshift #hBar() CloudFormation] ...
https://github.com/avonmoll/ifacconf-typst
https://raw.githubusercontent.com/avonmoll/ifacconf-typst/main/lib.typ
typst
MIT No Attribution
//============================================================================== // lib.typ 2023-11-17 <NAME> // Template for IFAC meeting papers // // Adapted from ifacconf.cls //============================================================================== // This function gets your whole document as its `body` and ...
https://github.com/RaphGL/ElectronicsFromBasics
https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap3/8_safe_circuit_design.typ
typst
Other
#import "../../core/core.typ" === Safe circuit design As we saw earlier, a power system with no secure connection to earth ground is unpredictable from a safety perspective: there\'s no way to guarantee how much or how little voltage will exist between any point in the circuit and earth ground. By grounding one side ...
https://github.com/Woodman3/modern-ysu-thesis
https://raw.githubusercontent.com/Woodman3/modern-ysu-thesis/main/layouts/preface.typ
typst
MIT License
#import "../utils/custom-heading.typ": heading-display, active-heading, current-heading,header-display // 前言,重置页面计数器 #let preface( // documentclass 传入的参数 twoside: false, // 其他参数 spec: (front: "- I -", inner: "- 1 -", back: "I"), ..args, it, ) = { // 分页 if (twoside) { pagebreak() + " " } set page...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/007%20-%20Theros/008_The%20Sea%20God's%20Labyrinth%2C%20Part%201.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Sea God's Labyrinth, Part 1", set_name: "Theros", story_date: datetime(day: 13, month: 11, year: 2013), author: "<NAME>", doc ) #emph[Diary of Solon—Scholar, Athlete, and Champion of Oxus] Ihave travelled seven days south of my home, a...
https://github.com/LugsoIn2/typst-htwg-thesis-template
https://raw.githubusercontent.com/LugsoIn2/typst-htwg-thesis-template/main/chapters/ipsum.typ
typst
MIT License
#import "../lib/utils.typ": todo #import "@preview/glossarium:0.2.6": gls, glspl = Chapter 2 Ipsum <chap2> #lorem(150) == Ipsum #lorem(100) === Nonumy #lorem(280) === Dolor #lorem(100) == #lorem(3) #lorem(150)
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/counter_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Count headings. #set heading(numbering: "1.a.") #show heading: set text(10pt) #counter(heading).step() = Alpha In #counter(heading).display() == Beta #set heading(numbering: none) = Gamma #heading(numbering: "I.")[Delta] At Beta, it was #loca...
https://github.com/WannesMalfait/vub-huisstijl-typst
https://raw.githubusercontent.com/WannesMalfait/vub-huisstijl-typst/main/README.md
markdown
MIT License
# VUB Typst huisstijl An unofficial template to get the look of the [Vrije Universiteit Brussel (VUB)](https://www.vub.be) huisstijl in Typst based on [this LaTeX template](https://gitlab.com/rubdos/texlive-vub) ## Getting Started You can choose "Start from template" in the web app, and search for `vub-huisstijl`. ...
https://github.com/npikall/vienna-tech
https://raw.githubusercontent.com/npikall/vienna-tech/main/template/sections.typ
typst
The Unlicense
#import "@preview/vienna-tech:0.1.1": * = Bachelorarbeit Nach der Einleitung kommt der weitere Text: #lorem(22) == Textbereich Der Text sollte die ganze Breite ausfüllen, also im Blocksatz stehen. Die Silbentrennung soll aktiviert sein. Der erste Absatz ist nicht eingerückt, die folgenden dann schon. Typst gener...
https://github.com/ludovic-esperce/afpa-typst-template
https://raw.githubusercontent.com/ludovic-esperce/afpa-typst-template/main/README.md
markdown
# Introduction Template [typst](https://typst.app/) utilisable pour la génération de documents internes à l'[Afpa](https://www.afpa.fr/). Pour apprendre les bases de la rédaction d'un document vous pouvez vous référer à ces différents tutoriels : - [tutoriel officiel](https://typst.app/docs/reference/syntax/) - [util...
https://github.com/Mufanc/hnuslides-typst
https://raw.githubusercontent.com/Mufanc/hnuslides-typst/master/templates/catalog.typ
typst
#import "/configs.typ" #import "/utils/colors.typ" #import "/utils/fonts.typ": font #import "/utils/background.typ": bgimage #let catalog() = context { bgimage("/assets/images/bg-catalog-2.png") let headers = query(<title>) let count = counter("catalog") count.update(1) let items = headers.map(h...
https://github.com/dyc3/senior-design
https://raw.githubusercontent.com/dyc3/senior-design/main/visualization-requirements.typ
typst
#import "lib/requirements.typ": * = Visualization The load balancer will be showcased at the innovation exposition in April. To help communicate functionality, a graph visualizer will be developed to accompany the load balancer. The visualization will be a single, multiscreen web-application for ease of navigation. T...
https://github.com/alberto-lazari/cns-report
https://raw.githubusercontent.com/alberto-lazari/cns-report/main/critical-aspects.typ
typst
= Critical Aspects <critical_aspects> The architecture presented in the previous section is not scalable since running multiple tests in parallel would require to use multiple smartphones and monitors at the same time. Moreover setting up all the equipment is not trivial and the results of the tests may differ because...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/经济学原理/微观部分.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: note.with( title: "经济学原理(微观部分)", author: "YHTQ", date: none, logo: none, ) = 前言 本门课程上下分两个学期,主要是经济学入门课程,介绍经济学的基本原理,微观经济学基础。 教师:田巍\ 讨论班:2...
https://github.com/typst-doc-cn/tutorial
https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/figures.typ
typst
Apache License 2.0
#import "@preview/fletcher:0.4.0" as fletcher: node, edge #import "/typ/templates/page.typ": main-color, is-light-theme #import "mod.typ": typst-func #let figure-typst-arch( stroke-color: main-color, light-theme: is-light-theme, ) = { let node = node.with(stroke: main-color + 0.5pt) let xd = align.with(center)...
https://github.com/ice1000/website
https://raw.githubusercontent.com/ice1000/website/main/lnl-modal/tizart.typ
typst
#import "@preview/ctheorems:1.1.2": * #let alpha = "33" #let theorem = thmbox("theorem", "Theorem", breakable: true, fill: rgb("#eeffee" + alpha)) #let lemma = thmbox("lemma", "Lemma", breakable: true, fill: rgb("#eeffee" + alpha)) #let proof = thmproof("proof", "Proof")
https://github.com/AlvaroRamirez01/Analisis_de_Algoritmos_2024-1
https://raw.githubusercontent.com/AlvaroRamirez01/Analisis_de_Algoritmos_2024-1/master/Tarea_01_Problemas_y_Algoritmos/main.typ
typst
#import "conf.typ": * #show: doc => conf( materia: "Análisis de Algoritmos", tarea: "Tarea 01: Problemas y Algoritmos", profesor: ( nombre: "<NAME>", sexo: "F", ), ayudantes: ( "<NAME>", "<NAME>" ), alumnos: ( ( nombre: "<NAME>", cuenta: "316276355", email: "<EMAIL>"...
https://github.com/Mc-Zen/zero
https://raw.githubusercontent.com/Mc-Zen/zero/main/docs/figures/table.typ
typst
MIT License
#import "/src/zero.typ": * #set page(width: auto, height: auto, margin: 4pt) #let clr = if "dark" in sys.inputs { white } else { black } #set page(fill: white) if clr == black #set text(fill: clr) #set text(1.2em) #set table(stroke: clr + .5pt) #set table(stroke: (x, y) => { if y == 0 { (bottom: clr + .6pt) } if...
https://github.com/ayoubelmhamdi/typst-phd-AI-Medical
https://raw.githubusercontent.com/ayoubelmhamdi/typst-phd-AI-Medical/master/chapters/ch17.typ
typst
MIT License
#import "../functions.typ": heading_center, images, italic,linkb #let finchapiter = text(size: 24pt, fill:rgb("#1E045B"),[■]) = DETECTING LUNG CANCER NODULES. == Introduction Lung cancer ranks among the top contributors to cancer-related mortality worldwide@national2011reduced. Early recognition and diagnosis of lu...
https://github.com/xrarch/books
https://raw.githubusercontent.com/xrarch/books/main/xrcomputerbook/chapkinnow.typ
typst
#import "@preview/tablex:0.0.6": tablex, cellx, colspanx, rowspanx = Kinnow Framebuffer == Introduction The Kinnow framebuffer card provides a very simple linear 1024x768 framebuffer with 8-bit pixels. The slot space is laid out as follows: #tablex( columns: (1fr, 5fr), cellx([ #set text(fill: white) #s...
https://github.com/binhtran432k/ungrammar-docs
https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/evaluation/index.typ
typst
= Evaluation and Results #include "./technology.typ" #include "./plan.typ" #include "./method.typ"
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/chordx/0.2.0/src/chart.typ
typst
Apache License 2.0
#import "./utils.typ": parse-input-string, top-border-normal, top-border-round // Draws a horizontal border that indicates the starting of the fretboard #let draw-nut(self) = { let size = ( width: self.grid.width, height: 1.2pt * self.scale ) if self.fret-number in (none, 1) { if self.style == "norm...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/011%20-%20Journey%20into%20Nyx/001_Ajani%2C%20Mentor%20of%20Heroes.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Ajani, Mentor of Heroes", set_name: "Journey into Nyx", story_date: datetime(day: 09, month: 04, year: 2014), author: "<NAME>", doc ) A warm breeze, touched lightly with the scent of olives and the distant sea, ruffled Ajani's fur. It whisp...
https://github.com/Axot017/CV
https://raw.githubusercontent.com/Axot017/CV/master/modules_en/certificates.typ
typst
#import "@preview/brilliant-cv:2.0.2": cvSection, cvHonor #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvHonor = cvHonor.with(metadata: metadata) #cvSection("Certificates") #cvHonor( date: [2022 - 2025], title: [AWS Certified Developer – Associate], issuer: [...
https://github.com/EpicEricEE/typst-plugins
https://raw.githubusercontent.com/EpicEricEE/typst-plugins/master/united/examples/ranges.typ
typst
#import "../src/lib.typ": numrange, qtyrange #set raw(lang: "typ") #set text(size: 14pt) #set table( inset: 0.7em, fill: (x, y) => if y == 0 { luma(230) } ) #set page( width: auto, height: auto, margin: 1em, background: pad(0.5pt, box( width: 100%, height: 100%, radius: 4pt, fill: white, ...
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/wedges-rebuild/identify.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/packages.typ": notebookinator #import notebookinator: * #import themes.radial.components: * #show: create-body-entry.with( title: "Identify: Wedges Rebuild", type: "identify", date: datetime(year: 2023, month: 11, day: 29), author: "<NAME>", witness: "<NAME>", ) At our last tournament we discovere...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/046%20-%20Streets%20of%20New%20Capenna/007_Episode%204%3A%20The%20Font.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 4: The Font", set_name: "Streets of New Capenna", story_date: datetime(day: 04, month: 04, year: 2022), author: "<NAME>", doc ) = MUSEUM These familiar halls, polished and carefully curated, were as sacred as a church to Xander. To...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/baseline_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page Hi #text(1.5em)[You], #text(0.75em)[how are you?] Our cockatoo was one of the #text(baseline: -0.2em)[#box(circle(radius: 2pt)) first] #text(baseline: 0.2em)[birds #box(circle(radius: 2pt))] that ever learned to mimic a human voice.
https://github.com/francescoo22/masters-thesis
https://raw.githubusercontent.com/francescoo22/masters-thesis/main/chapters/5-Annotation-System.typ
typst
#import "../config/utils.typ": * #import "../vars/rules/base.typ": * #import "../vars/rules/relations.typ": * #import "../vars/rules/unification.typ": * #import "../vars/rules/statements.typ": * #import "../vars/kt-to-vpr-examples.typ": compare-grammar-kt #pagebreak(to:"odd") = Annotation System<cap:annotation-system...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas2/1_Pondelok.typ
typst
#let V = ( "HV": ( ("", "Jehdá ot dréva", "Imíjaj blahoutróbija istóčnik, istočájaj že bézdny mílostej, i potóki ščedrót, ótče preblahíj, i Sýne, Slóvo Ótčeje: i Dúše svjatýj, nesozdánnoje jestestvó, prijimí molénije i molítvu nášu, vsím v prehrišénijich súščym podajá proščénije, jáko Bóh ščédr i čelovikoľúbec.")...
https://github.com/timetraveler314/Note
https://raw.githubusercontent.com/timetraveler314/Note/main/24Fall/IM/im.typ
typst
#import "@local/MetaNote:0.0.1" : * #let detm = math.mat.with(delim: "|") #show: doc => MetaNote( title: [ Mathematical Foundations for the Information Age ], authors: ( ( name: "timetraveler314", affiliation: "University of Genshin", email: "<EMAIL>", ), ), doc, ) = High Dime...
https://github.com/HPDell/typst-cineca
https://raw.githubusercontent.com/HPDell/typst-cineca/main/test/month-summary.typ
typst
MIT License
#import "@preview/cineca:0.2.0": * #set page(paper: "a5", flipped: true) #let events = ( (datetime(year: 2024, month: 02, day: 21), (circle, (stroke: color.green, inset: 2pt))), (datetime(year: 2024, month: 02, day: 22), (circle, (stroke: color.green, inset: 2pt))), (datetime(year: 2024, month: 05, day: 27), (c...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/text/shaping.typ
typst
Apache License 2.0
// Test shaping quirks. --- // Test separation by script. ABCअपार्टमेंट // This is how it should look like. अपार्टमेंट // This (without the spaces) is how it would look // if we didn't separate by script. अ पा र् ट में ट --- // A forced `latn` script inhibits Devanagari font features. #set text(script: "latn") ABCअ...
https://github.com/0xPARC/0xparc-intro-book
https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/old-stuff/r1cs.typ
typst
#import "preamble.typ":* = Implementing R1CS using the IPA #todo[Clean this up and merge some stuff together] We will implement the R1CS system using IPA. Recall that in R1CS, we wish to do the following: We have 3 $n times n$ matrices $A$, $B$, $C$ with entries in $FF_p$. We are interested in solving the quadratic ...
https://github.com/RandomcodeDev/FalseKing-Design
https://raw.githubusercontent.com/RandomcodeDev/FalseKing-Design/main/engine/renderer.typ
typst
= Renderer architecture The renderer will be implemented in multiple layers, flexible enough to support drawing and post-processing fairly complex scenes, extensible with more techniques and passes, and simple to use. == Hardware interface The hardware interface is an abstraction of Vulkan/Direct3D/GNM/whatever other ...
https://github.com/SkiFire13/typst-prooftree
https://raw.githubusercontent.com/SkiFire13/typst-prooftree/master/examples/example.typ
typst
MIT License
#import "../prooftree.typ": * #show: content => style(styles => { let content = box(inset: 2em, content) let sizes = measure(content, styles) page(width: sizes.width, height: sizes.height, margin: 0pt, content) }) #set text(font: "New Computer Modern", size: 12pt) #prooftree( axiom("A"), rule("B"), axiom(...
https://github.com/DJmouton/Enseignement
https://raw.githubusercontent.com/DJmouton/Enseignement/main/Templates/utils.typ
typst
// Permet de contrôler toutes les corrections en même temps #let CORRIGÉ_GLOBAL = false #set text( lang: "FR" ) // Cadre pour du contenu avec un titre en haut à gauche #let cadre(titre: [Joli cadre], couleur: black, body) = [ #v(1em) #block( radius: 1em, stroke: couleur, inset: 1em, width: 10...
https://github.com/takotori/PhAI-Spick
https://raw.githubusercontent.com/takotori/PhAI-Spick/main/sections/fadenpendel.typ
typst
= Fadenpendel #grid( columns: (32%, auto), gutter: 5pt, image("../figures/fadenpendel.png"),[ #set math.cases(reverse: true) $ cases(F = "Fadenkraft", F_G = "Gewichtskraft") F_"res" &= F - F_G \ &= ((m v^2)/l) $ Die Energie-Erhaltung sagt uns, dass potenzielle Energie gleich kinetische Energie ist. Darau...
https://github.com/ysthakur/PHYS121-Notes
https://raw.githubusercontent.com/ysthakur/PHYS121-Notes/main/Notes/Ch09.typ
typst
MIT License
#import "@preview/gentle-clues:0.3.0": important, note = Chapter 9: Momentum == Impulse and Momentum / Collision: Short-duration interaction between two objects. \ During a collision, it takes time to compress the object, and it takes time for the object to re-expand. The duration of a collision depends on the mat...
https://github.com/Godalin/Typst-Notations
https://raw.githubusercontent.com/Godalin/Typst-Notations/main/lib.typ
typst
#import "CatT.typ" #import "Proof.typ" #import "Short.typ"
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/notizen/komplexitaet/factor.typ
typst
#import "@preview/cetz:0.2.2" #import "/config.typ": theme #cetz.canvas(length: 100%, { import cetz.draw: * import cetz.plot rect((0, 0), (1, 1), stroke: none) plot.plot( axis-style: none, y-max: 25, y-min: 0, { plot.add( domain: (0, 15), style: (stroke: black), a => ...
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/latex-standard/font-sizes.typ
typst
MIT License
#let font-sizes = ( vpt: 5pt, vipt: 6pt, viipt: 7pt, viiipt: 8pt, ixpt: 9pt, xpt: 10pt, xipt: 10.95pt, xiipt: 12pt, xivpt: 14.4pt, xviipt: 17.28pt, xxpt: 20.74pt, xxvpt: 24.88pt ) #let font-10pt = ( margin: ( top: 1.725in, bottom: 1.65in, left: 1.85in, right: 1.865in, ), t...
https://github.com/MyPedagogicalRessources/Demo-git-typst
https://raw.githubusercontent.com/MyPedagogicalRessources/Demo-git-typst/main/MonPremierDocument.typ
typst
#import "@preview/ilm:1.1.2": * #import "TP_Commons.typ": * #show: ilm.with( title: [R1-01 - Initiation Git et GitHub], author: "Les contributeurs du projet..", date: datetime(year: 2024, month: 10, day: 01), abstract: [Travaux dirigés], preface: [], // bibliography: bibliography("refs.bib"), figure-inde...
https://github.com/NycRat/arduino-workshop
https://raw.githubusercontent.com/NycRat/arduino-workshop/main/slides_arduino_code/main.typ
typst
#set page(width: 1920pt, height: 1080pt, fill: rgb("#fffbfc")) #set align(center + horizon) #set page(footer: context [ #set text(30pt) #set align(center) #counter(page).display( "1/1", both: true, ) ]) #let example(body, size: 30pt) = { set text(size) block(stroke: gray, fill: rgb("#f0f0f0"), inse...
https://github.com/astrale-sharp/typstfmt
https://raw.githubusercontent.com/astrale-sharp/typstfmt/main/.github/ISSUE_TEMPLATE/bug_report.md
markdown
Apache License 2.0
--- name: Bug report about: Report a bug title: '' labels: '' assignees: '' --- [ ] I have tested with the master version of typstfmt and not just typst-lsp **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior:
https://github.com/fufexan/cv
https://raw.githubusercontent.com/fufexan/cv/typst/modules/projects.typ
typst
#import "../src/template.typ": * #cvSection("Projects & Associations") #cvEntry( title: [#link("https://github.com/fufexan/dotfiles")[dotfiles]], society: [], date: [2021 - Present], location: [], description: list( [Managing my desktop machines running NixOS using Git and Flakes], [Every machine is accessib...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/super-suboptimal/0.1.0/README.md
markdown
Apache License 2.0
# Super-Suboptimal A Typst package enabling support for Unicode super- and subscript characters in equations. ## Usage The package exposes the template-function `super-subscripts`. It affects all `math.equation`s by attaching every superscript- and subscript-character to the first non-space-element on its left. ```typ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/great-theorems/0.1.0/example.typ
typst
Apache License 2.0
#import "@preview/great-theorems:0.1.0": * #import "@preview/headcount:0.1.0": * #set heading(numbering: "1.1") #show: great-theorems-init #show link: text.with(fill: blue) #let mathcounter = counter("mathblocks") #show heading: reset-counter(mathcounter) #let theorem = mathblock( blocktitle: "Theorem", counter...
https://github.com/jonaspleyer/peace-of-posters
https://raw.githubusercontent.com/jonaspleyer/peace-of-posters/main/docs/content/showcase/2024-10-22-pop-template/main.typ
typst
MIT License
#import "@preview/peace-of-posters:0.4.3" as pop #set page("a0", margin: 1cm) #pop.set-poster-layout(pop.layout-a0) #pop.set-theme(pop.uni-fr) #set text(size: pop.layout-a0.at("body-size")) #let box-spacing = 1.2em #set columns(gutter: box-spacing) #set block(spacing: box-spacing) #pop.update-poster-layout(spacing: bo...
https://github.com/mrcinv/nummat-typst
https://raw.githubusercontent.com/mrcinv/nummat-typst/master/osnove_julie.typ
typst
= Osnovni ukazi v jeziku Julia Programe v jeziku Julia poženemo tako, da v terminalu poženemo ukaz `julia` #rect( [ - *julia* zažene se Julia REPL (Read Eval Print Loop). - *julia program.jl* Poženi kodo v datoteki `program.jl`. - *julia --project="."* aktivira projekt v trenutnem direktoriju. ] ) == Julia REPL(Rea...
https://github.com/goshakowska/Typstdiff
https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_working_types/header/header_inserted.typ
typst
= Heading = Second heading = Inserted heading
https://github.com/danbalarin/vse-typst-template
https://raw.githubusercontent.com/danbalarin/vse-typst-template/main/lib/lib.typ
typst
#import "title-page.typ": title-page #import "abstract-keywords.typ": abstract-keywords #import "macros.typ": heading-like, revisit, custom-lorem #import "outline.typ": custom-outline #import "headings.typ": heading-blocks #let template( title: "Thesis Title", date: "January 2025", university: "Prague Universi...
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/appendix/code/main.typ
typst
= Code == MaxTeilSum-2d <code-mts2d> ```python import math import numpy as np def kadane(array): s = 0 m = -math.inf for x in array: s = max(x, s + x) m = max(m, s) return m def combinations(matrix): (n, _) = matrix.shape for i2 in range(n+1): for i1 in range(i): ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-3100.typ
typst
Apache License 2.0
#let data = ( (), (), (), (), (), ("BOPOMOFO LETTER B", "Lo", 0), ("BOPOMOFO LETTER P", "Lo", 0), ("BOPOMOFO LETTER M", "Lo", 0), ("BOPOMOFO LETTER F", "Lo", 0), ("BOPOMOFO LETTER D", "Lo", 0), ("BOPOMOFO LETTER T", "Lo", 0), ("BOPOMOFO LETTER N", "Lo", 0), ("BOPOMOFO LETTER L", "Lo", 0), ("...
https://github.com/PorterLu/Typst
https://raw.githubusercontent.com/PorterLu/Typst/main/make_a_template_II/make_a_template.typ
typst
``` #let conf(title, doc) = { set page( paper: "us-letter", header: align( right + horizon, title ) ) set par(justify: true) set text( font: "Linux Libertine", size: 11pt, ) columns(2, doc) } #show: doc => conf( [Paper title], doc ) ``` #set par(justify: true) #let con...
https://github.com/ludwig-austermann/modpattern
https://raw.githubusercontent.com/ludwig-austermann/modpattern/main/examples/comparison.typ
typst
MIT License
#import "../main.typ": * #set page(height: auto, width: auto, margin: 10pt) #let patterncontents = ( "diagonal line": line(start: (0%,0%), end: (100%, 100%)), "weird lines": { place(line(start: (0%,0%), end: (100%, 100%))) place(line(start: (0%,0%), end: (50%, 100%))) place(line(start: (50%,0%), end: ...
https://github.com/CHHC-L/ciapo
https://raw.githubusercontent.com/CHHC-L/ciapo/master/examples/long-example-0/template.typ
typst
MIT License
#let scriptsize = 8pt #let margin-x = 1.2cm #let transition( // The slide accent color. Default is a vibrant yellow. accent-color: rgb("1f1e33"), // Whether to make the text white. Default is true. text-color: white, // The slide content. body, ) = { page( width: 16cm, hei...
https://github.com/Ciolv/typst-template-bachelor-thesis
https://raw.githubusercontent.com/Ciolv/typst-template-bachelor-thesis/main/README.md
markdown
# Bachelor Thesis Typst Template - DHBW Mannheim **This template is not affiliated with DHBW Mannheim.** It is intended to be used as a template for the bachelor thesis at the computing faculty in accordance to the 2019 guidelines. If you intend to use the template, please double-check its accordance with the gui...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/g-exam/0.2.0/g-exam.typ
typst
Apache License 2.0
#import "@preview/oxifmt:0.2.0": strfmt #let __g-question-number = counter("g-question-number") #let __g-question-point = state("g-question-point", 0) #let __g-question-point-position-state = state("g-question-point-position", left) #let __g-localization = state("localization") #let __g-show-solution = state("g-show-...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/classy-german-invoice/0.2.0/template/main.typ
typst
Apache License 2.0
#import "@preview/classy-german-invoice:0.2.0": invoice #show: invoice( // Invoice number "2023-001", // Invoice date datetime(year: 2024, month: 09, day: 03), // Items ( ( description: "The first service provided. The first service provided. The first service provided", price: 200, ), (descr...
https://github.com/mrknorman/evolving_attention_thesis
https://raw.githubusercontent.com/mrknorman/evolving_attention_thesis/main/07_crosswave/07_crosswave.typ
typst
#set page(numbering: "1", number-align: center) #set math.equation(numbering: it => {[7.#it]}) #counter(math.equation).update(0) = CrossWave: Cross-detector Attention for the Detection and Parameterisation of Overlapping Gravitational-Wave Compact Binary Coalescences <crosswave-sec> Thus far, we have focused our att...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2006/MS-03.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Men's Singles (1 - 32)", table( columns: 4, [Ranking], [Player], [Country/Region], [Rating], [1], [<NAME>], [CHN], [2953], [2], [<NAME>], [CHN], [2822], [3], [<NAME>], [GER], [2788], [4], [<NAME>i], [CHN], [2678], ...
https://github.com/Bi0T1N/typst-iconic-salmon-fa
https://raw.githubusercontent.com/Bi0T1N/typst-iconic-salmon-fa/main/iconic-salmon-fa.typ
typst
MIT License
#import "@preview/fontawesome:0.1.0": * /// A function that creates a clickable link with the passed name as text. /// In addition to this, the associated icon of the web page is inserted /// /// - name (str): The visible name of the clickable link /// - url (str): The URL to the website (it is assumed to st...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/publicDecorator.typ
typst
```ts import { SetMetadata } from '@nestjs/common'; export const Public = () => SetMetadata('isPublic', true); ```
https://github.com/GreyCorbel/docs
https://raw.githubusercontent.com/GreyCorbel/docs/main/gcdocs.typ
typst
MIT License
#let gc-docs(title: [], version: str, logo: str, doc) = { set text(font: "Arial",lang: "cs") set page(footer: grid( columns: (1fr, 1fr, 1fr), align(left + horizon, version), align(center + horizon, image(width: 80%, logo)), align(right + horizon, datetime.today().display()), )) show heading.wh...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1F800.typ
typst
Apache License 2.0
#let data = ( ("LEFTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD", "So", 0), ("UPWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD", "So", 0), ("RIGHTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD", "So", 0), ("DOWNWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD", "So", 0), ("LEFTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD", "So", ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-3000.typ
typst
Apache License 2.0
#let data = ( ("IDEOGRAPHIC SPACE", "Zs", 0), ("IDEOGRAPHIC COMMA", "Po", 0), ("IDEOGRAPHIC FULL STOP", "Po", 0), ("DITTO MARK", "Po", 0), ("JAPANESE INDUSTRIAL STANDARD SYMBOL", "So", 0), ("IDEOGRAPHIC ITERATION MARK", "Lm", 0), ("IDEOGRAPHIC CLOSING MARK", "Lo", 0), ("IDEOGRAPHIC NUMBER ZERO", "Nl", 0...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/string-15.typ
typst
Other
// Test the `replace` method with `Func` replacements. #test("abc".replace(regex("[a-z]"), m => { str(m.start) + m.text + str(m.end) }), "0a11b22c3") #test("abcd, efgh".replace(regex("\w+"), m => { upper(m.text) }), "ABCD, EFGH") #test("hello : world".replace(regex("^(.+)\s*(:)\s*(.+)$"), m => { upper(m.captures...
https://github.com/alexonea/cv
https://raw.githubusercontent.com/alexonea/cv/master/CV_AlexandruOnea.typ
typst
#import "lib/cv.typ" #show: doc => cv.setup( name: [<NAME>], headline: [Όσο υπάρχουν δάσκαλοι, θα βγαίνουν μαθητάδες], address: [Σαράντα Εκκλησίες, Θεσσαλονίκη, Ελλάδα], phone: "(+30) 698 905 9019", email: "<EMAIL>", debug: false, doc ) = Work experience #cv.jobrole( company: [Harman International Romania SRL]...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-32.typ
typst
Other
// Test the `lcm` function. #test(calc.lcm(112, 77), 1232) #test(calc.lcm(12, 96), 96) #test(calc.lcm(13, 9), 117) #test(calc.lcm(13, -9), 117) #test(calc.lcm(272557, 272557), 272557) #test(calc.lcm(0, 0), 0) #test(calc.lcm(8, 0), 0)
https://github.com/simon-isler/zhaw-summaries
https://raw.githubusercontent.com/simon-isler/zhaw-summaries/main/Template/template.typ
typst
#let project(title: "", authors: (), columns: 2, body) = { set document(author: authors, title: title) // page layout set page( margin: (left: 12mm, right: 12mm, top: 14mm, bottom: 14mm), numbering: "1", number-align: center, header: [ #grid( columns: (33%, 33%, 33%), title, ...
https://github.com/QuadnucYard/crossregex-typ
https://raw.githubusercontent.com/QuadnucYard/crossregex-typ/main/src/process.typ
typst
MIT License
#let process-args( rows: none, row-len: none, total: none, constraints: none, constraint-size: none, answer: none, alphabet: none, rotators: (), progress-creator: auto, ) = { // transform constraints if constraints.len() != constraint-size { panic("Wrong constraint size. Expected " + str(const...
https://github.com/olligobber/friggeri-cv
https://raw.githubusercontent.com/olligobber/friggeri-cv/master/link.typ
typst
#let simpleLink(address) = link(address, address) #let email(address, display: none) = link( "mailto:"+address, if display == none {address} else {display}, )