repo
stringlengths
27
90
file
stringlengths
57
176
language
stringclasses
2 values
license
stringclasses
13 values
content
stringlengths
25
180k
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/2%20-%20RTB/Documentazione%20esterna/Verbali/23-11-15/23-11-15.typ
typst
#import "/template.typ": * #show: project.with( date: "15/11/23", subTitle: "Avvio dell'Analisi dei Requisiti", docType: "verbale", authors: ( "<NAME>", ), externalParticipants : ( (name: "<NAME>", role: "Referente aziendale"), ), timeStart: "10:00", timeEnd: "11:00", location: "Zoom", ); ...
https://github.com/fredguth/abnt-typst
https://raw.githubusercontent.com/fredguth/abnt-typst/main/main.typ
typst
#import("./templates/abnt_template.typ"):template #show: template #include("./cap1.typ") #include("./cap2.typ") #include("./cap3.typ") #include("./cap4.typ") #include("./cap5.typ")
https://github.com/jamesrswift/frackable
https://raw.githubusercontent.com/jamesrswift/frackable/main/docs/manual.typ
typst
The Unlicense
#import "@preview/tidy:0.3.0" #import "@preview/mantys:0.1.4": * #import "/src/lib.typ": frackable, generator #let package = toml("/typst.toml").package #let docs = tidy.parse-module(read("/src/impl.typ"), scope: (frackable: frackable, generator: generator),) #titlepage( package.name, [Frackable], // title [<NA...
https://github.com/astro-group-bristol/paper-management
https://raw.githubusercontent.com/astro-group-bristol/paper-management/main/presentation/tamburlaine.typ
typst
Other
#import "@preview/polylux:0.3.1": * #let date = datetime(year: 2024, month: 9, day: 27) // colour configurations #let SECONDARY_COLOR = rgb("#f6f0e0").lighten(60%) #let PRIMARY_COLOR = rgb("#be2b31") #let TEXT_COLOR = black.lighten(13%) #let tamburlaine-theme(aspect-ratio: "4-3", body) = { set page( paper: "pr...
https://github.com/bigskysoftware/hypermedia-systems-book
https://raw.githubusercontent.com/bigskysoftware/hypermedia-systems-book/main/lib/definitions.typ
typst
Other
#let leading = 0.6em #let body-font = "Linux Libertine" #let secondary-font = "Linux Biolinum" #let display-font = "Jaro" #let mono-font = "Berkeley Mono" #import "./indexing.typ": * #let part-heading(it) = [ #page([], header: none, footer: none) #pagebreak(to: "odd") #align(horizon)[ #set par(leading: 5pt,...
https://github.com/mgoulao/IST-MSc-Thesis-Typst-Template
https://raw.githubusercontent.com/mgoulao/IST-MSc-Thesis-Typst-Template/main/template.typ
typst
#let heading_style(it) = { // Set chapter locate(loc => { let heading_number = counter(heading).at(loc).at(0) if it.level == 1{ if heading_number != 0 { pagebreak() align(right, grid(rows: (140pt,auto), text(140pt, fill: rgb("#999999"), counter(heading).display()...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Maths_Sup.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: "Maths Sup", authors: ( "<NAME>", ), date: "30 Octobre, 2023", ) #set heading(numbering: "1.1.") == Ressources <ressources> - #link("M...
https://github.com/arthurcadore/eng-telecom-workbook
https://raw.githubusercontent.com/arthurcadore/eng-telecom-workbook/main/semester-7/COM_1/homework4/homework.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) #show: doc => report( title: "Modulação e Demodulação em Frequência (FM)", subtitle: "Sistemas de Comunicação ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/vonsim/0.1.0/README.md
markdown
Apache License 2.0
This package adds the ability to syntax highlighting VonSim source code in Typst. ## How to use To add global support for VonSim, just add these lines and use a raw block with `vonsim` as its language. ````typst #import "@preview/vonsim:0.1.0": init-vonsim // Adds global support for VonSim #show: init-vonsim // Hi...
https://github.com/hongjr03/shiroa-page
https://raw.githubusercontent.com/hongjr03/shiroa-page/main/DSA/chapters/6树和二叉树.typ
typst
#import "../template.typ": * #import "@preview/pinit:0.1.4": * #import "@preview/fletcher:0.5.0" as fletcher: diagram, node, edge #import "/book.typ": book-page #show: book-page.with(title: "树和二叉树 | DSA") = 树和二叉树 <树和二叉树> == 树的定义和基本术语 <树的定义和基本术语> #definition[ *树*:树是 $n(n >= 0)$ 个结点的有限集合。当 $n = 0$ 时,称为空树;当 $n > 0...
https://github.com/DawnEver/ieee-conference-typst-template
https://raw.githubusercontent.com/DawnEver/ieee-conference-typst-template/main/README.md
markdown
MIT License
# IEEE Conference [Typst](https://typst.app) Template I am preparing for IEEE cofference these days. Frustrated with Latex, I choose Typst to rewrite my paper. In fact, typst app provides built-in IEEE paper template and [ieee-typst-template](https://github.com/bsp0109/ieee-typst-template) gives a modified edition for...
https://github.com/SamK/typst-fonts-showcase
https://raw.githubusercontent.com/SamK/typst-fonts-showcase/master/template.typ
typst
// vim: tabstop=2 softtabstop=2 shiftwidth=2 #let template(title, pangram) = { set page(numbering: "1/1") set text(fallback: false) let list-fonts() = { let fonts = () let lines = read("fonts.txt").split("\n") for this-line in lines { let clean-line = this-line.trim() if clean-line != "...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/km/0.1.0/lib.typ
typst
Apache License 2.0
#let binary-digits(x, digit: 0) = { let digits = range(digit).map(_ => 0) while (x != 0) { digits.insert(digit, calc.rem-euclid(x, 2)) x = calc.div-euclid(x, 2) } return digits.rev().slice(0, digit).rev() } #let gray-code(x) = x.bit-xor(x.bit-rshift(1)) #let karnaugh(labels, minterms, implicants: ()...
https://github.com/jamesrswift/ionio-illustrate
https://raw.githubusercontent.com/jamesrswift/ionio-illustrate/main/dist/0.1.0/src/lib.typ
typst
MIT License
#import "@preview/cetz:0.1.2" /// Returns an object representing mass spectrum content. #let mass-spectrum( data, args: (:) ) = { let prototype = ( // -------------------------------------------- // Public member data // -------------------------------------------- data: data, keys: ( mz...
https://github.com/GYPpro/Java-coures-report
https://raw.githubusercontent.com/GYPpro/Java-coures-report/main/.VSCodeCounter/2023-12-15_05-15-05/details.md
markdown
# Details Date : 2023-12-15 05:15:05 Directory d:\\Desktop\\Document\\Coding\\JAVA\\Rep\\Java-coures-report Total : 52 files, 7709 codes, 180 comments, 1740 blanks, all 9629 lines [Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md) ## Files | filename | language | code | co...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/meta-environments/env-protohaven_policy.typ
typst
// Core colors and fonts for the design identity #let accent_color = rgb("#6EC7E2") #let warning_color = rgb("#900000") #let light_grey = rgb(65%,65%,65%) #let mid_grey = rgb(50%,50%,50%) #let dark_grey = rgb(38%,38%,38%) #let sans_font = ("Noto Sans") #let serif_font = ("Noto Serif") #let mono_font = ("Fira Mono") ...
https://github.com/Shedward/dnd-charbook
https://raw.githubusercontent.com/Shedward/dnd-charbook/main/dnd/game/game.typ
typst
#import "spells.typ": * #import "character.typ": * #import "abilities.typ": * #import "proficiencies.typ": * #import "biography.typ": *
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/raw-03.typ
typst
Other
// Lots of backticks inside. ```` ```backticks``` ````
https://github.com/Coekjan/parallel-programming-learning
https://raw.githubusercontent.com/Coekjan/parallel-programming-learning/master/ex-3/report.typ
typst
#import "../template.typ": * #import "@preview/cetz:0.2.2" as cetz #import "@preview/codelst:2.0.1" as codelst #show: project.with( title: "并行程序设计第 3 次作业(MPI 编程)", authors: ( (name: "叶焯仁", email: "<EMAIL>", affiliation: "ACT, SCSE"), ), ) #let data = toml("data.toml") #let lineref = codelst.lineref.with(sup...
https://github.com/ivaquero/typst-fasvg
https://raw.githubusercontent.com/ivaquero/typst-fasvg/main/README.md
markdown
MIT License
# Typst-FASVG ![code size](https://img.shields.io/github/languages/code-size/ivaquero/typst-fasvg.svg) ![repo size](https://img.shields.io/github/repo-size/ivaquero/typst-fasvg.svg) Offline [FontAwesome](https://fontawesome.com/) Binding for [Typst](https://typst.app/docs/). ## Usage 1. Download the fasvg latest de...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/typstfmt/82-non-converge-list.typ
typst
Apache License 2.0
#let f(t) = t We have next things: - thing 1; - thing 2; - thing 3. #f[Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri.]
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/block-01.typ
typst
Other
// Nothing evaluates to none. #test({}, none) // Let evaluates to none. #test({ let v = 0 }, none) // Evaluates to single expression. #test({ "hello" }, "hello") // Evaluates to string. #test({ let x = "m"; x + "y" }, "my") // Evaluated to int. #test({ let x = 1 let y = 2 x + y }, 3) // String is joined with...
https://github.com/pku-typst/meppp
https://raw.githubusercontent.com/pku-typst/meppp/main/lib.typ
typst
MIT License
#import ("table.typ"): meppp-tl-table #import ("template.typ"): meppp-lab-report #let pku-logo(..args) = image("pkulogo.png", ..args) #let subfigure( body, caption: none, numbering: "(a)", inside: true, dx: 10pt, dy: 10pt, boxargs: (fill: white, inset: 5pt), alignment: top + left, ) = { let lsa = cou...
https://github.com/dssgabriel/master-thesis
https://raw.githubusercontent.com/dssgabriel/master-thesis/main/src/chapters/5-bibliography.typ
typst
Apache License 2.0
#show bibliography: set heading(numbering: "1.") #bibliography("../references.bib", style: "ieee")
https://github.com/MatheSchool/typst-g-exam
https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/src/g-exam.typ
typst
MIT License
#import "@preview/oxifmt:0.2.0": strfmt #import "./global.typ" : * #import "./auxiliary.typ": * #import "./g-question.typ": * #import "./g-option.typ": * #import "./g-solution.typ": * #import "./g-clarification.typ": * #import "./g-sugar.typ": * /// Template for creating an exam. /// /// - author: Infomation of auth...
https://github.com/DaAlbrecht/thesis-TEKO
https://raw.githubusercontent.com/DaAlbrecht/thesis-TEKO/main/content/Task_analysis.typ
typst
#import "@preview/tablex:0.0.5": tablex, cellx #let appendix = figure.with(kind: "appendix", numbering: "A", supplement: [Appendix]) Here, we'll cover the initial context resulting from the assignment available @a_assignment == Task description Multiple customers of Integon rely upon RabbitMQ as their designated me...
https://github.com/Besthope-Official/backend
https://raw.githubusercontent.com/Besthope-Official/backend/master/24autumn/git-tutorial.typ
typst
#import "@preview/cuti:0.2.1": show-cn-fakebold #import "@preview/cetz:0.2.2" #show: show-cn-fakebold #let title = [版本控制系统 Git] #let header = [后端部开发文档] #set text(font: ("Source Han Serif SC")) #set page( header: [#set text(12pt); #align(right + horizon, header)], background: image("images/backend_logo_opacity_0.25...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/signature/import.typ
typst
Apache License 2.0
// path: base.typ #let f(u, v) = u + v; ----- #import "base.typ": * #(/* ident after */ f);
https://github.com/ohmycloud/computer-science-notes
https://raw.githubusercontent.com/ohmycloud/computer-science-notes/main/Misc/machine_learning_item.typ
typst
= 术语 交叉验证折叠: cross-validation folds 自己实现交叉验证: ```python from sklearn.model_selection import StratifiedKFold from sklearn.base import clone skfolds = StratifiedKFold(n_splits=3) # add shuffle=True if the dataset is # not already shuffled for train_index, test_index in skfolds.s...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/167.%20aord.html.typ
typst
aord.html Default Alive or Default Dead? October 2015When I talk to a startup that's been operating for more than 8 or 9 months, the first thing I want to know is almost always the same. Assuming their expenses remain constant and their revenue growth is what it has been over the last several months, do they make it t...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/README.md
markdown
# Liturgical Books Respository for my implementation of liturgical books for Orthodox and Byzantine Catholic church I decided to open this repo as public, for anyone to use. CSL texts are here temporarily, they are compiled from texts from OSBM monks, that they published long time ago on their former web page....
https://github.com/Gekkio/gb-ctr
https://raw.githubusercontent.com/Gekkio/gb-ctr/main/appendix/external-bus.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "../common.typ": * #import "../timing.typ" == Game Boy external bus === Bus timings #let bus-diagram = (addr: array, rd: array, wr: array, a15: array, cs: array, data: array, sampling-edge: false) => { import timing: diagram, clock as c, data as d, either as e, high as h, low as l, unknown as u, undefined ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/underover_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test brackets. $ underbracket([1, 2/3], "relevant stuff") arrow.l.r.double.long overbracket([4/5,6], "irrelevant stuff") $
https://github.com/jgm/typst-symbols
https://raw.githubusercontent.com/jgm/typst-symbols/main/README.md
markdown
MIT License
# typst-symbols This package provides definitions of the symbols used in typst (<https://typst.app>). (Currently version 0.12.0 is targeted.) It exports lists of triples, which can be converted into maps or other more appropriate forms, depending on the use case. Each triple contains the symbol name (Text), a Boole...
https://github.com/emanuel-kopp/uzh-mnf-phd
https://raw.githubusercontent.com/emanuel-kopp/uzh-mnf-phd/main/src/lib.typ
typst
#let main_doc( title: "", author: "", heimatort: "", examinators: (""), date: "", land: "", PI_is_head: true, body, ) = { // Set the document's basic properties. set document(author: author, title: title) set text(font: "New Computer Modern", lang: "de", size: 11pt) set align(center) set page(...
https://github.com/Jollywatt/typst-fletcher
https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/docs/readme-examples/state-machine.typ
typst
MIT License
#set text(10pt) #diagram( node-stroke: .1em/*<*/ + fg/*>*/, edge-stroke: fg, // hide crossing-fill: bg , // hide node-fill: gradient.radial(blue.lighten(80%), blue, center: (30%, 20%), radius: 80%), spacing: 4em, edge((-1,0), "r", "-|>", `open(path)`, label-pos: 0, label-side: center), node((0,0), `reading`, rad...
https://github.com/alberto-lazari/cns-report
https://raw.githubusercontent.com/alberto-lazari/cns-report/main/previous-architecture.typ
typst
= Overview of previous work <previous_work> Thestarting point of our project is _QRFuzz_ by @QRFuzz, which is made of the following components: - *PC Monitor*: A phisical monitor in which the generated QRs are displayed. - *Smartphone*: A phisical smartphone in which the app under test is run. - *Appium server*: An App...
https://github.com/isaacholt100/isaacholt
https://raw.githubusercontent.com/isaacholt100/isaacholt/main/public/maths-notes/4-cambridge%3A-part-III/additive-combinatorics/additive-combinatorics.typ
typst
MIT License
#import "../../template.typ": * #show: doc => template(doc, hidden: (), slides: false) = Combinatorial methods #definition[ Let $G$ be an abelian group and $A, B subset.eq G$. The *sumset* of $A$ and $B$ is $ A + B := {a + b: a in A, b in B}. $ The *difference set* of $A$ and $B$ is $ A - B :=...
https://github.com/Shuenhoy/modern-zju-thesis
https://raw.githubusercontent.com/Shuenhoy/modern-zju-thesis/master/documentclass/graduate-general.typ
typst
MIT License
#import "../pages/graduate-cover.typ": graduate-cover #import "../pages/graduate-title-zh.typ": graduate-title-zh #import "../pages/graduate-title-en.typ": graduate-title-en #import "../pages/graduate-decl.typ": graduate-decl #import "../pages/template-individual.typ": template-individual #import "../pages/outline.typ"...
https://github.com/typst-community/mantodea
https://raw.githubusercontent.com/typst-community/mantodea/main/src/_valid.typ
typst
MIT License
#import "_pkg.typ" #let _content = content #let _color = color #let _gradient = gradient #let _label = label #let _version = version #import _pkg.z: * #let paint = base-type.with(name: "color/gradient", types: (_color, _gradient,)) #let auto_ = base-type.with(name: "auto", types: (type(auto),)) #let label = base-ty...
https://github.com/0xPARC/0xparc-intro-book
https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/src/fhe-takeaways.typ
typst
#import "preamble.typ":* #takeaway[FHE takeaways][ 1. A _fully homomorphic encryption_ protocol allows Bob to compute some function $f(x)$ for Alice in a way that Bob doesn't get to know $x$ or $f(x)$. 2. The hard problem backing known FHE protocols is the _learning with errors (LWE)_ problem, which comes down to deci...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/par-justify_05.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test that runts are avoided when it's not too costly to do so. #set page(width: 124pt) #set par(justify: true) #for i in range(0, 20) { "a b c " } #"d"
https://github.com/sebmestrallet/typst-simple-siam
https://raw.githubusercontent.com/sebmestrallet/typst-simple-siam/main/README.md
markdown
MIT No Attribution
# The `simple-siam` Typst package A Typst template for SIAM paper submissions <p align="center"> <img src="thumbnails/p1.png" alt="page 1 of an example paper based on this template" width="49%"> <img src="thumbnails/p2.png" alt="page 2 of an example paper based on this template" width="49%"> <img src="thumbnails/p3.p...
https://github.com/LeptusHe/LeptusHe.github.io
https://raw.githubusercontent.com/LeptusHe/LeptusHe.github.io/main/source/_posts/fourier-transform/fourier-transform-01-fourier-series.typ
typst
#import "../typst-inc/blog-inc.typc": * #show: blog_setting.with( title: "傅里叶变换01 - 傅里叶级数", author: ("<NAME>"), paper: "jis-b0", preview: false ) #metadata("傅里叶变换") <tags> #metadata("数学") <categories> #metadata("2024-08-05") <date> #show: shorthands.with( ($<|$, math.angle.l), ($|>$, math.angle.r) ) #s...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/modern-cv/0.1.0/README.md
markdown
Apache License 2.0
# Modern CV [![say thanks](https://img.shields.io/badge/Say%20Thanks-👍-1EAEDB.svg)](https://github.com/DeveloperPaul123/modern-cv/stargazers) [![Discord](https://img.shields.io/discord/652515194572111872?logo=Discord)](https://discord.gg/CX2ybByRnt) ![Release](https://img.shields.io/github/v/release/DeveloperPaul123/...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/visualize/path.typ
typst
// Test paths. --- path --- #set page(height: 300pt, width: 200pt) #table( columns: (1fr, 1fr), rows: (1fr, 1fr, 1fr), align: center + horizon, path( fill: red, closed: true, ((0%, 0%), (4%, -4%)), ((50%, 50%), (4%, -4%)), ((0%, 50%), (4%, 4%)), ((50%, 0%), (4%, 4%)), ), path( f...
https://github.com/rdboyes/resume
https://raw.githubusercontent.com/rdboyes/resume/main/cv.typ
typst
// Imports #import "@preview/brilliant-cv:2.0.2": cv #import "@preview/fontawesome:0.4.0" #let metadata = toml("./metadata.toml") #let importModules(modules, lang: metadata.language) = { for module in modules { include { "modules_" + lang + "/" + module + ".typ" } } } #show: cv.with( metadata ) #i...
https://github.com/alex-touza/fractal-explorer
https://raw.githubusercontent.com/alex-touza/fractal-explorer/main/paper/test.typ
typst
// unnumbered title page if needed // ... Title #pagebreak() // front-matter #set page(numbering: "I") #counter(page).update(1) // ... Acknowledgments #pagebreak() #outline() // page counter anchor #metadata(()) <front-matter> #pagebreak() // main document body #set page(numbering: "1") #counter(page).update(1...
https://github.com/tilman151/pypst
https://raw.githubusercontent.com/tilman151/pypst/main/docs/examples/document/template.typ
typst
MIT License
#import "@preview/charged-ieee:0.1.0": ieee #show: ieee.with( title: [Using Templates with Pypst], abstract: [#lorem(100)], authors: ( ( name: "Alice", department: [Co-Author], organization: [Best University], email: "<EMAIL>" ), ( name: "Bob", department: [Co-Auth...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/02-concepts/dimension/devanagari.typ
typst
Other
#import "/lib/draw.typ": * #import "/lib/glossary.typ": tr #import "/template/lang.typ": devanagari #let start = (0, 0) #let end = (1000, 260) #let (basex, basey) = (120, 70) #let width = 740 #let example = devanagari[टाइपोग् #h(-0.25em)राफी] #let graph = with-unit((ux, uy) => { // mesh(start, end, (100, 100), st...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-A840.typ
typst
Apache License 2.0
#let data = ( ("PHAGS-PA LETTER KA", "Lo", 0), ("PHAGS-PA LETTER KHA", "Lo", 0), ("PHAGS-PA LETTER GA", "Lo", 0), ("PHAGS-PA LETTER NGA", "Lo", 0), ("PHAGS-PA LETTER CA", "Lo", 0), ("PHAGS-PA LETTER CHA", "Lo", 0), ("PHAGS-PA LETTER JA", "Lo", 0), ("PHAGS-PA LETTER NYA", "Lo", 0), ("PHAGS-PA LETTER TA...
https://github.com/suiranruofeng/notebook
https://raw.githubusercontent.com/suiranruofeng/notebook/main/GW/引力与引力波.typ
typst
#align(center, text(17pt)[*General Relativity: Gravitational wave and Cosmology Notebook*]) #align(center)[XuweiZhang \ #link("<EMAIL>")] #set heading(numbering: "1.") = 等效原理 == 等效原理的表述 在自由下落的升降机里无法检验稳定均匀的静态外引力场,因为向下的引力和向上的惯性力相互抵消了。对于一般的运动,我们对于$N$个质点的系统,在外力$bold(F)(bold(x)_N-bold(x)_M)$和外引力场$bold(g)$的作用下 $ m_N (d^...
https://github.com/francescoo22/LCD-exercises
https://raw.githubusercontent.com/francescoo22/LCD-exercises/main/src/M.typ
typst
#import "common.typ": * #import "rules.typ": * = Exercise M Discuss an extension of CCS with an operator of sequential composition between processes $P; Q$. Provide an operational semantics and analyze the possibility of having an encoding in CCS of the defined operator. *Solution* == $CCS_seq$ $ P, Q ::= K | alph...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/PianoDiProgetto/sections/ConsuntivoSprint/UndicesimoSprint.typ
typst
MIT License
#import "../../const.typ": Re_cost, Am_cost, An_cost, Ve_cost, Pr_cost, Pt_cost #import "../../functions.typ": rendicontazioneOreAPosteriori, rendicontazioneCostiAPosteriori, glossary ==== Undicesimo consuntivo *Inizio*: Venerdì 01/03/2024 *Fine*: Giovedì 07/03/2024 #rendicontazioneOreAPosteriori(sprintNumber: "1...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/visualize/shape-ellipse-00.typ
typst
Other
// Default ellipse. #ellipse()
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/stonewall/0.1.0/example/example.typ
typst
Apache License 2.0
#import "../stonewall.typ": flags #set page(width: 200pt, height: auto, margin: 0pt) #set text(fill: black, size: 12pt) #set text(top-edge: "bounds", bottom-edge: "bounds") #stack( spacing: 3pt, ..flags.map(((name, preset)) => block( width: 100%, height: 20pt, fill: gradient.linear(..preset), ali...
https://github.com/MattiaOldani/Informatica-Teorica
https://raw.githubusercontent.com/MattiaOldani/Informatica-Teorica/master/capitoli/calcolabilità/04_cardinalità.typ
typst
#import "../alias.typ": * #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 => block( it, stroke: red + 1pt, i...
https://github.com/metamuffin/typst
https://raw.githubusercontent.com/metamuffin/typst/main/tests/typ/math/frac.typ
typst
Apache License 2.0
// Test fractions. --- // Test that denominator baseline matches in the common case. $ x = 1/2 = a/(a h) = a/a = a/(1/2) $ --- // Test parenthesis removal. $ (|x| + |y|)/2 < [1+2]/3 $ --- // Test large fraction. $ x = (-b plus.minus sqrt(b^2 - 4a c))/(2a) $ --- // Test binomial. $ binom(circle, square) $ --- // Er...
https://github.com/tingerrr/hydra
https://raw.githubusercontent.com/tingerrr/hydra/main/examples/pages.typ
typst
MIT License
#import "/src/lib.typ": hydra #set page(paper: "a7", margin: (y: 4em), numbering: "1", header: context { if calc.odd(here().page()) { align(right, emph(hydra(1))) } else { align(left, emph(hydra(2))) } line(length: 100%) }) #set heading(numbering: "1.1") #show heading.where(level: 1): it => pagebreak(w...
https://github.com/darioglasl/Arbeiten-Vorlage-Typst
https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/06_Ergebnisse/03_empfehlung.typ
typst
== Empfehlungen zur Ergänzung von ... <recommendation-next-features>
https://github.com/takotori/PhAI-Spick
https://raw.githubusercontent.com/takotori/PhAI-Spick/main/sections/kraft.typ
typst
#import "../utils.typ": * = Kraft #grid( columns: (50%, auto), gutter: 5pt, [*Kraft:*], [$arrow(F)_"res"=m arrow(a)$], [*Gewichtskraft:*], [$F_G=m g $], [*Federkraft:*], [$F_F=D y space.quad D &= "Federkonst." \ y &= abs(l - l_0)$], [*Hook\`sches Gesetz:*], [$Delta F=D dot Delta y$], [*Schiefe Ebene:* ...
https://github.com/Area-53-Robotics/53E-Notebook-Over-Under-2023-2024
https://raw.githubusercontent.com/Area-53-Robotics/53E-Notebook-Over-Under-2023-2024/giga-notebook/entries/decide-scoring/entry.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/packages.typ": notebookinator #import notebookinator: * #import themes.radial.components: * #create-body-entry( title: "Decide: Scoring Triballs", type: "decide", date: datetime(year: 2023, month: 9, day: 2), author: "<NAME>", witness: "Violet Ridge", )[ We rated each option on: - Efficiency o...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/angle/angle-separator/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": * #set page(width: auto, height: auto, margin: 1cm) #ang(6, 7, 6.5) #ang(6, 7, 6.5, angle-separator: " ")
https://github.com/PauKaifler/typst-template-dhbw
https://raw.githubusercontent.com/PauKaifler/typst-template-dhbw/main/README.md
markdown
Apache License 2.0
# Typst DHBW Template This template is my interpretation of the guidelines required by the DHBW Stuttgart and Ravensburg. I wrote it for my 2023 bachelor thesis, and it is compatible with Typst 0.11.1. While I am no longer a student at the DHBW, I do accept pull requests and I intend to resolve any issues that might a...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/codetastic/0.1.0/util.typ
typst
Apache License 2.0
#import "@preview/cetz:0.1.1" #import cetz.draw: rect #let to-arr(code) = { if type(code) == "integer" { code = str(code) } if type(code) == "string" { code = code.clusters().map(int) } if type(code) != "array" { panic("Code needs to be provided as integer, string or array. Got " + type(code)) ...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/post_type_check/with_builtin.typ
typst
Apache License 2.0
#let g = rgb.with(/* position */);
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/list-attach_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test non-attached tight list. #set block(spacing: 15pt) Hello - A World - B - C More.
https://github.com/andreasKroepelin/lovelace
https://raw.githubusercontent.com/andreasKroepelin/lovelace/main/examples/label-low-level.typ
typst
MIT License
#import "../lib.typ": * #set page(width: auto, height: auto, margin: 1em) #set text(font: "TeX Gyre Pagella") #show math.equation: set text(font: "TeX Gyre Pagella Math") #pseudocode( with-line-label(<start>)[do something], with-line-label(<important>)[do something important], [go back to @start], ) The relevan...
https://github.com/yaoyuanArtemis/resume
https://raw.githubusercontent.com/yaoyuanArtemis/resume/main/data.typ
typst
Do What The F*ck You Want To Public License
#import "template.typ": * #let name = "<NAME>" #let namezh = "刘峰" #let email = [ #icon("email.svg") <EMAIL> ] #let phone = [ #icon("phone.svg") (+86) 18520170194 ] #let home = [ #icon("home.svg") #link("https://yaoyuanartemis.github.io/")[ yaoyuanartemis.github.io ] ] #let github = [ #icon("github.svg") ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/flow-orphan_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page(height: 100pt) #lorem(12) = Introduction This is the start and it goes on.
https://github.com/TheWebDev27/Calc-II-Honors-Project
https://raw.githubusercontent.com/TheWebDev27/Calc-II-Honors-Project/main/part2.typ
typst
#set text( font: "New Computer Modern", size: 10pt ) #set par( leading: .75em ) #set align(center) = The Nonstandard Approach #set align(left) One drawback with the real analysis approach involving the epsilon-delta definition of the limit is its cumbersome notation. Proofs can quickly become cluttered w...
https://github.com/Geson-anko/vconf24_template_typst
https://raw.githubusercontent.com/Geson-anko/vconf24_template_typst/main/sample.typ
typst
// sample.typ #import "vconf2024.typ": conf #show: doc => conf( title: "バーチャル学会2024要旨テンプレート(タイトルを記入)", authors: ( (name: [hinoride#super[1]], contact: "Twitter: @hiddenotna"), (name: [はこつき#super[2]], contact: "E-mail: <EMAIL>"), (name: [Lcamu#super[2]], contact: "Twitter: @ogtonvr180426"), ), affil...
https://github.com/amanuensisfrances/LaTeX-math-expressions-in-Typst
https://raw.githubusercontent.com/amanuensisfrances/LaTeX-math-expressions-in-Typst/main/LaTeX-math-expressions-in-Typst.typ
typst
MIT License
// LaTeX MATH EXPRESSIONS IN TYPST // (based on https://mirrors.ctan.org/info/symbols/math/maths-symbols.pdf and https://mirrors.ctan.org/fonts/newcomputermodern/doc/newcm-unimath-symbols.pdf) // Math Alphabets #let mathrm(input) = {$serif(#input)$} #let mathsf(input) = {$sans(#input)$} #let mathtt(input) = {$m...
https://github.com/yonatanmgr/university-notes
https://raw.githubusercontent.com/yonatanmgr/university-notes/main/0366-%5BMath%5D/03661101-%5BCalculus%201A%5D/src/lectures/03661101_lecture_15.typ
typst
#import "/template.typ": * #import "/utils/graph.typ": * #show: project.with( title: "חדו״א 1א׳ - שיעור 15", authors: ("<NAME>",), date: "20 בפברואר, 2024", ) #set enum(numbering: "(1.א)") === (משפט) משפט הסנדוויץ׳ נתונות שלוש פונקציות $f,g,h: I bs {x_0} -> RR$. נניח כי מתקיים $f(x)<=g(x)<=h(x), forall x in I b...
https://github.com/herbhuang/utdallas-thesis-template-typst
https://raw.githubusercontent.com/herbhuang/utdallas-thesis-template-typst/main/content/background.typ
typst
MIT License
#import "/utils/todo.typ": TODO = Background #TODO[ Describe each proven technology / concept shortly that is important to understand your thesis. Point out why it is interesting for your thesis. Make sure to incorporate references to important literature here. ] == e.g. User Feedback #TODO[ This section would su...
https://github.com/Enter-tainer/zint-wasi
https://raw.githubusercontent.com/Enter-tainer/zint-wasi/master/typst-package/README.md
markdown
MIT License
# tiaoma [tiaoma(条码)](https://github.com/enter-tainer/zint-wasi) is a barcode generator for typst. It compiles [zint](https://github.com/zint/zint) to wasm and use it to generate barcode. It support nearly all common barcode types. For a complete list of supported barcode types, see [zint's documentation](https://zint...
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/AI/Reinforce%20Learning/策略学习.typ
typst
--- order: 3 --- #import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "AI 笔记之强化学习", lang: "zh", ) #let ba = $bold(a)$ #let bw = $bold(w)$ = 策略学习 == 策略梯度 - 前面讲的是基于价值($V$或$Q$)的策略,而策略梯度是完全不同的一种方法 - 回顾 - #fig("/public/assets/AI/AI_RL/img-2024-07-05-09-36-52.png") - #fig("/public/assets...
https://github.com/YouXam/bupt-network-resources-guide
https://raw.githubusercontent.com/YouXam/bupt-network-resources-guide/main/README.md
markdown
MIT License
# bupt-network-resources-guide 北邮网络资源手册,包含了北邮学生可能需要的各种网络资源的介绍和使用方法。 目录预览: ![目录预览](https://github.com/YouXam/bupt-network-resources-guide/releases/latest/download/preview.jpg) ## 下载 你可以从 [这里](https://github.com/YouXam/bupt-network-resources-guide/releases/latest/download/bupt-network-resources-guide.pdf) 下载最新版本的 PD...
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/maximum-depth-of-binary-tree/description/", level: 1, )<二叉树最大深度> #note( title: [ 二叉树最大深度 ], description: [ 给定一个二叉树 root ,返回其最大深度。 二叉树的 最大深度 是指从根节点到最远叶子节点的最长路径上的节点数。 ], examples: ([ 输入:root = [3,9,20...
https://github.com/malramsay64/resume
https://raw.githubusercontent.com/malramsay64/resume/main/template.typ
typst
#import "utils.typ" #import "@preview/fontawesome:0.4.0" as fa /* Styles */ #let accentColor = luma(80) #let headerInfoStyle(str) = {text( size: 10pt, fill: accentColor, str )} #let headerQuoteStyle(str) = {text( size: 10pt, weight: "medium", // style: "italic", fill: accentColor, st...
https://github.com/TJ-CSCCG/tongji-slides-typst
https://raw.githubusercontent.com/TJ-CSCCG/tongji-slides-typst/main/README.md
markdown
MIT License
# tongji-slides-typst :page_facing_up: 同济大学幻灯片模板 | Typst 中文 | [English](README-EN.md) > [!CAUTION] > 由于 Typst 项目仍处于密集发展阶段,且对某些功能的支持不完善,并且此模板为过渡模板之后会使用新的package重写,因此本模板可能存在一些问题。如果您在使用过程中遇到了问题,欢迎提交 issue 或 PR,我们会尽力解决。 > ## 样例展示 以下依次展示 “title-slide”、“使用实例”、“matrix-slide”、“自定义materix-slide”、“空白slide” 与 “focus-slide”。 ...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/hover/user.typ
typst
Apache License 2.0
/// Test #let f() = 1; #(/* ident after */ f());
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.2.0/test/test.typ
typst
Apache License 2.0
#import "@preview/cetz:0.1.2" #import "/src/exports.typ": * #set page(width: 10cm, height: auto) #show heading.where(level: 1): it => pagebreak(weak: true) + it = Arrow heads Compare to symbols $#sym.arrow$, $#sym.arrow.twohead$, $#sym.arrow.hook$, $#sym.arrow.bar$ #fletcher.diagram( // debug: 1, spacing: (10mm, ...
https://github.com/wjakethompson/wjt-quarto-ext
https://raw.githubusercontent.com/wjakethompson/wjt-quarto-ext/main/ku-letter/_extensions/ku-letter/typst-show.typ
typst
Creative Commons Zero v1.0 Universal
#show: doc => letter( $if(subject)$ subject: [$subject$], $endif$ $if(recipient)$ recipient: [$recipient$], $endif$ $if(sender)$ sender: [$sender$], $endif$ $if(header-logo)$ header-logo: "$header-logo$", $endif$ $if(footer-logo)$ footer-logo: "$footer-logo$", $endif$ $if(date)$ date: [$date$], $endif$ do...
https://github.com/goshakowska/Typstdiff
https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_complex/para/para_mix_result.typ
typst
In this #strike[report,];#underline[changed,] we will #strike[explore];#underline[changed] the various factors that influence #emph[fluid dynamics] in#strike[ ];#strike[glaciers];#strike[ ];#strike[ha];#strike[ ];#strike[they];#strike[ ];#strike[contribute] to the formation and behaviour of these natural structures. #...
https://github.com/The-Notebookinator/notebookinator
https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/utils/components.typ
typst
The Unlicense
#import "/globals.typ" /// A constructor for a table of contents component. /// /// *Example Usage:* /// ```typ /// #let toc = utils.make-toc((frontmatter, body, appendix) => { /// for entry in body [ /// #entry.title /// #box(width: 1fr, line(length: 100%, stroke: (dash: "dotted"))) /// #entry.page-numb...
https://github.com/alexanderkoller/typst-blinky
https://raw.githubusercontent.com/alexanderkoller/typst-blinky/main/blinky.typ
typst
MIT License
#let p = plugin("blinky.wasm") #let bib_re = regex("!!BIBENTRY!([^!]+)!!") #let link-bib-urls(bibsrc, content) = { let serialized = p.get_bib_map(bytes(bibsrc)) let bib_map = cbor.decode(serialized) show bib_re: it => { let (key,) = it.text.match(bib_re).captures let entry = bib_map.at(key, default: "...
https://github.com/augustebaum/petri
https://raw.githubusercontent.com/augustebaum/petri/main/tests/fletcher/connect-places-with-transitions/test.typ
typst
MIT License
#import "/src/lib.typ": * #set page(width: auto, height: auto, margin: 1cm) #import "@preview/fletcher:0.4.2" as fletcher: edge /// % Place 1 /// \node[place, /// fill=teal!25, /// draw=teal!75, /// tokens=2, /// label=$P_1$] (place1) at (0,0) {}; /// /// % Place 2 /// \node[place, /// fill=teal!25, /// draw=t...
https://github.com/hugoledoux/msc_geomatics_thesis_typst
https://raw.githubusercontent.com/hugoledoux/msc_geomatics_thesis_typst/main/README.md
markdown
MIT License
1. put your details in `settings.toml` 2. `typst compile main.typ`
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/casoslov/casy/cas3.typ
typst
#import "/style.typ": * #import "/SK/texts.typ": * #import "../styleCasoslov.typ": * = Tretí čas #show: rest => columns(2, rest) #nacaloBezKnaza #zalm(16) #zalm(24) #zalm(50) #si #lettrine("Aleluja, aleluja, aleluja, sláva tebe, Bože.") #note[(3x)] #lettrine("Pane, zmiluj sa.") #note[(3x)] == Tropáre #note[Ber...
https://github.com/02hyc/Group-Meeting-Typst
https://raw.githubusercontent.com/02hyc/Group-Meeting-Typst/master/sections/weekly-report.typ
typst
#import "../globals.typ": * = Weekly Meeting == July 19, 2024 === Towards Self-Assembling Artificial Neural Networks through Neural Developmental Programs #footnote[Najarro E, Sudhakaran S, Risi S. Towards self-assembling artificial neural networks through neural developmental programs[C]] #figure( image("../image...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/circuiteria/0.1.0/gallery/test5.typ
typst
Apache License 2.0
#import "@preview/cetz:0.2.2": draw #import "../src/lib.typ": * #set page(width: auto, height: auto, margin: .5cm) #circuit({ element.multiplexer( x: 0, y: 0, w: .5, h: 1.5, id: "PCMux", entries: 2, fill: util.colors.blue, h-ratio: 80% ) element.block( x: (rel: 2, to: "PCMux.east"), y: (...
https://github.com/maxluoXIII/resume
https://raw.githubusercontent.com/maxluoXIII/resume/master/resume.typ
typst
#show heading: set text(font: "Linux Biolinum") #show link: underline // Uncomment the following lines to adjust the size of text // The recommend resume text size is from `10pt` to `12pt` // #set text( // size: 12pt, // ) // Feel free to change the margin below to best fit your own CV #set page( margin: (x: 1.0...
https://github.com/HEIGVD-Experience/docs
https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S4/WEB/docs/TE/TE1.typ
typst
#import "/_settings/typst/template-te.typ": * #show: resume.with( "Résumé WEB - TE1", "<NAME>", cols: 3 ) = HTML == HTML structure - `<!DOCTYPE html>`: The document type declaration for HTML5 - `<html>`: The root element of an HTML page - `<head>`: Contains meta-information about the document - `<title>`: The t...
https://github.com/Servostar/dhbw-abb-typst-template
https://raw.githubusercontent.com/Servostar/dhbw-abb-typst-template/main/src/pages/declaration-of-authorship.typ
typst
MIT License
// .--------------------------------------------------------------------------. // | Declaration of Authorship | // '--------------------------------------------------------------------------' // Author: <NAME> // Edited: 28.06.2024 // License: MIT #let new_declaration_o...
https://github.com/noriHanda/undergrad_paper
https://raw.githubusercontent.com/noriHanda/undergrad_paper/main/main.typ
typst
#import "template.typ": * #show: project.with( title: "筋電義手人工感覚のための駆動部エネルギー測定に基づく力覚センシング", englishTitle: "Kinesthetic sense based on evaluation of actuator energy for artificial sense in myoelectric prosthetic hands", author: "半田 寛明", supervisor: "葛西 誠也 教授", affiliation: "工学部情報エレクトロニクス学科電気電子工学コース", lab: "...
https://github.com/HPDell/typst-slides-uob
https://raw.githubusercontent.com/HPDell/typst-slides-uob/main/README.md
markdown
# Slides with Theme University of Bristol in Typst This is a template for creating slides with the theme of the University of Bristol in Typst. ## Functions ```typ #let slides( title: "", authors: (), date: datetime.today(), short-title: "", body ) ``` This function changes page, text and layout settings ...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/model/heading.typ
typst
// Test headings. --- heading-basic --- // Different number of equals signs. = Level 1 == Level 2 === Level 3 // After three, it stops shrinking. =========== Level 11 --- heading-syntax-at-start --- // Heading vs. no heading. // Parsed as headings if at start of the context. /**/ = Level 1 #[== Level 2] #box[=== L...
https://github.com/sses7757/sustech-graduated-thesis
https://raw.githubusercontent.com/sses7757/sustech-graduated-thesis/main/test-eq.typ
typst
Apache License 2.0
#import "sustech-graduated-thesis/utils/multi-line-equate.typ": equate, equate-ref #set text(lang: "en") #set heading(numbering: "1.1") #show heading: it => { counter(math.equation).update(0) it } #show math.equation: equate.with(debug: true) #show ref: equate-ref #set math.equation(numbering: "(1.1.a)") = Heading ...
https://github.com/gongke6642/tuling
https://raw.githubusercontent.com/gongke6642/tuling/main/基础/array/array.typ
typst
#set par( justify: true, leading: 0.52em, ) = array = #image("1.png", width: 100%) #image("2.png") #image("3.png") #image("4.png") #image("5.png") #image("6.png") #image("7.png") #image("8.png") #image("9.png") #image("10.png") #image("11.png") #image("12.png") #image("13.png")