repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/WinstonMDP/knowledge
https://raw.githubusercontent.com/WinstonMDP/knowledge/master/algebra.typ
typst
#import "cfg.typ": cfg #show: cfg = Алгебра $(V, +, *)$ - алгебра над полем $F$: - $(V, +, *)$ - векторное пространство над полем $F$ - $(V, +, *)$ - кольцо - $(lambda a) b = a(lambda b) = lambda(a b)$ Всякое поле $L$, содержащее $K$ в качестве подполя, можно рассматривать как алгебру над $K$. В частности, поле $CC$ ...
https://github.com/enpinzolas/resume
https://raw.githubusercontent.com/enpinzolas/resume/main/resumeES.typ
typst
#import "@preview/modern-cv:0.6.0": * #show: resume.with( author: ( firstname: "Eneko", lastname: "<NAME>", email: "<EMAIL>", phone: "(+34) 636 052 072", github: "enpinzolas", linkedin: "eneko-pinzolas", address: "Merkezabal 18, Donostia", positions: ( "Data Engineer", ), ...
https://github.com/8LWXpg/jupyter2typst
https://raw.githubusercontent.com/8LWXpg/jupyter2typst/master/test/test5.typ
typst
MIT License
#import "template.typ": * #show: template #block[ \<font color\=\"red\"\>\<H1\>LATEX INFO\<\/H1\>\<\/font\> ] #block[ In new Jupyter notebooks I have been working you can just type latex in markdown cells and it works. ] #block[ Example of new way on next line, but won\'t work in old canopy I have on home computer. (k...
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/uebungen/4/main.typ
typst
= Sortieralgorithmen == Sortieralgorithmen modifizieren === Insertion Sort Statt dass in jedem Schleifendurchlauf die Elemente links des Schlüssels sortiert sind, sollten jetzt jene rechts des Schlüssels sortiert sein. Um das zu bewerkstelligen, drehen wir die äußere und innere Iteration um. Die äußere verläuft jetz...
https://github.com/QRWells/uni-theme
https://raw.githubusercontent.com/QRWells/uni-theme/main/sample-jp.typ
typst
MIT License
#import "@preview/tablex:0.0.8": tablex, rowspanx, colspanx #import "@preview/polylux:0.3.1": * #import "uni-theme-jp.typ": * // define theme colors #let color-a = rgb("04364A"); #let color-b = rgb("176B87"); #let color-c = rgb("448C95"); #show: uni-theme.with( short-author: "論文太郎", short-title: "短いタイトル", date:...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/3-methodology/study-2/iteration-schedules.typ
typst
MIT License
#import "../../../lib/mod.typ": * === Message Passing Iteration Schedules <s.iteration-schedules> // Scheduling, order in which we call internal and external iteration One of the appreciative properties of the #acr("GBP") algorithm is the relaxed constraints on the order in which variable and factor messages are pro...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/docs/dev/architecture.md
markdown
Apache License 2.0
# Typst Compiler Architecture Wondering how to contribute or just curious how Typst works? This document covers the general structure and architecture of Typst's compiler, so you get an understanding of what's where and how everything fits together. ## Directories Let's start with a broad overview of the directories i...
https://github.com/RolfBremer/gloss-awe
https://raw.githubusercontent.com/RolfBremer/gloss-awe/main/Global/GlossaryPool.typ
typst
Apache License 2.0
// This is the glossary pool definition file. #let glossary-pool = ( Beryllium: ( description: [ Element number 4 in the Periodic Table of Elements. ] ), Calcium: ( description: [ Element number 20 in the Periodic Table of Elements. ] ), Cas...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/189.%20conformism.html.typ
typst
conformism.html The Four Quadrants of Conformism July 2020One of the most revealing ways to classify people is by the degree and aggressiveness of their conformism. Imagine a Cartesian coordinate system whose horizontal axis runs from conventional-minded on the left to independent-minded on the right, and whose vertic...
https://github.com/ParaN3xus/numblex
https://raw.githubusercontent.com/ParaN3xus/numblex/main/lib/ordinals.typ
typst
MIT License
// Ordinals // -------- // `(<positional>n: int, <named>depth: int) => str` /// Circular access to an array #let circ_at(arr, ind) = { assert(type(arr) == array, message: "rep_at: first argument must be an array, `" + type(arr) + "` given") assert(arr.len() > 0, message: "rep_at: first argument must not be empty")...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/starter-journal-article/0.1.1/README.md
markdown
Apache License 2.0
# A starter template for journal articles This package provides a template for writing journal articles to organise authors, institutions, and information of corresponding authors. ![](./thumbnail.png) ## Usage Run the following command to use this template ```typst typst init @preview/starter-journal-article ``` ...
https://github.com/dogeystamp/typst-templates
https://raw.githubusercontent.com/dogeystamp/typst-templates/master/main.typ
typst
The Unlicense
// main template that everything inherits from #let script-size = 9pt #let footnote-size = 8pt #let small-size = 8pt #let normal-size = 9pt #let large-size = 9pt #let font = "Nimbus Sans" #let heading_font = "Nimbus Sans" #let mono_font = "DejaVu Sans Mono" #let settings = yaml("/settings.yml") // reference based o...
https://github.com/pacokleitz/cv
https://raw.githubusercontent.com/pacokleitz/cv/main/README.md
markdown
MIT License
# Academic CV Template This repository provides a minimalist academic-style CV template designed for [typists](https://typst.app/). It includes an automatic CI (Continuous Integration) build process to streamline the creation of your CV in PDF format. ## Getting Started Follow these simple steps to create your acade...
https://github.com/SkytAsul/fletchart
https://raw.githubusercontent.com/SkytAsul/fletchart/main/src/utils.typ
typst
#import "deps.typ": cetz #import cetz.draw // Replace `auto` with a value #let map-auto(value, fallback) = if value == auto { fallback } else { value } #let cetz-rect-double(node, extrude) = { let double-w = 5pt let r = node.corner-radius let (w, h) = node.size.map(i => i/2 + extrude) // we first draw the outer...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/scholarly-tauthesis/0.4.0/template/content/README.md
markdown
Apache License 2.0
# chapters/ This is where you should add typst text files related to the actual content of your thesis.
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/复习/光电子材料与器件复习/temple/py.typ
typst
#import "@preview/pyrunner:0.1.0" as py #let compiled = py.compile( ```python def find_emails(string): import re return re.findall(r"\b[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}\b", string) def sum_all(*array): return sum(array) def sympy_test(): import google.generativeai as genai ```) #let txt...
https://github.com/mriganksagar/cv
https://raw.githubusercontent.com/mriganksagar/cv/main/modules/education.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Education") #cvEntry( title: [B.Tech in Computer Engineering], society: [Delhi Technological University], date: [2017 - 2021], location: [Delhi, India], logo: "../src/logos/dtu-logo.png", description: list( [CGPA: 8.0], [Lab Internship: Simulated networks and its ...
https://github.com/cliarie/resume
https://raw.githubusercontent.com/cliarie/resume/main/style.typ
typst
#let project(body) = { set document(title: "<NAME>", author: ("<NAME>")) set page(paper: "us-letter", margin: 0.3in) set text(font: "EB Garamond", lang: "en", size: 10.7pt, weight: 400) show par: set block(above: 0.8em, below: 0.8em) show strong: it => text(weight: "semibold", it.body) show heading.where(...
https://github.com/vitto4/ttuile
https://raw.githubusercontent.com/vitto4/ttuile/main/ttuile.typ
typst
MIT License
// ---- Variables ---- // // Identificateurs #let identificateur-titre = [x309QfWkIO] #let identificateur-annexe = [U2pWAy70cU] #let identificateur-sous-titre-annexe = [4rS78a14Pv] // Couleurs #let couleur-rouge = color.red #let couleur-vert = color.rgb(0, 169, 51) #let couleur-bleu = color.rgb(52, 101, 1...
https://github.com/raygo0312/Typst_template
https://raw.githubusercontent.com/raygo0312/Typst_template/main/slide.typ
typst
#import "@local/japanese-template:0.1.0": * #show: it => slide-style(it) #title-slide( title: "Typst", author: "raygo", ) #make-index() #utils.register-section("簡単な例") #slide(title: "タイトル")[ === #utils.current-section こんな感じでスライドを作れます.\ 次のを使うとブロック生成できます. #title-block[ 3以上の整数$n$について,次を満たす自然数$a,b,c$は存...
https://github.com/ad-si/invoice-maker
https://raw.githubusercontent.com/ad-si/invoice-maker/master/examples/de.typ
typst
ISC License
#import "../invoice-maker.typ": * #import "../fixtures/example-data.typ": * #biller.insert("vat-id", "DE123456789") #recipient.insert("vat-id","DE987654321") #show: invoice.with( language: "de", banner-image: image("../fixtures/banner.png"), invoice-id: "2024-03-10t172205", // Set this to create a cancellatio...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/introspection/state.typ
typst
// Test state. --- state-basic --- #let s = state("hey", "a") #let double(it) = 2 * it #s.update(double) #s.update(double) $ 2 + 3 $ #s.update(double) Is: #context s.get(), Was: #context { let it = query(math.equation).first() s.at(it.location()) }. --- state-multiple-calls-same-key --- // Try same key with dif...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/VerbaliEsterni/VerbaleEsterno_231110/meta.typ
typst
MIT License
#let data_incontro = "10-11-2023" #let inizio_incontro = "10:30" #let fine_incontro = "11:10" #let luogo_incontro = "Chiamata Google Meet" #let company = "Sync Lab"
https://github.com/zenor0/FZU-report-typst-template
https://raw.githubusercontent.com/zenor0/FZU-report-typst-template/main/fzu-report/utils/show-heading.typ
typst
MIT License
#import "fonts.typ": 字体, 字号 #import "packages.typ": show-cn-fakebold #import "states.typ": * #import "to-string.typ": to-string #import "fake-par.typ": fake-par /* 这里有一个巨大的自造轮子用于实现 heading 的各项功能,包括: - 一级标题自动换页(及换页到偶数页):该功能依赖于 `always-new-page` 参数传入 function。 - 一级标题与多级标题写入 state:该功能依赖于从 `states.typ` 导入的多个 states ...
https://github.com/EpicEricEE/typst-based
https://raw.githubusercontent.com/EpicEricEE/typst-based/master/src/base32.typ
typst
MIT License
#import "coder.typ" #let alphabet-32 = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567" #let alphabet-32-hex = "0123456789ABCDEFGHIJKLMNOPQRSTUV" /// Encodes the given data in base32 format. /// /// Arguments: /// - data: The data to encode. Must be of type array, bytes, or string. /// - pad: Whether to pad the output with "="...
https://github.com/Mc-Zen/quill
https://raw.githubusercontent.com/Mc-Zen/quill/main/examples/bell.typ
typst
MIT License
#{ import "../src/quill.typ" : * quantum-circuit( lstick($|0〉$), gate($H$), ctrl(1), rstick($(|00〉+|11〉)/√2$, n: 2), [\ ], lstick($|0〉$), 1, targ(), 1 ) }
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/document_highlight/nest.typ
typst
Apache License 2.0
#for i in range(0) { (/* position after */break) for j in range(0) { break } }
https://github.com/Treeniks/bachelor-thesis-isabelle-vscode
https://raw.githubusercontent.com/Treeniks/bachelor-thesis-isabelle-vscode/master/chapters/05-main-enhancements/decorations-file-switch.typ
typst
#import "/utils/todo.typ": TODO #import "/utils/isabelle.typ": * == Decorations on File Switch <enhance:decorations> Previously, when switching theories within #vscode, the dynamic syntax highlighting would not persist. It was possible to get the highlighting to work again by changing the buffer's content; however, u...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/051%20-%20March%20of%20the%20Machine/003_Episode%203%3A%20Mother%2C%20Son%2C%20and%20Story.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 3: Mother, Son, and Story", set_name: "March of the Machine", story_date: datetime(day: 17, month: 04, year: 2023), author: "<NAME>", doc ) There is a story. *Many eons ago there was a great wizard by the name of Urza. So wise was ...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/emphasis-01.typ
typst
Other
// Inside of words can still use the functions. P#strong[art]ly em#emph[phas]ized.
https://github.com/SabrinaJewson/cmarker.typ
https://raw.githubusercontent.com/SabrinaJewson/cmarker.typ/main/examples/simple.typ
typst
MIT License
#import "../lib.typ" as cmarker #cmarker.render(read("simple.md"))
https://github.com/grnin/Zusammenfassungen
https://raw.githubusercontent.com/grnin/Zusammenfassungen/main/Bsys2/08_Signale_Pipes_Sockets.typ
typst
// Compiled with Typst 0.11.1 #import "../template_zusammenf.typ": * #import "@preview/wrap-it:0.1.0": wrap-content /*#show: project.with( authors: ("<NAME>", "<NAME>"), fach: "BSys2", fach-long: "Betriebssysteme 2", semester: "FS24", tableofcontents: (enabled: true), language: "de" ) */ = Signale, Pipes ...
https://github.com/supersurviveur/typst-math
https://raw.githubusercontent.com/supersurviveur/typst-math/main/CONTRIBUTING.md
markdown
MIT License
# Contributing This project contains three parts : - The `typst-math-rust` folder contains the Rust code for the WebAssembly module. It parses a text document to an AST and compute the math symbols to render. - The `typst-math-macros` folder contains helper macros for the Rust code. - The main folder contains the TypeS...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/020%20-%20Prologue%20to%20Battle%20for%20Zendikar/002_Drop%20for%20Drop.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Drop for Drop", set_name: "Prologue to Battle for Zendikar", story_date: datetime(day: 20, month: 05, year: 2015), author: "<NAME>", doc ) #emph[Merfolk Planeswalker Kiora came to Theros during ] the events of Theros block and the novel God...
https://github.com/hugoledoux/msc_geomatics_thesis_typst
https://raw.githubusercontent.com/hugoledoux/msc_geomatics_thesis_typst/main/cover/cover_template.typ
typst
MIT License
#import "@preview/ccicons:1.0.0": * #let cover( title: "", author: "", graduation-year: 2024, graduation-month: "November", supervisor1: "", supervisor2: "", coreader : "", graduation-group: "", serif-fonts: "", sans-fonts: "", ) = { set page( margin: auto, // margin: (left: 30mm, right...
https://github.com/Coyenn/thesis-template
https://raw.githubusercontent.com/Coyenn/thesis-template/main/document/template.typ
typst
#import "notes.typ" #let project(title: "", authors: (), body) = { // Main document settings set document( author: authors.map(a => a.name), title: title, ) set page( numbering: "1", number-align: center, paper: "a4", margin: (x: 2.5cm, y: 2.5cm), footer: [ #grid(columns: (100%...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/group-separator/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": num, metro-setup #set page(width: auto, height: auto) #num[12345] #num(group-separator: ",")[12345] #num(group-separator: " ")[12345]
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/enum-numbering_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test full numbering. #set enum(numbering: "1.a.", full: true) + First + Nested
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/spread-00.typ
typst
Other
// Test standard argument overriding. #{ let f(style: "normal", weight: "regular") = { "(style: " + style + ", weight: " + weight + ")" } let myf(..args) = f(weight: "bold", ..args) test(myf(), "(style: normal, weight: bold)") test(myf(weight: "black"), "(style: normal, weight: black)") test(myf(style:...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/state_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Make sure that a warning is produced if the layout fails to converge. // Warning: layout did not converge within 5 attempts // Hint: check if any states or queries are updating themselves #let s = state("s", 1) #locate(loc => s.update(s.final(lo...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1F030.typ
typst
Apache License 2.0
#let data = ( ("DOMINO TILE HORIZONTAL BACK", "So", 0), ("DOMINO TILE HORIZONTAL-00-00", "So", 0), ("DOMINO TILE HORIZONTAL-00-01", "So", 0), ("DOMINO TILE HORIZONTAL-00-02", "So", 0), ("DOMINO TILE HORIZONTAL-00-03", "So", 0), ("DOMINO TILE HORIZONTAL-00-04", "So", 0), ("DOMINO TILE HORIZONTAL-00-05", "S...
https://github.com/howardlau1999/sysu-thesis-typst
https://raw.githubusercontent.com/howardlau1999/sysu-thesis-typst/master/functions/hline.typ
typst
MIT License
#import "../custom.typ": * #let hline(thickness: 1pt) = { line(start: (-50%, 0%), end: (150%, 0%), stroke: thickness + 强调色); }
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/nth/0.1.0/README.md
markdown
Apache License 2.0
# Nth Provides a function `#nth()` which takes a number and returns it suffixed by an english ordinal. This package is named after the nth [LaTeX macro](https://ctan.org/pkg/nth) by <NAME>. ## Usage Include this line in your document to import the package. ```typst #import "@preview/nth:0.1.0": nth ``` Then, you ...
https://github.com/drupol/master-thesis
https://raw.githubusercontent.com/drupol/master-thesis/main/src/thesis/1-introduction.typ
typst
Other
#import "imports/preamble.typ": * #import "theme/template.typ": * #import "theme/common/titlepage.typ": * #import "theme/common/metadata.typ": * #import "theme/disclaimer.typ": * #import "theme/leftblank.typ": * #import "theme/acknowledgement.typ": * #import "theme/abstract.typ": * #import "theme/infos.typ": * #chapte...
https://github.com/jomaway/typst-linguify
https://raw.githubusercontent.com/jomaway/typst-linguify/main/docs/docs.typ
typst
MIT License
#import "@preview/linguify:0.4.0": * #import "@preview/gentle-clues:0.7.1": abstract, quote as _quote #let l = [_linguify_] #set text(font: "Rubik", weight: 300) #set heading(numbering: (..args) => {}) //needed for ref to work #show raw.where(block: false): it => { box(fill: luma(240), radius: 5pt, inset: (x: 3p...
https://github.com/platformer/typst-algorithms
https://raw.githubusercontent.com/platformer/typst-algorithms/main/test/assertions/assert_nonnegative_indent.typ
typst
MIT License
#import "../../algo.typ": algo, i, d, comment #algo( title: "Fib", parameters: ("n",) )[ if $n < 0$:#i\ return null#d\ if $n = 0$ or $n = 1$:#i #comment[you can also]\ return $n$#d#d #comment[add comments!]\ // excess dedent on this line return #smallcaps("Fib")$(n-1) +$ #smallcaps("Fib")$(n-2)$ ]
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/rounding/round-direction/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": * #set page(width: auto, height: auto, margin: 1cm) #metro-setup(round-mode: "places") #num(0.054) #num(0.046) #metro-setup(round-direction: "down") #num(0.054) #num(0.046) #metro-setup(round-direction: "up") #num(0.054) #num(0.046)
https://github.com/catarinacps/typst-abnt
https://raw.githubusercontent.com/catarinacps/typst-abnt/main/template/main.typ
typst
MIT License
#import "@preview/typst-abnt:0.1.0": abnt, presets #import presets: ufrgs #show: abnt.with( abstract: lorem(200), preset: ufrgs, course: ufrgs.courses.cic, glossary: ( (key: "abnt", short: "ABNT", long: "Associação Brasileira de Normas Técnicas"), (key: "sbc", short: "SBC", long: "Socie...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/math/delimited.typ
typst
Apache License 2.0
// Test delimiter matching and scaling. --- // Test automatic matching. $ (a) + {b/2} + abs(a)/2 + (b) $ $f(x/2) < zeta(c^2 + abs(a + b/2))$ --- // Test unmatched. $[1,2[ = [1,2) != zeta\(x/2\) $ --- // Test manual matching. $ [|a/b|] != lr(|]a/b|]) != [a/b) $ $ lr(| ]1,2\[ + 1/2|) $ --- // Test fence confusion. $ ...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/cite-group.typ
typst
Apache License 2.0
// Test citation grouping. --- A#[@netwok@arrgh]B \ A@netwok@arrgh B \ A@netwok @arrgh B \ A@netwok @arrgh. B \ A @netwok#[@arrgh]B \ A @netwok@arrgh, B \ A @netwok @arrgh, B \ A @netwok @arrgh. B \ A#[@netwok @arrgh @quark]B. \ A @netwok @arrgh @quark B. \ A @netwok @arrgh @quark, B. #set text(0pt) #bibliography("...
https://github.com/rel4team/rel4team.github.io
https://raw.githubusercontent.com/rel4team/rel4team.github.io/main/seL4指北/Rust-seL4 指北.typ
typst
#import "simple-template.typ": * #show: project.with( title: "Rust seL4 指北", authors: ( ( name: "yfblock", // organization: [], email: "<EMAIL>" ), ), abstract: "本文简要介绍了怎么使用 Rust seL4 创建一个简单的应用程序" ) #pagebreak() = 介绍 == Rust seL4 介绍 Rust-seL4@rust-sel4 是帮助 Rust 开发者在用户空间中编写应用程序的...
https://github.com/jujimeizuo/ZJSU-typst-template
https://raw.githubusercontent.com/jujimeizuo/ZJSU-typst-template/master/contents/abstract.typ
typst
Apache License 2.0
#let abstract_zh = [ 本文设计了一个基于Typst模板的浙江工商大学毕业设计模板,以帮助学生更加方便地完成毕业设计的撰写和排版。该模板采用了现代化的排版设计和易于使用的用户界面,可以帮助学生快速地完成毕业设计的撰写和排版工作。 在设计过程中,我们结合了Typst模板的优秀设计和浙江工商大学毕业设计的要求,对模板进行了优化和适配。该模板包含了毕业设计所需的各种元素,包括封面、摘要、目录、正文、参考文献等。同时,我们还为学生提供了详细的使用说明和技术支持,以帮助他们更加顺利地完成毕业设计的撰写和排版。 本文的研究对于提高浙江工商大学毕业设计的质量和效率具有重要意义。通过设计一个优秀的毕业设计模板,可以...
https://github.com/npujol/chuli-cv
https://raw.githubusercontent.com/npujol/chuli-cv/main/modules/header.typ
typst
MIT License
#import "styles.typ": * #let render-socials( socials: () ) = { let columns = () for item in socials { columns.push( [ #item.icon #link(item.link, item.text) ] ) } return columns } #let create-header-info( full-name: [], job-title: [], socials: () ) = { text( ...
https://github.com/v411e/optimal-ovgu-thesis
https://raw.githubusercontent.com/v411e/optimal-ovgu-thesis/main/disclaimer.typ
typst
MIT License
#import "components.typ": sans-font, variable-pagebreak #let oot-disclaimer( title: "", international-title: "", author: none, city: " ", is-doublesided: none, lang: "en" ) = { let heading = "Statement of authorship of the student" if (lang == "de") { heading = "Selbstständigkeit...
https://github.com/touying-typ/touying
https://raw.githubusercontent.com/touying-typ/touying/main/changelog.md
markdown
MIT License
# Changelog ## v0.5.3 ### Features - feat: add `stretch` parameter for `#alternatives[]` function class. This allows us to handle cases where the internal element is a context expression. - feat: add `config-common(align-enum-marker-with-baseline: true)` for aligning the enum marker with the baseline. - feat: add `l...
https://github.com/cadojo/correspondence
https://raw.githubusercontent.com/cadojo/correspondence/main/src/vita/src/references.typ
typst
MIT License
#import "../../rolo/rolo.typ": * #let referencelist = state("referencelist", ()) #let reference( author, ) = { if author != none { let content = [ #stack( dir: ltr, spacing: 1fr, heading(level: 3, fullname(author.name)), address(author).join(", ") ) #stack( ...
https://github.com/sitandr/mdbook-typst-highlight
https://raw.githubusercontent.com/sitandr/mdbook-typst-highlight/main/README.md
markdown
MIT License
# mdbook-typst-highlight This is a preprocessor for [mdbook](https://github.com/rust-lang/mdBook) that uses [syntect](https://github.com/trishume/syntect) and [Typst syntax for Sublime Text](https://github.com/hyrious/typst-syntax-highlight/tree/main) to produce&_render_ highlighted Typst code. Here is an example of ...
https://github.com/thornoar/hkust-courses
https://raw.githubusercontent.com/thornoar/hkust-courses/master/MATH1023-Honors-Calculus-I/homeworks/homework-4/main.typ
typst
#import "@local/common:0.0.0": * #import "@local/templates:0.0.0": * #import "@local/theorem:0.0.0": * #let thmstyle = thmstyle.with(base: none) #show: thmrules #let args = (base: none, titlefmt: it => underline(strong(it))) #let lm = statestyle("lemma", "Lemma", ..args) #let def = plainstyle("definition", "Definitio...
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/uebungen/5/heapsort.typ
typst
#import "heap.typ": heap #let nums = (23, 19, 17, 12, 13, -5, -32, 7, -35, -3) #let step(x, y, nums, n) = heap( nums, hl_success: range(n, nums.len()), swaps: ((x, y),), annotations: ((x, `i`),), detached: range(n, nums.len()) ) #let heapify_root(nums, n) = { if n <= 1 { return (nums, ()) } let ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/linebreak-link_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page(width: 240pt) #set par(justify: true) Here's a link https://url.com/data/extern12840%data_urlenc and then there are more links #link("www.url.com/data/extern12840%data_urlenc") in my text of links http://mydataurl/hash/120985410298310259...
https://github.com/max-niederman/CS250
https://raw.githubusercontent.com/max-niederman/CS250/main/notes/2023-09-28_graphs.typ
typst
#import "../lib.typ": * #show: lecture-notes.with( date: "2023-09-28", topic: "Graphs" ) = Formal Definition of Graphs A graph $G = (N, A, g)$ consists of a set of nodes $N$, a set of arcs $A$, and a function $g: A arrow {{n, n'} | n, n' in N}$ that maps each arc to the unordered pair of nodes it connects. ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/chordx/0.3.0/CHANGELOG.md
markdown
Apache License 2.0
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [v0.3.0](https://github.com/ljgago/typst-chords/compare/v0.2.0...v0.3.0) - 2024-03-01 ### Changed - Renamed `frets` parameter by `frets-amount`. - Ren...
https://github.com/TechOctopus/typst-fiit-template
https://raw.githubusercontent.com/TechOctopus/typst-fiit-template/main/README.md
markdown
Creative Commons Attribution 4.0 International
# This is a template for assignments in FIIT STU written in typst language. ## Example of usage ```typst #import "template.typ": * #show: project.with( title: "Project title", subtitle: "Project subtitle", academic-year: [2024/2025], author: ( name: "<NAME>", email: "<EMAIL>", id: "000000" ), ...
https://github.com/Krsnik/typst-nix
https://raw.githubusercontent.com/Krsnik/typst-nix/main/README.md
markdown
# Typst-nix A nix library to develop and build [Typst](https://typst.app/) projects.
https://github.com/colinstfni/ba1-heig
https://raw.githubusercontent.com/colinstfni/ba1-heig/main/README.md
markdown
# Notes de cours BA1 HEIG-VD 2024-25 Vous trouverez peut-être votre bonheur dans ce bordel organisé, qui sait ? Les notes de cours sont rédigées en [Typst](https://typst.app) et des versions compilées sont disponibles [ici](/pdfs). Le repository contient également des exercices dans le submodule `exos`. Pour les clo...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/edge-00.typ
typst
Other
#set page(width: 160pt) #set text(size: 8pt) #let try(top, bottom) = rect(inset: 0pt, fill: green)[ #set text(font: "IBM Plex Mono", top-edge: top, bottom-edge: bottom) From #top to #bottom ] #try("ascender", "descender") #try("ascender", "baseline") #try("cap-height", "baseline") #try("x-height", "baseline") #tr...
https://github.com/jgm/typst-symbols
https://raw.githubusercontent.com/jgm/typst-symbols/main/CHANGELOG.md
markdown
MIT License
# Revision history for typst-symbols ## 0.1.7 * Update to typst 0.12. ## 0.1.6 * Update to typst 0.11. ## 0.1.5 * Update to typst 0.9. ## 0.1.4 * Add Typst.Shorthands with symbol shorthand table. ## 0.1.3.1 * Fix symbol-scraping script and symbols for typst 0.7. ## 0.1.3 * Update symbols for typst 0.7. ## ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-0870.typ
typst
Apache License 2.0
#let data = ( ("ARABIC LETTER ALEF WITH ATTACHED FATHA", "Lo", 0), ("ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA", "Lo", 0), ("ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE", "Lo", 0), ("ARABIC LETTER ALEF WITH LEFT MIDDLE STROKE", "Lo", 0), ("ARABIC LETTER ALEF WITH ATTACHED KASRA", "Lo", 0), ("ARABIC L...
https://github.com/maxgraw/bachelor
https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/2-theory/webxr-lighting-estimation.typ
typst
Um virtuelle Objekte in einer realen Umgebung realistisch erscheinen zu lassen, ist es wichtig, dass sie sich in Farbgebung, Größe und Beleuchtung an die reale Umgebung anpassen. Das WebXR Lighting Estimation Modul ermöglicht die Schätzung der Umgebungslichtverhältnisse, wodurch eine bessere Integration von virtuellen ...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/3-methodology/study-1/language.typ
typst
MIT License
#import "../../../lib/mod.typ": * === Implementation Language <s.m.language> // #k[ // Shorten the text and reformulate some parts to not come of as a fanatic // ] // #jonas[No need to read this section still. However how do we talk about choosing a specific language when we have not performed rigorous tests on whi...
https://github.com/cs-24-sw-3-01/typst-documents
https://raw.githubusercontent.com/cs-24-sw-3-01/typst-documents/main/report/sources/DionInterview.typ
typst
== Interview with Dion <InterviewDion> 00:00:00,799 --> 00:00:03,060 Elma & Sille: Skal man sige noget før man? Nej. 00:00:03,280 --> 00:00:04,660 Dion: Jeg har sagt ja til optagelse. 00:00:06,480 --> 00:00:12,980 Elma & Sille: Og det var egentlig mest bare en demonstration af hvilke kalender, du bruger normalt til ...
https://github.com/NIFU-NO/nifutypst
https://raw.githubusercontent.com/NIFU-NO/nifutypst/main/_extensions/nifu_pub/typst-template.typ
typst
MIT License
#import "@preview/tablex:0.0.5": tablex, cellx, hlinex #let NIFU_report( title: none, subtitle: none, authors: (), report_type: none, report_no: none, abstract: none, paper: "a4", margin: (x: 4.2cm, y: 3.5cm), fontsize: 10.5pt, lang: "nb", preface: none, project_no: none, funder: none, fu...
https://github.com/AHaliq/CategoryTheoryReport
https://raw.githubusercontent.com/AHaliq/CategoryTheoryReport/main/chapters/chapter1/mandatory.typ
typst
#import "../../preamble/lemmas.typ": * #import "../../preamble/catt.typ": * #import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge #exercise("1")[ Let $T_0$ send a set $X$ to its powerset $cal(P)(X)$... ] We show that $T=(T_0,T_1)$ is a functor by @defn-functor #figure( table( columns: 2, align...
https://github.com/FurryAcetylCoA/sgu-thesis-typst
https://raw.githubusercontent.com/FurryAcetylCoA/sgu-thesis-typst/main/nju-thesis/templates/bachelor-cover.typ
typst
MIT License
#import "@preview/t4t:0.3.2": is #import "../utils/custom-tablex.typ": gridx, colspanx #import "../utils/datetime-display.typ": datetime-display #import "../utils/style.typ": 字号, 字体 // 本科生封面 #let bachelor-cover( // documentclass 传入的参数 anonymous: false, twoside: false, fonts: (:), info: (:), // 其他参数 stoke...
https://github.com/HEIGVD-Experience/docs
https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S5/MAT3/docs/2-CorpsNombresComplexes/intro-nombre-complexes.typ
typst
#import "/_settings/typst/template-note.typ": conf #show: doc => conf( title: [ Introductiona aux nombres complexes ], lesson: "MAT3", chapter: "2 - Le corps des nombres complexes", definition: "Introduction aux nombres complexes, rappelant les séries arithmétiques et géométriques, le discriminant pour le...
https://github.com/Error0229/-
https://raw.githubusercontent.com/Error0229/-/main/-.-.%20.-/.__..typ
typst
The Unlicense
#import "@preview/lovelace:0.2.0": * #show: setup-lovelace #set text(font: "New Computer Modern") #align(center, text(16pt)[ *Design and Analysis of Computer Algorithms Assignment \#4* ]) #align(right, [資工三 110590004 林奕廷]) #set heading(numbering: "1.a.") #set enum() = == By the given definition, the maximum will ap...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/chronos/0.1.0/src/separator.typ
typst
Apache License 2.0
#import "@preview/cetz:0.2.2": draw #import "consts.typ": * #let _sep(name) = { return (( type: "sep", name: name ),) } #let render(x-pos, elmt, y) = { let shapes = () y -= Y-SPACE let x0 = x-pos.first() - 20 let x1 = x-pos.last() + 20 let m = measure( box( elmt.name, inset: (le...
https://github.com/fiit-community/base-typst-template
https://raw.githubusercontent.com/fiit-community/base-typst-template/main/template/main.typ
typst
MIT License
#import "lib.typ": * #show: cover-page( title: lorem(2), subtitle: lorem(3), author: ( name: "<NAME>", id: 117030, ), date: datetime.today(), year: "2024/2025", logo: assets.logo, assignment: ( subject: lorem(1), teacher: lorem(2), time: "Mon: 10:00", ), lang: "en", ) = Some...
https://github.com/typst-community/mantodea
https://raw.githubusercontent.com/typst-community/mantodea/main/CHANGELOG.md
markdown
MIT License
# [unreleased](https://github.com/typst-community/mantodea/releases/tag/NEXT) ## Added ## Removed ## Changed --- # [v0.0.0](https://github.com/typst-community/mantodea/tags/) - Create fork of [mantys](https://github.com/jneug/typst-mantys)
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/017%20-%20Dragons%20of%20Tarkir/003_Sorin's%20Restoration.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Sorin's Restoration", set_name: "Dragons of Tarkir", story_date: datetime(day: 27, month: 03, year: 2015), author: "<NAME>", doc ) #emph[The vampire Planeswalker Sorin Markov has come to Tarkir seeking the spirit dragon Ugin. Long ago, Sori...
https://github.com/ukihot/igonna
https://raw.githubusercontent.com/ukihot/igonna/main/articles/infra/data.typ
typst
== 基礎通信理論 === プロトコル プロトコルは、通信やデータ交換を行う際の取り決めや手順の規約である。 これは、情報の送受信方法や通信の制御方法など、通信に関する様々なルールや規則を定義する。 例えば、インターネットで広く使われているTCP/IPプロトコルスイートは、データ転送の手順やエラーの処理方法などを規定する。 === パケット パケットは、データを転送する際の基本的な単位である。 大きなデータを複数のパケットに分割して送信し、それらのパケットがネットワークを通じて目的地に到着した後、再び組み立てて元のデータを再構築する。 宛先の情報、送信元の情報、データの一部、およびエラーチェックのため...
https://github.com/Tran-Thu-Le/typst-collection
https://raw.githubusercontent.com/Tran-Thu-Le/typst-collection/main/multi-files-reference/file1.typ
typst
#include "multi-ref.typ" In file the first file, the first reference is @kingma2014adam
https://github.com/davidedomini/DTM-2425-Crash-Course
https://raw.githubusercontent.com/davidedomini/DTM-2425-Crash-Course/master/slides/lesson02.typ
typst
Apache License 2.0
#import "@preview/polylux:0.3.1": * #import "@preview/fontawesome:0.1.0": * #import themes.metropolis: * #show: metropolis-theme.with( aspect-ratio: "16-9", ) #set text(font: "Fira Sans", weight: 350, size: 20pt) #show math.equation: set text(font: "Fira Math") #set strong(delta: 200) #set par(justify: true) #set...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/print-implicit-plus/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": num, metro-setup #set page(width: auto, height: auto) #num(345) #num(345, print-implicit-plus: true)
https://github.com/Caellian/UNIRI_voxels_doc
https://raw.githubusercontent.com/Caellian/UNIRI_voxels_doc/trunk/content/strukture.typ
typst
#import "../util.typ": complexity #import "@preview/fletcher:0.4.2": * #import "@preview/tablex:0.0.8": * = Pohrana volumetrijskih podataka <structures> Volumetrijke podatke možemo spremiti u: - diskretnom obliku, i u - obliku pravila ili funkcija. Dva pristupa značajno utječu na arhitekturu i zahtjeve aplikacija ka...
https://github.com/rabotaem-incorporated/algebra-conspect-1course
https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/06-field-theory/!sec.typ
typst
Other
#import "../../config.typ" #if config.enable-chapters-from-sem2 [ = Элементы теории полей #include "01-factorrings.typ" #include "02-s1mple-field.typ" #include "03-field-extension.typ" #include "04-decomposition-field.typ" #include "05-finite-fields.typ" ]
https://github.com/OrangeX4/typst-talk
https://raw.githubusercontent.com/OrangeX4/typst-talk/main/examples/fibonacci.typ
typst
#set page(width: 10cm, height: auto) #set heading(numbering: "1.") = Fibonacci sequence The Fibonacci sequence is defined through the recurrence relation $F_n = F_(n-1) + F_(n-2)$. It can also be expressed in _closed form:_ $ F_n = round(1 / sqrt(5) phi.alt^n),quad phi.alt = (1 + sqrt(5)) / 2 $ #let count = 8 #let n...
https://github.com/a-kkiri/HEU-Report-Typst
https://raw.githubusercontent.com/a-kkiri/HEU-Report-Typst/main/template.typ
typst
Apache License 2.0
#let project( title: "", author: "", infos: ( ), coverTable_display: true, outline_display: true, header_display: true, body ) = { // 文本和代码的字体 let text_font = "Times New Roman" let code_font = "DejaVu Sans Mono" let title_font = "STXinwei" let songti = "SimSun" let heiti = "SimHei" ...
https://github.com/typst-doc-cn/tutorial
https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/graph/solid-geometry.typ
typst
Apache License 2.0
#import "mod.typ": * #import "@preview/cetz:0.2.0": * #show: book.page.with(title: "立体几何") == 变换「坐标系」 在绘制立体图形(以及其他抽象图形)时,最重要的思路是变换「坐标系」(Viewport),以方便绘制。 #code(```typ #import "@preview/cetz:0.2.0": * #canvas({ import draw: * let axis-line(p) = { line((0, 0), (x: 1.5), stroke: red) line((0, 0), (y: 1.5), ...
https://github.com/LEXUGE/poincare
https://raw.githubusercontent.com/LEXUGE/poincare/main/src/notes/electrodynamics/main.typ
typst
MIT License
#import "@preview/physica:0.9.2": * #import "@preview/gentle-clues:0.4.0": * #import "@lexuge/templates:0.1.0": * #import shorthands: * #import pf3: * #show: simple.with( title: "Electromagnetism and Optics", authors: ((name: "<NAME>", email: "<EMAIL>"),), ) #set page(margin: (y: 1cm)) #let hl = highlight #pagebre...
https://github.com/jbirnick/typst-rich-counters
https://raw.githubusercontent.com/jbirnick/typst-rich-counters/main/build/render_template.typ
typst
MIT License
#set page(width: 45em, height: auto, margin: 1em) #include "/" + sys.inputs.file
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/text/quotes.typ
typst
Apache License 2.0
// Test smart quotes. --- #set page(width: 250pt) // Test simple quotations in various languages. #set text(lang: "en") "The horse eats no cucumber salad" was the first sentence ever uttered on the 'telephone.' #set text(lang: "de") "Das Pferd frisst keinen Gurkensalat" war der erste jemals am 'Fernsprecher' gesagte...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/lovelace/0.1.0/examples/comment.typ
typst
Apache License 2.0
#import "../lib.typ": * #set page(width: 20em, height: auto, margin: 1em) #show: setup-lovelace #pseudocode( [A statement #comment[and a comment]], [Another statement #comment[and another comment]], )
https://github.com/elipousson/typstdoc
https://raw.githubusercontent.com/elipousson/typstdoc/main/CHANGELOG.md
markdown
Creative Commons Zero v1.0 Universal
## typdoc (development) - Set default value for `heading-font-size` (`1.2em`). Set default value for `mainfont` (`("Roboto", "Arial", )`) and update default value for `monofont` (now `("Roboto Mono", "Courier", )`). - Add experimental support for `lof` (list of figures) and `lot` (list of tables) parameters. - Add `to...
https://github.com/AlyamanMas/QuranKindle
https://raw.githubusercontent.com/AlyamanMas/QuranKindle/master/main.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: "Quran", authors: ( "<NAME>", ), ) #show heading: set text(0pt) #set heading(numbering: "1.") #let data = toml("data.toml") #let chapter...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/te-two-column-dialogue-layout.typ
typst
#let dialogue-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: 10pt, ) grid(..attrs, ..store) }
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/tlacuache-thesis-fc-unam/0.1.1/template/seccion1.typ
typst
Apache License 2.0
#import "@preview/tlacuache-thesis-fc-unam:0.1.1": section //completamente opcional cargar la bibliografía, compilar la sección #show: section.with(bibliography: bibliography("references.bib")) == Esta es la primera sección del capitulo 1 Siempre puedes escribir todo en el archivo del capítulo, pero a mi me gusta mas...
https://github.com/loqusion/typix
https://raw.githubusercontent.com/loqusion/typix/main/docs/recipes/adding-dependencies.md
markdown
MIT License
# Adding dependencies You can add dependencies to your [flake inputs][nix-ref-flake-inputs][^zero-to-nix-flakes] so that Typst compilation does not depend on the transient state of the local system: instead, any dependencies are automatically fetched and made available in a sandboxed environment. Examples of dependen...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/snippets.typ
typst
#set page(width: 200pt, height: auto) #set enum(numbering: "I.A.1.") #set page(height: 2in) #set list(marker: ([•], [--])) #set page(width: 300pt, height: 300pt, background: rect(fill: white, width: 100%, height: 100%)) #set page(width: auto, height: auto, margin: .5cm) #set page(width: 120pt, height: 200pt, margin: 5p...
https://github.com/DashieTM/nix-introduction
https://raw.githubusercontent.com/DashieTM/nix-introduction/main/topics/context.typ
typst
#import "../utils.typ": * #polylux-slide[ == What is Nix? #v(15pt) - just a programming language - functional - turing complete - made to configure environments #pdfpc.speaker-note(```md ```) ]