repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/footnote-columns.typ
typst
Apache License 2.0
// Test footnotes in columns, even those // that are not enabled via `set page`. --- #set page(height: 120pt) #align(center, strong[Title]) #show: columns.with(2) #lorem(3) #footnote(lorem(6)) Hello there #footnote(lorem(2))
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/string-11.typ
typst
Other
// Test the `starts-with` and `ends-with` methods. #test("Typst".starts-with("Ty"), true) #test("Typst".starts-with(regex("[Tt]ys")), false) #test("Typst".starts-with("st"), false) #test("Typst".ends-with("st"), true) #test("Typst".ends-with(regex("\d*")), true) #test("Typst".ends-with(regex("\d+")), false) #test("Typ1...
https://github.com/kdog3682/typkit
https://raw.githubusercontent.com/kdog3682/typkit/main/0.1.0/src/headers/index.typ
typst
// #import "chapter.typ": chapter
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/weave/0.1.0/tests/README.md
markdown
Apache License 2.0
Run ```bash typst compile tests.typ --root .. ``` to test the package
https://github.com/FlorentCLMichel/quetta
https://raw.githubusercontent.com/FlorentCLMichel/quetta/main/logo.typ
typst
MIT License
#import "src/quetta.typ": * #set page(height: auto, width: auto, margin: 0pt, fill: black) #set text(top-edge: "bounds", bottom-edge: "bounds", fill: white) #quenya[Quetta]
https://github.com/sahasatvik/typst-theorems
https://raw.githubusercontent.com/sahasatvik/typst-theorems/main/manual.typ
typst
MIT License
#import "manual_template.typ": * #import "theorems.typ": * #show: thmrules #show: project.with( title: "typst-theorems", authors: ( "sahasatvik", ), url: "https://github.com/sahasatvik/typst-theorems" ) = Introduction The `typst-theorems` package provides `Typst` functions that help create numbered `th...
https://github.com/0x1B05/english
https://raw.githubusercontent.com/0x1B05/english/main/cnn10/content/20240313.typ
typst
#import "../template.typ": * #pagebreak() = 20240313 == elections Hello, #underline[and] Wonderful Wednesday #underline[to] you. I'm Coy Wire #strike[. We meet in ] #underline[, bringing you] best ten minutes in news right here on CNN10. It is your #underline[word] Wednesday, so #strike[listen to] #underline[to see ...
https://github.com/mattyoung101/musicvis3d
https://raw.githubusercontent.com/mattyoung101/musicvis3d/master/README.md
markdown
ISC License
# 3D OpenGL Music Visualiser ### COSC3000 Computer Graphics Major Project _by <NAME> <<EMAIL>>_ This is a semi real-time 3D audio visualisation using OpenGL. The visualisation consists of offline spectral data that is rendered in real-time in the form of 3D bars. A multitude of graphics techniques are used, including:...
https://github.com/StanleyDINNE/php-devops-tp
https://raw.githubusercontent.com/StanleyDINNE/php-devops-tp/main/documents/Rapport/Typst/Util.typ
typst
#let __constants_toml = toml("__private_tools/constants.toml") #let add_title(content, bold: true, size: 17pt, small_capitals: false) = { content = if small_capitals { smallcaps[#content] } else { content } content = text( size, hyphenate: false, weight: if bold { "bold" } else { "regular" } )[#content] ...
https://github.com/csunibo/linguaggi-di-programmazione
https://raw.githubusercontent.com/csunibo/linguaggi-di-programmazione/main/prove/totale/totale-2024-07-02-soluzione.typ
typst
#import "@preview/finite:0.3.0": automaton #show link: underline #set align(center) = Soluzione Linguaggi Totale ==== 2024-07-02 #set align(left) #set par( justify: true ) _NOTA: Questa è una soluzione proposta da me, non è detto che sia giusta. Se trovate errori segnalateli o meglio correggeteli direttamente_...
https://github.com/antonWetzel/Masterarbeit
https://raw.githubusercontent.com/antonWetzel/Masterarbeit/main/expose/main.typ
typst
#let boxed(content) = rect(inset: 0pt, stroke: black + 3pt, content) //https://home.uni-leipzig.de/~gsgas/fileadmin/Recommendations/Expose_Recommendations.pdf //https://www.uni-bremen.de/fileadmin/user_upload/fachbereiche/fb7/gscm/Dokumente/Structure_of_an_Expose.pdf #show: (document) => { set text(lang: "de", font: ...
https://github.com/TheWebDev27/Calc-II-Honors-Project
https://raw.githubusercontent.com/TheWebDev27/Calc-II-Honors-Project/main/part1.typ
typst
#set par( leading: .75em ) #set text( font: "New Computer Modern", size: 16pt ) #set align(center) #text(weight: "bold")[Real and Nonstandard Analyses: An Overview] \ #set text( size: 12pt ) Preston Vo \ \ \ #set text( size: 10pt ) #set align(center) = Introduction #set align(left) A *set* i...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/neoplot/0.0.1/neoplot.typ
typst
Apache License 2.0
#let gp = plugin("neoplot.wasm") #let gettext(it) = { if type(it) == str { it } else if type(it) == content { if it.has("text") { it.text } else { panic("Content must contain field `text`") } } else { panic("Invalid type `" + type(it) + "`") ...
https://github.com/tfachmann/unveiling-the-dark-arts-of-rotations
https://raw.githubusercontent.com/tfachmann/unveiling-the-dark-arts-of-rotations/main/README.md
markdown
# Unveiling the Dark Arts of Rotations A short introduction to rotations, SO(3) and representations of rotations based on Geist's [Hitchhiker's Guide to SO(3)](https://github.com/martius-lab/hitchhiking-rotations). ## Build This presentation can be built with [typst](https://github.com/typst/typst). ```sh typst com...
https://github.com/IliHanSoLow/W-Seminar_typst_template
https://raw.githubusercontent.com/IliHanSoLow/W-Seminar_typst_template/main/README.md
markdown
Do What The F*ck You Want To Public License
# Typst W-Seminar Template Dies ist ein Typst-Template für ein W-Seminar, dessen Deckblatt den Bayrischen Richtlinien entspricht. Um das Template nutzen zu können, ladet die W-Semi-Template.typ und die W-Semi-Test.typ herrunter. Achtet darauf, dass beide Dateien im gleichen Ordner liegen. Ihr könnt die Test Datei umbe...
https://github.com/jomaway/typst-bytefield
https://raw.githubusercontent.com/jomaway/typst-bytefield/main/examples/example.typ
typst
MIT License
#import "../bytefield.typ": * #import "../common.typ" as common // #import "@local/bytefield:0.0.4": * #import "@preview/codelst:2.0.0": sourcecode #set text(font: "Rubik", weight: 300); #let tag(value, fill: orange.lighten(45%)) = { box( inset: (x: 3pt, y: 0pt), outset: (y: 3pt), radius: 2pt, fill...
https://github.com/jdupak/cv
https://raw.githubusercontent.com/jdupak/cv/master/main.typ
typst
#import "cv.template.typ" : cv, chronological, plain, event #show: doc => cv( "<NAME>", [ #link("https://jakubdupak.com", "jakubdupak.com") \ #link("mailto:<EMAIL>") \ Prague, Czech Republic ], doc ) = Work #chronological(( ( start: "05/2024", end: "present", ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fauve-cdb/0.1.0/template/main.typ
typst
Apache License 2.0
#import "@preview/fauve-cdb:0.1.0": matisse-thesis #let jury-content = [ #text(size: 1.3em)[*Rapporteurs avant soutenance :*] #v(-1em) #table( columns: 2, column-gutter: 1.5em, stroke: 0pt, inset: (x: 0pt, y: .2em), "<NAME>", "M.Sc. -- Oxford", "<NAME>", "Professeur des Universités -- Uni...
https://github.com/oldrev/tids
https://raw.githubusercontent.com/oldrev/tids/master/demo-ds.typ
typst
Apache License 2.0
#import "tids.typ": tids #import "@preview/gentle-clues:0.6.0": warning #let metadata = ( title: [FXC1117 Flux Capacitor], product: "FXC1117", product_url: "https://github.com/oldrev/tids", ) #let features = [ - Capacity: 1.21 gigawatts - Operating Voltage: 88 billion volts - Dimensions: Stand...
https://github.com/julius2718/tempura
https://raw.githubusercontent.com/julius2718/tempura/main/0.0.1/example/doc_example.typ
typst
MIT License
#import "@local/tempura:0.0.1": * #import "@local/wareki:1.0.0": * #show: doc => jpdoc(doc) #signature(title: "tempura: 日本語文書のためのTypstテンプレート", date: wareki_today, author: "julius2718") = 日本国憲法 日本国民は、正当に選挙された国会における代表者を通じて行動し、われらとわれらの子孫のために、諸国民との協和による成果と、わが国全土にわたつて自由のもたらす恵沢を確保し、政府の行為によつて再び戦争の惨禍が起ることのないやうにすることを決意し、ここに...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/lint/markup_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Warning: 1-3 no text within underscores // Hint: 1-3 using multiple consecutive underscores (e.g. __) has no additional effect __
https://github.com/matthew-e-brown/assignmatts
https://raw.githubusercontent.com/matthew-e-brown/assignmatts/main/example/example1.typ
typst
MIT License
#import "../src/lib.typ" as assignmatts #import assignmatts: assignment #show: assignment.with( title: [Example Assignment], author: [<NAME>], course-code: [CODE-1234], course-name: [Assignmatts], pdf-author: "<NAME>", pdf-title: "MATH-3630H - Assignment 1", ) // ----------------------------...
https://github.com/typst-community/guidelines
https://raw.githubusercontent.com/typst-community/guidelines/main/src/chapters/style.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#set heading(offset: 1) #include "style/naming.typ" #include "style/indentation.typ" #include "style/delimiters.typ" #include "style/modes.typ" #include "style/joining.typ" #include "style/sugar.typ" #include "style/trailing.typ" #include "style/linebreaks.typ"
https://github.com/typst-community/guidelines
https://raw.githubusercontent.com/typst-community/guidelines/main/src/chapters/api/flexibility.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/src/util.typ": * #import mantys: * = Flexibility <sec:api:flex> Good APIs must be flexible enough to allow users to use them in situations a developer might not have anticipated directly. == requiring or providing `context` Starting with Typst 0.11, the #link("https://typst.app/docs/reference/context/")[co...
https://github.com/HPDell/typst-cineca
https://raw.githubusercontent.com/HPDell/typst-cineca/main/test/day-view.typ
typst
MIT License
#import "@preview/cineca:0.2.0": calendar, events-to-calendar-items #set page(margin: 0.5in, height: 15cm) #let events = ( (1, 8.00, 10.00, [Lecture 1]), (1, 10.00, 11.00, [Tutorial]), (1, 11.30, 12.30, [Shopping]), (1, 13.55, 15.00, [Lecture 2]), (1, 15.00, 16.20, [Project 1]), (2, 9.30, 11.30, [Lecture ...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/break-continue-01.typ
typst
Other
// Test joining with break. #let i = 0 #let x = while true { i += 1 str(i) if i >= 5 { "." break } } #test(x, "12345.")
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/linguify/0.2.0/linguify.typ
typst
Apache License 2.0
// linguify #let __lang_setting = state("lang-setting", auto); #let __lang_dict = state("lang-dict", (default-lang: "en")); #let __lang_fallback = state("lang-fallback", true); #let linguify_config(data: auto, lang: auto, fallback: true, content) = { //deprecated: set language if lang != auto { assert.eq(typ...
https://github.com/joshuabeny1999/unisg-thesis-template-typst
https://raw.githubusercontent.com/joshuabeny1999/unisg-thesis-template-typst/main/metadata.typ
typst
Other
// Enter your thesis data here: #let language = "en" // "en" or "de" #let title = "Title of paper" #let subtitle = "Subtitle of paper" #let type = "Type of paper" #let professor = "Name and full title of professor" #let author = "<NAME>" #let matriculationNumber = "Matriculation number" #let submissionDate = datetime(d...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/lorem-02.typ
typst
Other
// Error: 7-9 missing argument: words #lorem()
https://github.com/XcantloadX/TypstMomoTalk
https://raw.githubusercontent.com/XcantloadX/TypstMomoTalk/main/momotalk/momotalk.typ
typst
// 模板 // @param title str|none 标题 // @param author str|none 作者 // @param credit bool 是否显示制作器水印 // @param width str|number 页面宽度 // @param height str|number 页面高度 // @param margin str|number|array[margin] 页面边距 // @param doc content 页面内容 #let chat( title: none, author: none, credit: true, width: 300pt, height: 84...
https://github.com/typst-community/valkyrie
https://raw.githubusercontent.com/typst-community/valkyrie/main/docs/manual.typ
typst
Other
#import "@preview/mantys:0.1.4": * #import "/src/lib.typ" as z #let package = toml("/typst.toml").package #show: mantys.with( ..package, title: [Valkyrie], date: datetime.today().display(), abstract: [This package implements type validation, and is targeted mainly at package and template developers. The desir...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/lib/numbers.typ
typst
MIT License
#let written(n) = ( "0": "zero", "1": "one", "2": "two", "3": "three", "4": "four", "5": "five", "6": "six", "7": "seven", "8": "eight", "9": "nine", "10": "ten", ).at(str(n), default: n) #let ordinal(n) = { ( "zeroth", "first", "second", "third", "fourth", "fifth", "sixth", "seventh", "eighth...
https://github.com/lctzz540/typst-journal-template
https://raw.githubusercontent.com/lctzz540/typst-journal-template/main/main.typ
typst
#import "template.typ": * #show: ieee.with( title: "TIẾP CẬN CHẨN ĐOÁN \n VIÊM TÚI THỪA ĐẠI TRÀNG", abstract: [ Bệnh túi thừa đại tràng rất phổ biến ở Mỹ và châu Âu. Ước tính với hơn một nửa dân số trên 50 tuổi có túi thừa đại tràng. Đại tràng chậu hông là vị trí thường gặp túi thừa nhất. Ở châu á, báo cáo ngày...
https://github.com/waterlens/resume
https://raw.githubusercontent.com/waterlens/resume/main/README.md
markdown
MIT License
# Resume Template in Typst The template is inspired by [Matchy's template](https://github.com/matchy233/typst-chi-cv-template) and adjusted with my resume style. ## Usage ### Using Typst web app Upload `template.typ`, `fa.typ`, `resume.typ` and `fonts/*` to [Typst](https://typst.app/), and then you can edit the res...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/field.typ
typst
Apache License 2.0
// Test field access. // Ref: false --- // Test field on dictionary. #let dict = (nothing: "ness", hello: "world") #test(dict.nothing, "ness") #{ let world = dict .hello test(world, "world") } --- // Test fields on elements. #show list: it => { test(it.children.len(), 3) } - A - B - C --- // Test fields ...
https://github.com/SillyFreak/typst-packages-old
https://raw.githubusercontent.com/SillyFreak/typst-packages-old/main/scrutinize/gallery/gk-ek-austria.typ
typst
MIT License
#import "@preview/scrutinize:0.2.0": grading, question, questions // #import "../src/lib.typ" as scrutinize: grading, question, questions #import question: q // make the PDF reproducible to ease version control #set document(date: none) #let title = "Praktische Leistungsfeststellung" #set document(title: title) #set...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/2%20-%20RTB/Documentazione%20interna/Verbali/23-12-04/23-12-04.typ
typst
#import "/template.typ": * #show: project.with( date: "04/12/23", subTitle: "Meeting di context wwitch relativo al PoC", docType: "verbale", authors: ( "<NAME>", ), missingMembers: ( "<NAME>", "<NAME>", "<NAME>", "<NAME>" ), timeStart: "15:00", timeEnd: "16:00", ); = Ordine del g...
https://github.com/thomasschuiki/thomasschuiki
https://raw.githubusercontent.com/thomasschuiki/thomasschuiki/main/cv/de.typ
typst
#import "brilliant-CV/template.typ": * #show: layout #let data = yaml("./vitae.de.yml") #cvHeader(hasPhoto: false, align: left) #cvSection("Professional Experience") #for e in data.Employment [ #cvEntry( title: [#e.Role], society: [#e.Name], date: [#e.StartDate - #e.EndDate], location: [#e....
https://github.com/so298/cv-theme.typ
https://raw.githubusercontent.com/so298/cv-theme.typ/main/README.md
markdown
# cv-theme.typ > [!NOTE] > Example PDFs are available in the [Releases](https://github.com/so298/cv-theme.typ/releases) page. My CV template for [typst](https://typst.app/). ## Requirements - typst v0.11+ - Fonts - Open Sans - <NAME> ## Typst Template Add the following code to your typst file. ```typst #set ...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/math/attach.typ
typst
Apache License 2.0
$ a_b^c $ $ a^c_b $ $ a^c_b'' $ $ a^c''_b $ $ a''^c_b $ $ a''^(c+d)_b $ $ a''^((c+d))_b $ $ a''^(c+d)_(e^f) $
https://github.com/tfachada/thesist
https://raw.githubusercontent.com/tfachada/thesist/main/README.md
markdown
MIT License
# ThesIST ThesIST (pronounced "desist") is an unofficial Master's thesis template for Instituto Superior Técnico written in Typst. This template fully meets the official formatting requirements as outlined [here](https://tecnico.ulisboa.pt/files/2021/09/guia-disserta-o-mestrado.pdf), and also attempts to follow most ...
https://github.com/dead-summer/math-notes
https://raw.githubusercontent.com/dead-summer/math-notes/main/notes/Analysis/ch1-measures/measure-theory.typ
typst
#import "/book.typ": book-page #show: book-page.with(title: "Measure Theory") = Motivation Motivation: Lebesgue measure ($cal(L)^n$) on $bb(R)^n$ is approximately n-dimensional volume: 1. #emph[Countable] Additivity If $E_1 , E_2 , dots.h , subset bb(R)^n$ is disjoint, then $ cal(L)^n (union.sq.big E_i) = sum cal(L...
https://github.com/sevehub/minimalbc
https://raw.githubusercontent.com/sevehub/minimalbc/main/template/main.typ
typst
MIT License
#import "lib.typ":minimalbc #show: minimalbc.with( // possible geo_size options: eu, us, jp , cn geo_size: "eu", flip:true, company_name: "Company Name", name: "<NAME>", role: "Role", telephone_number: "+000 00 000000", email_address: "<EMAIL>", website: "example.com", company_l...
https://github.com/edgarcarbajal/typst-resume
https://raw.githubusercontent.com/edgarcarbajal/typst-resume/main/main.typ
typst
MIT License
#show link: text.with(rgb("#00a3cd")) #set text(font: ("PT Serif", "Noto Emoji"), size: 10pt) #show heading.where(level: 1): it => { it v(-3mm) line(length: 100%) } #show heading.where(level: 2): it => { set text(size: .9em) it.body } #set document(title: "Resume", author: "<NAME>") #set page( ...
https://github.com/pedrofp4444/BD
https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[1] Definição do sistema/recursos.typ
typst
#let recursos = { [ == Recursos e Equipa de Trabalho Para esta fase inicial do projeto, a equipa “<NAME>” precisou de estudar o método de atuação da “Casa do Xerife”, para perceber o modelo de aplicação e aprofundar o conhecimento na área. Neste seguimento, organizou-se um plano de execução para tornar o obj...
https://github.com/Fr4nk1inCs/typreset
https://raw.githubusercontent.com/Fr4nk1inCs/typreset/master/tests/homework-1.typ
typst
MIT License
#import "../src/lib.typ": homework #let simple_question = homework.simple_question #let complex_question = homework.complex_question #show: homework.style.with( course: "Test Course", number: 1, names: "<NAME>", ids: "Test ID 1", lang: "en" ) #show raw.where(block: true): block.with( width: 100%, strok...
https://github.com/binhtran432k/ungrammar-docs
https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/glossaries.typ
typst
#let abbreviations = ( "api": ("API", "Application Programming Interface"), "apis": ("APIs", "Application Programming Interfaces"), "ast": ("AST", "Abstract Syntax Tree"), "bdd": ("BDD", "Behavior-Driven Development"), "cd": ("CD", "Continuous Delivery"), "ci": ("CI", "Continuous Integration"), "cs...
https://github.com/LeptusHe/LeptusHe.github.io
https://raw.githubusercontent.com/LeptusHe/LeptusHe.github.io/main/source/_posts/fourier-transform/fourier-transform-02-fourier-series.typ
typst
#import "../typst-inc/blog-inc.typc": * #show: blog_setting.with( title: "傅里叶变换02 - 傅里叶变换", author: ("<NAME>"), paper: "jis-b0", preview: false ) #metadata("傅里叶变换") <tags> #metadata("数学") <categories> #metadata("2024-09-21") <date> #show: shorthands.with( ($<|$, math.angle.l), ($|>$, math.angle.r) ) #s...
https://github.com/Slyde-R/not-jku-thesis-template
https://raw.githubusercontent.com/Slyde-R/not-jku-thesis-template/main/disclaimer.typ
typst
MIT No Attribution
#let disclaimer( date: "", place-of-submission: "Place", thesis-type: "", author: "", submissionDate: none, ) = { // --- Disclaimer --- text("SWORN DECLARATION", weight: 600, size: 1.4em) v(1.5em) [ I hereby declare under oath that the submitted #thesis-type's Thesis has been written solely by me ...
https://github.com/m4cey/mace-typst
https://raw.githubusercontent.com/m4cey/mace-typst/main/aliases.typ
typst
#let space_around(vertical: false, outer: 3fr, inner: 1fr, sep:"", ..args) = { let space(vertical, size) = if vertical {v(size)} else {h(size)} [ #space(vertical, outer) #for (i, arg) in args.pos().enumerate() { if i > 0 and i < args.pos().len() { space(vertical, inner) } arg + sep } #space(vertical, ou...
https://github.com/tomowang/typst-twentysecondcv
https://raw.githubusercontent.com/tomowang/typst-twentysecondcv/main/example.typ
typst
MIT License
#import "twentysecondcv.typ": * #set text(font: "PT Sans") #main( [ #profile( name: "<NAME>", jobtitle: lorem(3), ) #show_contacts( ( ( icon: "linkedin", text: "https://www.linkedin.com/in/someone", ), ( icon: "github", t...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.3.0/src/draw/projection.typ
typst
Apache License 2.0
#import "grouping.typ": group, get-ctx, set-ctx, scope #import "transformations.typ": set-transform #import "/src/process.typ" #import "/src/matrix.typ" #import "/src/drawable.typ" #import "/src/util.typ" #import "/src/polygon.typ" // Get an orthographic view matrix for 3 angles #let ortho-matrix(x, y, z) = matrix.mul...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/abbreviations.typ
typst
#import "@preview/gloss-awe:0.0.5": * #let his = "HIS Hochschul-Informations-System eG" #let hone = "HISinOne" #let hsh = "<NAME>" #let heine = "Prof. Dr. <NAME>" #let studybase = "StudyBase" #let studyPlan = "StudyPlan" #let controller = "Controller" #let service = "Service" #let nest = "NestJS" #let sophisten = "SOP...
https://github.com/justmejulian/typst-documentation-template
https://raw.githubusercontent.com/justmejulian/typst-documentation-template/main/sections/relatedwork.typ
typst
= Related Work #rect( width: 100%, radius: 10%, stroke: 0.5pt, fill: yellow, )[ Note: Describe related work regarding your topic and emphasize your (scientific) contribution in contrast to existing approaches / concepts / workflows. Related work is usually current research by others and you defend yourself ag...
https://github.com/skyzh/chicv
https://raw.githubusercontent.com/skyzh/chicv/master/template/cv.typ
typst
Creative Commons Zero v1.0 Universal
#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: 0.9...
https://github.com/QuadnucYard/cpp-coursework-template
https://raw.githubusercontent.com/QuadnucYard/cpp-coursework-template/main/font.typ
typst
#let __font-serif = "Linux Libertine" #let fonts = ( primary: (__font-serif, "SimSun"), strong: (__font-serif, "SimHei"), emph: (__font-serif, "STKaiti"), mono: ("DejaVu Sans Mono", "SimHei"), )
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/11-web/web.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/heading.typ": chapter #import "/lib/glossary.typ": tr #show: web-page-template #chapter[ // Fonts on the Web 网页上的字体 ]
https://github.com/N3M0-dev/typst-note-template
https://raw.githubusercontent.com/N3M0-dev/typst-note-template/main/note.typ
typst
MIT License
#let basic-styling(body) = { set page(numbering: "1", number-align: center) set heading(numbering: "1.1") set par(justify: true) set text(12pt, font: ("Times New Roman", "Noto Serif CJK SC")) set outline(indent: true) body } #let 字号 = ( 初号: 42pt, 小初: 36pt, 一号: 26pt, 小一: 24pt, 二号: 22pt, 小二: 18pt...
https://github.com/DrGo/typst-tips
https://raw.githubusercontent.com/DrGo/typst-tips/main/refs/samples/typst-uwthesis-master/uw-ethesis.typ
typst
#import "format.typ": project, appendix, gls #import "glossaries.typ": GLOSSARIES #show: project.with( title: "University of Waterloo E-Thesis Template for typst", doc_type: "theis", author: "<NAME>", affiliation: "the University of Waterloo", major: "Philosophy of Zoology", address: "Waterloo, Ontario,...
https://github.com/longlin10086/HITSZ-PhTyp
https://raw.githubusercontent.com/longlin10086/HITSZ-PhTyp/main/layout/page.typ
typst
#import "../themes/theme.typ" : * #import "../utils/two_line.typ" : two_lines #import "../utils/head_element.typ" : head_elements_line #import "../utils/head_element.typ" : underline_element #import "../utils/question_list.typ" : question_list #import "../utils/tables.typ" : signature_table #import "../utils/tables.ty...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS1332/CompiledNotes.typ
typst
#import "../../template.typ": * #show: template.with( title: [CS 1332 Lecture Notes], authors: ( ( name: "<NAME>" ), ), ) #set text( fill: rgb("#04055c") ) #include "Modules/ArraysAndArrayLists.typ" #include "Modules/LinkedLists.typ" #include "Modules/Stacks.typ" #include "Modules/Queues.typ" #in...
https://github.com/VZkxr/Typst
https://raw.githubusercontent.com/VZkxr/Typst/master/Seminario/Problema%20Proba%20-%20Bitacora/problema_proba.typ
typst
#set page(header: [ Problemario 2 (parte 2) #h(1fr) <NAME>]) 1. Se tiene un examen de 20 preguntas de verdadero y falso. Se requiere que una o un estudiante conteste al menos 17 preguntas de forma correcta. ¿Qué probabilidad hay de que esto ocurra?. _Solución._ \ Primero, es importante identificar la "natural...
https://github.com/SillyFreak/typst-prequery
https://raw.githubusercontent.com/SillyFreak/typst-prequery/main/tests/image-with-assets/test.typ
typst
MIT License
#import "/src/lib.typ" as prequery #prequery.image( "https://upload.wikimedia.org/wikipedia/commons/a/af/Cc-public_domain_mark.svg", "assets/public_domain.svg")
https://github.com/Gekkio/gb-ctr
https://raw.githubusercontent.com/Gekkio/gb-ctr/main/chapter/cpu/simple.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "../../common.typ": * == Simple model #figure( image(width: 70%, "../../images/SM83-simple.svg"), caption: "Simple model of the SM83 CPU core" ) <sm83-simple> @sm83-simple shows a simplified model of the SM83 CPU core. The core interacts with the rest of the SoC using interrupt signals, an 8-bit bidirect...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/syntaxes/textmate/tests/unit/basic/control-flow-for-destruct.typ
typst
Apache License 2.0
#for i in () { } #for (i) in () { } #for (i,) in () { } #for (i, ..) in () { } #for (.., i) in () { } #for (i: 1, ..) in () { } #for (.., i: 1) in () { } #for (i: 1, a, ..) in () { } #for (.., i: 1, b) in () { }
https://github.com/dismint/docmint
https://raw.githubusercontent.com/dismint/docmint/main/religion/rw2.typ
typst
#import "template.typ": * #show: template.with( title: "24.05 Second Revision", subtitle: "<NAME> (924310245)", pset: true, ) <NAME> articulates his belief in “The Cosmological Fine-Tuning Argument” that the fine-tuning of the universe provides significant evidence for theism. Fine-tuning here refers to the setti...
https://github.com/tony-rsa/thonifho.muhali.cv
https://raw.githubusercontent.com/tony-rsa/thonifho.muhali.cv/main/src/sections/ru/education.typ
typst
MIT License
#import "../../template.typ": * #cvSection("Образование") #cvEntry( title: [Магистр факультета Информатики], host: [#link("https://shorturl.at/cjxPZ")[#ln #hSpc() Технический Университет Мюнхена] #hDot() Очная форма], date: [Октябрь 2022 — Март 2023 (6 месяцев)], mode: [Мюнхен, Германия #hDot() Физический реж...
https://github.com/Ourouk/typst_hepl_template
https://raw.githubusercontent.com/Ourouk/typst_hepl_template/main/template.typ
typst
// In file top level sit the global variables that need to be exported // (they need to be used outside the template settings), // as well as the main template setting function, named `project`. // Save font families. #let main-font = "STIX Two Text" #let sans-font = "Source Sans Pro" #let mono-font = "Inconsolata" /...
https://github.com/sdsc-ordes/modos-poster
https://raw.githubusercontent.com/sdsc-ordes/modos-poster/main/README.md
markdown
Creative Commons Attribution 4.0 International
# modos-poster [![DOI](https://zenodo.org/badge/824321703.svg)](https://zenodo.org/doi/10.5281/zenodo.13312849) Poster presentation of modos (multi-omics digital object system). > [!TIP] > The compiled PDF is available from the [release page](https://github.com/sdsc-ordes/modos-poster/releases). ## Setup >[!NOTE]...
https://github.com/julyfun/ncs-tp2
https://raw.githubusercontent.com/julyfun/ncs-tp2/main/main.typ
typst
#set page(paper: "us-letter") #set heading(numbering: "1.1.") #set figure(numbering: "1") #import "@preview/codelst:2.0.0": sourcecode #show raw.where(block: true): it => { set text(size: 10pt) sourcecode(it) } // 这是注释 #figure(image("sjtu.png", width: 50%), numbering: none) \ \ \ #align(center, text(17pt)[ NCS...
https://github.com/teamdailypractice/pdf-tools
https://raw.githubusercontent.com/teamdailypractice/pdf-tools/main/typst-pdf/examples/example-16.typ
typst
#set page("a4") #set text( font: "TSCu_SaiIndira", size: 12pt ) #outline() #set page("a4") #set text( font: "TSCu_SaiIndira", size: 13pt ) #set align(center) = 1 First \ #set align(left) #table( stroke: none, columns: (2cm, auto), [], [], [1000], [0 \ Line \ \ ], [1000], [1 \ Line \ \ ], [1000],...
https://github.com/Dherse/typst-brrr
https://raw.githubusercontent.com/Dherse/typst-brrr/master/samples/short-paper_01/table.typ
typst
#import "tablex.typ": tablex, colspanx, rowspanx, cellx, hlinex, vlinex #let one = $cal(c)$ #let two = $cal(p)$ #let three = $cal(i)$ #let four = $cal(S)$ #let unknown = none #let vertical(content) = layout(size => style(styles => { let size = measure(content, styles) place(horizon + center, rotate(90deg, box(widt...
https://github.com/Ourouk/typst_hepl_template
https://raw.githubusercontent.com/Ourouk/typst_hepl_template/main/main.typ
typst
#import "template.typ": * #show: project.with( course-title: "IOT", title: "Vélos connectés", authors: ( ( first-name: "Andrea", last-name: "Spelgatti", cursus: "M. Ing. Ind. - Informatique", ), ( first-name: "Martin", last-name: "<NAME>", cursus: "M. Ing. Civ. - I...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/003%20-%20Gatecrash/005_The%20Burying%2C%20Part%201.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Burying, Part 1", set_name: "Gatecrash", story_date: datetime(day: 30, month: 01, year: 2013), author: "<NAME>", doc ) #figure(image("005_The Burying, Part 1/01.jpg", width: 100%), caption: [Godless Shrine | Art by Cliff Childs], supple...
https://github.com/Walker-00/cs-eik
https://raw.githubusercontent.com/Walker-00/cs-eik/rust/pages/main.typ
typst
Do What The F*ck You Want To Public License
// A Template File To Include all pages in one file
https://github.com/wcshds/manual-of-chinese-phonology
https://raw.githubusercontent.com/wcshds/manual-of-chinese-phonology/main/tools/xsampa.typ
typst
#let table-custom = json("./custom.json"); #let table = table-custom + json("./xsampa.json"); #let look-up = { let res = (:) for (idx, info) in table.enumerate() { res.insert(info.X-SAMPA, idx) } res }; #let xsampa-reg = regex("(" + table.map(each => { let escape_reg = regex("[-\/\\\^\$\*\+\?\.\(\)\|\[\]\...
https://github.com/csimide/SEU-Typst-Template
https://raw.githubusercontent.com/csimide/SEU-Typst-Template/master/seu-thesis/parts/abstract-degree-fn.typ
typst
MIT License
#import "../utils/fonts.typ": 字体, 字号 #import "../utils/packages.typ": fakebold #let abstract-conf( cn-abstract: none, cn-keywords: none, en-abstract: none, en-keywords: none, page-break: none, ) = { // 摘要使用罗马字符的页码 set page(numbering: "I", number-align: center) counter(page).update(1) set text(font: ...
https://github.com/chamik/gympl-skripta
https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-dila/5-starec-a-more.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/helper.typ": dilo #dilo("Stařec a moře", "starec", "<NAME>", "<NAME>", "modernismus, ztracená generace, meziválečná lit.", "USA", "1952", "epika", "novela") #columns(2, gutter: 1em)[ *Téma*\ #underline["Člověka je možno zničit, ale ne porazit"]; stařec vyrazí na lov velké ryby *Motivy*\ rybolo...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/2%20-%20RTB/Lettera%20di%20presentazione/Lettera%20di%20presentazione%20RTB.typ
typst
#import "/common.typ": * #set text( font: "New Computer Modern", lang: "it", ) #set par( leading: 0.85em, ) #set list( marker: ([•], [--]), ) #set table( fill: (_, row) => if row == 0 { luma(220) }, stroke: 0.5pt + luma(140) ) #show link: set text(fill: blue) #show link: it => [ #it #v(0.75em) ] #show ...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/数学模型/作业/hw2.typ
typst
#import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark, proposition,der, partialDer, Spec #import "../../template.typ": * // Take a look at the file `template.typ` in the file panel // to customize this template and discover how it works. #show: note.with( title: "作业2", au...
https://github.com/herbhuang/utdallas-thesis-template-typst
https://raw.githubusercontent.com/herbhuang/utdallas-thesis-template-typst/main/content/abstract_en.typ
typst
MIT License
Note: 1. *paragraph:* What is the motivation of your thesis? Why is it interesting from a scientific point of view? Which main problem do you like to solve? 2. *paragraph:* What is the purpose of the document? What is the main content, the main contribution? 3. *paragraph:* What is your methodology? How do you pr...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-0C00.typ
typst
Apache License 2.0
#let data = ( ("TELUGU SIGN COMBINING CANDRABINDU ABOVE", "Mn", 0), ("TELUGU SIGN CANDRABINDU", "Mc", 0), ("TELUGU SIGN ANUSVARA", "Mc", 0), ("TELUGU SIGN VISARGA", "Mc", 0), ("TELUGU SIGN COMBINING ANUSVARA ABOVE", "Mn", 0), ("TELUGU LETTER A", "Lo", 0), ("TELUGU LETTER AA", "Lo", 0), ("TELUGU LETTER I...
https://github.com/taooceros/CV
https://raw.githubusercontent.com/taooceros/CV/main/modules_en/projects.typ
typst
#import "@preview/brilliant-cv:2.0.2": cvSection, cvEntry, hBar #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) #cvSection("Miscellany") #cvEntry( title: [Advisor: <NAME>, <NAME>, <NAME>], society: [Theory of Reinforcemen...
https://github.com/rdboyes/resume
https://raw.githubusercontent.com/rdboyes/resume/main/modules_en/publications.typ
typst
// Imports #import "@preview/brilliant-cv:2.0.2": cvSection, cvPublication #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #cvSection("Recent Publications") #cvPublication( bib: bibliography("../src/publications.bib"), keyList: ( "wilde2024assessing", "boyes20...
https://github.com/19pdh/suplement-sprawnosci
https://raw.githubusercontent.com/19pdh/suplement-sprawnosci/master/README.md
markdown
# Suplement sprawności Ładny suplement sprawności ## PDF: ``` TYPST_FONT_PATHS=fonts typst compile suplement.typ # or just ./build.sh ```
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/linebreak_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Basic breaking after binop, rel #let hrule(x) = box(line(length: x)) #hrule(45pt)$e^(pi i)+1 = 0$\ #hrule(55pt)$e^(pi i)+1 = 0$\ #hrule(70pt)$e^(pi i)+1 = 0$
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CU/oktoich/1_generated/0_all/Hlas2.typ
typst
#import "../../../all.typ": * #show: book = #translation.at("HLAS") 2 #include "../Hlas2/0_Nedela.typ" #pagebreak() #include "../Hlas2/1_Pondelok.typ" #pagebreak() #include "../Hlas2/2_Utorok.typ" #pagebreak() #include "../Hlas2/3_Streda.typ" #pagebreak() #include "../Hlas2/4_Stvrtok.typ" #pagebreak() #include "../H...
https://github.com/enseignantePC/2023-24
https://raw.githubusercontent.com/enseignantePC/2023-24/master/detect.typ
typst
#let question_counter = counter("detect") #let detect( body: (counter, loc) => body, add: (counter, loc) => [], this_counter: none, ) = { let question_counter = if this_counter != none { this_counter } else { question_counter } question_counter.step() locate( loc => { let body = body(question_coun...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/docs/dynamic/handout.md
markdown
--- sidebar_position: 5 --- # Handout Mode While watching slides and attending lectures, the audience often wishes to have handouts for reviewing challenging concepts. Therefore, it's beneficial for the author to provide handouts for the audience, preferably before the lecture for better preparation. The handout mod...
https://github.com/linhduongtuan/BKHN-Thesis_template_typst
https://raw.githubusercontent.com/linhduongtuan/BKHN-Thesis_template_typst/main/contents/acknowledgement.typ
typst
Apache License 2.0
Khi tôi hoàn thành bài báo này, tôi muốn bày tỏ lòng biết ơn của tôi đến nhiều người. Trước tiên, tôi xin cảm ơn cố vấn giảng dạy của tôi về những lời khuyên và hướng dẫn quý báu của anh ấy / cô ấy cho bài viết này. Tất cả sự hỗ trợ và hướng dẫn này đều rất vị tha và đã mang lại lợi ích to lớn cho tôi. Thứ hai, tôi c...
https://github.com/alberto-lazari/computer-science
https://raw.githubusercontent.com/alberto-lazari/computer-science/main/advanced-topics-cs/quantum-algorithms/chapters/linear-systems.typ
typst
#import "/common.typ": * = Linear systems solving Linear systems can be solved by a quantum algorithm. Given a linear system $A x = b, quad A in CC^(2^n times 2^n), b in CC^(2^n)$ \ The solution $x$ of the system is encoded in a quantum state $ket(psi)$ such that $ mat(delim: "||", ket(psi) - ket("amp"(x))) lt.eq.sla...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/081.%20philosophy.html.typ
typst
philosophy.html How to Do Philosophy September 2007In high school I decided I was going to study philosophy in college. I had several motives, some more honorable than others. One of the less honorable was to shock people. College was regarded as job training where I grew up, so studying philosophy seemed an impress...
https://github.com/LegNeato/mdbook-typst
https://raw.githubusercontent.com/LegNeato/mdbook-typst/main/README.md
markdown
# `mdbook-typst` `mdbook-typst` is a [backend](https://rust-lang.github.io/mdBook/for_developers/backends.html) for [mdBook]. The backend converts the book to [Typst] markup and can output any format Typst can (currently `pdf`, `png`, `svg`, and raw Typst markup). ## Usage First, install the Typst cli: ```sh cargo ...
https://github.com/tony-rsa/thonifho.muhali.cv
https://raw.githubusercontent.com/tony-rsa/thonifho.muhali.cv/main/src/sections/en/skills.typ
typst
MIT License
#import "../../template.typ": * #cvSection("Skills") #cvSkill( type: [Technologies], info: [#techSkills], ) #cvSkill( type: [Languages], info: [English (fluent) #hBar() Russian (native)], )
https://github.com/TJ-CSCCG/tongji-undergrad-thesis-typst
https://raw.githubusercontent.com/TJ-CSCCG/tongji-undergrad-thesis-typst/main/fonts/README.md
markdown
MIT License
# fonts 请到本仓库的 [`fonts`](https://github.com/TJ-CSCCG/tongji-undergrad-thesis-typst/tree/fonts) 分支下载字体文件。 本仓库的字体文件仅供学习目的使用。 请遵守相关法律法规,不要将字体文件用于商业用途或非法用途。作者不对因使用本字体文件而产生的任何问题负责。 Please download the font files from the [`fonts`](https://github.com/TJ-CSCCG/tongji-undergrad-thesis-typst/tree/fonts) branch of this reposi...
https://github.com/Toniolo-Marco/git-for-dummies
https://raw.githubusercontent.com/Toniolo-Marco/git-for-dummies/main/slides/practice/branch.typ
typst
#import "@preview/touying:0.5.2": * #import themes.university: * #import "@preview/numbly:0.1.0": numbly #import "@preview/fletcher:0.5.1" as fletcher: node, edge #let fletcher-diagram = touying-reducer.with(reduce: fletcher.diagram, cover: fletcher.hide) #import "../components/gh-button.typ": gh_button #import "../c...
https://github.com/TechnoElf/mqt-qcec-diff-thesis
https://raw.githubusercontent.com/TechnoElf/mqt-qcec-diff-thesis/main/content/benchmarks.typ
typst
#import "@preview/cetz:0.2.2": canvas, plot, chart, styles, draw, palette #import "@preview/tablex:0.0.8": tablex #import "@preview/unify:0.6.0": qty #let unclip(res) = { res.filter(r => not r.clipped).enumerate().map(((i, r)) => { r.i = i r }) } #let sort-by-circuit-size(res) = { res.sorted(key: r => r...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/math/alignment.typ
typst
Apache License 2.0
// Test implicit alignment math. --- // Test alignment step functions. #set page(width: 225pt) $ "a" &= c \ &= c + 1 & "By definition" \ &= d + 100 + 1000 \ &= x && "Even longer" \ $ --- // Test post-fix alignment. $ & "right" \ "a very long line" \ "left" \ $ --- // Test no alignment. $ "right" \ "a very long line"...
https://github.com/1216892614/learn-category
https://raw.githubusercontent.com/1216892614/learn-category/main/main.typ
typst
#import "lib.typ": * #show: project.with( title: "Learn Category", authors: ( (name: "HuNerd", email: "<EMAIL>"), ), date: [#datetime.today().display("[year]-[month]-[day]")], ) = 什么是猫猫 *对象*(Object)的*身份*(Identity)总是不平凡的(Extraordinary), 在经过*抽象*(Abstraction)后抹除细节会变的相对平凡(Ordinary). 在*组合*(Composition)中细节往往是无...
https://github.com/TGM-HIT/typst-diploma-thesis
https://raw.githubusercontent.com/TGM-HIT/typst-diploma-thesis/main/src/assets/mod.typ
typst
MIT License
/// The TGM logo. This is a partially applied function and thus can accept most of the parameters /// that ```typc image()``` can. #let tgm-logo = image.with("logo-left.png") /// The HTL logo. This is a partially applied function and thus can accept most of the parameters /// that ```typc image()``` can. #let htl-logo...