repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/mrcinv/nummat-typst
https://raw.githubusercontent.com/mrcinv/nummat-typst/master/11_linearni_model.typ
typst
= Aproksimacija z linearnim modelom == Naloga - Podatke o koncentraciji $"CO"_2$ v ozračju aproksimiraj s kombinacijo kvadratnega polinoma in sinusnega nihanja s periodo 1 leto. - Parametre modela poišči z normalnim sistemom in QR razcepom. - Model uporabi za napoved obnašanja koncentracije $"CO"_2$ za naslednjih 2...
https://github.com/Error0229/-
https://raw.githubusercontent.com/Error0229/-/main/-.-.%20.-/....%20.--%20...--.typ
typst
The Unlicense
#import "@preview/algo:0.3.3": algo, i, d, comment, code #set text(font: "New Computer Modern") #align(center, text(16pt)[ *Design and Analysis of Computer Algorithms Assignment \#3* ]) #align(right, [資工三 110590004 林奕廷]) #set heading(numbering: "1.a.") #set enum() = == By the definition of maximum subarray, when we...
https://github.com/EGmux/ControlTheory-2023.2
https://raw.githubusercontent.com/EGmux/ControlTheory-2023.2/main/README.md
markdown
# Notes for CIN's ES414 #### (Course is called Servomechanism though) **A single pdf encompassing all the above topics is provided in: build/default/** **❌ means no notes exists** **✅ means a note exists** ### Topics #### Fundamental concepts of control theory * Frequency Modeling ❌ * Transfer Function ❌ ...
https://github.com/xsro/xsro.github.io
https://raw.githubusercontent.com/xsro/xsro.github.io/zola/typst/Control-for-Integrator-Systems/5Filippov.typ
typst
= Discontinuous System Theory see @cortesDiscontinuousDynamicalSystems2008 #pagebreak() == Ternary Differential Equations' Solutions #text(size:0.33cm)[ #figure(table( columns: (auto, auto, auto,auto,auto), inset: 10pt, align: horizon+left, [*differetial* \ *equation*], [*differetial inclusion*], [*classica...
https://github.com/ckunte/m-one
https://raw.githubusercontent.com/ckunte/m-one/master/inc/reliability.typ
typst
= Reliability The application of reliability concepts to offshore structures began as an American story. In 1979, under the direction of Dr. <NAME>, the American Petroleum Institute began a series of studies to implement reliability design procedures for fixed offshore platforms. This would (a) offer greater uniformit...
https://github.com/LDemetrios/ProgLectures
https://raw.githubusercontent.com/LDemetrios/ProgLectures/main/05-kotlin-lambdae.typ
typst
#import "kotlinheader.typ" : * #import "@preview/cetz:0.1.2" #show : kt-paper-rule #let background = white #let foreground = black = Лямбды == Мотивация #kt-par[ Напишем функцию, фильтрующую список по некоторому условию. ] #indent[ #kt(``` fun <T> filter(list: List<T>) : List<T> { ...
https://github.com/chamik/gympl-skripta
https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-dila/20-na-zapadni-fronte-klid.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/helper.typ": dilo, hrule #dilo("Na západní frontě klid", "zapadni", "<NAME>", "<NAME>", "30. -- 80. léta; svět. lit. 1. pol. 20. st.", "Německo", "1928", "epika", "válečný román") #columns(2, gutter: 1em)[ *Téma*\ boj na západní frontě v WWI *Motivy*\ absurdita války, smrt, ztráta iluzí, hodnota ...
https://github.com/ern1/typiskt
https://raw.githubusercontent.com/ern1/typiskt/main/cover-letter.typ
typst
#import "templates/typiskt.typ": cover-letter #show: cover-letter.with( firstName: "Tommy", lastName: "Ernsund", phone: "+46 12 345 67 89", email: "<EMAIL>", //description: "Computer Science", // TODO: change description: "Software Developer", company: "Company Name", date: none, //datetime(year: 2023,...
https://github.com/hyskr/touying-bjtu
https://raw.githubusercontent.com/hyskr/touying-bjtu/main/template/main.typ
typst
MIT License
#import "@preview/touying:0.4.2": * #import "@preview/touying-bjtu:0.1.0" as bjtu-theme #let s = bjtu-theme.register() // 全局信息配置 #let s = (s.methods.info)( self: s, aspect-ratio: "4-3", title: [Touying for BJTU: Customize Your Slide Title Here], subtitle: [Customize Your Slide Subtitle Here], author: [Hezia...
https://github.com/cu-e/typst-study
https://raw.githubusercontent.com/cu-e/typst-study/main/МатАнализ.typ
typst
#set heading(numbering: "1.") #set text(size: 14pt) #set quote(block: true) #show quote: set align(center) #show outline.entry.where( level: 1 ): it => { v(12pt, weak: true) strong(it) } //header #page( footer:[#align(center, text(14pt)[2024г.])])[ #align(center, text(17pt)[ *Конспект по Математичес...
https://github.com/rpitasky/typst-braid
https://raw.githubusercontent.com/rpitasky/typst-braid/main/braids.typ
typst
The Unlicense
#let braid(body, strands: 0, unit_width: 18pt, unit_height: 40pt, stroke: 2pt, bold_stroke: 4pt, curvature: 0.25) = { let crossings = body.body.children.filter(el => repr(el.func()) == "attach" and el.base.text == str(sym.sigma)) box( width: (strands+2) * unit_width, height: crossings.len() * u...
https://github.com/KaarelKurik/conditional-plasticity
https://raw.githubusercontent.com/KaarelKurik/conditional-plasticity/main/template.typ
typst
#let project(title: "", authors: (), subject-class: (), key-words: (), body) = { // Set the document's basic properties. set document(author: authors.map(a => a.name), title: title) let footer = locate(loc => { align(center, counter(page).display()) let i = counter(page).at(loc).first(); if (i == 1)...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/path.typ
typst
Apache License 2.0
// Test paths. --- #set page(height: 200pt, width: 200pt) #table( columns: (1fr, 1fr), rows: (1fr, 1fr), align: center + horizon, path( fill: red, closed: true, ((0%, 0%), (4%, -4%)), ((50%, 50%), (4%, -4%)), ((0%, 50%), (4%, 4%)), ((50%, 0%), (4%, 4%)), ), path( fill: purple, ...
https://github.com/FrightenedFoxCN/cetz-cd
https://raw.githubusercontent.com/FrightenedFoxCN/cetz-cd/main/src/cetz-cd.typ
typst
#import "@preview/cetz:0.2.2" #import "utils.typ": * #import "arrows.typ": * #import "parser.typ": * #let make-cd(table, arrow, width, height) = style(styles => {align(center)[#cetz.canvas(length: 1cm, { // quick check on whether all line has same number of items let line-number = table.len() let line-le...
https://github.com/EpicEricEE/typst-plugins
https://raw.githubusercontent.com/EpicEricEE/typst-plugins/master/united/src/data.typ
typst
#let eval = eval.with(mode: "math") // Load a CSV file with prefixes. // // Parameters: // - path: Path of the CSV file. // - delimiter: Passed to the `csv` function. #let read-prefixes(path, delimiter: ",") = { let array = csv(path, delimiter: delimiter) let prefixes = (:) let prefixes-short = (:) for (name,...
https://github.com/8LWXpg/jupyter2typst
https://raw.githubusercontent.com/8LWXpg/jupyter2typst/master/test/test6.typ
typst
MIT License
#import "template.typ": * #show: template #block[ $ inline(integral) integral without without h#text(baseline: -2pt)[$psi i g h e$]r overbrace(x+⋯+x) n#[ times] rho*3\ #box(inset: (left: 3pt, right: 3pt), outset: (top: 3pt, bottom: 3pt), fill: red)[$3equiv 5 mod 2$] H e l l o L a T e X.\ dot(sum_0^n)display(binom(0, 1...
https://github.com/eliapasquali/typst-thesis-template
https://raw.githubusercontent.com/eliapasquali/typst-thesis-template/main/chapters/conclusion.typ
typst
Other
#pagebreak(to:"odd") = Conclusioni <cap:conclusioni> #v(1em) == Consuntivo finale == Raggiungimento degli obiettivi == Conoscenze acquisite == Valutazione personale
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/page-label.typ
typst
Apache License 2.0
#set page(margin: (bottom: 20pt, rest: 10pt)) #let filler = lorem(20) // (i) - (ii). No style opt. because of suffix. #set page(numbering: "(i)") #filler #pagebreak() #filler // 3 - 4. Style opt. Page Label should use /D style. #set page(numbering: "1") #filler #pagebreak() #filler // I - IV. Style opt. Page Label s...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/034.%20charisma.html.typ
typst
charisma.html It's Charisma, Stupid November 2004, corrected June 2006Occam's razor says we should prefer the simpler of two explanations. I begin by reminding readers of this principle because I'm about to propose a theory that will offend both liberals and conservatives. But Occam's razor means, in effect, that if ...
https://github.com/kotfind/typst_task
https://raw.githubusercontent.com/kotfind/typst_task/master/example/second_tour.typ
typst
#import "../task.typ": tour, task #show: tour.with( title: [Second Tour] ) #task[Task C][ Condition C ][ Solution C Answer. C 42 ] #task[Task D][ Condition D ][ Solution D Answer. D 42 ]
https://github.com/EpicEricEE/typst-equate
https://raw.githubusercontent.com/EpicEricEE/typst-equate/master/tests/break/test.typ
typst
MIT License
#import "/src/lib.typ": equate #set page(width: 6cm, height: 2cm, margin: 1em) #show: equate // Test equations breaking across page boundaries. #show math.equation: set block(breakable: true) $ a + b \ c - d \ e + f \ g = h $ $ a &= b \ &= d \ &= f \ g &= h $ // Test breakable parameter. #equate(...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/051%20-%20March%20of%20the%20Machine/018_Episode%2010%3A%20The%20Rhythms%20of%20Life.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 10: The Rhythms of Life", set_name: "March of the Machine", story_date: datetime(day: 28, month: 04, year: 2023), author: "<NAME>", doc ) On Kamigawa, a boy returns home, covered in the dust of a city's wreckage. When he arrives, he...
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Reading/跟李沐学AI(论文)/MoCo.typ
typst
// --- // order: 11 // --- #import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "d2l_paper", lang: "zh", ) = Momentum Contrast for Unsupervised Visual Representation Learning - 时间:2019.11 == 题目 & 摘要 - MoCo 是 CVPR20 最佳论文提名,是 CV 领域对比学习里程碑的工作,以一己之力盘活了巨卷的 CV 领域 - 如果把深度学习比作一块蛋糕,那么强化学习只能是蛋...
https://github.com/Jollywatt/typst-fletcher
https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/edge-bend-marks/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 1em) #import "/src/exports.typ" as fletcher: diagram, node, edge #diagram( spacing: (10mm, 6mm), for (i, bend) in (0deg, 40deg, 80deg, -90deg).enumerate() { let x = 2*i ( (">->->->",), ("<<->>",), (">>-<<",), (marks: ((inherit: "hook", rev: true), "head"))...
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Courses/Math%2018_905%20-%20Algebraic%20Topology%201/Assignments/Assignment%203.typ
typst
#import "@preview/commute:0.2.0": node, arr, commutative-diagram #import "@preview/cetz:0.2.2" #import "/Templates/generic.typ": latex, header #import "@preview/ctheorems:1.1.0": * #import "/Templates/math.typ": * #import "/Templates/assignment.typ": * #show: doc => header(title: "Assignment 3", name: "<NAME>", doc) #s...
https://github.com/r4ai/typst-code-info
https://raw.githubusercontent.com/r4ai/typst-code-info/main/plugin.typ
typst
MIT License
#let PLUGIN_WASM_PATH = "./target/wasm32-unknown-unknown/release/code_info.wasm" #let plugin = plugin(PLUGIN_WASM_PATH); #let ADDED_LINE_TEXT_COLOR = rgb("#228b22") #let ADDED_LINE_BG_COLOR = rgb("#d6f2c7") #let DELETED_LINE_TEXT_COLOR = rgb("b22222") #let DELETED_LINE_BG_COLOR = rgb("#ffd9d9") #let HIGHLIGHTED_LINE_B...
https://github.com/bigskysoftware/hypermedia-systems-book
https://raw.githubusercontent.com/bigskysoftware/hypermedia-systems-book/main/ch08-tricks-of-the-htmx-masters.typ
typst
Other
#import "lib/definitions.typ": * == Tricks Of The Htmx Masters In this chapter we are going to look deeper into the htmx toolkit. We’ve accomplished quite a bit with what we’ve learned so far. Still, when you are developing Hypermedia-Driven Applications, there will be times when you need to reach for additional opti...
https://github.com/EliasRothfuss/vorlage_typst_doku-master
https://raw.githubusercontent.com/EliasRothfuss/vorlage_typst_doku-master/main/main.typ
typst
// #import "@preview/hydra:0.5.1": hydra #import "config.typ" #set page("a4") #set text( lang: "de", size: 12pt, font: "Arial", ) #set par( justify: true, leading: 0.7em, ) // Set the heading style #show heading.where(level: 1): set text(size: 26pt) #show heading.where(level: 1): set block(spacing: 2em)...
https://github.com/isaacholt100/isaacholt100.github.io
https://raw.githubusercontent.com/isaacholt100/isaacholt100.github.io/master/maths-notes/3-durham%3A-year-3/quantum-comp/quantum-comp.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 hbar = $planck.reduce$ #let ip(a, b) = $angle.l #a, #b angle.r$ #let ket(arg) = $#h(0.2pt) | #h(0.2pt) arg #h(0.2pt) angle.r$ #let bra(arg) ...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/Pianificazione.typ
typst
MIT License
#import "../functions.typ": glossary, team = Pianificazione Stabilite come #glossary("milestone") principali le #glossary("baseline") corrispondenti alle revisioni del progetto, gli #glossary[sprint] consentono di mantenere un approccio agile e permettono di essere reattivi rispetto ai cambiamenti nelle esigenze o ne...
https://github.com/denizenging/site
https://raw.githubusercontent.com/denizenging/site/master/page/about/index.tr.typ
typst
#import "@local/pub-page:0.0.0": * #show: template( title: "<NAME>", description: "Dilibimci, Yazılımcı, Stoik...", menu: (2, "user"), ) Esenlikler! Ben, İstanbul Medeniyet Üniversitesinde, Dilbilim bölümünde okuyan bir öğrenciyim. Yanı sıra uzun zamandır da yazılımla uğraşıyorum. 22 yaşındayım. Yazılıma ilgili h...
https://github.com/NathanBurgessDev/tabletop-war-game-helper
https://raw.githubusercontent.com/NathanBurgessDev/tabletop-war-game-helper/main/Dissertation/appendix.typ
typst
#import "@preview/timeliney:0.0.1" #page(flipped: true)[ #figure( timeliney.timeline( show-grid: true, { import timeliney: * headerline(group(([*January*], 4)),group(([*February*], 4)),group(([*March*], 4)),group(([*April*], 4)),group(([*May*],3))) headerline( group(..range(4).map(n => str...
https://github.com/FlyinPancake/bsc-thesis
https://raw.githubusercontent.com/FlyinPancake/bsc-thesis/main/thesis/pages/chapters/chapter_5_conclusion.typ
typst
#import "@preview/big-todo:0.2.0": todo = Conclusion We conducted tests to assess the performance and usability of `vcluster` in various scenarios. The results of these tests indicate that `vcluster` is a promising tool for Kubernetes developers and operators. It is a lightweight solution that can be used to create a...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20esterna/Piano%20di%20Progetto/Piano%20di%20Progetto.typ
typst
#import "@preview/cetz:0.2.0": * #import chart #import "/template.typ": * #show: project.with( title: "Piano di Progetto", subTitle: "Pianificazione, analisi e retrospettive", authors: ( "<NAME>", "<NAME>", "<NAME>", "<NAME>", "<NAME>", ), showLog: true, showImagesIndex: false, isExternalUse: tr...
https://github.com/EGmux/ControlTheory-2023.2
https://raw.githubusercontent.com/EGmux/ControlTheory-2023.2/main/unit3/stabilitiy.typ
typst
#set heading(numbering: "1.") === Basic systems \ #figure( image("../assets/unit.png", width: 80%), caption: [], ) <fig-unit> compute E(T) when T $-> infinity $, where E is the error function ==== Big picture of error computation \ do Laplace transform for this $e(∞) = lim_"t->∞"e(t)$ and then arrive at this...
https://github.com/DJmouton/Enseignement
https://raw.githubusercontent.com/DJmouton/Enseignement/main/SNT/Réseaux sociaux/Cours fonctionnement des réseaux sociaux.typ
typst
#import "/Templates/layouts.typ": SNT, titre, sous_titre #import "/Templates/utils.typ": cadre, pointillets #import "@preview/cetz:0.2.2" #show: doc => SNT(doc) #sous_titre[SNT - Réseaux Sociaux - Partie 1] #titre[Fonctionnement des Réseaux Sociaux] #let repères_historiques = cadre(titre: "Repères historique")[ #t...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/style-04.typ
typst
Other
// Test text properties. $text(#red, "time"^2) + sqrt("place")$
https://github.com/wuc9521/CS-scholars-report
https://raw.githubusercontent.com/wuc9521/CS-scholars-report/main/sections/intro.typ
typst
= Introduction == Motivation We chose to focus on CS-scholars for our project due to the increasing importance of computer science in today's technology-driven world. The field of computer science is rapidly evolving, with new discoveries and innovations emerging constantly. By creating a comprehensive database and a...
https://github.com/RiccardoTonioloDev/Bachelor-Thesis
https://raw.githubusercontent.com/RiccardoTonioloDev/Bachelor-Thesis/main/chapters/introduction.typ
typst
Other
#import "@preview/glossarium:0.4.1": gls #pagebreak(to: "odd") = Introduzione == Stimare le profondità L'avere la possibilità di misurare la profondità di un'immagine e quindi potenzialmente la profondità di ciascun frame all'interno di uno _streaming_ video, apre le porte alla risoluzione di una vasta gamma di prob...
https://github.com/arran4/resume
https://raw.githubusercontent.com/arran4/resume/main/resume.typ
typst
#import "@preview/modern-cv:0.4.0": * #show: resume.with( author: ( firstname: "Arran", lastname: "Ubels", email: "<EMAIL>", phone: "(+61) 421-798-794", github: "arran4", linkedin: "arranubels", address: "Melbourne, Australia", positions: ( "Software Developer"...
https://github.com/Nrosa01/TFG-2023-2024-UCM
https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Memoria%20Typst/capitulos/ComparacionYPruebas.typ
typst
#import "@preview/subpar:0.1.0" Una vez entendidos los simuladores de arena y las implementaciones realizadas, se procede a evaluar y compararlas de la siguiente forma: - Por un lado, una evaluación de rendimiento en cada una de las implementaciones, tanto en CPU como en GPU. - Por el otro, una evaluación de usabili...
https://github.com/giZoes/justsit-thesis-typst-template
https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/README.md
markdown
MIT License
# 苏理工学位论文typst模板 justsit-thesis-typst-template 基于苏理工论文参考格式修改完善的 Typst 模板,能够简洁、快速、持续生成 PDF 格式的毕业论文。 [Typst中文教程](https://typst-doc-cn.github.io/tutorial/introduction.html) 也可以参考 [Typst 中文文档网站](https://typst-doc-cn.github.io/docs/) 迅速入门。 ## 使用 **重要!!!非官方文档,可能存在老师不认可的风险!!** 快速浏览效果: 查看 `thesis.pdf`,样例论文源码:查看 `thes...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/showybox/0.1.1/showy.typ
typst
Apache License 2.0
#let showybox( frame: ( upper-color: black, lower-color: white, border-color: black, radius: 5pt, width: 2pt, dash: "solid" ), title-style: ( color: white, weight: "bold", align: left ), body-style: ( color: black, align: left ), title: "", body ) = { /* ...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/ops-invalid-25.typ
typst
Other
// Error: 2:3-2:8 cannot apply 'not' to string #let x = "Hey" #(not x = "a")
https://github.com/mental2008/Resume
https://raw.githubusercontent.com/mental2008/Resume/main/English/main.typ
typst
#import "@preview/octique:0.1.0": * #show heading: set text(font: "Linux Biolinum") #show link: underline // Uncomment the following lines to adjust the size of text // The recommend resume text size is from `10pt` to `12pt` #set text( size: 10pt, ) // Feel free to change the margin below to best fit your own CV ...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/Glossario/functions.typ
typst
MIT License
#let glossary(content) = { emph[#content#sub("G")] } #let team = { emph[SWAT Engineering] }
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cineca/0.1.0/util/utils.typ
typst
Apache License 2.0
#let minutes-to-datetime(minutes) = { let h = calc.trunc(minutes / 60) let m = int(calc.round(calc.fract(minutes / 60) * 60)) return datetime(hour: h, minute: m, second: 0) } #let events-to-calendar-items(events, start) = { let dict = (:) for value in events { if value.len() < 4 { continue } ...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/foundations-02.typ
typst
Other
// Test panic. // Error: 7-9 panicked #panic()
https://github.com/stalomeow/resume-template
https://raw.githubusercontent.com/stalomeow/resume-template/main/example/resume.typ
typst
MIT License
#import "../template.typ": * #show: resume.with( margin-top: 1cm, margin-bottom: 1cm, margin-left: 2cm, margin-right: 2cm, fonts: ("Noto Sans SC",), text-size: 10pt, name: "ChatGPT", phone: "(+86) 123-4567-8910", wechat: "chatgpt", email: "<EMAIL>", github: "chatgpt", sites: ("chat.openai.com"...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/github-pages/docs/ir-features.dark.typ
typst
Apache License 2.0
#import "graphs.typ": ir-feature-graph #set page( height: auto, width: auto, margin: 0.5em // , fill: rgb(13, 17, 23) ) #set text(fill: white) #show link: underline #figure( ir-feature-graph(stroke-color: white, bg-color: rgb(13, 17, 23), light-theme: false), caption: [Figure: Features of the #emph("Vector For...
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-intake-type/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: Intake Type", type: "decide", date: datetime(year: 2023, month: 8, day: 4), author: "<NAME>", witness: "Violet Ridge", ) We rated each option on a scale of 1 t...
https://github.com/jneug/schule-typst
https://raw.githubusercontent.com/jneug/schule-typst/main/src/util/util.typ
typst
MIT License
#import "../theme.typ" // ================================ // = General utilities = // ================================ #let get-text(element, sep: "") = { if type(element) == "content" { if element.has("text") { element.text } else if element.has("children") { element.children.map(t...
https://github.com/samchouse/dawson
https://raw.githubusercontent.com/samchouse/dawson/main/midterm/1/solutions.typ
typst
#set page( numbering: "1 / 1", header: context { if counter(page).get().first() == 1 { align(right)[By: <NAME> and <NAME>] } } ) #align(center)[= Computer Science Mock Midterm Solutions] + d) + d) + f) + e) + #block( fill: luma(230), width: 100%, inset: 8pt, radius: 2pt, [ ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-11FB0.typ
typst
Apache License 2.0
#let data = ( ("LISU LETTER YHA", "Lo", 0), )
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/15e640-twitter_post_sqrt_root_limit/main.typ
typst
Notes on this post: $ 1=lim_(n->0)sqrt(n+sqrt(n+sqrt(n+ ...))) $ Some argues it's $0$ or $1$, that's simply because the form is ill-defined and the post is misleading intentionally, here's another way to look at this: define $f_m$ as a series of functions: $ f_m (x) = underbrace(sqrt(x+sqrt(x+sqrt(x+...))), "m ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.2.0/src/lib/tree.typ
typst
Apache License 2.0
// CeTZ Library for Layouting Tree-Nodes #import "/src/util.typ" #import "/src/draw.typ" #import "/src/coordinate.typ" #import "/src/vector.typ" #import "/src/matrix.typ" #import "/src/process.typ" #import "/src/anchor.typ" as anchor_ #let typst-content = content // Default edge draw callback // // - from (string): S...
https://github.com/Gekkio/gb-ctr
https://raw.githubusercontent.com/Gekkio/gb-ctr/main/chapter/cartridges/mbc5.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "../../common.typ": * == MBC5 mapper chip The majority of games for Game Boy Color use the MBC5 chip. MBC5 supports ROM sizes up to 64 Mbit (512 banks of #hex("4000") bytes), and RAM sizes up to 1 Mbit (16 banks of #hex("2000") bytes). The information in this section is based on my MBC5 research, and The Cycl...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/常微分方程/作业/2100012990 郭子荀 常微分方程 4.typ
typst
#import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark, proposition,der, partialDer, Spec #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: "作业4", au...
https://github.com/drupol/master-thesis
https://raw.githubusercontent.com/drupol/master-thesis/main/src/thesis/theme/UMONS-logo.typ
typst
Other
#import "./common/metadata.typ": * #import "./colors.typ": * #{ set text(font: "Liberation Sans") set align(right) set par(leading: 6pt) { set text(weight: 300) upper[ #text(fill: umons-grey)[#underline( offset: 4pt, stroke: umons-red, )[U]]#text(fill: umons-red)[mons]...
https://github.com/curvenote/pubmatter
https://raw.githubusercontent.com/curvenote/pubmatter/main/pubmatter.typ
typst
MIT License
#import "@preview/scienceicons:0.0.6": orcid-icon, email-icon, open-access-icon, github-icon, cc-icon, cc-zero-icon, cc-by-icon, cc-nc-icon, cc-nd-icon, cc-sa-icon #import "./validate-frontmatter.typ": load, show-citation #let THEME = state("THEME", (color: blue.darken(20%), font: "")) #let with-theme(func) = context...
https://github.com/herbhuang/utdallas-thesis-template-typst
https://raw.githubusercontent.com/herbhuang/utdallas-thesis-template-typst/main/content/proposal/schedule.typ
typst
MIT License
#import "/utils/todo.typ": TODO = Schedule #TODO[ // Remove this block *Thesis Schedule* - When will the thesis Start - Create a rough plan for your thesis (separate the time in iterations with a length of 2-4 weeks) - Each iteration should contain several smaller work items - Again keep it high-level and make...
https://github.com/loreanvictor/master-thesis
https://raw.githubusercontent.com/loreanvictor/master-thesis/main/common/metadata.typ
typst
MIT License
// Enter your thesis data here: #let titleEnglish = "Realtime Collaboration on Diagrams" #let titleGerman = "Zusammenarbeit an Diagrammen in Echtzeit" #let degree = "Masters" #let program = "Informatics: Games Engineering" #let supervisor = "Prof. Dr. <NAME>" #let advisors = () #let author = "<NAME>" #let startDate = "...
https://github.com/OrangeX4/vscode-typst-sync
https://raw.githubusercontent.com/OrangeX4/vscode-typst-sync/main/README.md
markdown
MIT License
![](./icon.png) # Typst Sync A tool for Typst local packages management and synchronization. https://github.com/OrangeX4/vscode-typst-sync ## Features - `Shift + Cmd/Ctrl + P` to open the command panel to execute the commands. Of course, you can also set shortcuts for these commands. - **Typst Package Manage**: ma...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/enum-align-03.typ
typst
Other
// Test valid number align values (horizontal) #set enum(number-align: start) #set enum(number-align: end) #set enum(number-align: left) #set enum(number-align: right) // Error: 25-28 alignment must be horizontal #set enum(number-align: top)
https://github.com/dankelley/typst_templates
https://raw.githubusercontent.com/dankelley/typst_templates/main/te/0.0.1/te.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( course: none, type: none, date: none, instructions: none, doc, ) = { set text(font: "Times Roman", size: 14pt) set page("us-letter", header: [ *#course* #h(1fr) *#ty...
https://github.com/Its-Alex/resume
https://raw.githubusercontent.com/Its-Alex/resume/master/resume_en.typ
typst
MIT License
#import "lib/template.typ": resume_template #import "lib/profile.typ": profile #import "lib/skills.typ": skills #import "lib/languages.typ": languages #import "lib/interests.typ": interests #import "lib/experiences.typ": experiences #import "lib/education.typ": education #import "lib/volunteering.typ": volunteering #l...
https://github.com/spherinder/ethz-infk-thesis
https://raw.githubusercontent.com/spherinder/ethz-infk-thesis/master/src/chapters/02-background.typ
typst
#import "../dependencies.typ": * = Background == Subsection Here's a footnote #footnote("The plural form of 'footnote' is not 'feetnote'.") #lorem(400) == Another Subsection #lorem(300)
https://github.com/jamesrswift/pixel-pipeline
https://raw.githubusercontent.com/jamesrswift/pixel-pipeline/main/docs/manual.typ
typst
The Unlicense
#import "@preview/springer-spaniel:0.1.0" #show: springer-spaniel.template( title: [PixelPipeline], authors: ( ( name: "<NAME>", institute: none, address: "", email: "" ), // ... and so on ), abstract: lorem(75), // debug: true, // Highlights structural elements and links...
https://github.com/Dav1com/minerva-report-fcfm
https://raw.githubusercontent.com/Dav1com/minerva-report-fcfm/master/lib/departamentos.typ
typst
MIT No Attribution
/// Descripción del Área de Humanidades /// -> Departamento #let adh = ( nombre: ( "Universidad de Chile", "Facultad de Ciencias Físicas y Matemáticas", "Área de Humanidades" ), logo: read.with("../logos/adh.svg") ) /// Descripción del Departamento de Astronomía /// -> Departamento #let das = ( nom...
https://github.com/rossmeier/TDTS07
https://raw.githubusercontent.com/rossmeier/TDTS07/master/report.typ
typst
#import "@preview/cetz:0.2.0" #import "@local/juro-typst:0.0.0" #show: juro-typst.juro-report.with( author: "<NAME>", title: "TDTS07 Lab Report", date: datetime(year: 2024, month: 2, day: 20), keywords: ("Lab", "TDTS07", "LiU") ) // if life becomes to boring, lol :D //#show heading: set text(fill: gradient.li...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/injectUserAufruf.typ
typst
```ts @UseGuards(InjectUser) @Public() @Get(':id') findOne(@User() user:UserDto, @Req() request: Request, @Param('id') id: string) { [...] ```
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/editors/neovim/Configuration.md
markdown
Apache License 2.0
# Tinymist Server Configuration ## `outputPath` The path pattern to store Typst artifacts, you can use `$root` or `$dir` or `$name` to do magic configuration, e.g. `$dir/$name` (default) and `$root/target/$dir/$name`. - **Type**: `string` ## `exportPdf` The extension can export PDFs of your Typst files. This setti...
https://github.com/Flower101010/Typst_template
https://raw.githubusercontent.com/Flower101010/Typst_template/main/README.md
markdown
# Typst Assignment Template A simple assignment template for [Typst](https://typst.app/). ## Example Usage You can find an example [here](./example.typ) as well as its render [here](./example.pdf).
https://github.com/rxt1077/it610
https://raw.githubusercontent.com/rxt1077/it610/master/markup/slides/compose.typ
typst
#import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge #import fletcher.shapes: parallelogram #import "/templates/slides.typ": * #show: university-theme.with( short-title: [Compose], ) #title-slide( title: [Docker Compose], ) #alternate( title: [Goals], image: licensed-image( file: "/images/c...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/text/tracking-spacing.typ
typst
Apache License 2.0
// Test tracking characters apart or together. --- // Test tracking. #set text(tracking: -0.01em) I saw Zoe yӛsterday, on the tram. --- // Test tracking for only part of paragraph. I'm in#text(tracking: 0.15em + 1.5pt)[ spaace]! --- // Test that tracking doesn't disrupt mark placement. #set text(font: ("PT Sans", "N...
https://github.com/a-mhamdi/graduation-report
https://raw.githubusercontent.com/a-mhamdi/graduation-report/main/Typst/fr-Rapport/Title-page.typ
typst
MIT License
#let titlepage( title: "", titre: "", diploma: "", program: "", supervisor: "", author: "", date: none, ) = { set page( header: none, margin: (left: 30mm, right: 30mm, top: 40mm, bottom: 40mm), numbering: none, number-align: center, ) let body-font = "Garamond" let sans-font = "G...
https://github.com/TechnoElf/mqt-qcec-diff-thesis
https://raw.githubusercontent.com/TechnoElf/mqt-qcec-diff-thesis/main/content/background/dd.typ
typst
#import "@preview/cetz:0.2.2": canvas, draw #import "@preview/fletcher:0.5.1": diagram, node, edge #import "@preview/gentle-clues:0.9.0": example #import "@preview/tablex:0.0.8": tablex, vlinex, hlinex #import "@preview/quill:0.3.0": quantum-circuit, lstick, rstick, ctrl, targ == Decision Diagrams Decision diagrams in...
https://github.com/kdog3682/mathematical
https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/demos/index.typ
typst
#import "fancy-arithmetic-sequence.typ": fancy-arithmetic-sequence #import "proportion-table.typ": proportion-table #import "ratio.typ": ratio
https://github.com/d-mironov/typst-slides-uni-freiburg
https://raw.githubusercontent.com/d-mironov/typst-slides-uni-freiburg/main/README.md
markdown
MIT License
# typst-slides-uni-freiburg Typst Presentation template to use in the University of Freiburg.
https://github.com/Skimmeroni/Appunti
https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Metodi%20Algebrici/Crittografia/Primalita.typ
typst
Creative Commons Zero v1.0 Universal
#import "../Metodi_defs.typ": * Si voglia generare, fissato un certo ordine di grandezza, un numero primo qualsiasi di tale dimensione. L'approccio piú semplice consiste nello scegliere un numero $n$ dispari di tale ordine di grandezza fissato e valutare se tale numero é primo; se non lo é, si considera $n + 2$ e si v...
https://github.com/darkMatter781x/OverUnderNotebook
https://raw.githubusercontent.com/darkMatter781x/OverUnderNotebook/main/packages.typ
typst
// Provides a centralized way to specify package versions #import "@local/notebookinator:1.0.0" #import "@preview/codetastic:0.2.2" #import "@preview/diagraph:0.1.0" #import "@preview/gentle-clues:0.6.0" #import "@preview/codly:0.2.0"
https://github.com/Hobr/njust_thesis_typst_template
https://raw.githubusercontent.com/Hobr/njust_thesis_typst_template/main/page/cover.typ
typst
MIT License
// 封面 // 字体 #import "../util/font.typ": fonts, fontSize // 信息栏 #let coverKey(key) = rect( width: 100%, inset: 5pt, stroke: none, text( size: fontSize.三号, font: fonts.zh_等线, overhang: true, spacing: 1250%, )[#key], ) #let coverValue(value) = rect( width: 100%, inset: 5pt, stroke: ( ...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/抽象代数/章节/环.typ
typst
#import "../../template.typ": * #show: note.with( title: "抽象代数/代数学基础", author: "YHTQ", date: none, logo: none, ) #let chapterTwo = [ = 环 == 概念 #definition[环][ 设 $R$ 为非空集合,$dot, +$ 为 $R$ 上的二元运算,若 $R$ 满足: - $R$ 关于 $dot$ 构成幺半群,单位元往往记为 $1$ - $R$ 关于 $+$ 构成交换群,单位元往往记为 $0$ -...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/073.%20judgement.html.typ
typst
judgement.html Two Kinds of Judgement April 2007There are two different ways people judge you. Sometimes judging you correctly is the end goal. But there's a second much more common type of judgement where it isn't. We tend to regard all judgements of us as the first type. We'd probably be happier if we realized w...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/wrap-indent/0.1.0/wrap-indent.typ
typst
Apache License 2.0
/* wrap-indent package implementation. Usage: ```typ #show terms.item: allow-wrapping / #wrap-in(rect): Content spanning multiple lines gets wrapped. But non-indented content does not. ``` See the README for more examples and explanation. */ /// Internal variables that you don't need to worry about #let...
https://github.com/crd2333/Astro_typst_notebook
https://raw.githubusercontent.com/crd2333/Astro_typst_notebook/main/src/components/TypstTemplate/math.typ
typst
#import "@preview/quick-maths:0.1.0": shorthands #import "@preview/mitex:0.2.4": * // 以类似格式添加符号缩写 #let shorthand = shorthands.with( ($+-$, $plus.minus$), ($|-$, math.tack), ($=<$, $<=$), // =< becomes '≤' ($<==$, math.arrow.l.double), // Replaces '≤',似乎需要某一边有东西才能正常工作,原因未知 ($~$, $med$)...
https://github.com/Duolei-Wang/modern-sustech-thesis
https://raw.githubusercontent.com/Duolei-Wang/modern-sustech-thesis/main/template/sections/content.typ
typst
MIT License
// 离线编译运行 #import "../lib.typ": sustech-thesis // 上线之后采用此段注释 // #import "@preview/modern-sustech-thesis:0.1.1": sustech-thesis // 离线测试使用 // #import "@local/modern-sustech-thesis:0.1.1": sustech-thesis // template-curryst #import "@preview/curryst:0.3.0": rule, proof-tree #import "@preview/ctheorems:1.1.2": * #set text...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/02-concepts/bezier.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/lib/glossary.typ": tr #show: web-page-template // ## Bézier curves == 贝塞尔曲线 // We've already mentioned that outlines in digital fonts are made out of lines and Bézier curves. I'm not going to spend a lot of time g...
https://github.com/Quaternijkon/notebook
https://raw.githubusercontent.com/Quaternijkon/notebook/main/content/数据结构与算法/.chapter-数据结构/哈希表/同构字符串.typ
typst
#import "../../../../lib.typ":* === #Title( title: [同构字符串], reflink: "https://leetcode.cn/problems/isomorphic-strings/description/", level: 1, )<同构字符串> #note( title: [ 同构字符串 ], description: [ 给定两个字符串 s 和 t ,判断它们是否是同构的。 如果 s 中的字符可以按某种映射关系替换得到 t ,那么这两个字符串是同构的。 每个出现的字符都应当映射到另一个字符,同时不改变字符的顺序。不同字符不能映射到同一个字符...
https://github.com/VisualFP/docs
https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/content/design/design_iteration_2_decisions_application.typ
typst
#import "../../../style.typ": * #import "@preview/tablex:0.0.6": tablex, hlinex #let load-drawio-svg(path, ..args) = image.decode(read(path).replace("Text is not SVG - cannot display", ""), ..args) = Function Application <application-decision> For function application, there are two possible application styles up for...
https://github.com/kaarmu/splash
https://raw.githubusercontent.com/kaarmu/splash/main/src/palettes/xkcd.typ
typst
MIT License
#let xkcd-rgb = ( "acid-green": rgb("#8ffe09"), "adobe": rgb("#bd6c48"), "algae": rgb("#54ac68"), "algae-green": rgb("#21c36f"), "almost-black": rgb("#070d0d"), "amber": rgb("#feb308"), "amethyst": rgb("#9b5fc0"), "apple": rgb("#6ecb3c"), "apple-green": rgb("#76cd26"), "apricot": rgb("#ffb16d"), "...
https://github.com/ofurtumi/typst-packages
https://raw.githubusercontent.com/ofurtumi/typst-packages/main/templates/ass/0.1.1/lib.typ
typst
#let header(project: "", num: "") = align(center + bottom,text(20pt, [#project #num])) #let template(project: none, class: "Háskóli Íslands", writer: "<NAME>", doc) = { set document( author: writer ) set grid(gutter: 16pt) set page( numbering: "1.", header: counter(page).display(n => { box...
https://github.com/MatejKafka/ctu-thesis-typst
https://raw.githubusercontent.com/MatejKafka/ctu-thesis-typst/main/template/front.typ
typst
#let title-page( print, title: "", author: ( name: "", email: "", url: "", ), submission-date: datetime.today(), bachelor: false, supervisor: "", faculty: "", department: "", study-programme: "", branch-of-study: "", ) = { // render as a separate page // inner margin is 8mm due to ...
https://github.com/Mc-Zen/pillar
https://raw.githubusercontent.com/Mc-Zen/pillar/main/src/impl.typ
typst
MIT License
#import "@preview/zero:0.1.0": ztable #let stdstroke = stroke #let stdtable = table #let cols(spec, stroke: auto, line-distance: 1.6pt) = { assert(type(spec) == str, message: "expected a `str` argument, got `" + type(spec) + "`") let aligns = (r: right, c: center, l: left, a: auto) let format = () let a...
https://github.com/typst-community/glossarium
https://raw.githubusercontent.com/typst-community/glossarium/master/themes/default.typ
typst
MIT License
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY,...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/syntax/bugs.typ
typst
--- issue-4571-panic-when-compiling-invalid-file --- // Test that trying to parse the following does not result in a panic. // Error: 1:9-10 unclosed delimiter // Error: 1:22 expected pattern // Error: 1:23-24 unexpected star // Error: 2:1-2:2 the character `#` is not valid in code // Error: 2:2-2:8 expected pattern, ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1B170.typ
typst
Apache License 2.0
#let data = ( ("NUSHU CHARACTER-1B170", "Lo", 0), ("NUSHU CHARACTER-1B171", "Lo", 0), ("NUSHU CHARACTER-1B172", "Lo", 0), ("NUSHU CHARACTER-1B173", "Lo", 0), ("NUSHU CHARACTER-1B174", "Lo", 0), ("NUSHU CHARACTER-1B175", "Lo", 0), ("NUSHU CHARACTER-1B176", "Lo", 0), ("NUSHU CHARACTER-1B177", "Lo", 0), ...
https://github.com/0xPARC/0xparc-intro-book
https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/old-stuff/preamble.typ
typst
#let pair = math.op("pair") #let sha = math.op("hash") #let msg = math.sans("msg") #let Com = math.op("Com") #let Flatten = math.op("Flatten") #let Enc = math.op("Enc") #let pk = math.sans("pk") #let sk = math.sans("sk") // https://github.com/vEnhance/dotfiles/blob/main/typst/packages/local/evan/1.0.0/evan.typ #import...
https://github.com/Robotechnic/alchemist
https://raw.githubusercontent.com/Robotechnic/alchemist/master/src/default.typ
typst
MIT License
#let default = ( atom-sep: 3em, delta: 0.2em, angle-increment: 45deg, base-angle: 0deg, debug: false, )
https://github.com/phinixplus/docs
https://raw.githubusercontent.com/phinixplus/docs/master/source/cpu/cpu.typ
typst
Other
#let keywords = ( "PHINIX+", "CPU", "Instruction Set", "Computer Engineering", "Computer Architecture" ) #import "/source/template.typ": template #show: x => template("Part 1: The CPU", "0.4.6", keywords, x) #import "preface.typ": preface; #preface #import "intro.typ": intro; #intro #import "regfile.typ": regfile...