repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/mhspradlin/wilson-2024
https://raw.githubusercontent.com/mhspradlin/wilson-2024/main/programming/day-3.typ
typst
MIT License
#set page("presentation-16-9") #set text(size: 30pt) = Day 3 #pagebreak() == Defining Functions You can define your own functions using `def`. This is important to avoid repeating yourself. Functions have a *name*, *parameters*, and *return* a value (usually). #pagebreak() == Defining Functions ```python def ...
https://github.com/kachick/dprint-plugin-typstyle
https://raw.githubusercontent.com/kachick/dprint-plugin-typstyle/main/README.md
markdown
Apache License 2.0
# dprint-plugin-typstyle [![CI - Nix Status](https://github.com/kachick/dprint-plugin-typstyle/actions/workflows/nix.yml/badge.svg?branch=main)](https://github.com/kachick/dprint-plugin-typstyle/actions/workflows/nix.yml?query=branch%3Amain+) [Typst](https://github.com/typst/typst) formatter as a [dprint](https://git...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/smartquotes-in-outline_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page(width: 15em) #outline() = "This" "is" "a" "test"
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/128.%20yahoo.html.typ
typst
yahoo.html What Happened to Yahoo Want to start a startup? Get funded by Y Combinator. August 2010When I went to work for Yahoo after they bought our startup in 1998, it felt like the center of the world. It was supposed to be the next big thing. It was supposed to be what Google turned out to be.What went w...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/grape-suite/0.1.0/src/slides.typ
typst
Apache License 2.0
#import "@preview/polylux:0.3.1" #import "dates.typ": semester, weekday #import "colors.typ": * #let unbreak(body) = { set text(hyphenate: false) body } #let important-box(title, body, extra, primary-color, secondary-color, tertiary-color, dotted: false) = { set par(justify: true...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/COMPLETE_STORIES.typ
typst
#let title = [Magic 2013 through Outlaws of Thunder Junction - The~Ultimate PDF] #set document(title: title) #{ set text(size: 32pt) set align(center + horizon) heading(level: 1, outlined: false)[#title] } #{ set align(center) set text(size: 18pt) [Compiled by Polarkac, last update: #datetime.t...
https://github.com/ShapeLayer/ucpc-solutions__typst
https://raw.githubusercontent.com/ShapeLayer/ucpc-solutions__typst/main/docs/colors.md
markdown
Other
--- title: ucpc.colors supports: ["0.1.0"] --- This is a module that predefines colors mainly used in algorithm competitions. You can use the colors used as difficulty tier colors in [solved.ac](https://solved.ac). <table style="text-align: center; vertical-align: middle;" > <thead> <td scope="col">Name</td> ...
https://github.com/DaavidT/CV-2023
https://raw.githubusercontent.com/DaavidT/CV-2023/main/modules/projects.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Proyectos") #cvEntry( title: [Chat Bot con dialog Flow], society: [UNITEC], date: [2023 - Present], location: [CDMX, MX], description: list( [Desarrollo de un chat bot que se hace pasar por un ser humano para resolver dudas de los alumnos de la unive...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/015%20-%20Commander%20(2014%20Edition)/002_The%20Lithomancer.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Lithomancer", set_name: "Commander (2014 Edition)", story_date: datetime(day: 29, month: 10, year: 2014), author: "<NAME>", doc ) #emph[Long ago, the world-devouring Eldrazi were sealed away on Zendikar by three Planeswalkers: the spiri...
https://github.com/dark-flames/resume
https://raw.githubusercontent.com/dark-flames/resume/main/data/basic.typ
typst
MIT License
#import "../libs.typ": * #import "../chicv.typ": * #let name(env) = { multiLang( env, en: [= Zhan Shi], cn: [= 施展], ) } #let linkList = ( [#fa[#envelope] #link("mailto:<EMAIL>")[<EMAIL>]], [#fa[#github] #link("https://github.com/dark-flames")[github.com/dark-flames]], [#fa[#telegram] #link("http...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/024%20-%20Shadows%20over%20Innistrad/011_Stories%20and%20Endings.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Stories and Endings", set_name: "Shadows Over Innistrad", story_date: datetime(day: 11, month: 05, year: 2016), author: "<NAME>", doc ) #emph[<NAME>'s time on Innistrad has been spent chasing a mystery, from ] Liliana's home#emph[ to ] Mark...
https://github.com/Miunn/Typst-Template
https://raw.githubusercontent.com/Miunn/Typst-Template/master/README.md
markdown
# Typst-Template Template for [Typst](https://typst.app/) papers with exemple document as `main.typ`. Configuration function has the following definition : ``` conf( title: [], subTitle: [], authors: (), keywords: (), date: auto, imagePath: "no-image.png", professor: none, semester: none, pageTitle...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1CF00.typ
typst
Apache License 2.0
#let data = ( ("ZNAMENNY COMBINING MARK GORAZDO NIZKO S KRYZHEM ON LEFT", "Mn", 0), ("ZNAMENNY COMBINING MARK NIZKO S KRYZHEM ON LEFT", "Mn", 0), ("ZNAMENNY COMBINING MARK TSATA ON LEFT", "Mn", 0), ("ZNAMENNY COMBINING MARK GORAZDO NIZKO ON LEFT", "Mn", 0), ("ZNAMENNY COMBINING MARK NIZKO ON LEFT", "Mn", 0), ...
https://github.com/tingerrr/chiral-thesis-fhe
https://raw.githubusercontent.com/tingerrr/chiral-thesis-fhe/main/tests/full/test.typ
typst
#import "/src/lib.typ" as ctf #import ctf.prelude: * #show: doc( kind: masters-thesis( date: datetime(year: 1970, month: 01, day: 01), ), draft: false, abstracts: ( (title: [Abstract], body: lorem(100)), ), outlines: ( (target: image, title: [Abbildungsverzeichnis]), (target: table, title: ...
https://github.com/arthurcadore/eng-telecom-workbook
https://raw.githubusercontent.com/arthurcadore/eng-telecom-workbook/main/semester-7/DLP2/project3/project.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, ) #set page(...
https://github.com/darioglasl/Arbeiten-Vorlage-Typst
https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/01_Einleitung/03_rahmenbedingungen.typ
typst
== Rahmenbedingung <headingParameter> Gemäss Modulbeschreibung @modulbeschreibungSA soll die Arbeit den Nachweis der Problemlösungsfähigkeit unter Anwendung ingenieurmässiger Methoden nachweisen und verfügt über einen konzeptionellen, theoretischen und einen praktischen Anteil. Die erfolgreiche Durchführung der Arbeit ...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/GR_old/oktoich/Hlas1/6_Sobota.typ
typst
#let V_So = ( "HV": ( ("", "Πανεύφημοι Μάρτυρες", "Ξύλου βρώσει τέθνηκα ποτέ, συμβουλία όφεως, συνεπαρθείς καί εξόριστος, τής θείας δόξης σου, γεγονώς ο τάλας, διό τεθανάτωμαι, υπό τής αμαρτίας ο δείλαιος, λοιπόν Φιλάνθρωπε, σύ ως μόνος ευδιάλλακτος, Παραδείσου, οικήτορα ποίησον."), ("", "", "Πάντα καταλείψασ...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/syntaxes/textmate/tests/unit/expr/cond.typ
typst
Apache License 2.0
#if false and true {} #if not false {} #if 1 + 2 != 1 {} #if false and true {} else if false and true {} #if not false {} else if not true {} #if 1 + 2 != 1 {} else if 1 + 2 == 1 {} #while false and true {} #for i in (1, 2) {} #set text(red) if false and true #set text(red) if not true
https://github.com/LDemetrios/ProgLectures
https://raw.githubusercontent.com/LDemetrios/ProgLectures/main/01-kotlin-basics.typ
typst
#import "kotlinheader.typ" : * #show : kt-paper-rule = Основы языка Kotlin #kt-par[ Будем пользоваться нотацией REPL: после `=>` описывается тип результата, затем строковое представление результата. Если код что-то выводит, то это написано после результата. ] #kt-par[ Итак, Котлин. Давайте для начала разбер...
https://github.com/SkiFire13/master-thesis
https://raw.githubusercontent.com/SkiFire13/master-thesis/master/preface/acknowledgements.typ
typst
#import "../config/translated.typ": acknowledgements #let acknowledgements-bookmark = context hide(place(dy: -page.margin.top)[ #let acknowledgements = acknowledgements.at(text.lang) = #acknowledgements #label(acknowledgements) ]) #let acknowledgements() = page[ #acknowledgements-bookmark #show quote: box.wi...
https://github.com/ShapeLayer/ucpc-solutions__typst__archived
https://raw.githubusercontent.com/ShapeLayer/ucpc-solutions__typst__archived/main/main.typ
typst
Other
#import "theme.typ" #import theme: difficulties as lv #set text(font: ("Gothic A1", "Pretendard","Noto Sans CJK KR"), lang: "ko") #show: doc => theme.conf(doc) // Constants #let primary_color = rgb("#F23D5E"); #let problem_page_config = ( theme_color: primary_color ) // Title Page #show: doc => theme.cover_conf(do...
https://github.com/nathanielknight/tsot
https://raw.githubusercontent.com/nathanielknight/tsot/main/cards/cards.typ
typst
#set page( margin: 6mm, paper: "us-letter", ) #set text( font: "Vollkorn" ) #let cards = cs => { grid( rows: (88.9mm, 88.9mm, 88.9mm), columns: (62.5mm, 62.5mm, 62.5mm), stroke: 1mm + gray, ..cs, ) } #let card = (title, body) => { block(inset: 4mm, [ = #text(font: "Futura", size: 1...
https://github.com/fky2015/resume-ng-typst
https://raw.githubusercontent.com/fky2015/resume-ng-typst/main/template/main.typ
typst
MIT License
#import "@preview/resume-ng:1.0.0": * // 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: "Resume-ng", author: (name: "冯开宇"), contacts: ( "+86 188-888-8888", link("mailto:<EMAIL>", "<EMAIL>"), ...
https://github.com/mem-courses/linear-algebra
https://raw.githubusercontent.com/mem-courses/linear-algebra/main/global.typ
typst
#let prob(bgcolor: luma(248), border: luma(88), text) = block( fill: bgcolor, width: 100%, inset: 0.8em, radius: 4pt, stroke: border + 0.5pt, text ) #let note(..x) = { prob(bgcolor: rgb(219, 242, 249), border: rgb(51, 166, 184), ..x) } #let info(..x) = { prob(bgcolor: rgb(210, 247, 253), border: rgb(88, 17...
https://github.com/PabloRuizCuevas/numty
https://raw.githubusercontent.com/PabloRuizCuevas/numty/master/test.typ
typst
MIT License
#import "main.typ" as nt #let M = ((1,3), (3,4)) #let N = ((1,5), (1,4)) #let u = (1,2,3) #let v = (3,2,1) #let a = 1 #let b = 2 = Automatic Tests == Test data: $ u = #u \ v = #v \ a = #a \ b = #b $ === Logic === eq(u,v) Checks element wise equality: // mat mat nt.eq(#nt.p(M),#nt.p(N)) = #nt.p...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/053_Wilds%20of%20Eldraine.typ
typst
#import "@local/mtgset:0.1.0": conf #show: doc => conf("Wilds of Eldraine", doc) #include "./053 - Wilds of Eldraine/001_Episode 1: Pure of Heart.typ" #include "./053 - Wilds of Eldraine/002_Episode 2: Wandering Knight, Budding Hero.typ" #include "./053 - Wilds of Eldraine/003_Episode 3: Two Great Banquets.typ" #inclu...
https://github.com/jmuchovej/typst-iconify
https://raw.githubusercontent.com/jmuchovej/typst-iconify/main/readme.md
markdown
# Iconify, for Typst! Iconify is a pretty sweet project used in web development, but since they provide SVGs of all icon sets, we can integrate these into Typst documents! 🥰 ## Usage ## High-level Roadmap - [x] Support `<icon-set>:<icon-name>` lookups from Typst. - [ ] Split the package into something like `typst-...
https://github.com/glambrechts/slydst
https://raw.githubusercontent.com/glambrechts/slydst/main/slydst.typ
typst
MIT License
#let default-color = blue.darken(40%) #let header-color = default-color.lighten(75%) #let body-color = default-color.lighten(85%) #let layouts = ( "small": ("height": 9cm, "space": 1.4cm), "medium": ("height": 10.5cm, "space": 1.6cm), "large": ("height": 12cm, "space": 1.8cm), ) #let slides( content, title:...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/themes/gallery/metropolis.typ
typst
#import "../../../../polylux.typ": * #import themes.metropolis: * #show: metropolis-theme.with( footer: [Custom footer] ) #set text(font: "Fira Sans", weight: "light", size: 20pt) #show math.equation: set text(font: "Fira Math") #set strong(delta: 100) #set par(justify: true) #title-slide( author: [Authors], ...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/SimpleOrdinaryDE.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: "SimpleOrdinaryDE", authors: ( "<NAME>", ), date: "30 Octobre, 2023", ) #set heading(numbering: "1.1.") #align(center)[#table( colum...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/051%20-%20March%20of%20the%20Machine/011_Episode%206%3A%20The%20Last%20to%20Leave.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 6: The Last to Leave", set_name: "March of the Machine", story_date: datetime(day: 23, month: 04, year: 2023), author: "<NAME>", doc ) Fear is the first thing she remembers. Next comes the smell of the thing: burning pitch, ozone. ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10A80.typ
typst
Apache License 2.0
#let data = ( ("OLD NORTH ARABIAN LETTER HEH", "Lo", 0), ("OLD NORTH ARABIAN LETTER LAM", "Lo", 0), ("OLD NORTH ARABIAN LETTER HAH", "Lo", 0), ("OLD NORTH ARABIAN LETTER MEEM", "Lo", 0), ("OLD NORTH ARABIAN LETTER QAF", "Lo", 0), ("OLD NORTH ARABIAN LETTER WAW", "Lo", 0), ("OLD NORTH ARABIAN LETTER ES-2",...
https://github.com/kalintas/resume
https://raw.githubusercontent.com/kalintas/resume/master/resume.typ
typst
#import "template.typ": * #let info = align(center,table( columns: (auto, auto, auto, auto, auto), rows: (auto), gutter: auto, stroke: none, align: center, [Paris, France], link("tel:+33 7 67 16 78 28"), link("mailto:<EMAIL>"), link("https://github.com/kalintas")[github], link("https://www.linkedin...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/004%20-%20Dragon's%20Maze/008_The%20One%20Hundred%20Steps.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The One Hundred Steps", set_name: "Dragon's Maze", story_date: datetime(day: 22, month: 05, year: 2013), author: "<NAME>", doc ) They were trapped. Jek knew the key was critical but he didn't realize to what lengths the Dimir would go to g...
https://github.com/j10ccc/algorithm-analysis-homework-template-typst
https://raw.githubusercontent.com/j10ccc/algorithm-analysis-homework-template-typst/main/layout/headers/introduction.typ
typst
#import "../../constants/fonts.typ": font_family #import "../../config.typ": frontmatter #let introduction(date, homework_id) = [ #align(left, text(font: font_family.kaiti)[ 算法分析与设计 _2023_ 秋 ]) #grid( columns: (1fr, 1fr), align(left, [ *浙江工业大学* \ *教师:* 程振波 \ ]), align(rig...
https://github.com/rinmyo/ruby-typ
https://raw.githubusercontent.com/rinmyo/ruby-typ/main/readme.md
markdown
MIT License
# ruby-typ A library for typst to implement ruby just like this <center> とある科学の<ruby>超電磁砲 <rp>(</rp><rt>レールガン</rt><rp>)</rp> </ruby> </center> for more information. please read the manual.pdf at first. ## thanks this project is based on [@Saito Atsush](https://github.com/SaitoAtsush)’s great idea and the [original ...
https://github.com/Champitoad/typst-slides
https://raw.githubusercontent.com/Champitoad/typst-slides/main/notations.typ
typst
Creative Commons Zero v1.0 Universal
/********** Symbols **********/ #let thus = [ #sym.arrow.curve #h(5pt) ] #let limp = $=>$ #let ent = math.class("relation", sym.tack.r) #let kent = math.class("relation", sym.tack.r.double) #let csup = math.class("relation", "⫐") #let eqdef = math.class("relation", sym.eq.delta) #let simeq = scale(x: 150%, y: 15...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/041.%20mac.html.typ
typst
mac.html Return of the Mac March 2005All the best hackers I know are gradually switching to Macs. My friend Robert said his whole research group at MIT recently bought themselves Powerbooks. These guys are not the graphic designers and grandmas who were buying Macs at Apple's low point in the mid 1990s. They're ab...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/042%20-%20Strixhaven%3A%20School%20of%20Mages/001_Episode%201%3A%20Class%20Is%20in%20Session.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 1: Class Is in Session", set_name: "Strixhaven: School of Mages", story_date: datetime(day: 23, month: 03, year: 2021), author: "<NAME>", doc ) In the seemingly endless halls of the Biblioplex, where arcane knowledge from countless ...
https://github.com/DieracDelta/presentations
https://raw.githubusercontent.com/DieracDelta/presentations/master/polylux/book/src/utils/fit-to-height-width.typ
typst
#import "../../../polylux.typ": * #set page(paper: "presentation-16-9") #set text(size: 40pt) #polylux-slide[ #fit-to-height(5cm, prescale-width: 300%, width: 50%)[ #set par(justify: true) #lorem(200) ] ]
https://github.com/sitandr/typst-examples-book
https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/snippets/demos.md
markdown
MIT License
# Demos ## Resume (using template) ```typ #import "@preview/modern-cv:0.1.0": * #show: resume.with( author: ( firstname: "John", lastname: "Smith", email: "<EMAIL>", phone: "(+1) 111-111-1111", github: "DeveloperPaul123", linkedin: "Example", address: "111 Example St. Ex...
https://github.com/lucifer1004/leetcode.typ
https://raw.githubusercontent.com/lucifer1004/leetcode.typ/main/solutions/s0011.typ
typst
#import "../helpers.typ": * #let container-with-most-water-ref(height) = { let n = height.len() let l = 0 let r = n - 1 let ans = 0 while l < r { ans = calc.max(ans, calc.min(height.at(l), height.at(r)) * (r - l)) if height.at(l) < height.at(r) { l += 1 } else { r -= 1 } } ans...
https://github.com/hekzam/typst-lib
https://raw.githubusercontent.com/hekzam/typst-lib/main/lib.typ
typst
Apache License 2.0
#import "@preview/tiaoma:0.2.0" #let atomic-boxes = state("atomic-boxes", (:)) #let page-state = state("page-state", (:)) #let copy-counter = counter("copy-counter") #let generating-content = state("generating-content", true) #let rect-box(id, width, height, fill-color: white, stroke-width: 0.25mm, stroke-color: blac...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/shape-fill-stroke_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #let variant = rect.with(width: 20pt, height: 10pt) #let items = for (i, item) in ( variant(stroke: none), variant(), variant(fill: none), variant(stroke: 2pt), variant(stroke: eastern), variant(stroke: eastern + 2pt), variant(fill: e...
https://github.com/kamack38/cram-snap
https://raw.githubusercontent.com/kamack38/cram-snap/main/lib.typ
typst
MIT License
#let cram-snap( title: none, icon: none, column-number: 2, subtitle: none, doc, ) = { let table_stroke(color) = ( (x, y) => ( left: none, right: none, top: none, bottom: if y == 0 { color } else { 0pt }, ) ) let table_fill(color) = ( (x, y...
https://github.com/exusiaiwei/My-brilliant-CV
https://raw.githubusercontent.com/exusiaiwei/My-brilliant-CV/main/letter.typ
typst
Apache License 2.0
#import "brilliant-CV/template.typ": * #show: layout #set text(size: 12pt) //set global font size #letterHeader( myAddress: [730030 , China], recipientName: [Saarland University], recipientAddress: [Department of Language Science and Technology], date: [01/01/2024], subject: "Subject: Personal Statement for ...
https://github.com/Lucas-Wye/tech-note
https://raw.githubusercontent.com/Lucas-Wye/tech-note/main/src/matlab.typ
typst
= Matlab #label("matlab") #link("https://github.com/Lucas-Wye/Share/blob/master/matlab_share.pptx")[Click here]
https://github.com/Arsenii324/matap-p2
https://raw.githubusercontent.com/Arsenii324/matap-p2/main/t-repo/macros.typ
typst
#let sumin = $limits(sum)_(i = 1)^n$ #let sumii = $limits(sum)_(i = 1)^infinity$ #let liminf = $limits(lim)_(n -> infinity)$ #let sm = $limits(sum)$ #let int = $limits(integral)$
https://github.com/CedricMeu/ugent-typst-template
https://raw.githubusercontent.com/CedricMeu/ugent-typst-template/main/0.1.0/lib/utils.typ
typst
/// get the current academic year, assuming that the academic year starts in September /// /// this function will return somthing like `[2023-2024]` #let current-academic-year() = { let today = datetime.today() let year = today.year() let month = today.month() if month < 9 { let first-year = year - 1 ...
https://github.com/wflixu/typster
https://raw.githubusercontent.com/wflixu/typster/main/README.md
markdown
MIT License
![typster](./app-icon.png) # [WIP] typster A W.I.P desktop application for a new markup-based typesetting language, [typst](https://github.com/typst/typst). Typster is built using [Tauri](https://tauri.app/). # features - [ ] - [ ] ## screenshot ![typster](./public/imgs/screen_projects.png) ![typster](./pu...
https://github.com/Myriad-Dreamin/shiroa
https://raw.githubusercontent.com/Myriad-Dreamin/shiroa/main/github-pages/docs/format/book.typ
typst
Apache License 2.0
#import "/github-pages/docs/book.typ": book-page, cross-link #show: book-page.with(title: "book.typ") = book.typ * Note: This main file must be named `book.typ`. * The `book.typ` consists of many meta sections describing your book project. If you are familiar with `mdbook`, the `book.typ` file is similar to the `bo...
https://github.com/TechnoElf/mqt-qcec-diff-thesis
https://raw.githubusercontent.com/TechnoElf/mqt-qcec-diff-thesis/main/content/implementation/visualisation.typ
typst
#import "@preview/tablex:0.0.8": tablex, rowspanx, colspanx, cellx #import "@preview/unify:0.6.0": qty == Visualisation A visualisation of the diff algorithms applied to quantum circuits was created to assess their usefulness in equivalence checking. Specifically, the tool was meant to demonstrate that diff algorithms...
https://github.com/dismint/docmint
https://raw.githubusercontent.com/dismint/docmint/main/networks/pset6.typ
typst
#import "template.typ": * #show: template.with( title: "PSET 6", subtitle: "<NAME>", pset: true ) = Problem 1 == (a) #align(center)[ #table( columns: 3, [], [`W`], [`R`], [`W`], [$100, 100$], [$50, 125$], [`R`], [$125, 50$], [$75, 75$] ) ] === Pure When we fix the other player's strategy,...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/src/defs/prefixes.typ
typst
Apache License 2.0
// SI prefixes #let quecto = $q$ #let ronto = $r$ #let yocto = $y$ #let zepto = $z$ #let atto = $a$ #let femto = $f$ #let pico = $p$ #let nano = $n$ #let micro = $mu$ #let milli = $m$ #let centi = $c$ #let deci = $d$ #let deca = $d a$ #let deka = deca #let hecto = $h$ #let kilo = $k$ #let mega = $M$ #let giga = $G$ #le...
https://github.com/SillyFreak/typst-packages-old
https://raw.githubusercontent.com/SillyFreak/typst-packages-old/main/scrutinize/gallery/question-types.typ
typst
MIT License
#import "@preview/scrutinize:0.2.0": grading, question, questions // #import "../src/lib.typ" as scrutinize: grading, question, questions #import question: q #import questions: free-text-answer, single-choice, multiple-choice // make the PDF reproducible to ease version control #set document(date: none) // toggle thi...
https://github.com/teamdailypractice/pdf-tools
https://raw.githubusercontent.com/teamdailypractice/pdf-tools/main/typst-pdf/examples/example-04.typ
typst
+ The climate + The topography + The geology
https://github.com/claudiomattera/typst-modern-cv
https://raw.githubusercontent.com/claudiomattera/typst-modern-cv/master/docs/example-lighten.typ
typst
MIT License
// Copyright <NAME> 2023-2024. // // Distributed under the MIT License. // See accompanying file License.txt, or online at // https://opensource.org/licenses/MIT #import "../src/lib.typ": configure_theme #set document( title: "<NAME> - Curriculum Vitæ", author: "<NAME>", ) #set page( paper: "a4", mar...
https://github.com/rabotaem-incorporated/algebra-conspect-1course
https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/03-polynomials/04-subs-homomorphism.typ
typst
Other
#import "../../utils/core.typ": * == Гомоморфизм подстановки #def[ Пусть $R, S$ --- кольца. Гомоморфизм из кольца $R$ в кольцо $S$ называется отображение $phi: R -> S$, такое что: + $phi(a + b) = phi(a) + phi(b)$, $forall a, b in R$; + $phi(a b) = phi(a) phi(b)$ + $phi(1_R) = 1_S$ ] #pr(na...
https://github.com/CHHC-L/ciapo
https://raw.githubusercontent.com/CHHC-L/ciapo/master/examples/example.typ
typst
MIT License
#import "../template.typ": diapo, transition #show: diapo.with( title: "My last vacations", author: "<NAME>", date: "2023-04-20", // display_lastpage: false, ) = Introduction It was great! #lorem(20) #transition[Day one] = Travelling #lorem(30) #lorem(30) = Relax #align(horizon)[ #set text(size: 28pt...
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/decide-driver-control/entry.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: "Decide: Driver Control", type: "decide", date: datetime(year: 2023, month: 08, day: 20), author: "<NAME>", witness: "<NAME>", ) The driver's preferred method of contro...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/03-unicode/case.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/template/lang.typ": greek, german #import "/lib/glossary.typ": tr #show: web-page-template // ## Case conversion == 大小写转换 // We've seen that N'Ko is a unicase script; its letters have no upper case and lower case ...
https://github.com/YonniGashu/resume
https://raw.githubusercontent.com/YonniGashu/resume/main/template.typ
typst
#let resume(body) = { set list(indent: 1em) show list: set text(size: 0.92em) show link: underline show link: set underline(offset: 3pt) set page(paper: "us-letter", margin: (x: 0.5in, y: 0.5in)) set text(size: 12pt, font: "New Computer Modern") body } #let name_header(name) = { set text(size: 2.25e...
https://github.com/yasemitee/Teoria-Informazione-Trasmissione
https://raw.githubusercontent.com/yasemitee/Teoria-Informazione-Trasmissione/main/2023-10-24.typ
typst
#import "@preview/lemmify:0.1.4": * #let ( theorem, lemma, corollary, remark, proposition, example, proof, rules: thm-rules ) = default-theorems("thm-group", lang: "it") #show: thm-rules #show thm-selector("thm-group", subgroup: "proof"): it => block( it, stroke: green + 1pt, inset: 1em, breaka...
https://github.com/felsenhower/kbs-typst
https://raw.githubusercontent.com/felsenhower/kbs-typst/master/examples/15.typ
typst
MIT License
#let count = 8 #let nums = range(1, count + 1) #let fib(n) = { if n <= 2 { 1 } else { fib(n - 1) + fib(n - 2) } } The first #count Fibonacci Numbers are: #align(center)[ #table( columns: count, ..(nums.map(n => $F_#n$)), ..(nums.map(n => str(fib(n)))), ) ]
https://github.com/ymgyt/techbook
https://raw.githubusercontent.com/ymgyt/techbook/master/math/matrix/linear_transformation.typ
typst
== 線形変換の表現行列 線形変換 $f$ がどのような変換かは行列で表現できる。 \ 座標 $vec(x,y)$ の変換を考える。\ $ f vec(x,y) &= f brace.l vec(x,0) + vec(0,y) brace.r \ &= f brace.l x vec(1,0) + y vec(0,1) brace.r \ &= f x vec(1,0) + f y vec(0,1) ("線形性") \ &= x f vec(1,0) + y f vec(0,1) $ と表せる。\ したがって、$f vec(1,0)$と$f vec(0,1)$が決まれば$f vec(x,y)$も決まる。\ ...
https://github.com/pank-su/report_2
https://raw.githubusercontent.com/pank-su/report_2/main/main.typ
typst
#import "templates/index.typ": * #import "templates/utils.typ": * #import "libs/tablex.typ": * // Тут указываем только авторов [authors] и название работы [title] #show: index.with(authors: ("<NAME>", ), title: [ОТЧЁТ О ПРАКТИКЕ]) // ch -- center heading #ch("Введение") Производственная практика проходила на предпр...
https://github.com/RafDevX/NodeBB-DD2391
https://raw.githubusercontent.com/RafDevX/NodeBB-DD2391/master/report/report.typ
typst
#import "@preview/tablex:0.0.5": tablex, colspanx, rowspanx #set page("a4") #set text(12pt) #let kthblue = rgb("#2258a5") #show link: it => underline(stroke: 1pt + kthblue, text(fill: kthblue, it.body)) #show heading: set block(above: 1.4em, below: 1em) #align(center + horizon)[ #heading(outlined: false)[Cybersecuri...
https://github.com/christopherkenny/ctk-article
https://raw.githubusercontent.com/christopherkenny/ctk-article/main/_extensions/ctk-article/typst-show.typ
typst
// start typst-show within ctk-article #show: doc => ctk-article( $if(title)$ title: [$title$], $endif$ $if(subtitle)$ subtitle: [$subtitle$], $endif$ $if(running-title)$ runningtitle: [$running-title$], $else$ $if(title)$ runningtitle: [$title$], $endif$ $endif$ $if(by-author)$ authors: ( $for(by-author)$ $...
https://github.com/MLAkainu/Network-Comuter-Report
https://raw.githubusercontent.com/MLAkainu/Network-Comuter-Report/main/contents/06_errorhandle/index.typ
typst
Apache License 2.0
= Error Handling == Server not running Khi Client kết nối tới Server, nếu Server không hoạt động, hệ thống sẽ hiển thị thông báo lỗi và yêu cầu khởi động lại Server. #figure(caption: [Server not running], image("../../components/assets/server_not_start.png")) == Connection error Khi một trong hai kết nối gi...
https://github.com/mem-courses/discrete-mathmatics
https://raw.githubusercontent.com/mem-courses/discrete-mathmatics/main/homework/week1.typ
typst
MIT License
#import "../template.typ": * #import "../functions.typ": * #show: project.with( course: "Discrete Mathmatics", course_fullname: "Discrete Mathematics and Application", course_code: "211B0010", title: "Homework #1: Propositional Logic", authors: (( name: "<NAME>", email: "<EMAIL>", id: "A10", ),), semester...
https://github.com/maxgraw/bachelor
https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/3-state/current-studies.typ
typst
Augmented Reality erweitert die Grenzen traditioneller Anwendungen und erstreckt sich zunehmend auf diverse Bereiche. Die spezifischen Anforderungen an AR-Technologien variieren stark je nach Anwendungsbereich. In dieser Arbeit liegt der Fokus auf der Untersuchung relevanter Bereiche für die Arbeit. Hierbei werden sowo...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/completion/completion_title3.typ
typst
Apache License 2.0
// path: references.yaml harry: type: Book title: Harry Potter and the Order of the Phoenix author: <NAME>. volume: 5 page-total: 768 date: 2003-06-21 electronic: type: Web title: Ishkur's Guide to Electronic Music serial-number: v2.5 author: Ishkur url: http://www.techno.or...
https://github.com/rijuyuezhu/latex-typst-template
https://raw.githubusercontent.com/rijuyuezhu/latex-typst-template/main/art-typst-eng/template.typ
typst
/////////////////////////////// // This Typst template is for working paper draft. // It is based on the general SSRN paper. // Copyright (c) 2024 // Author: <NAME> // License: MIT // Version: 0.5.0 // Date: 2024-04-04 // Email: <EMAIL> /////////////////////////////// #import "@preview/ctheorems:1.1.2": * #impo...
https://github.com/fabian1409/typst-iaik-thesis-template
https://raw.githubusercontent.com/fabian1409/typst-iaik-thesis-template/master/lib.typ
typst
// acronyms #let prefix = "acronym-state-" #let acros = state("acronyms", none) #let init-acronyms(acronyms) = { acros.update(acronyms) } // Display acronym #let display(acr, text) = { link(label(acr), text) } // Display acronym in short form. #let acrs(acr, plural: false) = { if plural { display(acr, acr + ...
https://github.com/hongjr03/shiroa-page
https://raw.githubusercontent.com/hongjr03/shiroa-page/main/DIP/chapters/1导论.typ
typst
#import "../template.typ": * #import "@preview/fletcher:0.5.0" as fletcher: diagram, node, edge #import fletcher.shapes: house, hexagon, ellipse #import "@preview/pinit:0.1.4": * #import "@preview/cetz:0.2.2" #import "/book.typ": book-page #show: book-page.with(title: "导论 | DIP") = 导论 == 数字图像处理的基本步骤 Fundmental Steps...
https://github.com/barddust/Kuafu
https://raw.githubusercontent.com/barddust/Kuafu/main/src/Analysis/sequence.typ
typst
#import "/mathenv.typ": * = Sequences
https://github.com/sebaseb98/clean-math-thesis
https://raw.githubusercontent.com/sebaseb98/clean-math-thesis/main/meta.typ
typst
MIT License
// personal/subject related stuff #let author = "<NAME>" #let title = "My Very Fancy and Good-Looking Thesis About Interesting Stuff" #let supervisor1 = "Prof. Dr. <NAME>" #let supervisor2 = "Prof. Dr. <NAME>" #let degree = "Example" #let program = "Example-Studies" #let university = "Example University" #let institute...
https://github.com/CL4R3T/GroupTheory-I-_homework
https://raw.githubusercontent.com/CL4R3T/GroupTheory-I-_homework/main/HW1/HW1_Sol.typ
typst
#import "@preview/problemst:0.1.0": pset #show: doc => pset( doc, class: "Group Theory I", student: read("../.authorinfo"), title: "Homework 1", date: datetime(year: 2024, month: 9, day: 29), ) = 对于某个三阶群 $G={e,a,b}$, 由于 $a e=e a=a$, 所以 $a^2!=a$. 若 $a^2=e$, 那么只有 $a b=b a=b$, 这与 $e b=b e=b$ 矛盾. 所以假设不成立, 这个群必须...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/par-bidi-06.typ
typst
Other
// Test inline object. #set text(lang: "he") קרנפיםRh#box(image("test/assets/files/rhino.png", height: 11pt))inoחיים
https://github.com/Ri0ee/typst-rtu
https://raw.githubusercontent.com/Ri0ee/typst-rtu/master/template/template.typ
typst
#let project( title: "", subtitle: "", subject: "", authors: (), department: "", year: "", lang: "en", body ) = { lang = lower(lang) assert(lang == "lv" or lang == "en", message: "Languages other than LV or EN are not supported") let institute = if lang == "en" {"Riga Technical University"} else ...
https://github.com/alerque/polytype
https://raw.githubusercontent.com/alerque/polytype/master/data/dropcaps/typst.typ
typst
#set page( paper: "a6", ) #set par( justify: true, ) #import "@preview/droplet:0.2.0": dropcap #dropcap( justify: true, hanging-indent: 0pt, )[ This paragraph has a pretty plain initial or drop cap. It uses the default document font. You didn't really expect more detail with such a generic font choice, ...
https://github.com/linsyking/messenger-manual
https://raw.githubusercontent.com/linsyking/messenger-manual/main/render.typ
typst
#pagebreak() = Rendering As mentioned in the last section, Messenger uses _virtual coordinates_ to render. To transform from virtual coordinates to real coordinates on screen, users can use functions `posToReal`, `lengthToReal` from `Messenger.Coordinate.Coordinates`. However, usually those low-level functions aren't...
https://github.com/UBOdin/data_structures_book
https://raw.githubusercontent.com/UBOdin/data_structures_book/main/chapters/1-introduction.typ
typst
= Introduction Data Structures classes often have a mixed reception. Students frequently say that it's hard to see how concepts from data structures get deployed into practice. They complain that the class doesn't teach them to solve specific problems. To some extent, that's true. This class is less about learning...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/tgm-hit-thesis/0.1.3/template/lib.typ
typst
Apache License 2.0
#import "@preview/tgm-hit-thesis:0.1.3": * #import "assets.typ"
https://github.com/eneoli/kit-thesis-template
https://raw.githubusercontent.com/eneoli/kit-thesis-template/main/address.typ
typst
Karlsruher Institut für Technologie #linebreak() Fakultät für Informatik #linebreak() Postfach 6980 #linebreak() 76128 Karlsruhe #linebreak()
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/04-opentype/exploring/hmtx.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note, cross-ref #import "/lib/glossary.typ": tr #show: web-page-template // ### The `hmtx` table === `hmtx` 表 // Let's go back onto somewhat safer ground, with the `hmtx` table, containing the horizontal metrics of the font's gl...
https://github.com/EpicEricEE/typst-marge
https://raw.githubusercontent.com/EpicEricEE/typst-marge/main/tests/resolve/binding/test.typ
typst
MIT License
#import "/src/resolve.typ": resolve-binding #context assert.eq(resolve-binding(), left) ~ #{ set page(binding: right) context assert.eq(here().page(), 1) context assert.eq(resolve-binding(), right) } #{ set text(dir: rtl) context assert.eq(resolve-binding(), right) } #{ set text(lang: "he") context a...
https://github.com/jneug/typst-tools4typst
https://raw.githubusercontent.com/jneug/typst-tools4typst/main/t4t-manual.typ
typst
MIT License
#import "@local/mantys:0.0.3": * #import "tools4typst.typ" #let module-scope = ( is: tools4typst.is, def: tools4typst.def, alias: tools4typst.alias, assert: tools4typst.assert, get: tools4typst.get, math: tools4typst.math ) #let show-tests( display:false, ..tests ) = { if display { let code = test...
https://github.com/VadimYarovoy/CourseWork
https://raw.githubusercontent.com/VadimYarovoy/CourseWork/main/typ/stage_1.typ
typst
== Определить цель программного проекта Разработать и внедрить новую функциональность (НФ) в ранее выпущенное приложение, удовлетворяющую требованиям заказчика и обеспечивающую его выпуск не позднее чем за 2 месяца с момента начала работ. Новая функциональность должна составлять около 10% от общего объема функционала ...
https://github.com/OriginCode/typst-homework-template
https://raw.githubusercontent.com/OriginCode/typst-homework-template/master/example.typ
typst
#import "template.typ": * #show: project.with( title: "Hello", authors: ( "Test", ), show_info: false, ) #question("Hello")[ This is a test. #part[ This is a part ] #part[ This is another part ] ] #question("World")[ #part[ Code Example: ```rs fn main() { println!(...
https://github.com/jneug/schule-typst
https://raw.githubusercontent.com/jneug/schule-typst/main/tests/base2page/test.typ
typst
MIT License
#import "@local/schule:1.0.0": ab #import ab: * #show: arbeitsblatt.with( /* @typstyle:off */ titel: "2. Klausur", reihe: "Rechnernetze", datum: "27.11.2023", nummer: "2", fach: "Informatik", kurs: "Q1 LK", autor: ( name: "<NAME>", kuerzel: "Ngb", ), version: datetime.today(), ) #lorem(...
https://github.com/SkytAsul/INSA-Typst-Template
https://raw.githubusercontent.com/SkytAsul/INSA-Typst-Template/main/exemples/exemple-compte-rendu.typ
typst
MIT License
#import "../insa-template/document-template.typ" : * #show: doc => insa-report( id: 3, pre-title: "STPI X", title: "Interférences et diffraction", authors: [ *NOM 1 Prénom 1* *NOM 2 Prénom 2* <NAME> ], date: datetime.today(), insa: "rennes", doc) Template fait pour des comptes-rendus ...
https://github.com/teamdailypractice/pdf-tools
https://raw.githubusercontent.com/teamdailypractice/pdf-tools/main/typst-pdf/examples/thirukkural.typ
typst
#set page("a4") #set text( font: "TSCu_SaiIndira", size: 12pt ) #outline(title: "Table of contents") #set page( numbering: "1/1" ) #set page("a4") #set text( font: "TSCu_SaiIndira", size: 12pt ) #set align(center) = 1 1 \ #set align(left) #table( stroke: none, columns: (2cm, auto), [], [], [1], [அக...
https://github.com/Drodt/clever-quotes
https://raw.githubusercontent.com/Drodt/clever-quotes/main/examples/demo.typ
typst
#import "../src/clever-quotes.typ": * #show: clever-quotes.with(style: "de") #set heading(numbering: "1.1.") My first quote: #quote[Some text and even #quote[text inside that one!]], and an inner quote: #quote(inner: true)[other text] Citation in text: #quote(cite: [@s])[My text] or #citequote[@s][My text] Inserti...
https://github.com/Yaraslaut/Yaraslaut
https://raw.githubusercontent.com/Yaraslaut/Yaraslaut/main/cv/cv.typ
typst
#import "@preview/splash:0.3.0": xcolor // SOME FUNCTIONS #let Item(duration,title,place,doc,skills) = { grid( columns: 2, gutter: 8pt, rect(fill: rgb("e4e5ea"),width:100%)[ #text(weight: "black")[#title] #text(style:"italic")[#place] ], [#align(right, rect(fill: xcolor.dandelion...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/clip_04.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test clipping with `radius`. #set page(height: 60pt) #box( radius: 5pt, stroke: 2pt + black, width: 20pt, height: 20pt, clip: true, image("/assets/files/rhino.png", width: 30pt) )
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/math/attach.typ
typst
// Test t and b attachments, part 1. --- math-attach-postscripts --- // Test basics, postscripts. $f_x + t^b + V_1^2 + attach(A, t: alpha, b: beta)$ --- math-attach-prescripts --- // Test basics, prescripts. Notably, the upper and lower prescripts' content need to be // aligned on the right edge of their bounding box...
https://github.com/woojiahao/nus
https://raw.githubusercontent.com/woojiahao/nus/main/cs3223/cs3223_finals_raw/main.typ
typst
MIT License
#set page(margin: 10pt, flipped: false) #show: columns.with(3, gutter: 4pt) #set text( font: "New Computer Modern Sans", size: 8pt ) #show par: set block(spacing: 5pt) #set par(leading: 3pt) #set list(tight: true) #set block(spacing: 0.5em) #align(center, [ #box( stroke: black, inset: 10pt, width: 90...
https://github.com/WinstonMDP/math
https://raw.githubusercontent.com/WinstonMDP/math/main/exers/1.typ
typst
#import "../cfg.typ": * #show: cfg $ "Prove that" all(a > 1) all(q in QQ): lim_(QQ in.rev x -> q) a^x = a^q $ That is, $all(epsilon > 0) ex(delta > 0) all(x in QQ): 0 < abs(x - q) < delta -> abs(a^x - a^q) < epsilon$. It has been proven in 2 that $lim_(QQ in.rev x -> 0) a^x = 1$. $lim_(QQ in.rev x -> 0) a^(x + q) = ...
https://github.com/touying-typ/touying
https://raw.githubusercontent.com/touying-typ/touying/main/examples/dewdrop.typ
typst
MIT License
#import "../lib.typ": * #import themes.dewdrop: * #import "@preview/numbly:0.1.0": numbly #show: dewdrop-theme.with( aspect-ratio: "16-9", footer: self => self.info.institution, navigation: "mini-slides", config-info( title: [Title], subtitle: [Subtitle], author: [Authors], date: datetime.toda...