repo
stringlengths
27
90
file
stringlengths
57
176
language
stringclasses
2 values
license
stringclasses
13 values
content
stringlengths
25
180k
https://github.com/jamesrswift/springer-spaniel
https://raw.githubusercontent.com/jamesrswift/springer-spaniel/main/src/models/sidecaption.typ
typst
The Unlicense
#let sidecaption( body, direction: ltr, label: none, spacing: 1em, caption-width: 67%, caption-padding: arguments(), ) = { show figure: (it)=>{ stack( spacing: spacing, dir: direction, block( width: (caption-width) - (spacing), pad(..caption-padding, it.caption) ...
https://github.com/pluttan/asmlearning
https://raw.githubusercontent.com/pluttan/asmlearning/master/lab4/lab4.typ
typst
#import "@docs/bmstu:1.0.0":* #show: student_work.with( caf_name: "Компьютерные системы и сети", faculty_name: "Информатика и системы управления", work_type: "лабораторной работе", work_num: "4", discipline_name: "Машинно-зависимые языки и основы компиляции", theme: "Обработка массивов и матриц", author: ...
https://github.com/PA055/5839B-Notebook
https://raw.githubusercontent.com/PA055/5839B-Notebook/main/utils.typ
typst
#let tournament-from-csv(section: "", team-name: "", raw-data) = { let parse-match(name) = { let sample-name = "Qualifier #1" let result = name.matches(regex("Qualifier #(\d+)")) if result == () { return (false, name) } return (true, [Q#result.at(0).captures.at(0)]) } let data = csv.de...
https://github.com/patrick-kidger/typst_pyimage
https://raw.githubusercontent.com/patrick-kidger/typst_pyimage/main/examples/lotka_volterra.typ
typst
Apache License 2.0
#import ".typst_pyimage/pyimage.typ": pyimage Consider the Lotka--Volterra (predator-prey) equations: #pyimage(" import diffrax import jax.numpy as jnp import matplotlib.pyplot as plt def func(t, y, args): rabbits, cats = y d_rabbits = rabbits - rabbits*cats d_cats = -cats + rabbits*cats return d_rabbits, d_...
https://github.com/dyc3/senior-design
https://raw.githubusercontent.com/dyc3/senior-design/main/solution-overview.typ
typst
= Solution Overview <Chapter::SolutionOverview> == Current Architecture The Monolith's current internals is shown in @Figure::monolith-class-current. It heavily uses redis to communicate between the RoomManager and ClientManager. As clients send messages to the Monolith, the ClientManager handles them and sends them ...
https://github.com/HynDuf/typst-cv
https://raw.githubusercontent.com/HynDuf/typst-cv/master/template/modules_en/professional.typ
typst
Apache License 2.0
// Imports #import "../../lib.typ": cvSection, cvEntry #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) #cvSection("Work Experience") #cvEntry( title: [Research Intern], society: [Ortho.fashion], logo: image("../src/log...
https://github.com/Mc-Zen/tidy
https://raw.githubusercontent.com/Mc-Zen/tidy/main/examples/wiggly.typ
typst
MIT License
/// Draw a sine function with $n$ periods into a rectangle of given size. /// /// *Example:* /// #example(`draw-sine(1cm, 0.5cm, 2)`) /// /// - height (length): Width of bounding rectangle. /// - width (length): Height of bounding rectangle. /// - periods (int, float): Number of periods to draw. /// Example with ...
https://github.com/randyttruong/496notes
https://raw.githubusercontent.com/randyttruong/496notes/master/main.typ
typst
#import "preamble.typ":* #import "@preview/cetz:0.2.2":canvas, tree, draw #import emoji #set page(margin: ( x: 3cm, y: 2cm, )) #let def = $eq.delta$ #titlePage[COMP_SCI 496: Graduate Algorithms][<NAME>][Spring 2024] #show par: set block(spacing: 0.65em) #set par( first-line-indent: 1em, justify: true, ) ...
https://github.com/duskmoon314/mdbook-typst-math
https://raw.githubusercontent.com/duskmoon314/mdbook-typst-math/main/README.md
markdown
MIT License
# mdbook-typst-math An mdbook preprocessor to use [typst](https://typst.app/) to render math. ## Installation ```shell cargo install --git https://github.com/duskmoon314/mdbook-typst-math # OR git clone https://github.com/duskmoon314/mdbook-typst-math.git cargo build --release ``` ## Usage ### Setup preprocessor ...
https://github.com/artemist/typstcard
https://raw.githubusercontent.com/artemist/typstcard/canon/common.typ
typst
#let address_text(card) = { text(font: ("OCR-B", "Noto Emoji"), size: 8pt, card.address) } #let place_avatar(text_height, card) = { style(styles => { let text_offset = (text_height - measure(address_text(card), styles).height) / 2 place( top + left, dx: 0.1in, dy: calc.max(text_offset + 4...
https://github.com/brainworkup/neurotyp-adult
https://raw.githubusercontent.com/brainworkup/neurotyp-adult/main/README.md
markdown
MIT License
# Neurotyp Adult Report Format for Typst using Quarto ## Use template ```bash quarto use template brainworkup/neurotyp-adult ``` This will install the format extension and create an example qmd file that you can use as a starting place for your document. ## Update template ```bash quarto update template brainworku...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tools/test-helper/README.md
markdown
Apache License 2.0
# Test helper This is a small VS Code extension that helps with managing Typst's test suite. When installed, three new buttons appear in the menubar for all `.typ` files in the `tests` folder. - Open: Opens the output and reference images of a test to the side. - Refresh: Refreshes the preview. - Rerun: Re-runs the t...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1100.typ
typst
Apache License 2.0
#let data = ( ("<NAME>", "Lo", 0), ("<NAME>", "Lo", 0), ("<NAME>", "Lo", 0), ("<NAME>", "Lo", 0), ("<NAME>", "Lo", 0), ("<NAME>", "Lo", 0), ("<NAME>", "Lo", 0), ("<NAME>", "Lo", 0), ("<NAME>", "Lo", 0), ("<NAME>", "Lo", 0), ("<NAME>", "Lo", 0), ("<NAME>", "Lo", 0), ("<NAME>", "Lo", 0), ("<NA...
https://github.com/alberto-lazari/unipd-typst-doc
https://raw.githubusercontent.com/alberto-lazari/unipd-typst-doc/main/readme.md
markdown
MIT License
# Unipd doc ## Install Clone this repo in the Typst data directory, with ```bash data_dir="$( if [[ $(uname) = Linux ]]; then echo "${XDG_DATA_HOME:-$HOME/.local/share}" elif [[ $(uname) = Darwin ]]; then echo "$HOME/Library/Application Support" fi )" git clone --depth=1 https://github.com/a...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/pagebreak-numbering.typ
typst
Apache License 2.0
// https://github.com/typst/typst/issues/2095 // The empty page 2 should not have a page number #set page(numbering: none) This and next page should not be numbered #pagebreak(weak: true, to: "odd") #set page(numbering: "1") #counter(page).update(1) This page should
https://github.com/andrin-geiger/hslu_template_typst
https://raw.githubusercontent.com/andrin-geiger/hslu_template_typst/master/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! #import "@preview/anti-matter:0.1.1": anti-matter, fence, set-numbering #let project( title: "", subtitle: "", abstract: [], authors: (), betreuer: "...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/styling/show-set.typ
typst
// Test show-set rules. --- show-set-override --- // Test overriding show-set rules. #show strong: set text(red) Hello *World* #show strong: set text(blue) Hello *World* --- show-set-on-same-element --- // Test show-set rule on the same element. #set figure(supplement: [Default]) #show figure.where(kind: table): set...
https://github.com/kotfind/typst_task
https://raw.githubusercontent.com/kotfind/typst_task/master/example/main.typ
typst
#import "../task.typ": conf #show: conf.with( title: [My Example Competition], short_title: [MEC], ) #include "first_tour.typ" #include "second_tour.typ"
https://github.com/janlauber/bachelor-thesis
https://raw.githubusercontent.com/janlauber/bachelor-thesis/main/thesis_typ/appendix.typ
typst
Creative Commons Zero v1.0 Universal
#include("../appendix/meeting_log.typ") #pagebreak() == Lighthouse Report <lighthouse> #figure( image("../figures/lighthouse/lighthouse-one-click-1.png", width: 100%), caption: "Lighthouse report page 1" ) #pagebreak() #figure( image("../figures/lighthouse/lighthouse-one-click-2.png", width: 100%), caption...
https://github.com/robertjndw/typst-tum-presentation
https://raw.githubusercontent.com/robertjndw/typst-tum-presentation/main/example.typ
typst
#import "theme.typ": * #show: tum-theme.with( authors: ("<NAME>",), title: "My awesome topic I want to put into a presentation", footer-infos: ("Excellence",) ) #title-slide() #title-slide(flags: true) #title-content-slide(title: "Section 1", [ #text("This is the first section of the presentation.") #p...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1200.typ
typst
Apache License 2.0
#let data = ( ("ETHIOPIC SYLLABLE HA", "Lo", 0), ("ETHIOPIC SYLLABLE HU", "Lo", 0), ("ETHIOPIC SYLLABLE HI", "Lo", 0), ("ETHIOPIC SYLLABLE HAA", "Lo", 0), ("ETHIOPIC SYLLABLE HEE", "Lo", 0), ("ETHIOPIC SYLLABLE HE", "Lo", 0), ("ETHIOPIC SYLLABLE HO", "Lo", 0), ("ETHIOPIC SYLLABLE HOA", "Lo", 0), ("ETH...
https://github.com/danbalarin/vse-typst-template
https://raw.githubusercontent.com/danbalarin/vse-typst-template/main/lib/title-page.typ
typst
#let title-page( title: "Thesis Title", date: "January 2025", university: "Prague University of Economics and Business", faculty: "Faculty of Informatics and Statistics", study-program: "Study Program", specialization: "", author: "<NAME>", supervisor: "Ing. <NAME>", consultant: "", city: "...
https://github.com/RandomcodeDev/FalseKing-Design
https://raw.githubusercontent.com/RandomcodeDev/FalseKing-Design/main/game/intro.typ
typst
= Introduction False King is an adventure game where the player conquers five kingdoms each associated with a classical element (#text(orange)[fire], #text(teal)[air], #text(blue)[water], #text(green)[earth], and #text(purple)[aether]). #image("elements.jpg", width: 45%) == Inspiration The general layout of the world...
https://github.com/GartmannPit/Praxisprojekt-II
https://raw.githubusercontent.com/GartmannPit/Praxisprojekt-II/main/Praxisprojekt%20II/PVA-Templates-typst-pva-2.0/template/tablesList.typ
typst
#let createListofTables() = { set heading(numbering: none) par[= Tabellenverzeichnis] // change heading here for other languages outline(title: none, target: figure.where(kind: table)) }
https://github.com/VisualFP/docs
https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/content/poc/options_compiler_decision.typ
typst
#import "../../../acronyms.typ": ac = Compiler Platform Decision Since VisualFP will rely heavily on the chosen platform, a platform change later down the road would be expensive. #ac("GHC") is the only still actively developed compiler platform out of the considered platforms. But after testing and research, the #a...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/math/fn-comma.typ
typst
Apache License 2.0
$ sin(x) $ $ sin(x,) $ $ sin(x,,,) $ $ mat(1,;,1) $ $ mat(1,;,;,1;1) $
https://github.com/kfijalkowski1/typst-diff-tool
https://raw.githubusercontent.com/kfijalkowski1/typst-diff-tool/main/README.md
markdown
# typst-diff-tool #### Authors: - <NAME> - <NAME> #### Instructor: - <NAME> #### Project Concept: CLI tool for comparing versions of Typst documents ### What is Typst A markup-based language for creating elegant documents. Similar to LaTeX but more user-friendly and interactively editable, it can be described in th...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/link_04.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Verify that opening brackets without closing brackets throw an error. // // Error: 1-22 automatic links cannot contain unbalanced brackets, use the `link` function instead // https://exam(ple.com/
https://github.com/kyanbasu/pwr-typst
https://raw.githubusercontent.com/kyanbasu/pwr-typst/main/polylux/README.md
markdown
MIT License
# pwr-typst Typst [Polylux](https://github.com/andreasKroepelin/polylux "Polylux github") PWr template # Requirements polylux (tested working with version 0.3.1) # Usage Example 1. ```typst #import "@preview/polylux:0.3.1": * #import "pwr.typ": * #let today = datetime.today() #let month = "styczeń" // default "[m...
https://github.com/eratio08/learn-typst
https://raw.githubusercontent.com/eratio08/learn-typst/main/conf.typ
typst
#let conf( title: none, authors: (), abstract: [], doc, ) = { set page( paper: "us-letter", header: align(right + horizon, title), numbering: "1", ) set par(justify: true) set text( font: "Linux Libertine", size: 11pt, ) show heading.where(level: 1): it => block(width: 100%)[ ...
https://github.com/OrangeX4/typst-talk
https://raw.githubusercontent.com/OrangeX4/typst-talk/main/examples/poster.typ
typst
// 中文通用设置 #let skew(angle, vscale: 1, body) = { let (a, b, c, d) = (1, vscale * calc.tan(angle), 0, vscale) let E = (a + d) / 2 let F = (a - d) / 2 let G = (b + c) / 2 let H = (c - b) / 2 let Q = calc.sqrt(E * E + H * H) let R = calc.sqrt(F * F + G * G) let sx = Q + R let sy = Q - R let a1 = calc.at...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/meppp/0.1.0/README.md
markdown
Apache License 2.0
# meppp A simple template for modern physics experiments (MPE) courses at the Physics School of PKU. ## meppp-lab-report The recommended report format of MPE course. Default arguments are shown as below: ```typ #import "@preview/meppp:0.1.0": * #let meppp-lab-report( title: "", author: "", info: [],...
https://github.com/drbartling/obsidian-to-typst
https://raw.githubusercontent.com/drbartling/obsidian-to-typst/master/examples/feature_guide/Widget.md
markdown
# Widget ## Section #1 ### SubSection #### SubSubSection ##### Paragraph ###### SubParagraph Lorem ipsum *dolor* sit _amet_. consectetur adipiscing elit. Duis sed nunc et dolor aliquam ultricies. Proin vitae urna mollis, viverra nibh quis, sollicitudin ipsum. Duis tempus molestie erat, eu placerat felis ullamcorp...
https://github.com/denkspuren/typst_programming
https://raw.githubusercontent.com/denkspuren/typst_programming/main/wrapText/README.md
markdown
# `wrapText` Bedauerlicherweise musste ich auf Discord erfahren, dass das Wrapping von Text um eine Textbox momentan in Typst nicht wirklich möglich ist. https://discord.com/channels/1054443721975922748/1171205428760285275/1171205428760285275 Ich habe diesen Effekt nach zwei Tagen der Suche nach einem geeigneten Pak...
https://github.com/munzirtaha/typst-cv
https://raw.githubusercontent.com/munzirtaha/typst-cv/main/cv.typ
typst
MIT License
#import "lib.typ": * #set text(10pt, font: ("Libertinus Serif", "Noto Color Emoji", "Symbols Nerd Font")) #set page( paper: "a4", margin: (x: 1.4cm, y: 1.5cm), footer: [ #text( size: 8pt, secondary-color, smallcaps(datetime.today().display("[month repr:long] [day], [year]")) + h(1fr) + cont...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1CC00.typ
typst
Apache License 2.0
#let data = ( ("UP-POINTING GO-KART", "So", 0), ("RIGHT-POINTING GO-KART", "So", 0), ("LEFT-POINTING STICK FIGURE", "So", 0), ("RIGHT-POINTING STICK FIGURE", "So", 0), ("DOWN-POINTING STICK FIGURE", "So", 0), ("LOWER HORIZONTAL RULER SEGMENT", "So", 0), ("RIGHT VERTICAL RULER SEGMENT", "So", 0), ("LOWER...
https://github.com/DawnEver/csee-typst-template
https://raw.githubusercontent.com/DawnEver/csee-typst-template/main/template.typ
typst
MIT License
#let font_2p = 22pt #let font_s2p = 18pt #let font_3p = 16pt #let font_s3p = 15pt #let font_4p = 14pt #let font_s4p = 12pt #let font_5p = 10.5pt #let font_s5p = 9pt // Windows #let font_hei = "simhei" #let font_sun = "simsun" #let font_times = "Times New Roman" #let font_arial = "Arial" #let font_kai = "kaiti" #let fo...
https://github.com/dantevi-other/kththesis-typst
https://raw.githubusercontent.com/dantevi-other/kththesis-typst/main/parts/3-swe-abstract.typ
typst
MIT License
//-- Configurations #set page( numbering: "i" ) //-- Content = Sammanfattning #lorem(200)
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Philosophie_Argument_2.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: "Philosophie Argument 2", authors: ( "<NAME>", ), date: "10 Août, 2024", ) #set heading(numbering: "1.1.") == Question: #emph[Les lois...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/grid/header-footer.typ
typst
Apache License 2.0
#table( columns: 3, table.header( [Substance], [Subcritical °C], [Supercritical °C], repeat: true, ), [Hydrochloric Acid], [12.0], [92.1], [Sodium Myreth Sulfate], [16.6], [104], [Potassium Hydroxide], [24.7], [114.514], )
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/tournament-hereford/entry.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/packages.typ": notebookinator, diagraph #import notebookinator: * #import themes.radial.components: * #import diagraph: * #show: create-body-entry.with( title: "Tournament: Hereford Stampede", type: "test", date: datetime(year: 2023, month: 12, day: 2), author: "<NAME>", witness: "<NAME>", ) = Qu...
https://github.com/astrale-sharp/typst-assignement-template
https://raw.githubusercontent.com/astrale-sharp/typst-assignement-template/main/libs/eval.typ
typst
MIT License
#let title(x , point : 20) = { let p = place(dx : -15pt,dy : 28pt)[ #set text(22pt) #rect(stroke : 1pt, radius: 20pt ,fill : rgb(255, 255, 255), inset: 6pt)[#point points] ] set text(29pt); align(center, rect(inset: 15pt, p + [*#x*] )) } #let question(body, point : 1,answer : []) = { (body : ...
https://github.com/fuchs-fabian/typst-template-aio-studi-and-thesis
https://raw.githubusercontent.com/fuchs-fabian/typst-template-aio-studi-and-thesis/main/template/chapters/summary.typ
typst
MIT License
#let summary() = [ #lorem(20) ]
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/109.%205founders.html.typ
typst
5founders.html Five Founders April 2009Inc recently asked me who I thought were the 5 most interesting startup founders of the last 30 years. How do you decide who's the most interesting? The best test seemed to be influence: who are the 5 who've influenced me most? Who do I use as examples when I'm talking to comp...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/019%20-%20Magic%20Origins/005_Nissa’s Origin: Home.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Nissa’s Origin: Home", set_name: "Magic Origins", story_date: datetime(day: 08, month: 07, year: 2015), author: "<NAME> & <NAME>", doc ) #emph[<NAME> found herself woven into an unending stream of living light.] #emph[It was a place she ne...
https://github.com/yochem/apa-typst
https://raw.githubusercontent.com/yochem/apa-typst/main/examples/multi-author-multi-affiliations.typ
typst
#import "../template.typ": apa7 #show: apa7.with( title: "Example of APA7 Document in Typst", authors: ( (name: "<NAME>", affiliations: (1,)), (name: "<NAME>", affiliations: (2, 3)), (name: "<NAME>", affiliations: (1,)), ), affiliations: ( "Educational Testing Service, Princeton, New Jersey, Un...
https://github.com/andrin-geiger/hslu_template_typst
https://raw.githubusercontent.com/andrin-geiger/hslu_template_typst/master/chapters/05_realization.typ
typst
= Realisierung #pagebreak()
https://github.com/typst-community/harbinger
https://raw.githubusercontent.com/typst-community/harbinger/main/README.md
markdown
MIT License
# harbinger A package for shadow boxes in Typst.
https://github.com/gtn1024/resume
https://raw.githubusercontent.com/gtn1024/resume/master/resume.typ
typst
#import "lib.typ": * #show: resume.with( author: ( firstname: "葛", lastname: "涛宁", email: "<EMAIL>", homepage: "https://gtn1024.me", // phone: "(+1) 111-111-1111", github: "gtn1024", // twitter: "typstapp", // scholar: "", birth: "2002/10", // linkedin: "Example", // addre...
https://github.com/heytentt/typst-cv
https://raw.githubusercontent.com/heytentt/typst-cv/main/README.md
markdown
MIT License
# typst-cv ## How to compile? Two ways: 1. Official web app: https://typst.app 2. or `typst` command line, recommend VS Code & typst plugin: 1. Install typst: `brew install typst`, other platforms see https://github.com/typst/typst 2. Compile: `typst compile file.typ`
https://github.com/mrtz-j/typst-thesis-template
https://raw.githubusercontent.com/mrtz-j/typst-thesis-template/main/template/utils/symbols.typ
typst
MIT License
// TeX and LaTeX logos #let TeX = { set text(font: "New Computer Modern", weight: "regular") box( width: 1.7em, { [T] place(top, dx: 0.56em, dy: 0.22em)[E] place(top, dx: 1.1em)[X] }, ) } #let LaTeX = { set text(font: "New Computer Modern", weight: "regular") box( width: 2.5...
https://github.com/alimitedgroup/alimitedgroup.github.io
https://raw.githubusercontent.com/alimitedgroup/alimitedgroup.github.io/main/verbali/esterni/2024-10-23_2.typ
typst
// VE 23-10-2024_2 #import "../../lib.typ": * #set text(lang: "it") #show: doc => verbale( data: [23-10-2024], tipo: [esterno], regmodifiche: ( /*("1.0.0", "2024-10-15", "Sam<NAME>", "-", "Approvazione documento"), ("0.1.0", "17-10", "<NAME>", "-", "Modifica e verifica documento"),*/ ("0.0.2", "23-10...
https://github.com/v1j4y/intro_qmech
https://raw.githubusercontent.com/v1j4y/intro_qmech/master/intro_huckel.typ
typst
#import "template.typ": project #import "@preview/physica:0.8.1": * #import "@preview/cetz:0.1.2" #import "@preview/showybox:2.0.1": showybox #show: project.with( title: "Introduction to Model hamiltonians", authors: ( (name: "<NAME>", email: "<EMAIL>", affiliation: "University of Aix-Marseille", ...
https://github.com/MaxAtoms/T-705-ASDS
https://raw.githubusercontent.com/MaxAtoms/T-705-ASDS/main/content/week2.typ
typst
#import "../template.typ": note, example #import "../boxes.typ": definition #import "../tags.typ": week, barron == Joint distributions and marginal distributions #week("2") #barron("3.2.1") #definition[ If $X$ and $Y$ are random variables, then the pair $(X,Y)$ is called a joint distribution of $X,Y$. Individual...
https://github.com/LugsoIn2/typst-htwg-thesis-template
https://raw.githubusercontent.com/LugsoIn2/typst-htwg-thesis-template/main/lib/titlepage.typ
typst
MIT License
#import "textTemplate.typ": * #let titlepage( lang: "", title: "", degree: "", program: "", supervisor: "", advisors: (), author: "", startDate: datetime, submissionDate: datetime, studentnumber: "", title-font: "Arial", physicalPrint: true, ) = { { set page( mar...
https://github.com/piepert/grape-suite
https://raw.githubusercontent.com/piepert/grape-suite/main/src/library.typ
typst
MIT License
#import "exercise.typ" as exercise #import "slides.typ" as slides #import "seminar-paper.typ" as seminar-paper #import "colors.typ" as colors #import "german-dates.typ" as german-dates
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/foundations-18.typ
typst
Other
// Error: 7-32 cannot access file system from here #eval("include \"../coma.typ\"")
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/VerbaliInterni/VerbaleInterno_231114/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/Quaternijkon/Typst_FLOW
https://raw.githubusercontent.com/Quaternijkon/Typst_FLOW/main/src/slides.typ
typst
#import "utils.typ" #import "configs.typ" #import "core.typ" #import "magic.typ" /// Touying slides function. /// /// #example(``` /// #show: touying-slides.with( /// config-page(paper: "presentation-" + aspect-ratio), /// config-common( /// slide-fn: slide, /// ), /// ..args, /// ) /// ```) /// /// `..arg...
https://github.com/spewwerrier/hut
https://raw.githubusercontent.com/spewwerrier/hut/master/hut.typ
typst
#let paper_title = "A Pragmatic Approach to Living in A Hut And Live Happily" #set text( font: "CMU Serif", size: 10pt, ) #set heading(numbering: "I.") #show heading: it => [ #set align(center) #set text(12pt, weight: "regular") #block(smallcaps(counter(heading).display()+ " " + it.body)) #linebreak() ] ...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/mmgg.typ
typst
#import "/home/kdog3682/2024/base-utils.typ": bold #let mmgg-layouter(items) = { let store = () for (index, item) in items.enumerate() { store.push(bold(index + 1)) store.push(item) } let attrs = (columns: (auto, 1fr), column-gutter: 10pt, row-gutter: 24pt) return grid(..attrs, ..store) } #let mmgg...
https://github.com/MilanR312/ugent_typst_template
https://raw.githubusercontent.com/MilanR312/ugent_typst_template/main/ugent_template.typ
typst
MIT License
#import "template/methods/globals.typ": ublue, default_font, default_fontsize, parlead #import "template/methods/title_page.typ": * #import "template/methods/glos.typ": * #import "template/methods/todo.typ": * #import "template/methods/introduction.typ": * #import "template/methods/table_notes.typ": init_note_tables #i...
https://github.com/YDX-2147483647/typst-pointless-size
https://raw.githubusercontent.com/YDX-2147483647/typst-pointless-size/main/lib.typ
typst
MIT License
#import "./zihao.typ": zh, zihao
https://github.com/TGM-HIT/typst-diploma-thesis
https://raw.githubusercontent.com/TGM-HIT/typst-diploma-thesis/main/template/chapters/implementierung.typ
typst
MIT License
#import "../lib.typ": * = Implementierung Hier wird die Umsetzung des Projekts beschrieben und auf Details zu den einzelnen Technologien eingegangen. Im Optimalfall werden die Lösungen und Wege zu den zuvor definierten Problemen und Zielen geschildert. Eine bestehende Dokumentation, welche während der Arbeit erstellt...
https://github.com/FlyinPancake/bsc-thesis
https://raw.githubusercontent.com/FlyinPancake/bsc-thesis/main/thesis/pages/chapters/chapter_2_background.typ
typst
// LTeX: enabled=true #import "@preview/glossarium:0.2.4": make-glossary, print-glossary, gls, glspl = Background and Related Work <background> == What are containers? Containers are a way to package software in a format that can run isolated on a shared operating system. Unlike virtual machines, containers do not bu...
https://github.com/rainerwein/typst-fahrkarte
https://raw.githubusercontent.com/rainerwein/typst-fahrkarte/main/ticket.typ
typst
#let ticket="Deutschland-Ticket" #let ticket_alt="Deutschlandticket" #let preis="49€" #let inhaber="<NAME>" #let beginn="2023-05-01" #let geburtsdatum="2001-09-11" #let ende="2023-09-30" #let qrcode="./assets/qrcode.png" #let bgcolor=rgb(10, 50, 123) #let accolor=bgcolor.darken(10%) #set page(width: 87.6mm, height: 56...
https://github.com/mangkoran/utm-thesis-typst
https://raw.githubusercontent.com/mangkoran/utm-thesis-typst/main/README.md
markdown
MIT License
# UTM Thesis Typst > [!IMPORTANT] > Help wanted! Feel free to submit issue(s) and pull request(s)! You are here because: 1. MS Word sucks, and/or 2. LaTeX sucks ## Todo ### Pages - [x] 01 Front Cover - [x] 02 Declaration of Thesis/Dissertation/Project Form - [x] 03 Declaration by Supervisor(s) - [x] 04 Declaratio...
https://github.com/HiiGHoVuTi/requin
https://raw.githubusercontent.com/HiiGHoVuTi/requin/main/log/compacite.typ
typst
#import "../lib.typ": * #show heading: heading_fct Pour $A$ un ensemble de formules de la logique propositionnelle, on dit qu'une valuation $mu$ _satisfait_ $A$ si $forall F in A, mu tack.double F$. On note cela $mu tack.double A$. On dit que $A$ est _finement satisfiable_ si pour tout $E subset.eq A$ fini, $E$ est s...
https://github.com/Az-21/typst-components
https://raw.githubusercontent.com/Az-21/typst-components/main/style/1.0.0/Components/showybox-presets.typ
typst
Creative Commons Zero v1.0 Universal
#import "../dependencies.typ": * #import "../Colors/m3.typ": * #let m3 = material3 #let kshowybox( container, onContainer, containerMediumContrast, onContainerMediumContrast, containerHighContrast, onContainerHightContrast, ) = showybox.with( title-style: ( color: onContainerHightContrast, boxed-...
https://github.com/pawarherschel/typst
https://raw.githubusercontent.com/pawarherschel/typst/main/modules/publications.typ
typst
Apache License 2.0
#import "../template/template.typ": * #import "../helpers/helpers.typ": * #let SOT = yaml("../SOT.yaml") #let publications = () #if SOT.keys().contains("publications") { publications = SOT.publications } #if publications.len() != 0 { cvSection("Publications") for publication in publications { let title = p...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/svg-text.typ
typst
Apache License 2.0
// Test SVG with text. --- #set page(width: 250pt) #figure( image("/files/diagram.svg"), caption: [A textful diagram], ) --- #set page(width: 250pt) #show image: set text(font: ("Roboto", "Noto Serif CJK SC")) #figure( image("/files/chinese.svg"), caption: [Bilingual text] )
https://github.com/tingerrr/hydra
https://raw.githubusercontent.com/tingerrr/hydra/main/doc/examples/skip/a.typ
typst
MIT License
#import "/doc/examples/template.typ": example #show: example.with(skip-starting: true) #include "content.typ"
https://github.com/Wuvist/lcpc
https://raw.githubusercontent.com/Wuvist/lcpc/main/paper_template.typ
typst
/////////////////////////////// // This Typst template is for working paper draft. // It is based on the general SSRN paper. // Copyright (c) 2024 // Author: <NAME> // License: MIT // Version: 0.4.2 // Date: 2024-02-17 // Email: <EMAIL> /////////////////////////////// #import "@preview/ctheorems:1.1...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/5-discussion/mod.typ
typst
MIT License
#import "../../lib/mod.typ": * = Discussion <Discussion> #include "study-1.typ" #include "study-2.typ" #include "study-3.typ" #include "./future-work.typ"
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/hint.typ
typst
Apache License 2.0
// Test hints on diagnostics. // Ref: false --- // Error: 1:17-1:19 expected length, found integer: a length needs a unit - did you mean 12pt? #set text(size: 12) --- #{ let a = 2 a = 1-a a = a -1 // Error: 7-10 unknown variable: a-1 // Hint: 7-10 if you meant to use subtraction, try adding spaces around t...
https://github.com/Jollywatt/typst-fletcher
https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/example-gallery/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 1em) #import "/src/exports.typ" as fletcher: diagram, node, edge #[ #diagram(cell-size: 15mm, $ G edge(f, ->) edge("d", pi, ->>) & im(f) \ G slash ker(f) edge("ur", tilde(f), "hook-->") $) ] #pagebreak() #[ #import fletcher.shapes: diamond #diagram( node-stroke...
https://github.com/EpicEricEE/typst-marge
https://raw.githubusercontent.com/EpicEricEE/typst-marge/main/tests/container/place/test.typ
typst
MIT License
#import "/src/lib.typ": sidenote #set par(justify: true) #set page(width: 8cm, height: auto, margin: (outside: 4cm, rest: 5mm)) #let sidenote = sidenote.with(numbering: "1") #lorem(20) #place( bottom, dy: -32pt, dx: 5pt, block(width: 3cm, inset: 3pt, fill: yellow, stroke: black)[ #lorem(6) #s...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/tracking-spacing-04.typ
typst
Other
// Test word spacing. #set text(spacing: 1em) My text has spaces.
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/143.%20ycstart.html.typ
typst
ycstart.html How Y Combinator Started March 2012Y Combinator's 7th birthday was March 11. As usual we were so busy we didn't notice till a few days after. I don't think we've ever managed to remember our birthday on our birthday. On March 11 2005, Jessica and I were walking home from dinner in Harvard Square. Jes...
https://github.com/kaarmu/typst.vim
https://raw.githubusercontent.com/kaarmu/typst.vim/main/tests/italic-bold.typ
typst
MIT License
= Italic // Italic _Lorem ipsum_ // Not italic Lorem\_ipsum // Italic _Lorem\_ipsum_ // Error _Lorem ipsum\_ // Ialic _Lorem ipsum_ // Error _Lorem ipsum_ // Citations _Lorem ipsum_ @dolor_sit _Lorem ipsum_ #cite("dolor_sit") = Bold // Bold *Lorem ipsum* // Not bold Lorem\*ipsum // Bold *Lorem\*ipsum* /...
https://github.com/YonniGashu/resume
https://raw.githubusercontent.com/YonniGashu/resume/main/resume.typ
typst
#import "template.typ": resume, header, resume_heading, edu_item, exp_item, project_item, skill_item, exp_item_DOD #show: resume #header( name: "<NAME>", phone: "202-816-2145", email: "<EMAIL>", linkedin: "linkedin.com/in/ygashu", site: "ygashu.dev", ) #resume_heading[Education] #edu_item( name: "Georgia...
https://github.com/Lich496/Typst-with-Docker
https://raw.githubusercontent.com/Lich496/Typst-with-Docker/main/CHANGELOG.md
markdown
Apache License 2.0
# Change Log All notable changes to the "typst-with-docker" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. ## [Unreleased] - Initial release
https://github.com/SkytAsul/fletchart
https://raw.githubusercontent.com/SkytAsul/fletchart/main/src/lib.typ
typst
#import "elements.typ" #import "declarative.typ" #import "logical.typ" #import "internals.typ" #import "deps.typ" #import "utils.typ"
https://github.com/vEnhance/1802
https://raw.githubusercontent.com/vEnhance/1802/main/src/mt1.typ
typst
MIT License
#import "@local/evan:1.0.0":* = Challenge review problems up to Midterm Exam 1 <ch-mt1> This is a set of six more difficult problems that I crafted for my students to help them prepare for their first midterm exam (which covered all the linear algebra parts and complex numbers). You can try them here if you want, but...
https://github.com/ludwig-austermann/typst-din-5008-letter
https://raw.githubusercontent.com/ludwig-austermann/typst-din-5008-letter/main/examples/template_letter.typ
typst
MIT License
#import "../letter.typ" : letter, letter-styling, block-hooks, debug-options #let block-hooks = block-hooks( letter-head: pad(10mm)[*header.* A DIN 5008 based Typst letter template, to be found at:\ #link("https://github.com/ludwig-austermann/typst-din-5008-letter")], footer: [some footer] ) #show: letter.with(...
https://github.com/optimizerfeb/MathScience
https://raw.githubusercontent.com/optimizerfeb/MathScience/main/고속 역제곱근 알고리즘.typ
typst
#set text(font: "KoPubBatang_Pro") #align(center, text(17pt)[ *고속 역제곱근 알고리즘* ]) #align(right, text(10pt)[ 한남대학교 수학과 20172581 김남훈 ]) = 1. 고속 역제곱근 알고리즘 고속 역 제곱근 알고리즘은 UC버클리 수학과 교수인 윌리엄 카한이 $1986$년 아이디어를 제시하고, 그 아이디어에 기반하여 실리콘 그래픽스 사가 90년대 초 개발한 알고리즘으로, 간단히 설명하면 실수 $a$ 에 대해 $a^(- 1/2)$ 를 빠르게 계산하는 알고리즘이다. 우선 코드...
https://github.com/TGM-HIT/typst-diploma-thesis
https://raw.githubusercontent.com/TGM-HIT/typst-diploma-thesis/main/README.md
markdown
MIT License
# TGM HIT diploma thesis template This is a port of the [LaTeX diploma thesis template](https://github.com/TGM-HIT/diploma-thesis) available for students of the information technology department at the TGM technical secondary school in Vienna. ## Getting Started Using the Typst web app, you can create a project by e...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/058%20-%20Duskmourn%3A%20House%20of%20Horror/005_Episode%203%3A%20Don't%20Look%20Back.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 3: Don't Look Back", set_name: "Duskmourn: House of Horror", story_date: datetime(day: 22, month: 08, year: 2024), author: "<NAME>", doc ) Winter walked across the small parlor, moving with an almost rolling gait, like he was crossi...
https://github.com/Fabioni/Typst-TUM-Thesis-Template
https://raw.githubusercontent.com/Fabioni/Typst-TUM-Thesis-Template/main/abstract.typ
typst
MIT No Attribution
#let abstract(body, lang: "en") = { let überschriften = (en: "Abstract", de: "Zusammenfassung") set text( size: 12pt, lang: lang ) set par(leading: 1em) v(1fr) align(center, text(1.2em, weight: 600, überschriften.at(lang))) align( center, text[ #body ] ) v(1...
https://github.com/typst-community/glossarium
https://raw.githubusercontent.com/typst-community/glossarium/master/tests/debug/debug.typ
typst
MIT License
#import "../../themes/default.typ": * #show: make-glossary #show link: set text(fill: red) #let entry-list-0 = ( ( key: "potato", short: "potato", long: "long potato", plural: "potatoes", longplural: "long potatoes", description: [#lorem(5)], ), ) #let entry-list-1 = ( ( key: "potato ...
https://github.com/goshakowska/Typstdiff
https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_working_types/super_script/super_script_deleted.typ
typst
First Normal text Second#super[super text]
https://github.com/Student-Smart-Printing-Service-HCMUT/ssps-docs
https://raw.githubusercontent.com/Student-Smart-Printing-Service-HCMUT/ssps-docs/main/contents/categories/task4/4.3.typ
typst
Apache License 2.0
== Kiểm tra khả năng sử dụng (Usability testing) === Kế hoạc khảo sát Nhóm 3 lớp L02 với tư cách là người điều phối khảo sát tiến hành kiểm tra khả năng sử dụng của hệ thống hỗ trợ dịch vụ in ấn thông minh (SSPS) trong module quan trọng đầu tiên: upload tài liệu -> xác nhận -> thanh toán vào ngày 18/11/2003 #block(ins...
https://github.com/pm3512/resume
https://raw.githubusercontent.com/pm3512/resume/main/README.md
markdown
A rewrite of my resume from LaTeX to [Typst](https://github.com/typst/typst) Based on https://github.com/skyzh/chicv
https://github.com/gdahia/typst-ams-fullpage-template
https://raw.githubusercontent.com/gdahia/typst-ams-fullpage-template/main/amsart.typ
typst
#import "@preview/lemmify:0.1.5": * #let script-size = 9.97224pt #let footnote-size = 10.00012pt #let small-size = 11.24994pt #let normal-size = 11.9pt #let large-size = 11.74988pt // This function gets your whole document as its `body` and formats // it as an article in the style of the American Mathematical Society...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/gradient-math_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test on frac #show math.equation: set text(fill: gradient.linear(..color.map.rainbow)) #show math.equation: box $ nabla dot bold(E) = frac(rho, epsilon_0) $
https://github.com/antonWetzel/prettypst
https://raw.githubusercontent.com/antonWetzel/prettypst/master/test/default/headings.typ
typst
MIT License
= Top == Sub #lorem(1) == Sub 2 === Subsub 3 #lorem(1) == Sub 3 #lorem(1) == Sub 4 <label> === Subsub 4 <label_2> #lorem(1)
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/036%20-%20Guilds%20of%20Ravnica/012_The%20Gathering%20Storm%3A%20Chapter%206.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Gathering Storm: Chapter 6", set_name: "Guilds of Ravnica", story_date: datetime(day: 10, month: 07, year: 2019), author: "<NAME>", doc ) The skyship shuddered as its docking clamps released, lurched sideways in a gust of wind, and then...
https://github.com/denkspuren/typst_programming
https://raw.githubusercontent.com/denkspuren/typst_programming/main/extractText/README.md
markdown
# `extractText` Diese Funktion ist mein erster Beitrag und löst ein Problem mit den standardmäßig ausgelieferten Typst-Templates, siehe https://github.com/typst/templates/issues/12#issuecomment-1793845765 Man kann auch überlegen (so ein [Vorschlag auf Discord](https://discord.com/channels/1054443721975922748/1088371...
https://github.com/Otto-AA/definitely-not-tuw-thesis
https://raw.githubusercontent.com/Otto-AA/definitely-not-tuw-thesis/main/tests/tests-setup/test.typ
typst
MIT No Attribution
#import "@preview/linguify:0.4.1": linguify, set-database Workaround for https://github.com/tingerrr/typst-test/issues/51
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Reading/跟李沐学AI(论文)/InstructGPT.typ
typst
// --- // order: 17 // --- #import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "d2l_paper", lang: "zh", ) - 参考 #link("https://mp.weixin.qq.com/s/x0yRaNZkz7_LxllZIoWHxA") #hline() - [ ] Todo