repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/EunTilofy/NumComputationalMethods
https://raw.githubusercontent.com/EunTilofy/NumComputationalMethods/main/Chapter10/Chapter10-2.typ
typst
#import "../template.typ": * #show: project.with( course: "Computing Method", title: "Computing Method - Chapter10-2", date: "2024.6.1", authors: "<NAME>, 3210106357", has_cover: false ) *Problems:4,6,7* #HWProb(name: "10-4")[ 求 $f(x) = x^3 - 3x -1 = 0$ 在 $x_0 = 2$ 附近的实根,准确到小数点后第 $4$ 位,讨论其收敛性。 #set enum(num...
https://github.com/ItsEthra/typst-live
https://raw.githubusercontent.com/ItsEthra/typst-live/master/README.md
markdown
MIT License
# Typst-live This is a simple utility to watch for changes in your [typst](https://github.com/typst/typst) file and automatically recompile them for live feedback. `typst-live` allows you to open a tab in your browser with typst generated pdf and have it automatically reload whenever your source `.typ` files are change...
https://github.com/gomazarashi/slydst_test_crc
https://raw.githubusercontent.com/gomazarashi/slydst_test_crc/main/巡回冗長検査.typ
typst
#set text(lang: "ja") // 言語を日本語に設定 #set text(font: ("Yu Gothic")) // フォントを設定 #set heading(numbering: none) #import "@preview/slydst:0.1.1": * #show: slides.with( title: "巡回冗長検査(CRC)の概要 ", // 必須 authors: ("ごま"), date: [#datetime.today().display()], subtitle: none, layout: "medium", ratio: 4 / 3, title-c...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/typstfmt/80-func-call-with-label.typ
typst
Apache License 2.0
#figure( image("glacier.jpg", width: 70%), caption: [ _Glaciers_ form an important part of the earth's climate system. ], )<glaciers>
https://github.com/matteobongio/Calculus-2-Notes
https://raw.githubusercontent.com/matteobongio/Calculus-2-Notes/master/main.typ
typst
#import "@preview/showybox:2.0.1": showybox #import "@preview/cetz:0.2.2" #import "@preview/pinit:0.2.0": * #let bluebox(title, text, ..opts) = { showybox( title-style: ( weight: 900, color: blue.darken(40%), sep-thickness: 0pt, align: center ), frame: ( title-color: blue.li...
https://github.com/jamesrswift/journal-ensemble
https://raw.githubusercontent.com/jamesrswift/journal-ensemble/main/src/elements.typ
typst
The Unlicense
#import "ensemble.typ": color-accent-1, color-accent-2 #import "elements/cetz-plot.typ": plot #let marker = context text(fill: color-accent-1.get(), sym.square.filled, baseline: -0.125em) #let sep = box( width: 1.25em, align(center, marker) ) #let fancy-box( body ) = { place(right, move( dy: -0.25cm, ...
https://github.com/ymgyt/blog
https://raw.githubusercontent.com/ymgyt/blog/main/lt/synd-lt/presen.typ
typst
#import "@preview/polylux:0.3.1": * #import themes.bipartite: * #show: bipartite-theme.with(aspect-ratio: "16-9") #set text( size: 25pt, font: ( "JetBrainsMono Nerd Font", "Noto Sans CJK JP", )) #title-slide( title: [TUIのFeed Viewerを自宅のRaspbery Piで公開するまで], subtitle: [NixでRustの開発環境からCI,Deployまで管理する], ...
https://github.com/Hucy/cv_typst_template
https://raw.githubusercontent.com/Hucy/cv_typst_template/main/cv_en.typ
typst
MIT License
#let primary_color = rgb("#7F96AD") #show link: underline #set text( size: 12pt, weight: "regular", font: ("linux libertine", "Microsoft YaHei", "PingFang SC"), ) #set list(indent: .6em, marker: ([•])) #set page( paper: "a4", margin: (left: 1.4cm, right: 1.4cm, top: .8cm, bottom: .8cm), ) #set par(justify: ...
https://github.com/AnsgarLichter/cv-typst
https://raw.githubusercontent.com/AnsgarLichter/cv-typst/main/README.md
markdown
# CV This is my CV created with Typst.
https://github.com/ntjess/typst-tada
https://raw.githubusercontent.com/ntjess/typst-tada/main/examples/titanic.typ
typst
The Unlicense
// https://github.com/ntjess/showman.git #import "@local/showman:0.1.0": runner, formatter #import "../lib.typ" as tada // redefine to ensure path is read here instead of from showman executor #let local-csv(path) = csv(path) #show: formatter.template.with( theme: "dark", eval-kwargs: ( scope: (tada: tada, cs...
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/glossary.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "@local/notebookinator:0.1.0": * #glossary.add-term( "Holonomic", )[ A vehicle is described as holonomic when it can move in any X/Y direction at any time, regardless of its rotation. X-drive and Mecanum drivetrains are examples of holonomic vehicles. ] #glossary.add-term( "Python", )[ A high leve...
https://github.com/mrtz-j/typst-thesis-template
https://raw.githubusercontent.com/mrtz-j/typst-thesis-template/main/modules/backpage.typ
typst
MIT License
#let backpage() = { set page( paper: "a4", margin: (left: 3mm, right: 3mm, top: 12mm, bottom: 12mm), header: none, footer: none, numbering: none, number-align: center, ) // --- Back Page --- place( bottom + center, dy: 27mm, image("../assets/backpage.svg", width: 216mm, heig...
https://github.com/lankoestee/sysu-report-typst
https://raw.githubusercontent.com/lankoestee/sysu-report-typst/main/README.md
markdown
MIT License
# SYSU-Report-Typst ![](https://img.shields.io/badge/Sun%20Yat--sen%20University-005826) ![](https://img.shields.io/badge/Typst-239DAD) 适用于中山大学的一个简单的,自己正在使用的**Typst**报告模板。当然这**不能**适用于学位论文等正式论文的编写,但是对于小型的报告还是非常适用的。 本仓库相同的模板还有几乎一模一样的**LaTeX**的版本!详见[SYSU-Report-LaTeX](https://github.com/lankoestee/sysu-report-latex)。 ...
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/apa7/utils/languages.typ
typst
MIT License
#let get-terms(language) = { if language == "en" { ( "and": "and", "Author Note": "Author Note", "Abstract": "Abstract", "Keywords": "Keywords", "Appendix": "Appendix", "Annex": "Annex", ) } else if language == "es" { ( "and": "y", "Author Note": "Nota del...
https://github.com/kdog3682/mathematical
https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/examples/pixel-art-3d-shapes-dirty-anchors.typ
typst
#import "@preview/cetz:0.2.2" #import cetz.draw: * #let my-star(center, name: none, ..style) = { group(name: name, ctx => { // Define a default style let def-style = (n: 5, inner-radius: .3, radius: .2) // Resolve the current style ("star") let style = cetz.styles.re...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/numty/0.0.2/lib.typ
typst
Apache License 2.0
// == types == #let arrarr(a,b) = (type(a) == array and type(b) == array) #let arrflt(a,b) = (type(a) == array and type(b) != array) #let fltarr(a,b) = (type(a) != array and type(b) == array) #let fltflt(a,b) = (type(a) != array and type(b) != array) #let arr(a) = (type(a) == array) // == boolean == #let isna(v) = {...
https://github.com/GYPpro/DS-Course-Report
https://raw.githubusercontent.com/GYPpro/DS-Course-Report/main/Rep/10.typ
typst
#import "@preview/tablex:0.0.6": tablex, hlinex, vlinex, colspanx, rowspanx #import "@preview/codelst:2.0.1": sourcecode // Display inline code in a small box // that retains the correct baseline. #set text(font:("Times New Roman","Source Han Serif SC")) #show raw.where(block: false): box.with( fill: luma(230), ins...
https://github.com/konradroesler/edym-skript
https://raw.githubusercontent.com/konradroesler/edym-skript/main/utils.typ
typst
#let sspace = [ #h(100cm) ] #let bold(content) = { text(font: "CMU Serif Bold", weight: "bold")[#content] } #let italic(content) = { text(font: "CMU Serif Italic", weight: "regular")[#content] } #let bolditalic(content) = { text(size: 50pt, fill: red)[AHHH] } #let definition(number, name, content) = { ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/list-attach_04.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test that wide lists cannot be ... #set block(spacing: 15pt) Hello - A - B World
https://github.com/pedrofp4444/BD
https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[5] Implementação Física/criaçãoUtilizadores.typ
typst
#let criaçãoUtilizadores = { [ == Criação de utilizadores da base de dados Beneficiando agora dos requisitos de controlo recolhidos inicialmente, a equipa passou a desenvolver e definir toda a caracterização relativa aos utilizadores da base de dados em questão. Neste caso, os únicos utilizadores a ser...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/VerbaliEsterni/VerbaleEsterno_240111/content.typ
typst
MIT License
#import "meta.typ": inizio_incontro, fine_incontro, luogo_incontro, company #import "functions.typ": glossary, team #let participants = csv("participants.csv") #let participants_company = csv("participants_company.csv") = Partecipanti / Inizio incontro: #inizio_incontro / Fine incontro: #fine_incontro / Luogo incontro...
https://github.com/ntjess/typst-tada
https://raw.githubusercontent.com/ntjess/typst-tada/main/README.md
markdown
The Unlicense
# Overview TaDa provides a set of simple but powerful operations on rows of data. A full manual is available online: <https://github.com/ntjess/typst-tada/blob/v0.1.0/docs/manual.pdf> Key features include: - **Arithmetic expressions**: Row-wise operations are as simple as string expressions with field names - **A...
https://github.com/gongke6642/tuling
https://raw.githubusercontent.com/gongke6642/tuling/main/内省/柜台/柜台.typ
typst
#image("image.png") #image("image2.png") #image("image3.png") #image("image4.png") #image("image5.png") #image("image6.png") #image("image7.png") #image("image8.png") #image("image9.png") #image("image10.png")
https://github.com/alperari/cyber-physical-systems
https://raw.githubusercontent.com/alperari/cyber-physical-systems/main/week8/solution.typ
typst
#import "@preview/diagraph:0.1.2": * #set text( size: 15pt, ) #set page( paper: "a4", margin: (x: 1.8cm, y: 1.5cm), ) #align(center, text(21pt)[ *Cyber Physical Systems - Discrete Models \ Exercise Sheet 8 Solution* ]) #grid( columns: (1fr, 1fr), align(center)[ <NAME> \ <EMAIL> ], align(ce...
https://github.com/matzemathics/typst-template
https://raw.githubusercontent.com/matzemathics/typst-template/main/src/template.typ
typst
// The project function defines how your document looks. // It takes your content and some metadata and formats it. // Go ahead and customize it to your liking! #let project(title: "", authors: (), body) = { // Set the document's basic properties. set document(author: authors.map(a => a.name), title: title) set p...
https://github.com/MattiaOldani/Informatica-Teorica
https://raw.githubusercontent.com/MattiaOldani/Informatica-Teorica/master/capitoli/template.typ
typst
// Setup #import "@preview/ouset:0.1.1": overset #import "@preview/algo:0.3.3": code, i, d #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",...
https://github.com/jamesrswift/blog
https://raw.githubusercontent.com/jamesrswift/blog/main/assets/packages/booktabs/impl.typ
typst
MIT License
#import "footnotes.typ" #import "style.typ": * #let make( header: none, footer: none, notes: footnotes.display, data: none, keys: none, columnwise-transform: (none,), ..args ) = { set text(size: 9pt) set math.equation(numbering: none) show table.cell.where(y:0): set text(weight: "bold") if header !...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/bench.typ
typst
Apache License 2.0
// Ref: false // Configuration with `page` and `font` functions. #set page(width: 450pt, margin: 1cm) // There are variables and they can take normal values like strings, ... #let city = "Berlin" // ... but also "content" values. While these contain markup, // they are also values and can be summed, stored in arrays...
https://github.com/justmejulian/typst-documentation-template
https://raw.githubusercontent.com/justmejulian/typst-documentation-template/main/sections/summary.typ
typst
= Summary #rect( width: 100%, radius: 10%, stroke: 0.5pt, fill: yellow, )[ Note: This chapter includes the status of your thesis, a conclusion and an outlook about future work. ] == Status #rect( width: 100%, radius: 10%, stroke: 0.5pt, fill: yellow, )[ Note: Describe honestly the achieved goals (e...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-0250.typ
typst
Apache License 2.0
#let data = ( ("LATIN SMALL LETTER TURNED A", "Ll", 0), ("LATIN SMALL LETTER ALPHA", "Ll", 0), ("LATIN SMALL LETTER TURNED ALPHA", "Ll", 0), ("LATIN SMALL LETTER B WITH HOOK", "Ll", 0), ("LATIN SMALL LETTER OPEN O", "Ll", 0), ("LATIN SMALL LETTER C WITH CURL", "Ll", 0), ("LATIN SMALL LETTER D WITH TAIL", ...
https://github.com/wychwitch/typst-mla9-template
https://raw.githubusercontent.com/wychwitch/typst-mla9-template/main/README.md
markdown
MIT License
# typst-mla9-template A typst template for use in MLA formats. Pull requests and issues VERY welcome!!! In order to use, simply clone this repo, copy the Example.typ (or the Template.typ if you don't need the examples to guide you) and fill it out!
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/grid/large-cell.typ
typst
Apache License 2.0
#figure( grid( columns: (auto, auto), rows: (auto, auto), gutter: 0em, [ #read("large-cell.typ", encoding: "utf8") ], [ #read("large-cell.typ", encoding: "utf8") ], ), caption: [], ) #table( columns: 3, [Substance], [Subcritical °C], [Supercritical °C], [#read("large-cell.t...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/contrib/typst-preview/editors/vscode/README.md
markdown
Apache License 2.0
# [DEPRECATION NOTICE] Typst preivew extension has been integrated into [tinymist](https://github.com/Myriad-Dreamin/tinymist) We recommend all users migrate to tinymist for the following benefits: - More centralized resource management - Reduced redundancy and lower resource usage - Easier updates and maintenance T...
https://github.com/storopoli/Bayesian-Statistics
https://raw.githubusercontent.com/storopoli/Bayesian-Statistics/main/slides/02-statistical_distributions.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "@preview/polylux:0.3.1": * #import themes.clean: * #import "utils.typ": * #import "@preview/cetz:0.1.2": * #import "@preview/plotst:0.2.0": plot as pplot, axis, bar_chart, graph_plot, overlay #new-section-slide("Statistical Distributions") #slide(title: "Recommended References")[ - #cite(<grimmettProbabili...
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/auton-routes/identify.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/packages.typ": notebookinator #import notebookinator: * #import themes.radial.components: * #show: create-body-entry.with( title: "Identify: Autonomous Strategy", type: "identify", date: datetime(year: 2023, month: 12, day: 1), author: "<NAME>", witness: "<NAME>", ) The autonomous period is a esse...
https://github.com/505000677/Apply4Job
https://raw.githubusercontent.com/505000677/Apply4Job/main/chicv.typ
typst
#let chiline() = { v(-3pt); line(length: 100%, stroke: gray); v(-10pt) } #import "fontawesome.typ": *; #let iconlink( uri, text: [], icon: link-icon) = { if text == [] { text = uri } link(uri)[#fa[#icon] #text] } #let githublink(userRepo) = { link("https://github.com/" + userRepo)[#fa[#github] #us...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/023%20-%20Oath%20of%20the%20Gatewatch/003_Reclamation.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Reclamation", set_name: "Oath of the Gatewatch", story_date: datetime(day: 06, month: 01, year: 2016), author: "<NAME>", doc ) #emph[The elves of Zendikar have spent generations adapting to the plane's ever-changing environment. Resilient a...
https://github.com/Amelia-Mowers/typst-tabut
https://raw.githubusercontent.com/Amelia-Mowers/typst-tabut/main/doc/example-snippets/slice.typ
typst
MIT License
#import "@preview/tabut:<<VERSION>>": tabut, records-from-csv #import "usd.typ": usd #import "example-data/titanic.typ": titanic #let classes = ( "N/A", "First", "Second", "Third" ); #let titanic-head = titanic.slice(0, 5); #tabut( titanic-head, ( (header: [*Name*], func: r => r.Name), (heade...
https://github.com/tobiaswuttke/rss-submission-template
https://raw.githubusercontent.com/tobiaswuttke/rss-submission-template/main/README.md
markdown
# RSS Typst Submission Template This repository provides a [Typst](https://typst.app/) template for the Research Seminar Series (RSS) at the DTIR Chair at the Hasso Plattner Institute. Please refer to the [Typst GitHub repository](https://github.com/typst/typst) for a local installation or use the [Typst web app](htt...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/newline-mode_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #{ "hello" .clusters() if false { } else { ("1", "2") } }
https://github.com/dainbow/MatGos
https://raw.githubusercontent.com/dainbow/MatGos/master/themes/37.typ
typst
#import "../conf.typ": * = Разложение функции регулярной в кольце в ряд Лорана. Изолированные особые точки однозначного характера. == Разложение функции регулярной в кольце в ряд Лорана. #theorem[ Пусть $f$ голоморфна в кольце $ K = {z in CC | r < |z - a| < R }$. Тогда #eq[$forall z in K: space f(z) = sum_(n = -i...
https://github.com/touying-typ/touying
https://raw.githubusercontent.com/touying-typ/touying/main/themes/default.typ
typst
MIT License
#import "../src/exports.typ": * /// Touying slide function. /// /// - `config` is the configuration of the slide. You can use `config-xxx` to set the configuration of the slide. For more several configurations, you can use `utils.merge-dicts` to merge them. /// /// - `repeat` is the number of subslides. Default is `au...
https://github.com/satoqz/dhbw-template
https://raw.githubusercontent.com/satoqz/dhbw-template/main/example.typ
typst
MIT License
#import "template.typ" : template #show: template.with( title: "Thesis Title", author: "<NAME>", date: datetime(year: 1970, month: 1, day: 1), logos: ( image("assets/dhbw.svg", width: 30%), image("assets/hpe.svg", width: 30%), ), details: ( "Company": "Hewlett Packard Enterprise", "Supervis...
https://github.com/ouuan/cv
https://raw.githubusercontent.com/ouuan/cv/master/README.md
markdown
Apache License 2.0
我的简历,使用 Typst 编写。 参考了 [qianxi0410/cv.typ](https://github.com/qianxi0410/cv.typ)、[OrangeX4/Chinese-Resume-in-Typst](https://github.com/OrangeX4/Chinese-Resume-in-Typst),做了很大修改,适配我的个人需求。
https://github.com/Hao-Yuan-He/resume_typst
https://raw.githubusercontent.com/Hao-Yuan-He/resume_typst/main/lib.typ
typst
/* * Package Entrypoint, links only to resume.typ for now * May add more later if I decide to also add cover letter support */ #import "./resume.typ": *
https://github.com/danbalarin/typst-templates
https://raw.githubusercontent.com/danbalarin/typst-templates/main/vse-assignment/template.typ
typst
#let project(title: "", authors: (), subtitle: "", place: "", date: "", body) = { set document(author: authors, title: title) set text(font: "New Computer Modern", lang: "en") show math.equation: set text(weight: 400) align(center)[ #block(text(weight: 500, 1.5em, "Vysoká škola ekonomická v Praze")) ] ...
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/867afe-l1_norm_minimization/main.typ
typst
#show math.equation: it => math.display(it) = $L^1$ norm minimization problem *Def 7.2* A finite-dimensional linear $L^1$ norm minimization problem is defined as: $ &O_(alpha, B) = { k | k = "argmin"_k norm(a-k B)_1 } quad quad a in RR^n, k in RR^m, B in RR^(m times n)\ // &O_B = {k | k in O_(alpha, B) | forall alp...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/2%20-%20RTB/Documentazione%20interna/Norme%20di%20Progetto/Norme%20di%20Progetto.typ
typst
#import "/template.typ": * #show: project.with( title: "Norme di Progetto", subTitle: "Norme, processi e disciplina", authors: ( "<NAME>", "<NAME>", "<NAME>" ), showLog: true, ); = Introduzione == Scopo del documento Questo documento contiene le regole del _way of working_ che disciplinano le a...
https://github.com/bigskysoftware/hypermedia-systems-book
https://raw.githubusercontent.com/bigskysoftware/hypermedia-systems-book/main/ch12-building-a-contacts-app-with-hyperview.typ
typst
Other
#import "lib/definitions.typ": * == Building A Contacts App With Hyperview Earlier chapters in this book explained the benefits of building apps using the hypermedia architecture. These benefits were demonstrated by building a robust Contacts web application. Then, Chapter 11 argued that hypermedia concepts can and s...
https://github.com/herbhuang/utdallas-thesis-template-typst
https://raw.githubusercontent.com/herbhuang/utdallas-thesis-template-typst/main/content/proposal/motivation.typ
typst
MIT License
#import "/utils/todo.typ": TODO = Motivation #TODO[ // Remove this block *Proposal Motivation* - Outline why it is (scientifically) important to solve the problem - Again use the actors to present your solution, but don't be to specific - Do not repeat the problem, instead focus on the positive aspects when t...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/meta/document-02.typ
typst
Other
// This, too. // Error: 23-29 expected string, found integer #set document(author: (123,)) What's up?
https://github.com/AliothCancer/AppuntiUniversity
https://raw.githubusercontent.com/AliothCancer/AppuntiUniversity/main/FormularioApplicazioni.typ
typst
#import "latest_style.typ": apply_my_style #let ind = h(2em) #let col(body) = columns(2, body) #apply_my_style(title: "Formulario di Applicazioni ITPS")[ #include "capitoli_applicazioni/biocompatibilità.typ" #include "capitoli_applicazioni/emodialisi.typ" #include "capitoli_applicazioni/vad.typ" #include "...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/raw-code-02.typ
typst
Other
#set page(width: 180pt) #set text(6pt) ```py import this def hi(): print("Hi!") ```
https://github.com/SkytAsul/INSA-Typst-Template
https://raw.githubusercontent.com/SkytAsul/INSA-Typst-Template/main/packages/silky-letter-insa/template/main.typ
typst
MIT License
#import "@preview/silky-letter-insa:{{VERSION}}": * #show: doc => insa-letter( author: [ <NAME>\ Rôle / Département ], date: datetime.today(), // peut être remplacé par une date, par ex. "23/03/2024" doc ) // gros titre en haut au centre #v(15pt) #align(center, text(size: 22pt, font: heading-fonts, wei...
https://github.com/tsar-boomba/resume
https://raw.githubusercontent.com/tsar-boomba/resume/main/resume.typ
typst
#import "template.typ": resume, header, resume_heading, edu_item, exp_item, project_item, skill_item #show: resume #header( name: "<NAME>", phone: "704-804-1261", email: "<EMAIL>", linkedin: "linkedin.com/in/igamble", site: "igamble.dev", ) #resume_heading[Education] #edu_item( name: "Georgia Institute o...
https://github.com/hargoniX/bachelor
https://raw.githubusercontent.com/hargoniX/bachelor/main/thesis/template.typ
typst
#import "@preview/glossarium:0.2.4": make-glossary, print-glossary, gls, glspl #import "@preview/bytefield:0.0.2": bytefield, bit, bits, bytes, flagtext #import "@preview/ctheorems:1.0.0": * #let theorem = thmplain("theorem", "Theorem") #let definition = thmplain("definition", "Definition") #let proof = thmplain( "p...
https://github.com/MobtgZhang/sues-thesis-typst-bachelor
https://raw.githubusercontent.com/MobtgZhang/sues-thesis-typst-bachelor/main/info.typ
typst
MIT License
// 定义本科学位论文模板 // 中文封面页信息 // 论文中文题目 #let bachelor_chinese_title = "上海工程技术大学学士学位论文Typst模板" // 论文英文题目 #let bachelor_english_title = "This is an English Title" // 学院名称 #let bachelor_chinese_faculty_name = "电子电气工程学院" // 专业名称 #let bachelor_chinese_major_name = "计算机科学与技术" // 学号信息 #let bachelor_class_number = "M987654321" // 作...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/common-tools/abrasive_chop_saw.typ
typst
#import "../environment/env-protohaven-class_handouts.typ": * = TOOL (Overview paragraph(s)) == Notes === Safety === Common Hazards === Care === Use === Consumables == Parts of the TOOL === == Basic Operation === Setting Up === Workholding === USE === Cleaning Up
https://github.com/Stautaffly/typ
https://raw.githubusercontent.com/Stautaffly/typ/main/级数.typ
typst
#let c = counter("theorem") #let b = counter("prove") #let a = counter("lemma") #let d = counter("proposition") #let e = counter("example") #let lemma(name,neiron) = block[ //计数器变量记得改 #a.step() #set math.equation(numbering: "(1)",supplement: [le.]) #text(size: 20pt)[*Lemma #a.display...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/meta-environments/env-features.typ
typst
#import "/meta-environments/env-branding.typ": * /* * ORNAMENTS * * Functions that ornament text: highlights, boxes, etc. */ #let safety_hazard_box(content) = { rect(width: auto, stroke: color.warning, [ #text(color.warning, weight: "bold", [Safety Warning!]) #content ] ) } #let warning(conte...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/embiggen/0.0.1/demo.typ
typst
Apache License 2.0
#import "@preview/embiggen:0.0.1": * = embiggen Here's an equation of sorts: $ {lr(1/2x^2|)^(x=n)_(x=0) + (2x+3)} $ And here are some bigger versions of it: $ {big(1/2x^2|)^(x=n)_(x=0) + big((2x+3))} $ $ {Big(1/2x^2|)^(x=n)_(x=0) + Big((2x+3))} $ $ {bigg(1/2x^2|)^(x=n)_(x=0) + bigg((2x+3))} $ $ {Bigg(1/2x^2|)^(x=n...
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/uebungen/3/main.typ
typst
#import "/config.typ": theme #import "/components/math.typ": hlp #import "/components/admonition.typ": admonition = Rekursion == MaxTeilSum-2d Gesucht ist die Teilmatrix, dessen Komponenten aufsummiert maximal sind. #align(center, box(width: 50%, include "mts_2d.typ" ) ) === Naiver Algorithmus Man könnte ...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/figure-caption.typ
typst
Apache License 2.0
// Test figure captions. --- // Test figure.caption element #show figure.caption: emph #figure( [Not italicized], caption: [Italicized], ) --- // Test figure.caption element for specific figure kinds #show figure.caption.where(kind: table): underline #figure( [Not a table], caption: [Not underlined], ) #fi...
https://github.com/heloineto/utfpr-tcc-template
https://raw.githubusercontent.com/heloineto/utfpr-tcc-template/main/template/abstract-page.typ
typst
#let abstract-page(body, lang: "pt", keywords: ()) = { [ #set align(center) #set text(weight: "bold") #(if lang == "pt" { "RESUMO" } else { "ABSTRACT" }) ] v(30pt) [ #set text(weight: "regular") #set align(left) #set par(justify: true) #body ] [ #text(weight: "bold", if ...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/016%20-%20Fate%20Reforged/003_The%20Reforged%20Chain.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Reforged Chain", set_name: "Fate Reforged", story_date: datetime(day: 21, month: 01, year: 2015), author: "<NAME>", doc ) #emph[Sarkhan Vol followed the whispers of the spirit dragon Ugin back into Tarkir's past, with no idea what to ex...
https://github.com/alberto-lazari/computer-science
https://raw.githubusercontent.com/alberto-lazari/computer-science/main/advanced-topics-cs/quantum-algorithms/report.typ
typst
#import "@local/unipd-doc:0.0.1": * #show: unipd-doc( title: [Introduction to Quantum Algorithms], subtitle: [Short course report], author: [<NAME> -- 2089120], date: [June 2024], ) #pagebreak() #include "chapters/computational-model.typ" #include "chapters/amplitude-amplification.typ" #include "chap...
https://github.com/cnaak/lyceum.typ
https://raw.githubusercontent.com/cnaak/lyceum.typ/main/README.md
markdown
MIT License
# lyceum.typ academic book template in typst
https://github.com/rinmyo/titech-thm
https://raw.githubusercontent.com/rinmyo/titech-thm/main/README.md
markdown
Other
# titech-thm This is a [Typst](https://github.com/typst/typst) slide template for Tokyo Tech based on the [typst-slides](https://github.com/andreasKroepelin/typst-slides) project. This project is on development and aim to mimic the [official version(available within campus)](https://www.titech.ac.jp/public-relations...
https://github.com/alberto-lazari/cns-report
https://raw.githubusercontent.com/alberto-lazari/cns-report/main/webcam.typ
typst
= Webcam virtualization <webcam_virtualization> In order to decide how to virtualize the camera, we considered several tools: == v4l2loopback v4l2loopback @v4l2loopback is a lightweight kernel module that provides a simple way to create virtual video devices. It integrates directly with the Linux Video4Linux2 (v4l2)...
https://github.com/noahjutz/CV
https://raw.githubusercontent.com/noahjutz/CV/main/sidebar/social.typ
typst
#let _social( al, img, body, ) = block( below: 12pt, align( al, stack( dir: ltr, spacing: 6pt, image(img, width: 20pt), body ) ) ) #let social( al: horizon, img, url: none, body ) = if url != none { link( url, _social( al, img, body ...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/outline.typ
typst
Apache License 2.0
#set page("a7", margin: 20pt, numbering: "1") #set heading(numbering: "(1/a)") #show heading.where(level: 1): set text(12pt) #show heading.where(level: 2): set text(10pt) #outline() = Einleitung #lorem(12) = Analyse #lorem(10) #[ #set heading(outlined: false) == Methodik #lorem(6) ] == Verarbeitung #lorem(4)...
https://github.com/Otto-AA/definitely-not-tuw-thesis
https://raw.githubusercontent.com/Otto-AA/definitely-not-tuw-thesis/main/src/statement.typ
typst
MIT No Attribution
#import "translations/translations.typ": translate #import "utils.typ": name-with-titles #let statement = (author, date) => { heading(translate("statement"), outlined: false) name-with-titles(author) v(2em) translate("statement-own-work") linebreak() linebreak() translate("statement-ai-tools") v(8em...
https://github.com/herbertskyper/HITsz_Proposal_report_Template
https://raw.githubusercontent.com/herbertskyper/HITsz_Proposal_report_Template/main/utils/numbering.typ
typst
MIT License
#let heading_numbering(..nums) = { let nums_vec = nums.pos() if nums_vec.len() > 0 { let without_first = nums_vec.slice(1, nums_vec.len()) // let without_second = nums_vec.slice(2, nums_vec.len()) if without_first.len() == 4 [ #numbering( "1)" , ..nums_vec.slice(4,5) ) #h(0cm) ] ...
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Research/Winter%202024/Masters%20Thesis/Thesis%20Template.typ
typst
#import "@preview/cetz:0.2.1" #import "@preview/ctheorems:1.1.0": * #import "@preview/outrageous:0.1.0" #let latex( doc ) = { set page(margin: (x: 2cm, top: 2cm, bottom: 2cm), header-ascent: 18%) set par(leading: 0.55em, first-line-indent: 1.8em, justify: true) set text(font: "New Computer Modern", size: 12pt) show...
https://github.com/MatheSchool/typst-g-exam
https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/test/parameters/test-001.typ
typst
MIT License
#import "../../src/lib.typ": * #show: g-exam.with( school: ( name: [] ) ) #g-question(points: 1)[Question 1] #g-question(points: 1)[Question 2] #g-question(points: 1.5)[Question 3]
https://github.com/kom113/ucas-typst-slide
https://raw.githubusercontent.com/kom113/ucas-typst-slide/master/README.md
markdown
MIT License
# ucas-typst-slide a typst slide template for students in ucas based on polylux
https://github.com/bnse/typst_tempalte_cn
https://raw.githubusercontent.com/bnse/typst_tempalte_cn/main/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: "mytypst", authors: ( (name: "bnse", email: "<EMAIL>"), ), // Insert your abstract after the colon, wrapped in brackets. // Example: `...
https://github.com/jneug/typst-mantys
https://raw.githubusercontent.com/jneug/typst-mantys/main/template/manual.typ
typst
MIT License
#import "@preview/mantys:0.1.4": * #show: mantys.with( name: "mantys", version: "0.1.0", authors: ( "<NAME>", ), license: "MIT", description: "Helpers to build manuals for Typst packages.", repository:"https://github.com/jneug/typst-mantys", /// Uncomment to load the above package information //...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/数理逻辑/作业/ml-1_1-hw.typ
typst
#import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark #import "../../template.typ": * #import "../main.typ": not1, True, False, infer #import "../main.typ": * #show: note.with( title: "作业12", author: "YHTQ", date: datetime.today().display(), logo: none, withOutlined...
https://github.com/ckunte/m-one
https://raw.githubusercontent.com/ckunte/m-one/master/inc/slenderness.typ
typst
= Tube slenderness During a pushover simulation last week, the jacket kept struggling at the set load increments. These had not changed from a previous such exercise, the difference being that a particular frame normal to the environmental attack direction had been revised. #figure( image("/img/slenderness.png", wi...
https://github.com/Fabioni/Typst-TUM-Thesis-Template
https://raw.githubusercontent.com/Fabioni/Typst-TUM-Thesis-Template/main/cover.typ
typst
MIT No Attribution
#let covertitel( degree: "", program: "", ) = { // --- Cover --- v(1cm) align(center, image("TUM_logo.svg", width: 26%)) v(5mm) upper(align(center, text(font: "New Computer Modern", 1.55em, weight: 600, "Technical University of Munich"))) v(5mm) smallcaps(align(center, text(font: "New Computer Moder...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/dict.typ
typst
Apache License 2.0
// Test dictionaries. // Ref: false --- // Ref: true // Empty #(:) // Two pairs and string key. #let dict = (normal: 1, "spacy key": 2) #dict #test(dict.normal, 1) #test(dict.at("spacy key"), 2) --- // Test lvalue and rvalue access. #{ let dict = (a: 1, "b b": 1) dict.at("b b") += 1 dict.state = (ok: true, e...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/let.typ
typst
Apache License 2.0
// Test let bindings. --- // Automatically initialized with none. #let x #test(x, none) // Manually initialized with one. #let z = 1 #test(z, 1) // Syntax sugar for function definitions. #let fill = conifer #let f(body) = rect(width: 2cm, fill: fill, inset: 5pt, body) #f[Hi!] --- // Termination. // Terminated by l...
https://github.com/enseignantePC/2023-24
https://raw.githubusercontent.com/enseignantePC/2023-24/master/act_template.typ
typst
#import "detect.typ": detect #import "style.typ": doc #let page_to_footnotes_map = state("ptfm", (:)) #let question(body, supplement : none) = detect( body: (counter, loc) => text( size: 1.2em, )[*Question #supplement #counter.display())*] + [#h(.5em) #body #linebreak()], add: (counter, loc) => place( bot...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.0.2/intersection.typ
typst
Apache License 2.0
#import "vector.typ" #import "util.typ" /// Check for line-line intersection and return point or none /// /// - a (vector): Line 1 point 1 /// - b (vector): Line 1 point 2 /// - c (vector): Line 2 point 1 /// - d (vector): Line 2 point 2 /// -> (vector,none) #let line-line(a, b, c, d) = { let lli8(x1, y1, x2, y2, x3...
https://github.com/alejandrgaspar/pub-analyzer
https://raw.githubusercontent.com/alejandrgaspar/pub-analyzer/main/pub_analyzer/internal/templates/author/author_summary.typ
typst
MIT License
// Author Summary = Author. #let summary-card(title: "Title", body) = { return block( width: 100%, height: 150pt, fill: rgb("e5e7eb"), stroke: 1pt, radius: 2pt, )[ #v(20pt) #align(center)[#text(size: 12pt)[#title]] #v(5pt) #block(width: 100%, inset: (x: 20pt))[#body] ] } // C...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/footnote-keep-multiple_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page(height: 100pt) #v(40pt) A #footnote[a] \ B #footnote[b]
https://github.com/maantjemol/Aantekeningen-Jaar-2
https://raw.githubusercontent.com/maantjemol/Aantekeningen-Jaar-2/main/project%20management/aantekeningen.typ
typst
#import "../template/lapreprint.typ": template #import "../template/frontmatter.typ": loadFrontmatter #import "@preview/drafting:0.2.0": * #import "@preview/cetz:0.2.2" #let default-rect(stroke: none, fill: none, width: 0pt, content) = { pad(left:width*(1 - marginRatio), rect(width: width*marginRatio, stroke: stroke...
https://github.com/tzx/NNJR
https://raw.githubusercontent.com/tzx/NNJR/main/resume.typ
typst
MIT License
#import "template.typ": resume, header, resume_heading, edu_item, exp_item, project_item, skill_item #show: resume #header( name: "<NAME>", phone: "123-456-7890", email: "<EMAIL>", linkedin: "linkedin.com/in/jake", site: "github.com/jake", ) #resume_heading[Education] #edu_item( name: "Southwestern Unive...
https://github.com/flavio20002/cyrcuits
https://raw.githubusercontent.com/flavio20002/cyrcuits/main/tests/invert/test.typ
typst
Other
#import "../../lib.typ": * #set page(width: auto, height: auto, margin: 0.5cm) #show: doc => cyrcuits( scale: 1, doc, ) ```circuitkz \begin{circuitikz} \draw (0,0) to[battery1=$E$] ++ (0,2) to[R=$R_1$,f>_=$i_1$] ++ (0,2) to[short,-*] ++ (2,0) coordinate (aux1) to[R,l_=$R_2$,f>_=$i_2$] ++ (0,-4...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/color-00.typ
typst
Other
// Test CMYK color conversion. #let c = cmyk(50%, 64%, 16%, 17%) #stack( dir: ltr, spacing: 1fr, rect(width: 1cm, fill: cmyk(69%, 11%, 69%, 41%)), rect(width: 1cm, fill: c), rect(width: 1cm, fill: c.negate()), ) #for x in range(0, 11) { box(square(size: 9pt, fill: c.lighten(x * 10%))) } #for x in range(0, ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/emphasis_05.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Error: 11-12 unclosed delimiter // // Error: 3-4 unclosed delimiter // #[_Cannot *be interleaved]
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CU/oktoich/1_generated/0_all/Hlas7.typ
typst
#import "../../../all.typ": * #show: book = #translation.at("HLAS") 7 #include "../Hlas7/0_Nedela.typ" #pagebreak() #include "../Hlas7/1_Pondelok.typ" #pagebreak() #include "../Hlas7/2_Utorok.typ" #pagebreak() #include "../Hlas7/3_Streda.typ" #pagebreak() #include "../Hlas7/4_Stvrtok.typ" #pagebreak() #include "../H...
https://github.com/maucejo/presentation_touying
https://raw.githubusercontent.com/maucejo/presentation_touying/main/src/_boxes.typ
typst
MIT License
#import "@preview/touying:0.5.3": * #import "@preview/showybox:2.0.3": * #import "@preview/codelst:2.0.1": sourcecode // Emphasized box (for equations) #let _emphbox(self: none, body) = { set align(center) box( stroke: 1pt + self.colors.box.lighten(20%), radius: 5pt, inset: 0.5em, fill: ...
https://github.com/TOETOE55/TOETOE-s-Bizarre-Adventure
https://raw.githubusercontent.com/TOETOE55/TOETOE-s-Bizarre-Adventure/master/resume.typ
typst
Other
#import "lib.typ": * #show: resume.with( author: ( firstname: "", lastname: "邓乐涛", email: "<EMAIL>", phone: "(+86) 186-7500-3737", github: "TOETOE55", ), date: datetime.today().display(), colored_headers: true ) = 教育经历 #resume-entry( title: "陕西师范大学", location: "西安", date...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/2%20-%20RTB/Glossario/Glossario.typ
typst
#import "/template.typ": * #show: project.with( title: "Glossario", authors: ( "<NAME>", ), reviewers: ( "<NAME>", ), showIndex: false, //overridden showImagesIndex: false, showTablesIndex: false ); #let glossary = json("/Glossario.json"); #outline(depth: 1) #pagebreak() #set heading( lev...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS3001/Modules/IntellectualProperty.typ
typst
#import "../../../template.typ": * = Intellectual Property #definition[ *Intellectual property* refers to creations of the mind: inventions, literary works, names and images used in commerce, etc. ] A *trade secret* is a confidential piece of intellectual properly that protects a company with a competitive advantag...
https://github.com/juraph-dev/usyd-slides-typst
https://raw.githubusercontent.com/juraph-dev/usyd-slides-typst/main/usyd_polylux_theme.typ
typst
MIT License
#import "@preview/polylux:0.3.1": * // University of Sydney Typst Polylux theme // // By Juraph (github.com/juraph) // // Please feel free to improve this theme // by submitting a PR. #let s-white = rgb("#ffffff") #let s-half-white = rgb("#E68673") #let s-black = rgb("#000000") #let s-ochre = rgb("#e64626") #let s-ch...
https://github.com/hugoledoux/msc_geomatics_thesis_typst
https://raw.githubusercontent.com/hugoledoux/msc_geomatics_thesis_typst/main/chapters/relatedwork.typ
typst
MIT License
#import "../template.typ": * = Related Work In @chap:intro[Chapter] we saw many important things. And in @sec:cross-ref we saw some too. Lemongrass frosted gingerbread bites banana bread orange crumbled lentils sweet potato black bean burrito green pepper springtime strawberry ginger lemongrass agave green tea smoky...
https://github.com/RhenzoHideki/com1
https://raw.githubusercontent.com/RhenzoHideki/com1/main/Relatorio-04/Relatorio-04.typ
typst
#import "@preview/klaro-ifsc-sj:0.1.0": report #show: doc => report( title: "Relatório 04", subtitle: " Sistemas de comunicação I (COM029007)", // Se apenas um autor colocar , no final para indicar que é um array authors:("<NAME>",), date: "11 de abril de 2024", doc, ) = Introdução Este relatório abrange...