repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/EricWay1024/Homological-Algebra-Notes
https://raw.githubusercontent.com/EricWay1024/Homological-Algebra-Notes/master/ha/7-balance.typ
typst
#import "../libs/template.typ": * = Balancing $Ext$ and $Tor$ <balancing-ext-tor> == Defining $Ext$ and $Tor$ #definition[ Let $cA$ be an abelian category. Let $A, B in cA$ and let $B -> I_cx$ be an injective resolution. Recall that $Hom(A)(A, -): cA -> Ab$ is left exact by @hom-left-exact. If $cA$ has enough inj...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/VerbaliInterni/VerbaleInterno_240111/content.typ
typst
MIT License
#import "meta.typ": inizio_incontro, fine_incontro, luogo_incontro #import "functions.typ": glossary, team #let participants = csv("participants.csv") = Partecipanti / Inizio incontro: #inizio_incontro / Fine incontro: #fine_incontro / Luogo incontro: #luogo_incontro #table( columns: (3fr, 1fr), [*Nome*], [*Durat...
https://github.com/diogro/memorial
https://raw.githubusercontent.com/diogro/memorial/master/UFSCAR-2024/cv.typ
typst
#set text( font: "Skolar PE TEST", size: 10pt, lang: "por", region: "br" ) #set page( paper: "a4", header:[ #set text(9pt, font: "Skolar PE TEST") Curriculum vitae #h(1fr) <NAME> ], numbering: "1", ) #show par: set block(spacing: 1em) #set par( leading: 1em, first-line-indent: 1em, ...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/042%20-%20Strixhaven%3A%20School%20of%20Mages/008_Episode%205%3A%20Final%20Exam.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 5: Final Exam", set_name: "Strixhaven: School of Mages", story_date: datetime(day: 21, month: 04, year: 2021), author: "<NAME>", doc ) The bellowing of the thing in the Snarl was like nothing Will had ever heard before. The roar rea...
https://github.com/xrarch/books
https://raw.githubusercontent.com/xrarch/books/main/xr17032handbook/chapmmu.typ
typst
#import "@preview/tablex:0.0.6": tablex, cellx, colspanx, rowspanx = Virtual Addressing <mmu> == Introduction For many reasons, it is useful to be able to dynamically re-map sections of the address space to other regions of physical memory, thereby creating a "virtual address space". A few such reasons are listed belo...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/meppp/0.1.0/table.typ
typst
Apache License 2.0
// return the number of rows of the table #let table-row-counter(cells,columns)={ let last-row = (0,) * columns let x = 0 let y = 0 let volume = 0 for cell in cells{ if cell.has("body"){ let colspan = 1 let rowspan = 1 if cell.has("colspan"){ colspan=cell.colspan ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/supercharged-dhbw/1.0.0/template/main.typ
typst
Apache License 2.0
#import "@preview/supercharged-dhbw:1.0.0": * #let abstract = lorem(100) #show: supercharged-dhbw.with( title: "Exploration of Typst for the Composition of a University Thesis", authors: ( (name: "<NAME>", student-id: "1234567", course: "TIM21", course-of-studies: "Mobile Computer Science", company: ( (...
https://github.com/UntimelyCreation/typst-neat-cv
https://raw.githubusercontent.com/UntimelyCreation/typst-neat-cv/main/src/cv.typ
typst
MIT License
#import "template.typ": * #show: layout #cvHeader(align: left, hasPhoto: true) #grid( columns: (60%, 40%), gutter: 16pt, stack( spacing: 20pt, autoImport("experience"), autoImport("education"), ), stack( spacing: 20pt, autoImport("skills"), autoImport...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-13.typ
typst
Other
// Error: 14-15 divisor must not be zero #calc.quo(5, 0)
https://github.com/olligobber/spr
https://raw.githubusercontent.com/olligobber/spr/master/main.typ
typst
#import "@preview/diagraph:0.1.1" : * #set page(width:auto, height:auto, margin:1em) #place( top + left, box( stroke: black, radius: 1em, inset: 1em, [ = Key #raw-render( ```dot digraph{ node [shape=record] example [label="name|probability as fraction|probability as decimal"] ex...
https://github.com/platformer/typst-algorithms
https://raw.githubusercontent.com/platformer/typst-algorithms/main/test/assertions/assert_raw_text_in_code.typ
typst
MIT License
#import "../../algo.typ": code #code[ abc ]
https://github.com/lebinyu/typst-thesis-template
https://raw.githubusercontent.com/lebinyu/typst-thesis-template/main/thesis/abstract.typ
typst
Apache License 2.0
#let mainbody = [ #lorem(400) ]
https://github.com/jfrydell/fpga-gpu
https://raw.githubusercontent.com/jfrydell/fpga-gpu/main/report/template.typ
typst
// The project function defines how your document looks. // It takes your content and some metadata and formats it. // Go ahead and customize it to your liking! #let project(title: "", authors: (), body) = { // Set the document's basic properties. set document(author: authors, title: title) set page(paper: "us-le...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/matrix_08.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test using matrix line drawing with a set rule. #set math.mat(augment: (hline: 2, vline: 1, stroke: 2pt + green)) $ mat(1, 0, 0, 0; 0, 1, 0, 0; 0, 0, 1, 1) $ #set math.mat(augment: 2) $ mat(1, 0, 0, 0; 0, 1, 0, 0; 0, 0, 1, 1) $ #set math.mat(...
https://github.com/han0126/MCM-test
https://raw.githubusercontent.com/han0126/MCM-test/main/2024亚太杯typst/template/template.typ
typst
#import "@preview/numbly:0.1.0": numbly /*定义字号*/ #let 字号=( 初号: 42pt, 小初: 36pt, 一号: 26pt, 小一: 24pt, 二号: 22pt, 小二: 18pt, 三号: 16pt, 小三: 15pt, 四号: 14pt, 中四: 13pt, 小四: 12pt, 五号: 10.5pt, 小五: 9pt, 六号: 7.5pt, 小六: 6.5pt, 七号: 5.5pt, 小七: 5pt, ) /*定义字体*/ #let 字体=( 仿宋: ...
https://github.com/open-datakit/accs-finalreport-whitepaper
https://raw.githubusercontent.com/open-datakit/accs-finalreport-whitepaper/main/1-intro/team.typ
typst
== Team *Professor <NAME>* *<NAME>* Varvara consults as a data visualisation and web strategy specialist Both Varvara and James help run and maintain a community makerspace based in Canberra: #link("https://canberramaker.space")[canberramaker.space] *<NAME>* *<NAME>*
https://github.com/artomweb/Quick-Sip-Typst-Template
https://raw.githubusercontent.com/artomweb/Quick-Sip-Typst-Template/master/template/main.typ
typst
MIT License
#import "@preview/quick-sip:0.1.0": * #show: QRH.with(title: "Cup of Tea") #section("Cup of Tea preparation")[ #step("KETTLE", "Filled to 1 CUP") #step([*When* KETTLE boiled:], "") #step([*If* sugar required], "") //.. Rest of section goes here ]
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/ziele_und_aufgaben/ziele_philosophieunterricht.typ
typst
Other
#import "/src/template.typ": * == Ziele des Philosophieunterrichts #orange-list-with-body[*Orientierung*][ Der Philosophie wird sich durch #ix("Kants vier Grundfragen", "Kantische Fragen") angenähert: + Was kann ich wissen? + Was soll ich tun? + Was darf ich hoffen? + Was ist der Mensch? ][*Weis...
https://github.com/Amelia-Mowers/typst-tabut
https://raw.githubusercontent.com/Amelia-Mowers/typst-tabut/main/lib.typ
typst
MIT License
#let col( header, function, width: auto, align: auto, ) = { ( header: header, func: function, width: width, align: align, ) } #let tabut-cells( data-raw, colDefs, columns: auto, align: auto, index: "_index", transpose: false, headers: true, ) = { let data = (); let i = ...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/text/deco.typ
typst
// Test text decorations. --- underline-overline-strike --- #let red = rgb("fc0030") // Basic strikethrough. #strike[Statements dreamt up by the utterly deranged.] // Move underline down. #underline(offset: 5pt)[Further below.] // Different color. #underline(stroke: red, evade: false)[Critical information is convey...
https://github.com/kotatsuyaki/canonical-nthu-thesis
https://raw.githubusercontent.com/kotatsuyaki/canonical-nthu-thesis/main/layouts/doc.typ
typst
MIT License
// Show rules and set rules applied throughout the whole thesis document. #let doc-impl( info: (:), style: (:), show-draft-mark: true, it ) = { set document( title: info.title-en + " " + info.title-zh, author: info.author-en + " " + info.author-zh, keywords: info.keywords-en...
https://github.com/SnowManKeepsOnForgeting/NoteofEquationsofMathematicalPhysics
https://raw.githubusercontent.com/SnowManKeepsOnForgeting/NoteofEquationsofMathematicalPhysics/main/Chapter_2/Chapter_2.typ
typst
#import "@preview/physica:0.9.3": * #import "@preview/i-figured:0.2.4" #set heading(numbering: "1.1") #show math.equation: i-figured.show-equation.with(level: 2) #show heading: i-figured.reset-counters.with(level: 2) #set text(font: "CMU Serif") #let dcases(..args) = math.cases(..args.pos().map(math.display)) #counter...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/rubby/0.10.0/README.md
markdown
Apache License 2.0
# rubby (Typst package) ## Usage ```typ #import "@preview/rubby:0.10.0": get-ruby #let ruby = get-ruby( size: 0.5em, // Ruby font size dy: 0pt, // Vertical offset of the ruby pos: top, // Ruby position (top or bottom) alignment: "center", // Ruby alignment ("center", "start", "...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/108.%20relres.html.typ
typst
relres.html Relentlessly Resourceful Want to start a startup? Get funded by Y Combinator. March 2009A couple days ago I finally got being a good startup founder down to two words: relentlessly resourceful.Till then the best I'd managed was to get the opposite quality down to one: hapless. Most dictionaries sa...
https://github.com/Daillusorisch/HYSeminarAssignment
https://raw.githubusercontent.com/Daillusorisch/HYSeminarAssignment/main/template/components/main-matter.typ
typst
#import "../utils/style.typ": * #import "../utils/indent.typ": * #let main-matter(content) = { // Set headings set heading(numbering: (..nums) => { nums.pos().map(str).join(".") + " " }) show heading.where(level: 1): it => { set align(center) set text(weight: "regular", font: 字体.黑体, size: 字号.小二) ...
https://github.com/Enter-tainer/natrix
https://raw.githubusercontent.com/Enter-tainer/natrix/main/nat.typ
typst
Apache License 2.0
#let is-2d-arg(mat) = { for arr in mat { if type(arr) == "array" { return true } } false } #let nat(..args) = { let pos-args = args.pos() // same as \mathstrut in LaTeX. let strut = context { let width = measure($\($).width [#hide($\($)#h(-width)] } let res = for line in pos-args ...
https://github.com/maxdinech/typst-recipe
https://raw.githubusercontent.com/maxdinech/typst-recipe/main/recipe.typ
typst
#let primary_colour = rgb("#ce1f36") #let text_colour = rgb("#333") #let note(note) = { (NOTE: "NOTESTART" + note + "NOTEEND") } #let recipes(title, doc) = { set text(10pt, font: "IBM") set page( margin: (x: 54pt, y: 52pt), numbering: "1", number-align: right, ) set align(center) v(240pt) t...
https://github.com/kmitsutani/Hioki_I-5
https://raw.githubusercontent.com/kmitsutani/Hioki_I-5/main/main.typ
typst
MIT No Attribution
// MIT No Attribution // Copyright 2024 <NAME> #import "jdocuments/jnote.typ": main, appendix, thebibliography #import "@preview/physica:0.9.3" #show: main.with(title: [日置『場の量子論』 I-5], authors: [三ツ谷和也]) = Boson と Fermion 考えているプロセスにおいて変化しない量子数のセットを共有している粒子群からなる系を考える. この系の$N$粒子状態を$Phi^((N))$とすると,粒子$i$と粒子$j$の入れ替えは区別ができ...
https://github.com/qujihan/typst-book-template
https://raw.githubusercontent.com/qujihan/typst-book-template/main/template/params.typ
typst
#let english-font = "Lora" #let chinese-font = "Source Han Serif SC" #let code-font = "CaskaydiaCove NF" #let content-font = (english-font, chinese-font) #let content-font-size = 10pt #let content-color = black #let line-color = luma(80) #let code-line-color = rgb("#004cd9b3") #let emph-color = rgb("#a7ec542d") #let ...
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Miscellaneous/GeoTopo%202/aaron_race.typ
typst
#import "/Templates/generic.typ": latex, header #import "/Templates/question.typ": question_heading #import "@preview/cetz:0.1.2" #show: doc => header(title: "Assignment 1", name: "<NAME>", doc) #show: latex #let ve = $epsilon$ #let ip(..x) = $lr(angle.l #x.pos().join(",") angle.r)$ Let $i <= n$, we define the follow...
https://github.com/CedricMeu/ugent-typst-template
https://raw.githubusercontent.com/CedricMeu/ugent-typst-template/main/0.1.0/template/main.typ
typst
#import "@local/ugent-thesis:0.1.0": thesis, acronyms, page-content, todo #show: thesis.with( title: [A UGent Master's Dissertation Created Using Typst], authors: ("<NAME>",), ) #acronyms( acros: ( // define your acronyms here "ML": "Machine Learning", "AI": "Artificial Intelligence", ) ) = List ...
https://github.com/chrischriscris/Tareas-CI5651-EM2024
https://raw.githubusercontent.com/chrischriscris/Tareas-CI5651-EM2024/main/tarea07/src/ej3/prefix-suffix.typ
typst
// Gets the largest substring T of the given string S such that T is both a // prefix and a suffix of S, and T != S. If no such substring exists, returns // a lambda character (representing the empty string). #let prefix-suffix(S) = { if S.len() == 0 { return $lambda$; } // Build the table let n = S.len();...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/026%20-%20Eldritch%20Moon/002_Stone%20and%20Blood.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Stone and Blood", set_name: "Eldritch Moon", story_date: datetime(day: 15, month: 06, year: 2016), author: "<NAME>", doc ) #emph[Six thousand years before the events of the ] Eldritch Moon#emph[ story, ] three Planeswalkers collaborated#emp...
https://github.com/Goldan32/brilliant-cv
https://raw.githubusercontent.com/Goldan32/brilliant-cv/main/modules/professional.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Professional Experience") #cvEntry( title: [Junior Embedded Software Engineer], society: [Flex], logo: "", date: [2022 - Present], location: [Budapest], description: list( [Implement features in an embedded project using yocto], ...
https://github.com/taooceros/CV
https://raw.githubusercontent.com/taooceros/CV/main/modules_en/skills.typ
typst
// Imports #import "@preview/brilliant-cv:2.0.2": cvSection, cvSkill, hBar #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #cvSection("Skills") #let cvSkill(type: "Type", info: "Info") = { let skillTypeStyle(str) = { align(left, text(size: 10pt, weight: "bold", str)...
https://github.com/Quaternijkon/QUAD
https://raw.githubusercontent.com/Quaternijkon/QUAD/main/lib.typ
typst
#let dark_theme=false #let ( theme-primary, theme-secondary, theme-tertiary, theme-error, theme-background, theme-outline, ) = if dark_theme { ( rgb("#ADC6FF"), rgb("#9CD49F"), rgb("#EAC16C"), rgb("#FFB4A9"), rgb("#111318"), rgb("#8E9099"), ) } else { ( rgb("#445E91"), ...
https://github.com/YabusameHoulen/ncu_slide
https://raw.githubusercontent.com/YabusameHoulen/ncu_slide/master/README.md
markdown
ncu_slide, modefied from typst polylux's clean theme
https://github.com/francescoo22/masters-thesis
https://raw.githubusercontent.com/francescoo22/masters-thesis/main/vars/rules/relations.typ
typst
#import "../../config/proof-tree.typ": * #import "../../config/utils.typ": * // ************** Annotations Relations ************** #let A-id = prooftree( axiom($$), rule(label: "Rel-Id", $alpha beta rel alpha beta$), ) #let A-trans = prooftree( axiom($alpha beta rel alpha' beta'$), axiom($alpha' beta' rel a...
https://github.com/florianhartung/studienarbeit
https://raw.githubusercontent.com/florianhartung/studienarbeit/main/work/dhbw_template/titlepage.typ
typst
#let format_date(date) = date.display("[day].[month].[year]") #let key_value_table(..key_value_pairs) = [ #let cells = key_value_pairs.pos().map(elem => ([#elem.at(0):#h(5mm)], elem.at(1))).flatten() #grid(columns: (auto, auto), gutter: 1.25em, ..cells) ] #let titlepage( title, // contents author, // string ...
https://github.com/x14ngch3n/CV
https://raw.githubusercontent.com/x14ngch3n/CV/main/fonts/fontawesome.typ
typst
// Rip-off from https://github.com/matchy233/typst-chi-cv-template/blob/main/fontawesome.typ #let fa(name) = { text( font: "Font Awesome 6 Brands", size: 10pt, color.navy, box[ #name ] ) } #let envelope = symbol("\u{f0e0}") #let globe = symbol("\u{f0ac}") #let github = symbol("\u{f09b}") #let l...
https://github.com/RaphGL/ElectronicsFromBasics
https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap3/1_importance_of_electrical_safety.typ
typst
Other
=== The importance of electrical safety With this lesson, I hope to avoid a common mistake found in electronics textbooks of either ignoring or not covering with sufficient detail the subject of electrical safety. I assume that whoever reads this book has at least a passing interest in actually working with electricit...
https://github.com/maucejo/elsearticle
https://raw.githubusercontent.com/maucejo/elsearticle/main/src/_environment.typ
typst
MIT License
#import "_globals.typ": * // Appendix #let appendix(body) = { set heading(numbering: "A.1.") // Reset heading counter counter(heading).update(0) // Equation numbering let numbering-eq = n => { let h1 = counter(heading).get().first() numbering("(A.1)", h1, n) } set math.equation(numb...
https://github.com/dismint/docmint
https://raw.githubusercontent.com/dismint/docmint/main/multicore/pset5.typ
typst
#import "template.typ": * #show: template.with( title: "6.5081 PSET 5", subtitle: "<NAME>", pset: true ) = Problem 2 Even with this new change, `add()` is still linearizable. We can set the linearization point to when `pred` is locked. For an `add()` operation, this is completely fine, as we are only concerned...
https://github.com/xkevio/parcio-typst
https://raw.githubusercontent.com/xkevio/parcio-typst/main/README.md
markdown
MIT License
# Usage - Install [Typst](https://typst.app/) as a CLI either locally (see [repo](https://github.com/typst/)) or use the web app - *(If installed locally)* Compile the document with `typst c main.typ` `parcio-thesis` is a more recent attempt at porting the template.\ `parcio-slides` ports the presentation (beamer) sl...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/gradient-radial_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #circle( radius: 25pt, fill: gradient.radial(white, rgb("#8fbc8f"), focal-center: (35%, 35%), focal-radius: 5%), ) #circle( radius: 25pt, fill: gradient.radial(white, rgb("#8fbc8f"), focal-center: (75%, 35%), focal-radius: 5%), )
https://github.com/RedGl0w/TypHex
https://raw.githubusercontent.com/RedGl0w/TypHex/main/TypHex.typ
typst
#import "sgf.typ": parse #let emptycolor = color.rgb("#fcf9f0") #let bluecolor = color.rgb("#453cf0") #let redcolor = color.rgb("#d6202f") /* Find owner of a cell, depending of the type of the input and its content Owners : -1 = empty = e, 0 = blue = b = white, 1 = red = r = black */ #let getowner(parameter) = {...
https://github.com/leo1oel/CSAPP
https://raw.githubusercontent.com/leo1oel/CSAPP/main/Homework/Homework3.typ
typst
#import "template.typ": * #import "quick-maths.typ": shorthands #import "@preview/physica:0.9.3": * #show: shorthands.with( ($+-$, $plus.minus$), ($>=$, sym.gt.eq.slant), ($<=$, sym.lt.eq.slant), ) #show: project.with( title: "Homework Set 3 - Virtual Memory, I/O, File Systems", authors: ( "<NAME> 2...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/outline-entry_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page(width: 150pt) #set heading(numbering: "1.") #show outline.entry.where( level: 1 ): it => { v(12pt, weak: true) strong(it) } #outline(indent: auto) #set text(8pt) #show heading: set block(spacing: 0.65em) = Introduction = Backgro...
https://github.com/akshat2602/resume
https://raw.githubusercontent.com/akshat2602/resume/master/README.md
markdown
# <NAME> Resume This template is for my personal use and tracking. ## Build Use `typst` in the terminal to build the pdf. ## TODO: - [ ] Automate github action build to push resume to web.
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Courses/操作系统原理与实践/note.typ
typst
#import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "操作系统原理与实践", lang: "zh", ) #info()[ - 感觉 #link("https://note.hobbitqia.cc/OS/")[hobbitqia 的笔记] 比较好,自己简单记记 - 还有 #link("https://note.isshikih.top/cour_note/D3QD_OperatingSystem/")[修佬的笔记],虽然老师不一样 ] = Introduction - 复习计组的东西 - UNIX fa...
https://github.com/sabitov-kirill/comp-arch-conspect
https://raw.githubusercontent.com/sabitov-kirill/comp-arch-conspect/master/questions/8_virtual_memory.typ
typst
#heading[Виртуальная память.] #emph[Виртуальная память (Зачем нужна? Что такое страница, Page Table, TLB? Зачем нужны многоуровневые таблицы страниц?).] #import "/commons.typ": imagebox === Основной смысл использования виртуальной памяти + Виртуальная память разделяет адресное пространство процессов, которые работают ...
https://github.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024
https://raw.githubusercontent.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024/master/chap11/main.typ
typst
#import "chain.typ": calcChain, calcShape, lShift #import "util.typ": problem #set text(lang: "zh", cjk-latin-spacing: auto, font: "Noto Serif CJK SC") #set page("iso-b5", numbering: "1", margin: (left: 1.4cm, right: 1.9cm)) #set par(leading: 1.1em) #show table: set text(font: "Zhuque Fangsong (technical preview)") #sh...
https://github.com/rabotaem-incorporated/calculus-notes-2course
https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/04-parametric-and-curves/06-closed-and-exact-diff-forms.typ
typst
#import "../../utils/core.typ": * == Замкнутые и точные дифференциальные формы #def(label: "def-closed-exact-form")[ $omega$ --- форма#rf("def-differential-form") в области $Omega$#rf("def-region"). 1. $omega$ --- _точная_, если у нее есть первообразная#rf("def-form-antiderivative") в $Omega$. 2. $omega$ --- _л...
https://github.com/sebaseb98/clean-math-thesis
https://raw.githubusercontent.com/sebaseb98/clean-math-thesis/main/chapter/abstract.typ
typst
MIT License
#heading(level: 2, outlined: false, numbering: none)[Abstract] #lorem(150)
https://github.com/valentinvogt/npde-summary
https://raw.githubusercontent.com/valentinvogt/npde-summary/main/main.typ
typst
#import "src/theorems.typ": * #import "@preview/xarrow:0.3.1": xarrow #import "src/setup.typ": * #show: this-template #align( center, )[ = Numerical Methods for PDEs --- TA Summary #v(0.5cm) 2023 version created by #link("mailto:<EMAIL>")[<NAME>], #link("mailto:<EMAIL>")[<NAME>], #link("mailto:<EMAIL>"...
https://github.com/Ttajika/typst_slide
https://raw.githubusercontent.com/Ttajika/typst_slide/main/library/slide_template.typ
typst
//fontawesomeの読み込み #import "@preview/fontawesome:0.1.0": * //CeTZの読み込み #import "@preview/cetz:0.1.0" // #import "@preview/codly:0.2.0": * #import "functions.typ": * #import "theme.typ": * #let project( title: "", title_notes: none, authors: (), institutions: (), notes: (), date: "", body, default_co...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/grid-3_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test grid within a grid, overflowing. #set page(width: 5cm, height: 2.25cm) #grid( columns: 4 * (1fr,), row-gutter: 10pt, column-gutter: (0pt, 10%), [A], [B], [C], [D], grid(columns: 2, [A], [B], [C\ ]*3, [D]), align(top, rect(inset:...
https://github.com/almarzn/portfolio
https://raw.githubusercontent.com/almarzn/portfolio/main/templates/typst/.template/about.typ
typst
#let about-section(content) = block( )[content]
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/utils/to-string.typ
typst
MIT License
// original author: ntjess #let stringify-by-func(it) = { let func = it.func() return if func in (parbreak, pagebreak, linebreak) { "\n" } else if func == smartquote { if it.double { "\"" } else { "'" } // " } else if it.fields() == (:) { // a fieldless element is either specially represented (and c...
https://github.com/OrangeX4/typst-pinit
https://raw.githubusercontent.com/OrangeX4/typst-pinit/main/examples/equation-desc.typ
typst
MIT License
// Example adapted from: @Matt https://discord.com/channels/1054443721975922748/1088371919725793360/1166508915572351067 #import "../lib.typ": * #set page(width: 700pt, height: auto, margin: 30pt) #set text(size: 20pt) #set math.equation(numbering: "(1)") #let pinit-highlight-equation-from(height: 2em, pos: bottom, fi...
https://github.com/angelcerveraroldan/notes
https://raw.githubusercontent.com/angelcerveraroldan/notes/main/diff_geo/notes/intro.typ
typst
#import "../../preamble.typ" : * = Differential Geometry Introduction This class will deal with 1d curves, and 2d surfaces in the 3d world, and we will explore what their curvature is. Imagine a 1d curve in the standard x-y plane. If there was a 1d person living in that curve, would they be able to tell where along t...
https://github.com/Treeniks/bachelor-thesis-isabelle-vscode
https://raw.githubusercontent.com/Treeniks/bachelor-thesis-isabelle-vscode/master/chapters/04-main-refinements/state-ids.typ
typst
#import "/utils/todo.typ": TODO #import "/utils/isabelle.typ": * == State Panel IDs <state-init> As mentioned in @background:output-and-state-panels, it is possible to open multiple state panels in #jedit. While users typically want to see the proof state at the position of their caret, there may be cases where one w...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/044_Innistrad%3A%20Crimson%20Vow.typ
typst
#import "@local/mtgset:0.1.0": conf #show: doc => conf("Innistrad: Crimson Vow", doc) #include "./044 - Innistrad: Crimson Vow/001_Episode 1: Tithes and Invitations.typ" #include "./044 - Innistrad: Crimson Vow/002_The Edge of the World.typ" #include "./044 - Innistrad: Crimson Vow/003_Episode 2: The Dolorous Weight o...
https://github.com/rem3-1415926/Typst_Thesis_Template
https://raw.githubusercontent.com/rem3-1415926/Typst_Thesis_Template/main/main.typ
typst
MIT License
#import "template.typ": thesis #import "sec/abstract.typ": abstract #import "sec/acknowledgement.typ": acknowledgement #import "sec/appendix.typ": appendix /* #let titlepage = [ #set align(center+horizon) #text(size: 64pt)[Mün or bust] #text(size: 32pt)[A Thesis about absolutely nothing.] ] */ #...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/text/linebreak-link.typ
typst
Apache License 2.0
// Test linebreaking of links. --- #link("https://example.com/(ab") \ #link("https://example.com/(ab)") \ #link("https://example.com/(paren)") \ #link("https://example.com/paren)") \ #link("https://hi.com/%%%%%%%%abcdef") \ --- #set page(width: 240pt) #set par(justify: true) Here's a link https://url.com/data/extern...
https://github.com/ustctug/ustc-thesis-typst
https://raw.githubusercontent.com/ustctug/ustc-thesis-typst/main/README.md
markdown
MIT License
# 中国科学技术大学学位论文 Typst 模板 目前处于初期试验性开发状态,不宜用于实际撰写论文。欢迎贡献代码或参与开发。 示例文档主要从 [ustctug/ustcthesis](https://github.com/ustctug/ustcthesis) 转换生成。部分内容可能不适于 Typst,需要改写。 ## 编译方式 ```bash typst compile main.typ ```
https://github.com/arthurcadore/eng-telecom-workbook
https://raw.githubusercontent.com/arthurcadore/eng-telecom-workbook/main/semester-8/PTC/homework1/homework1.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 text(lang: "pt") #set page( footer: "Engenharia de Telecomunicações - IFSC-SJ", ) #show: doc => report( t...
https://github.com/The-Notebookinator/notebookinator
https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/themes/linear/colors.typ
typst
The Unlicense
// Dark #let dark-red = rgb("#DE6C8E") #let dark-yellow = rgb("#F6AA28") #let dark-green = rgb("#04DBAD") #let dark-blue = rgb("#3195D8") #let dark-purple = rgb("#584CBD") #let dark-pink = rgb("#CD89E2") // Light #let light-red = rgb("#EBA8BC") #let light-yellow = rgb("#FACC7E") #let light-green = rgb("#68E8CD") #let ...
https://github.com/LugsoIn2/typst-htwg-thesis-template
https://raw.githubusercontent.com/LugsoIn2/typst-htwg-thesis-template/main/lib/textTemplate.typ
typst
MIT License
#let textTemplate(pagetype: "" , lang: "", textblocks: ()) = { // --- -------------- ---- // --- -------------- ---- // ----- cover text ------ let coverpageText = ( (lang == "de",( "Eingereicht von", "Matrikelnummer: ", ) ), (lang == "en",( "Sub...
https://github.com/levinion/typst-dlut-templates
https://raw.githubusercontent.com/levinion/typst-dlut-templates/main/templates/thesis/main.typ
typst
MIT License
#import "../util/style.typ":font_family,font_size #import "./cover.typ":cover #import "./decl.typ":decl #import "./abstract.typ":abstract #import "./index.typ":index #import "./introduction.typ":introduction #import "../util/functions.typ":empty_box #import "./reference.typ":reference #import "./conclusion.typ":concl #...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/PianoDiProgetto/content.typ
typst
MIT License
#import "./functions.typ": glossary /*************************************/ /* INSERIRE SOTTO IL CONTENUTO */ /*************************************/ #include "sections/Introduzione.typ" #pagebreak() #include "sections/AnalisiDeiRischi.typ" #pagebreak() #include "sections/ModelloDiSviluppo.typ" #pagebreak(...
https://github.com/JvandeLocht/assignment-template-typst-hfh
https://raw.githubusercontent.com/JvandeLocht/assignment-template-typst-hfh/main/utils/formfield.typ
typst
MIT License
#let formField(label, content, length: 5cm) = { stack( text(1em, weight: "bold")[#content], v(2mm), line(length: length), v(1mm), text(0.9em, style: "italic")[#label] ) }
https://github.com/TomVer99/FHICT-typst-template
https://raw.githubusercontent.com/TomVer99/FHICT-typst-template/main/examples/starter/terms.typ
typst
MIT License
// CHANGE THIS TO THE CORRECT PATH #import "./../../template/fhict-template.typ": * #let term-list = ( ( key: "", short: [], long: [], desc: [], ), )
https://github.com/Lslightly/TypstTemplates
https://raw.githubusercontent.com/Lslightly/TypstTemplates/main/templates/code.typ
typst
MIT License
#let halcyonTheme = "templates/codeThemes/halcyon.tmTheme" /* The following content won't work with import or included command. Just put them in the typ file #show raw.where(block: true): block.with( fill: luma(240), inset: 8pt, radius: 5pt, ) #show raw.where(block: false): block.with( fill: luma(240), ) *...
https://github.com/binhtran432k/ungrammar-docs
https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/components/utils.typ
typst
#let buildMainHeader(mainHeadingContent) = { [ #align(center, smallcaps(mainHeadingContent)) #line(length: 100%) ] } #let buildSecondaryHeader(mainHeadingContent, secondaryHeadingContent) = { [ #smallcaps(mainHeadingContent) #h(1fr) #emph(secondaryHeadingContent) #line(length: 100%)...
https://github.com/hooyuser/typst_math_notes
https://raw.githubusercontent.com/hooyuser/typst_math_notes/master/0.1.0/exports.typ
typst
#import "math-notes.typ": math_notes, definition, proposition, lemma, theorem, corollary, example, proof, remark #import "commutative-diagrams.typ": commutative_diagram, functor_diagram, square_cd, square_cd_element, functor_diagram_square_cd, adjunction_pair
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/ju-zhen-zhong-de-lu-jing-lcof/description/", level: 2, )<字母迷宫> #note( title: [ 字母迷宫 ], description: [ #align(center,{image("img/solution1.png")}) 字母迷宫游戏初始界面记作 $m × n$ 二维字符串数组 grid,请判断玩家是否能在 grid 中找到目标单词 targ...
https://github.com/han0126/MCM-test
https://raw.githubusercontent.com/han0126/MCM-test/main/2024亚太杯typst/chapter/chapter7.typ
typst
#import "../template/template.typ": * = 问题四的模型建立与求解 == 问题分析 根据题目要求利用第三问中所建立的模型进行预测,将所得到的预测结果用直方图和折线图的方式直观地表示出来,同时分析是否符合正态分布。从一般生活中的情形中的随机事件均服从正态分布,因此先默认预测出的结果服从正态分布,再验证其服从正态分布。 == 图像绘制 #table( columns: (1fr,1fr), stroke: none, align: center + horizon, table.header()[概率直方图][概率折线图], [#image("../figu...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/_general/casoslov/utierne.typ
typst
#show <X>: it => { if it.location().position().y > 480pt [$ $ #colbreak() #it] else [#it] } #set text(font: "Monomakh Unicode", lang: "sk", fill: black) #include "/SK/casoslov/utierne/utierenBezKnaza.typ" #pagebreak() #set text(font: "Monomakh Unicode", lang: "sk", fill: black) #include "/SK/casoslov/...
https://github.com/Toniolo-Marco/git-for-dummies
https://raw.githubusercontent.com/Toniolo-Marco/git-for-dummies/main/slides/advanced/clean.typ
typst
The `git clean` command is a destructive command that is normally used to remove *untracked files*. Files deleted after its use will not be recoverable via git; therefore it needs the `-f` option to be executed. Multiple options can be combined with this command in order to achieve the desired result; below is the lis...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/049_The%20Brothers'%20War.typ
typst
#import "@local/mtgset:0.1.0": conf #show: doc => conf("The Brothers' War", doc) #include "./049 - The Brothers' War/001_Episode 1: The End.typ" #include "./049 - The Brothers' War/002_Episode 2: The Beginning.typ" #include "./049 - The Brothers' War/003_Episode 3: Sword One.typ" #include "./049 - The Brothers' War/00...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/004%20-%20Dragon's%20Maze/001_Ruric%20Thar.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "<NAME>", set_name: "Dragon's Maze", story_date: datetime(day: 03, month: 04, year: 2013), author: "<NAME>", doc ) #emph["Why do guards always look surprised when we bash them?" asked Ruric."I think they expect a bribe," said Thar.] Ruric s...
https://github.com/gongke6642/tuling
https://raw.githubusercontent.com/gongke6642/tuling/main/布局/grid/grid.typ
typst
= grid 在网格中排列内容。 网格元素允许您在网格中排列内容。您可以定义行数和列数,以及它们之间的装订线大小。列和行有多种大小调整模式,可用于创建复杂的布局。 虽然网格和表格元素的工作方式非常相似,但它们适用于不同的用例并具有不同的语义。grid 元素用于表示和布局目的,而 table 元素用于广义地呈现多个相关数据点。将来,Typst 将对其输出进行注释,以便屏幕阅读器将以表格形式宣布内容,而网格的内容将与文档流中的多个内容块没有什么不同。在其中一个元素上设置和显示规则不会影响另一个元素。table 网格的大小由参数中指定的轨道大小决定。由于每个大小调整参数都接受相同的值,因此我们在这里只解释一次。每个大小调整参数都接受...
https://github.com/daskol/typst-templates
https://raw.githubusercontent.com/daskol/typst-templates/main/cvpr/README.md
markdown
MIT License
# Conference on Computer Vision and Pattern Recognition (CVPR) ## Usage You can use this template in the Typst web app by clicking _Start from template_ on the dashboard and searching for `blind-cvpr`. Alternatively, you can use the CLI to kick this project off using the command ```shell typst init @preview/blind-c...
https://github.com/chamik/gympl-skripta
https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-autori/rolland.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/helper.typ": autor #autor("<NAME>", "1866", "1944 (78 let)", "prozaik, dramatik, kritik", "filosofii a historii ve Francii", "realismus", "/cj-autori/media/rolland.jpg") Odpůrce fašismu, bojovník za světový mír. Studoval i učil na Ecole Normale v Paříži. V roce 1915 dostal Nobelovu cenu za román <NAME>, dů...
https://github.com/gaetanserre/Typst-templates
https://raw.githubusercontent.com/gaetanserre/Typst-templates/main/README.md
markdown
## Typst templates This repository contains templates for [Typst](https://github.com/typst/typst) paper and beamer documents. It implements mathematical blocks (definition, theorem, proof, etc.), pseudo-code blocks, and is easily extensible and customizable. Feel free to use it and to contribute! ### Usage Clone it i...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/raw-tabs_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set raw(tab-size: 8) ```tsv Year Month Day 2000 2 3 2001 2 1 2002 3 10 ```
https://github.com/kfijalkowski1/typst-diff-tool
https://raw.githubusercontent.com/kfijalkowski1/typst-diff-tool/main/typst_ast_parser/data/7_moved_paragraph/expected_moved_paragraph.typ
typst
#import "@preview/pesha:0.2.0": * #experience( place: "Hot Topic", title: "Retail-sales associate", time: [2004--06], )[ - Top in-store sales associate in seven out of eight quarters - Inventory management - Training and recruiting ] #experience( place: "Warsaw", title: "Job offer", time: [2010--09], )[ - Junior rust...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/guide/renderers.typ
typst
Apache License 2.0
#import "/docs/cookery/book.typ": * #show: book-page.with(title: "Renderers") = Renderers See: + #cross-link("/guide/renderer/ts-lib.typ")[JavaScript/TypeScript Library] + #cross-link("/guide/renderer/node.typ")[Node.js Library] + #cross-link("/guide/renderer/react.typ")[React Library] + #cross-link("/guide/rendere...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1E4D0.typ
typst
Apache License 2.0
#let data = ( ("NAG MUNDARI LETTER O", "Lo", 0), ("NAG MUNDARI LETTER OP", "Lo", 0), ("NAG MUNDARI LETTER OL", "Lo", 0), ("NAG MUNDARI LETTER OY", "Lo", 0), ("NAG MUNDARI LETTER ONG", "Lo", 0), ("NAG MUNDARI LETTER A", "Lo", 0), ("NAG MUNDARI LETTER AJ", "Lo", 0), ("NAG MUNDARI LETTER AB", "Lo", 0), (...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/复变函数/作业/hw9.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: "作业9", author: "YHTQ", date: none, logo: none, withOutlined : false, withTitle :false, withHeadingNumbering: false ) (应交日期为 5 月 24 日...
https://github.com/mitex-rs/mitex
https://raw.githubusercontent.com/mitex-rs/mitex/main/packages/mitex/specs/README.md
markdown
Apache License 2.0
# MiTeX Command Specification This includes ways to define specs, which can be used to define everything in the existing standard packages [latex-std](./latex/standard.typ). Even if you don't know Rust at all, you can still add missing TeX commands to MiTeX by modifing [latex-std](./latex/standard.typ), since they ar...
https://github.com/kdog3682/typkit
https://raw.githubusercontent.com/kdog3682/typkit/main/0.1.0/src/pages.typ
typst
#import "headers/index.typ" as headers #import "footers/index.typ" as footers #let dialogue = ( paper: "us-letter", margin: (top: 1in, left: 1in, right: 1in, bottom: 0.85in), footer: footers.standard, ) #let standard = ( paper: "us-letter", margin: ( top: 1in, left: 1in, r...
https://github.com/ad-si/invoice-maker
https://raw.githubusercontent.com/ad-si/invoice-maker/master/examples/load-yaml.typ
typst
ISC License
#import "../invoice-maker.typ": * #import "../fixtures/example-data.typ": * #show: invoice.with( banner-image: image("../fixtures/banner.png"), data: yaml("../fixtures/example-data.yaml"), styling: ( font: none ), // Explicitly use Typst's default font )
https://github.com/dashuai009/dashuai009.github.io
https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/033.typ
typst
#let date = datetime( year: 2022, month: 9, day: 1, ) #metadata(( title: "欧拉函数与中国剩余定理", subtitle: [math,数论,中国剩余定理], author: "dashuai009", description: "欧拉函数与中国剩余定理", pubDate: date.display(), ))<frontmatter> #import "../__template/style.typ": conf #show: conf == $phi.alt$函数公式 <phi函数公式> - 如果p是素数,且$k gt....
https://github.com/WarriorHanamy/typst_tutorial
https://raw.githubusercontent.com/WarriorHanamy/typst_tutorial/main/slides.typ
typst
#set heading(numbering: "(I)") #show heading: it => [ #set align(center) #set text(font: "Inria Serif") \~ #emph(it.body) \~ ] = Last Week's Plan - Finish the MPC experiment of quadrotor. = Accomplishment - [x] Coded and Tested Immediate-Reaction Mode Change of `manual` and `offbaord` mode. - [x] C_NMPC In...
https://github.com/cafeclimber/typst-psu
https://raw.githubusercontent.com/cafeclimber/typst-psu/main/ch1.typ
typst
#heading("Introduction", supplement: "Chapter") <intro> #pagebreak()
https://github.com/MattiaOldani/Informatica-Teorica
https://raw.githubusercontent.com/MattiaOldani/Informatica-Teorica/master/capitoli/calcolabilità/10_sistemi_di_programmazione.typ
typst
#import "../alias.typ": * #import "@preview/algo:0.3.3": code #import "@preview/lemmify:0.1.5": * #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: "theorem"): it => ...
https://github.com/PgBiel/iterino
https://raw.githubusercontent.com/PgBiel/iterino/main/README.md
markdown
Apache License 2.0
# iterino Simple iterators in Typst ## License Licensed under MIT or Apache-2.0, at your option.
https://github.com/rabotaem-incorporated/algebra-conspect-1course
https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/04-linear-algebra/12-direct-sum.typ
typst
Other
#import "../../utils/core.typ": * == Прямая сумма #ticket[Внутренняя прямая сумма линейных подпространств, эквивалентные определения] #def[ Пусть $sq(W, k)$ подпространства $V$. Говорят, что $V$ раскладывается во внутреннюю сумму, если $ forall v in V "существует единственный набор" w_1 in W_1, ...,...