repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/mem-courses/discrete-mathmatics
https://raw.githubusercontent.com/mem-courses/discrete-mathmatics/main/homework/week9.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 #9: Generating Function & Relation", authors: ( ( name: "<NAME>", email: "<EMAIL>",...
https://github.com/alex-touza/fractal-explorer
https://raw.githubusercontent.com/alex-touza/fractal-explorer/main/paper/src/annexes/proofs.typ
typst
#import "../../meta.typ": * #import "../environments.typ": * #import "../shortcuts.typ": * == Justificacions i demostracions matemàtiques Per reduir la llargada del cos principal del treball, es presenten aquí demostracions d'algunes proposicions i teoremes, així com explicacions addicionals de les definicions matemàt...
https://github.com/Ngan-Ngoc-Dang-Nguyen/thesis
https://raw.githubusercontent.com/Ngan-Ngoc-Dang-Nguyen/thesis/main/tools/multi-section-ref.typ
typst
// #show bibliography: none // #bibliography("../contents/machine-learning.bib") #let section-refs = state("section-refs", ()) // Add bibliography references to the current section's state #show ref: it => { it if it.element != none { // Citing a document element like a figure, not a bib key // So don't u...
https://github.com/cetz-package/cetz-venn
https://raw.githubusercontent.com/cetz-package/cetz-venn/master/gallery/venn2.typ
typst
Apache License 2.0
#set page(width: auto, height: auto, margin: .5cm) #import "@preview/cetz:0.2.2" #import "@preview/cetz-venn:0.1.1": venn2 #cetz.canvas({ import cetz.draw: * venn2(name: "venn", a-fill: red, ab-fill: green) content("venn.a", [A]) content("venn.b", [B]) })
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/complex/complex-angle-unit/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": * #set page(width: auto, height: auto, margin: 1cm) #complex(1, 1deg) #complex(1, 1rad, complex-angle-unit: "radians")
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/args-underscore.typ
typst
Apache License 2.0
// Test that lone underscore works. // Ref: false --- #test((1, 2, 3).map(_ => {}).len(), 3)
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/shaping_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test separation by script. ABCअपार्टमेंट // This is how it should look like. अपार्टमेंट // This (without the spaces) is how it would look // if we didn't separate by script. अ पा र् ट में ट
https://github.com/kazuyanagimoto/typstcv
https://raw.githubusercontent.com/kazuyanagimoto/typstcv/main/README.md
markdown
Other
# [typstcv](https://kazuyanagimoto.com/typstcv/) <!-- badges: start --> <a href="https://kazuyanagimoto.r-universe.dev"><img src="https://kazuyanagimoto.r-universe.dev/badges/typstcv" class="img-fluid" alt="R-universe status badge"></a> [![R-CMD-check](https://github.com/kazuyanagimoto/typstcv/actions/workflows/R-C...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/par-bidi_08.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Test setting a vertical direction. // // Ref: false // // // Error: 16-19 text direction must be horizontal // #set text(dir: ttb)
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/call-04.typ
typst
Other
#let x = "x" // Error: 2-3 expected function, found string #x()
https://github.com/rabotaem-incorporated/calculus-notes-2course
https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/04-parametric-and-curves/01-parametric-integral.typ
typst
#import "../../utils/core.typ": * == Интегралы с параметром #def[ Пусть $(X, Aa, mu)$ --- пространство с мерой. $T$ --- подмножество метрического пространства. $E_t in Aa$ и для любого $t in T$ функция $f: X times T --> overline(RR)$ с фиксированным $t$ измерима. Пусть $F (t) := integral_(E_t) f(x, t) dif mu(x). $...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/scholarly-tauthesis/0.4.0/template/content/03.typ
typst
Apache License 2.0
/** 03.typ * * This is an example chapter in a multi-file typst project. * ***/ #import "../preamble.typ": * #import "@preview/scholarly-tauthesis:0.4.0" as tauthesis = References <references> Different referencing styles determine how you create in-text citations and the bibliography (list of references). Two co...
https://github.com/icpmoles/politypst
https://raw.githubusercontent.com/icpmoles/politypst/main/aside/abstract_eng.typ
typst
#let abstract_eng = [ #heading(numbering: none)[Abstract] Here goes the Abstract in English of your thesis followed by a list of keywords. The Abstract is a concise summary of the content of the thesis (single page of text) and a guide to the most important contributions included in your thesis. The Abstract i...
https://github.com/alex-touza/fractal-explorer
https://raw.githubusercontent.com/alex-touza/fractal-explorer/main/paper/src/environments.typ
typst
#import "lib/ctheorems.typ": * #let def = thmplain("def", "Definició", base_level: 1, titlefmt: strong) #let proposition = thmplain("def", "Proposició", base_level: 1, titlefmt: strong) #let theorem = thmplain("def", "Teorema", base_level: 1, titlefmt: strong) //#let property = thmplain("property", "Propietat", b...
https://github.com/jrihon/cv
https://raw.githubusercontent.com/jrihon/cv/main/src/biblio.typ
typst
#let mat2021eff = ( authors : "<NAME>.,<NAME>.,<NAME>.,<NAME>.,<NAME>.", date : "2021, May", title : "Efficient and Accurate Potential Energy Surfaces of Puckering in Sugar-Modified Nucleosides", journal : "Journal of Chemical Theory and Computation", publisher : "American Chemical Society (ACS)", ...
https://github.com/typst-community/harbinger
https://raw.githubusercontent.com/typst-community/harbinger/main/src/fast-shadow-box.typ
typst
MIT License
#let find-arg(source, ..args, default: none) = { for arg in args.pos() { if (source.keys().contains(arg)) { return source.at(arg) } } return default } #let parse-outset(outset) = { if (type(outset) == length) { (left: outset, right: outset, top: outset, bottom: outset) } else { ( ...
https://github.com/gvariable/billryan-typst
https://raw.githubusercontent.com/gvariable/billryan-typst/master/README.md
markdown
# Billryan Typst Here is a very simple and minimalist resume template, inspired by - [Resume by Billryan](https://github.com/billryan/resume) - [Alta Typst by <NAME>](https://github.com/GeorgeHoneywood/alta-typst) ## Showcase Here is a screenshot of the resume. <img src="assets/demo.png" width=70% height=70% />. se...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/VerbaliEsterni/VerbaleEsterno_240313/content.typ
typst
MIT License
#import "meta.typ": inizio_incontro, fine_incontro, luogo_incontro, company #import "functions.typ": glossary, team #let participants = csv("participants.csv") #let participants_company = csv("participants_company.csv") = Partecipanti / Inizio incontro: #inizio_incontro / Fine incontro: #fine_incontro / Luogo incontro...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/references/cross_module2.typ
typst
Apache License 2.0
#import "base.typ": x #x ----- // path: base.typ #let /* ident after */ x = 1;
https://github.com/dyc3/senior-design
https://raw.githubusercontent.com/dyc3/senior-design/main/README.md
markdown
# Senior Design Project Spec How to build the doc: 1. Install typst 2. In this directory, run ``` make ``` or, if you don't have `make` ``` typst compile main.typ main.pdf ```
https://github.com/Sckathach/adversarial-gnn-based-ids
https://raw.githubusercontent.com/Sckathach/adversarial-gnn-based-ids/main/mini-survey/main.typ
typst
#import "neurips.typ": * // #import "sckathach.typ": * // #show regex("[Gg]raph(es|s)?"): x => celeste(x.text, freq: 0.9) #let ub(X) = $upright(bold(#X))$ #set list(marker: [-]) #let affls = ( tsp: ( department: "Student, Réseaux et Services de Télécom", institution: "Télécom SudParis", location: "Évr...
https://github.com/dogezen/badgery
https://raw.githubusercontent.com/dogezen/badgery/main/badgery.typ
typst
MIT License
#let base-fill-color = rgb("#F2F2F2") #let base-stroke-color = rgb("#828282") #let base-text-color = rgb("#333333") #let badge-colors = ( gray: ( bg: rgb("#f9fafb"), border: rgb("#ebedee"), text: rgb("#4b5563") ), red: ( bg: rgb("#fef2f2"), border: rgb("#fcdedd"), text: rgb("#b91c1b") )...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/diagraph/0.1.0/lib.typ
typst
Apache License 2.0
#let plugin = plugin("diagraph.wasm") #let render(text, engine: "dot", width: auto, height: auto, fit: "contain") = { if text.len() != bytes(text).len() { return raw("error: text must be utf-8 encoded") } // add null terminator let encodedText = bytes(text) + bytes((0,)) let encodedEngine = bytes(engine) + byt...
https://github.com/MrMugame/silverbullet-typst
https://raw.githubusercontent.com/MrMugame/silverbullet-typst/main/README.md
markdown
# Silver Bullet Typst(Wypst) plug ## FYI This plug uses [wypst](https://github.com/0xpapercut/wypst) which is far from finished, so use with caution. Because wypst is mimicking KaTeX, this plug is just a fork of the [KaTeX Plug](https://github.com/silverbulletmd/silverbullet-katex) ## Installation Run the {[Plugs: Ad...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/031%20-%20Hour%20of%20Devastation/006_Hour%20of%20Eternity.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Hour of Eternity", set_name: "Hour of Devastation", story_date: datetime(day: 12, month: 07, year: 2017), author: "<NAME>", doc ) #emph[The God-Pharaoh has returned, and the five Hours have arrived as foretold. The Hours of Revelation, Glor...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/footnote_04.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test customization. #show footnote: set text(red) #show footnote.entry: set text(8pt, style: "italic") #set footnote.entry( indent: 0pt, gap: 0.6em, clearance: 0.3em, separator: repeat[.], ) Beautiful footnotes. #footnote[Wonderful, are...
https://github.com/AntonioSilva03/CurriculumVitae
https://raw.githubusercontent.com/AntonioSilva03/CurriculumVitae/main/Curriculum em Português/README.md
markdown
# Modern CV ## Requirements You will need the `Roboto` and `Source Sans Pro` fonts installed on your system or available somewhere. If you are using the `typst` web app, no further action is necessary. You can download them from the following links: - [Roboto](https://fonts.google.com/specimen/Roboto) - [Source Sans...
https://github.com/swaits/typst-collection
https://raw.githubusercontent.com/swaits/typst-collection/main/finely-crafted-cv/0.1.0/template/main.typ
typst
MIT License
#import "@preview/finely-crafted-cv:0.1.0": * #show: resume.with( name: "<NAME>", tagline: "Innovative marine biologist with 15+ years of experience in ocean conservation and research.", keywords: "marine biology, conservation, research, education, patents", email: "<EMAIL>", phone: "+1-305-555-7890", link...
https://github.com/eriol/aruco-tags-pdf
https://raw.githubusercontent.com/eriol/aruco-tags-pdf/main/aruco_mip_36h12.typ
typst
BSD 3-Clause "New" or "Revised" License
#let id = sys.inputs.id #let size = eval(sys.inputs.size) #let is_caption_enabled = sys.inputs.is_caption_enabled #let show_tag(tag, size, is_caption_enabled, caption) = { let image_path = "images/" + tag if is_caption_enabled == "true" { show figure.caption: c => [#c.body] figure( ...
https://github.com/Marlstar/TypstCustomPackages
https://raw.githubusercontent.com/Marlstar/TypstCustomPackages/master/packages/local/SectionHeader/0.1.0/sectionheader.typ
typst
#let sectionHeader(headerText, c: rgb(64, 177, 230, 100)) = [ #align(center)[ #rect(fill:c, width:100%, inset:8pt, radius:1pt, heading(numbering:none)[#headerText]) ] ]
https://github.com/pawarherschel/typst
https://raw.githubusercontent.com/pawarherschel/typst/main/src/letter.typ
typst
Apache License 2.0
#import "../template/template.typ": * #show: layout #set text(size: 12pt) //set global font size #let dateSeparator = "/" #let date = {[#datetime.today().day()] + dateSeparator + [#datetime.today().month()] + dateSeparator + [#datetime.today().year()]} #let companyName = "<NAME>" #let jobTitle = "Python Intern" #le...
https://github.com/TGM-HIT/typst-diploma-thesis
https://raw.githubusercontent.com/TGM-HIT/typst-diploma-thesis/main/template/chapters/einleitung.typ
typst
MIT License
#import "../lib.typ": * = Einleitung Zu Beginn wird die Ausgangslage beschrieben, wobei interessant ist woher das Projekt kommt und welche Ansätze an dessen Konzept beteiligt waren. Hier werden auch Ziele gesetzt und Probleme bestimmt, welche in der Arbeit selbst eine große Rolle spielen.
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/02-concepts/dimension/walad.typ
typst
Other
#import "/lib/draw.typ": * #import "/lib/glossary.typ": tr #import "/template/lang.typ": arabic #let start = (0, 0) #let end = (1000, 950) #let fg-text = arabic(fill: theme.main)[وَلَد] #let gray-text = arabic(fill: gray)[ولد] #let (bx, by) = (30, 200) #let base = (bx, by) #let boxes = ( ( box: (370, 350), ...
https://github.com/coco33920/template_tdd
https://raw.githubusercontent.com/coco33920/template_tdd/main/examples/main.typ
typst
Other
#import "template.typ": template #show: template.with( name: [The Dalek's Den], date: [13 Octobre 2023], title: [Règlement intérieur de The Dalek's Den], logo: "logo_tdd.png", abstract: [Règlement intérieur de l'association _The Dalek's Den_ écrit par _<NAME>_ et ratifié par le conseil d'administrat...
https://github.com/gongke6642/tuling
https://raw.githubusercontent.com/gongke6642/tuling/main/Math/Math.typ
typst
#set text( size:10pt, ) #set page( paper:"a5", margin:(x:1.8cm,y:1.5cm), ) #set par( justify: true, leading: 0.52em, ) = 数学 Typst 具有特殊的 数学 语法和库函数,用于排版数学公式。 数学公式可以嵌入文本中显示,也可以作为单独的块状公式显示。 如果数学公式的起始和结束都至少包含一个空格(例如$x^2$),它们将被显示为块状公式。 = 变量 在数学中,单个字母始终按原样显示。 然而,多个字母会被解释为变量和函数。 要逐字显示多个字母,可以将它们放入引号中,并且要访问单个字母变量,可...
https://github.com/alex-touza/fractal-explorer
https://raw.githubusercontent.com/alex-touza/fractal-explorer/main/paper/meta.typ
typst
#let meta = ( title: "Estudi matemàtic i computacional dels objectes fractals", subtitle: "Un aprofundiment en topologia, geometria i dimensió " ) #let PRINT = true #let FINISHED = false #let CHECKED = false #let PLOTS = true
https://github.com/FlorentCLMichel/quetta
https://raw.githubusercontent.com/FlorentCLMichel/quetta/main/src/tengwar_proto.typ
typst
MIT License
#let tengwar-font = "Tengwar Annatar"; #let tengwar-font-fallback = "tngan"; #let tengwar-font-alt = "Tengwar Annatar Alt"; #let tengwar-font-alt-fallback = "tngana"; #let escape-regxp(x) = if ("$", "^").contains(x) { "\\" + x } else { x } #let to-string(content) = { if content.has("text") { content.text ...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/lang-with-region-01.typ
typst
Other
// with unknown region configured #set text(lang: "zh", region: "XX") #outline()
https://github.com/Zateros/analizis-vizsga
https://raw.githubusercontent.com/Zateros/analizis-vizsga/main/analizis_vizsga.typ
typst
#import "@preview/cetz:0.2.2" #let colorS = color.rgb("#B4D3B4") #let colorQ = color.rgb("#FB772A") #let colorT = color.rgb("#8AEAFD") #set page( paper: "a4", numbering: "1.", margin: (x: 40pt, y: 40pt) ) #set document( author: "<NAME> & <NAME>", title: "Analízis vizsga tételek" ) #set te...
https://github.com/haryu703/ccstudy-91
https://raw.githubusercontent.com/haryu703/ccstudy-91/main/main.typ
typst
#import "@preview/polylux:0.3.1": * #import themes.simple: * #show: simple-theme.with( aspect-ratio: "16-9" ) #show link: underline #title-slide[ = Bitcoin Cash Upgrade 2024-05-15 ] #slide[ == 自己紹介 - #link("https://twitter.com/haryu703")[haryu703] - コインチェック株式会社 (2020〜) ] #slide[ == 今回のアップグレードの概要 今回...
https://github.com/MDLC01/unichar
https://raw.githubusercontent.com/MDLC01/unichar/main/CHANGELOG.md
markdown
MIT License
# Changelog ## Version 0.3.0 - Add `math-class` attribute to codepoints. - Some codepoints have their math class overridden by Typst. This is the Unicode math class, not the one used by Typst. - The `id` of codepoints now returns a string without the `"U+"` prefix. ## Version 0.2.0 - Codepoints now have an `id...
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/spue/anforderungen/philosophischer_unterricht.typ
typst
Other
#import "/src/template.typ": * == #ix("Philosophischer Unterricht", "Unterricht, philosophisch") Die Religionsphilosophie und das Fach "Religion" sind für einige Studierende schwer zu trennen. Was macht eine religionsphilosophische Unterrichtseinheit eigentlich _philosophsich_? In der Einheit "Gottesbegriffe"#en[Vgl....
https://github.com/TheWebDev27/Calc-II-Honors-Project
https://raw.githubusercontent.com/TheWebDev27/Calc-II-Honors-Project/main/part3.typ
typst
#set text( font: "New Computer Modern", size: 10pt ) #set par( leading: .75em ) We now employ nonstandard analysis to prove the incredible fundamental theorem of calculus, which relates a function's area under its curve to its antiderivative. Before we can do this, however, we must first establish the follo...
https://github.com/topdeoo/Course-Slides
https://raw.githubusercontent.com/topdeoo/Course-Slides/master/Seminar/template/main.typ
typst
#import "../../theme/iTalk.typ": * #import "@preview/algo:0.3.3": algo, i, d, comment, code // TODO fill all "TODO" with your information #show: nenu-theme.with( short-title: "TODO", short-date: "TODO", short-author: "Virgil" ) #let argmax = math.op("arg max", limits: true) #let argmin = math.op("arg min", li...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/raw_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Typst syntax inside. ```typ #let x = 1``` \ ```typ #f(1)```
https://github.com/npujol/npujol.github.io
https://raw.githubusercontent.com/npujol/npujol.github.io/main/Me/basic-cv/basic-cv-de.typ
typst
#import "@preview/basic-resume:0.1.0": * // Put your personal information here, replacing mine #let name = "<NAME>" #let location = "Berlin, Deutschland" #let email = "<EMAIL>" #let github = "github.com/npujol" #let linkedin = "linkedin.com/in/npujolm" #let personal-site = "npujol.github.io" #show: resume.with( aut...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/021.%20iflisp.html.typ
typst
iflisp.html If Lisp is So Great May 2003If Lisp is so great, why don't more people use it? I was asked this question by a student in the audience at a talk I gave recently. Not for the first time, either.In languages, as in so many things, there's not much correlation between popularity and quality. Why d...
https://github.com/glyn/url-shortener-maths
https://raw.githubusercontent.com/glyn/url-shortener-maths/main/nhn.typ
typst
= URL Shorterner Performance #show math.equation: set text(font: "New Computer Modern Math") #set math.equation( numbering: (..nums) => numbering("(1)", ..nums), number-align: bottom, supplement: none ) The total cost, $C_n$, of shortening the maximum number of URLs, $n$, is given by: $ C_n = sum_(k=0)^(n-1) r_...
https://github.com/isaacholt100/isaacholt100.github.io
https://raw.githubusercontent.com/isaacholt100/isaacholt100.github.io/master/maths-notes/3-durham%3A-year-3/topology/topology.typ
typst
#import "../../template.typ": * #show: doc => template(doc, hidden: (), slides: false) // FIND: - \*(\w+)\*: ([\s\S]*?)(?=\n-|\n\n)\n // REPLACE: #$1[\n $2\n]\n #let powset(X) = $cal(P)(X)$ #let inv(x) = $#x^(-1)$ #let vd(v) = $bold(#v)$ #let ideal(..gens) = $angle.l #gens.pos().join(",") angle.r$ #let St = $op("S...
https://github.com/mitex-rs/underleaf
https://raw.githubusercontent.com/mitex-rs/underleaf/main/fixtures/underleaf/ieee/styling.typ
typst
#let prefer-theme = "white";
https://github.com/hemmrich/CV_typst
https://raw.githubusercontent.com/hemmrich/CV_typst/master/modules/skills.typ
typst
// Imports #import "../template/template.typ": cvSection, cvSkill, hBar #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #cvSection("Skills") #cvSkill( type: [Languages], info: [English (native) #hBar() German (native)], ) #cvSkill( type: [Tech Stack], info: [Pyth...
https://github.com/p4perf4ce/typst-ieee-trans-template
https://raw.githubusercontent.com/p4perf4ce/typst-ieee-trans-template/main/README.md
markdown
Do What The F*ck You Want To Public License
# ieee-trans-template IEEE-Trans template for [Typst](https://github.com/typst/typst). > [!NOTE] > This template is still not 100% replication of `IEEE-trans.cls` due to the lacks of following features > > * Floating footnote > > In LaTeX, a very long footnote will auto-spread into two columns. Typst currently do...
https://github.com/actions-marketplace-validations/HackingGate_typst-out
https://raw.githubusercontent.com/actions-marketplace-validations/HackingGate_typst-out/main/README.md
markdown
MIT License
# Typst Out GitHub Action This GitHub action automatically builds Typst files in your repository using a custom Typst ref and uploads the output files as artifacts. [![Test Action](https://github.com/HackingGate/typst-out/actions/workflows/test.yml/badge.svg)](https://github.com/HackingGate/typst-out/actions/workflows...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/class-handouts/class-metal_101-shop_basics.typ
typst
#import "/meta-environments/env-templates.typ": * #import "./glossary/glossary_terms.typ": * #show: doc => class_handout( title: "Introduction to Metalworking", category: "Metal", number: "101", clearances: ("Chop Saw (Metal)", "Vertical Band Saw (Metal)", "Drill Press (Metal)"...
https://github.com/mem-courses/calculus
https://raw.githubusercontent.com/mem-courses/calculus/main/homework-1/calculus-homework2.5.typ
typst
#import "../template.typ": * #show: project.with( title: "Calculus Homework #2.5", authors: (( name: "<NAME> (#47)", email: "<EMAIL>", phone: "3230104585" ),), date: "October 8, 2023", ) = 课堂练习 10/7 课前热身 #prob[求:$ lim_(n->oo) (1^2/sqrt(n^6+1^2) + 2^2/sqrt(n^6+2^2) + 3^2/sqrt(n^6+3^2) + dots.c + n^2/sqrt...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/down/0.1.0/lib.typ
typst
Apache License 2.0
#let _down = ( sum: ( index: state("_sum-index"), lower: state("_sum-lower"), upper: state("_sum-upper"), ), lim: ( x: state("_lim-x"), c: state("_lim-c"), ), integral: ( lower: state("_integral-lower"), upper: state("_integral-upper"), dif: state("_integral-dif"), ), facto...
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/spue/leistungsmessung/main.typ
typst
Other
#import "/src/template.typ": * = Leistungsmessen in der SPÜ #author[<NAME>] #include "formen.typ" #include "beispiele.typ"
https://github.com/xdoardo/co-thesis
https://raw.githubusercontent.com/xdoardo/co-thesis/master/thesis/thanks.typ
typst
#v(20%) #align(right, text(size: 20pt, weight: "bold", [Ringraziamenti])) #v(5%) Ringrazio innanzitutto il mio relatore Alberto: in questi mesi i suoi consigli mi sono stati molto utili. Oltre alla scrittura della tesi, senza le sue lezioni non mi sarei appassionato a questo ambito dell'informatica tanto quanto ora mi ...
https://github.com/ofurtumi/formleg
https://raw.githubusercontent.com/ofurtumi/formleg/main/h04/H4.typ
typst
#import "@templates/ass:0.1.1": * #show: doc => template( project: "Homework 4", class: "TÖL301G", doc ) #set heading(numbering: "1.a") = $"non-reg" sect "non-reg" = "reg"$ Lets use the following non-regular languages $A$ and $B$: $ A &= {0^n 1^n | n >= 0}\ B &= {2^n 3^n | n >= 0} $ These languages are ir...
https://github.com/li3zhen1/Remove-CCF-Table-from-SF-Fonts
https://raw.githubusercontent.com/li3zhen1/Remove-CCF-Table-from-SF-Fonts/main/Readme.md
markdown
MIT License
# Remove CCF Table from SF Fonts Scripts for convert otf to ttf for specific font (like SF Pro). `RemoveCCFTable` removes CCF table in OpenType files, so that software like typst can export PDF with correctly subsetted glyphs and you don't get a bloated PDF file (which includes all the characters even if you don't use...
https://github.com/dark-flames/apollo-typst
https://raw.githubusercontent.com/dark-flames/apollo-typst/main/packages/typst-apollo/book.typ
typst
Apache License 2.0
/******************************************************************************** * This file includes code from the shiroa (https://github.com/Myriad-Dreamin/shiroa), * which is licensed under the Apache License, Version 2.0. * * Original code by: * Myriad-Dreamin (https://github.com/Myriad-Dreamin) * * Copyri...
https://github.com/tingerrr/subpar
https://raw.githubusercontent.com/tingerrr/subpar/main/test/show-rules/test.typ
typst
MIT License
// Synopsis: // - show-figure poduces the same visual output as a regular figure #import "/test/util.typ": * #import "/src/lib.typ" as subpar #show figure: subpar.default.show-figure #figure([a])
https://github.com/Coekjan/typst-upgrade
https://raw.githubusercontent.com/Coekjan/typst-upgrade/master/tests/exception2/entry.compat.typ
typst
MIT License
#strong[ #import "@preview/pack1:0.2.2": pack here is strong text, #pack. ] #import "@preview/pack3:2.0.0": pack3 #syntax-error-node-here(
https://github.com/gongke6642/tuling
https://raw.githubusercontent.com/gongke6642/tuling/main/Math/cancel.typ
typst
#set text( size:10pt, ) #set page( paper:"a5", margin:(x:1.8cm,y:1.5cm), ) #set par( justify: true, leading: 0.52em, ) = 删除 在公式上显示对角线。 通常用于表示删除元素。 = 例 #image("14.png") = 参数 #image("15.png") = 内容 被删除线覆盖的内容。 = 长度 删除线的长度,相对于被“删除”元素的对角线长度;值为100%时,删除线将恰好穿过元素。 默认:100% + 3pt = 反向 是否沿 y 轴反转删除线(指向左上角而非右上角)。 默认:f...
https://github.com/donghoony/typst_editorial
https://raw.githubusercontent.com/donghoony/typst_editorial/main/details.typ
typst
MIT License
#let textt = text.with(font: "consolas") #let bold = text.with(weight: "bold") #let div3_problems = ( ("A", "Pen Pineapple Apple Pen", "Easy", "b", "string, implementation"), ("B", "증가 배열 만들기", "Easy", "s", "ad_hoc, constructive"), ("C", "카우버거", "Medium", "s", "sorting"), ("D", "두찌 수열", "Medium", "s", ...
https://github.com/csunibo/reti-di-calcolatori
https://raw.githubusercontent.com/csunibo/reti-di-calcolatori/main/prove/scritto-2024-05-31-testo.typ
typst
#set align(center) = Scritto Reti Di Calcolatori == 2024-30-31 #set align(left) NOTE: _Questa è una copia scritta a mano dell'esame_ #set par( justify: true ) #set enum(numbering: "1.a)") == Domande + [5] Perché si utilizzano gli acknowledgement nella comunicazione di rete? E perché si utilizzano in due dei ...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/028%20-%20Kaladesh/008_In%20This%20Very%20Arena.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "In This Very Arena", set_name: "Kaladesh", story_date: datetime(day: 12, month: 10, year: 2016), author: "<NAME>", doc ) #emph[Chandra and Nissa went looking for Chandra's mother Pia, using Mrs. Pashiri's Kaladesh contacts. But instead of f...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/rivet/0.1.0/src/range.typ
typst
Apache License 2.0
#import "util.typ" #let key(start, end) = { return str(start) + "->" + str(end) } #let bits(range) = { return range.end - range.start + 1 } #let parse-span(span) = { let start-end = span.split("-") if start-end.len() == 1 { start-end.push(start-end.first()) } let start = int(start-end.last()) let e...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/par-justify-cjk_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test Variants of Mainland China, Hong Kong, and Japan. // 17 characters a line. #set page(width: 170pt + 10pt, margin: (x: 5pt)) #set text(lang: "zh", font: "Noto Serif CJK SC") #set par(justify: true) 孔雀最早见于《山海经》中的《海内经》:“有孔雀。”东汉杨孚著《异物志》记载,岭南:...
https://github.com/sergiodrd/analisis_real
https://raw.githubusercontent.com/sergiodrd/analisis_real/main/tarea2/main.typ
typst
#import "template.typ": * #let title = "Tarea 2" #let author = "<NAME>" #let course_id = "MATE 5201" #let instructor = "<NAME>" #let semester = "C41" #let due_time = "20 de septiembre" #set enum(numbering: "a)") #set math.equation(numbering: "(1)", supplement: "la ecuación") #show: assignment_class.with(title, author, ...
https://github.com/ChrisEnv/letter-typst
https://raw.githubusercontent.com/ChrisEnv/letter-typst/main/README.md
markdown
## Creating a New Article If you would like to add the clean theme to an existing directory: ``` quarto install extension chrisenv/letter-typst@current ``` or you can use a Quarto template that bundles a .qmd starter file: ``` quarto use template chrisenv/letter-typst@current ``` ## Usage For example: `quarto re...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/051%20-%20March%20of%20the%20Machine/009_Innistrad%3A%20Family%20Game%20Night.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Innistrad: Family Game Night", set_name: "March of the Machine", story_date: datetime(day: 22, month: 04, year: 2023), author: "<NAME>", doc ) My dearest brother— How I wish you would visit me here in Engelturm! The grounds are lovely, and...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Directional%20Derivative.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: "Directional Derivative", authors: ( "<NAME>", ), date: "30 Octobre, 2023", ) #set heading(numbering: "1.1.") = Directional Derivative...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/field-09.typ
typst
Other
// Error: 25-28 content does not contain field "fun" and no default value was specified #show heading: it => it.fun = A
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/board-n-pieces/0.1.0/README.md
markdown
Apache License 2.0
# Board & Pieces Display chessboards in Typst. ## Displaying chessboards The main function of this package is `board`. It lets you display a specific position on a board. ```typ #board(starting-position) ``` ![image](examples/example-1.png) `starting-position` is a position that is provided by the package. It r...
https://github.com/faber222/RAW-CODE-TYPST
https://raw.githubusercontent.com/faber222/RAW-CODE-TYPST/main/README.md
markdown
MIT License
# Template para fazer um raw code enumerado dentro do typst Todo o código usado está dentro do main.typ Exemplo do PDF gerado: [PDF](RawCodeTypst.pdf)
https://github.com/goshakowska/Typstdiff
https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_working_types/emph/emph_inserted.typ
typst
_first emphasis_ _second emphasis_ _inserted emphasis_
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/goto_definition/import_self.typ
typst
Apache License 2.0
// path: base.typ ----- #import "base.typ" #(/* position after */ base);
https://github.com/wade-cheng/typst-mla
https://raw.githubusercontent.com/wade-cheng/typst-mla/main/mla.typ
typst
MIT License
#let mla( title: none, author: none, header: none, instructor: none, class: none, date: none, doc ) = { let SPACING = 1.5em set text( font: "Times New Roman", size: 12pt ) set par( hanging-indent: -0.5in, justify: false, leading: SPACING, ) show par: set block(below: SPAC...
https://github.com/maucejo/presentation_polylux
https://raw.githubusercontent.com/maucejo/presentation_polylux/main/docs/manual.typ
typst
MIT License
#import "@preview/presentation-template:0.3.0": * #import "./manual-template.typ": * #show: manual-template.with( title: " Modèle de présentation Typst", subtitle: "Présentations de type Beamer en Typst", abstract : [Ce package Typst est une proposition de modèle de présentation de type Beamer en Typst pour les per...
https://github.com/QuadnucYard/crossregex-typ
https://raw.githubusercontent.com/QuadnucYard/crossregex-typ/main/examples/mini.typ
typst
MIT License
#import "../src/lib.typ": crossregex-hex #crossregex-hex( 3, constraints: ( `A.*`, `B.*`, `C.*`, `D.*`, `E.*`, `F.*`, `G.*`, `H.*`, `I.*`, `J.*`, `K.*`, `L.*`, `M.*`, `N.*`, `O.*`, ), answer: ( "ABC", "DEFG", "HIJKL", "MNOP", "QRS"...
https://github.com/Sparkenstein/resume
https://raw.githubusercontent.com/Sparkenstein/resume/master/starter.typ
typst
/* This copy of the resume formatting template is provided in the template download in case you'd like to make your preferred edits to the template directly. If you'd like to use this copy instead of the package, you'll need to update the #import statement in your resume.typ file to reference this file directly. Hav...
https://github.com/kilpkonn/typst-thesis
https://raw.githubusercontent.com/kilpkonn/typst-thesis/main/main.typ
typst
MIT License
#import "template.typ": * #show: project.with( title: "Title in English", title_estonian: "Pealkiri eesti keeles", thesis_type: "Master's thesis", thesis_type_estonian: "Magistritöö", authors: ( ( name: "<NAME>", student_code: "123456IAPM" ), ), supervisors: ( ( name: "Super...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/058%20-%20Duskmourn%3A%20House%20of%20Horror/006_Children%20of%20the%20Carnival%2C%20Part%202%20.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Children of the Carnival, Part 2 ", set_name: "Duskmourn: House of Horror", story_date: datetime(day: 23, month: 08, year: 2024), author: "<NAME>", doc ) Dawn ran, and the carnival that was the only home she had ever known burned behind her...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/shaping_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test that RTL safe-to-break doesn't panic even though newline // doesn't exist in shaping output. #set text(dir: rtl, font: "Noto Serif Hebrew") \ ט
https://github.com/catppuccin/typst
https://raw.githubusercontent.com/catppuccin/typst/main/src/utils.typ
typst
MIT License
#let dict-at(dict, ..keys, default: (:)) = { if dict == none { assert(default != none, message: "dict is none and default is none") return default } assert(keys.pos().len() > 0, message: "no keys provided") let items = keys.pos() let result = items .slice(0, -1) .fold( dict, (acc, key)...
https://github.com/wjakethompson/wjt-quarto-ext
https://raw.githubusercontent.com/wjakethompson/wjt-quarto-ext/main/wjt-letter/_extensions/wjt-letter/typst-template.typ
typst
Creative Commons Zero v1.0 Universal
// This function gets your whole document as its `body` // and formats it as a simple letter. #let letter( // The logo for the header logo: none, // The letter's sender, which is display at the top of the page. sender: none, // The letter's recipient, which is displayed close to the top. recipient: none, ...
https://github.com/oliver-ni/resume
https://raw.githubusercontent.com/oliver-ni/resume/main/template.typ
typst
MIT License
#let project(body) = { set document(title: "<NAME>", author: ("<NAME>")) set page(paper: "us-letter", margin: 0.25in) set text(font: "EB Garamond", lang: "en", size: 11pt, weight: 400) show par: set block(above: 0.8em, below: 0.8em) show strong: it => text(weight: "semibold", it.body) show heading.where(l...
https://github.com/domoritz/tvcg-journal-typst
https://raw.githubusercontent.com/domoritz/tvcg-journal-typst/main/README.md
markdown
MIT No Attribution
# tvcg-journal-typst A [Typst](https://typst.app) template for TVCG journals. This is work in progress and not yet ready. This project was started by <NAME> at https://typst.app/project/pdh8Qj4vO7tfB1oiWoHuez. Please help us finish it to look as close as possible to the [LaTeX template](https://github.com/ieeevgtc/tvc...
https://github.com/LugsoIn2/typst-htwg-thesis-template
https://raw.githubusercontent.com/LugsoIn2/typst-htwg-thesis-template/main/lib/declarationOfHonour.typ
typst
MIT License
#import "textTemplate.typ": * #let declarationOfHonour( lang: "", title: "", degree: "", author: "", submissionDate: datetime, birthdate: datetime, birthplace: "", companySentence: "", supervisor: "", declarationOfHonour-font: "Arial", location: "", physicalPrint: true, ) = { { s...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/list_05.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // This works because tabs are used consistently. - A with 1 tab - B with 2 tabs
https://github.com/mattyoung101/uqthesis_eecs_hons
https://raw.githubusercontent.com/mattyoung101/uqthesis_eecs_hons/master/pages/dedication.typ
typst
ISC License
#align(center + horizon, [ _ To my icon and inspiration, <NAME>. _ ]) // FIXME: This makes the page number italics for some reason?
https://github.com/gmax9803/nd-assignment-templates
https://raw.githubusercontent.com/gmax9803/nd-assignment-templates/master/general/utils.typ
typst
MIT License
#let ddata = ( hw_num: "##", // int, insert HW number (i.e. for HW1 -> 01) due_date: datetime(year: 2024, month: 4, day: 5), // Due Date author: "<NAME>", // Author fullname net_id: "netid", // Your netid (i.e. mgraves4) outline: false, // Print table of contents? (true | false) s...
https://github.com/konradroesler/edym-skript
https://raw.githubusercontent.com/konradroesler/edym-skript/main/README.md
markdown
# Theoretische Physik II: Elektrodynamik Mitschriften aus der Elektrodynamik Vorlesung mit typst. ## Disclaimer Das Skript enthält ziemlich genau das, was an die Tafel geschrieben wird, also nicht viel. Für ausführliche Erklärungen verweise ich auf die im moodle Kurs verwiesene Literatur. z.B. Elektrodynamik, <NAME...
https://github.com/ngyngcphu/tick3d-docs
https://raw.githubusercontent.com/ngyngcphu/tick3d-docs/main/contents/06_Implementation/index.typ
typst
Apache License 2.0
= Implementation and Guide == Implementation Link source code FE: https://github.com/ngyngcphu/tick3d-fe\ Link source code BE: https://github.com/ngyngcphu/tick3d-be\ Link deploy website: https://tick3d.tickflow.net/\ == Hướng dẫn cài đặt Dùng git hoặc các phần mềm quản lý mã nguồn khác để clone 2 source code nói ...
https://github.com/pascal-huber/typst-letter-template
https://raw.githubusercontent.com/pascal-huber/typst-letter-template/master/examples/DIN-5008-A.typ
typst
MIT License
#import "@local/lttr:0.1.0": * #show: lttr-init.with( debug: true, format: "DIN-5008-A", title: "Writing Letters in Typst is Easy", settings: ( min_content-spacing: 10cm, ), opening: "Dear Peter,", closing: "Peace, I'm out", signature: "Hans", date-place: ( date: "20....
https://github.com/505000677/2024SpringNote
https://raw.githubusercontent.com/505000677/2024SpringNote/main/2710/note-1.typ
typst
#import "../tizart.typ": * #show: project.with( title: "笔记", authors: (yuanxiang,), date: datetime.today() ) #show link: underline #outline() #set heading(numbering: "1.1.") = Day1 = Day2 Problem solving by searching #example(name:"Search example:")[ Find a path from one city to anthor city ] #figure( ...
https://github.com/lluchs/evince-typst
https://raw.githubusercontent.com/lluchs/evince-typst/master/tests/rects.typ
typst
Apache License 2.0
#set document(title: "Rectangles (and a circle)") #set page( width: 10cm, height: 15cm, ) #rect(width: 5cm, height: 3cm, fill: red) #rect(width: 2cm, height: 4cm, fill: yellow) #circle(radius: 2cm, fill: green)
https://github.com/KireinaHoro/research-plan
https://raw.githubusercontent.com/KireinaHoro/research-plan/master/README.md
markdown
# Doctoral Plan [Latest version](https://gitlab.inf.ethz.ch/OU-ROSCOE/phd-thesis-research-proposals/doctoral-plan-pengxu/-/jobs/artifacts/master/raw/main.pdf?job=build) built by CI Written in Typst; a crash course on how to write in the language is [here](https://typst.app/docs/tutorial/writing-in-typst/). Install [...
https://github.com/luiswirth/numpde-slides
https://raw.githubusercontent.com/luiswirth/numpde-slides/main/src/layout.typ
typst
#let finishline = line(stroke: red + 0.3pt, length: 100%) #let myblock(color: red.darken(40%), width: 100%, title, content) = block( fill: color, stroke: white, inset: 0.3em, radius: 0.3em, breakable: false, [ #block(inset: 0.2em)[#pad(x: 1.0em)[*#title*]] #block( fill: black.lighten(10%), ...