repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/dadn-dream-home/documents
https://raw.githubusercontent.com/dadn-dream-home/documents/main/contents/09-hien-thuc/index.typ
typst
= Hiện thực Hiện thực của nhóm được đăng tải tại địa chỉ https://github.com/dadn-dream-home. Giao diện ứng dụng được mô tả ở hình @fig:ui. #figure( image("ui.drawio.svg", width: 100%), caption: "Giao diện ứng dụng", ) <fig:ui> Giao diện gồm có 5 màn hình chính: / Dashboard: là giao diện để người dùng xem t...
https://github.com/TGM-HIT/typst-protocol
https://raw.githubusercontent.com/TGM-HIT/typst-protocol/main/template/glossaries.typ
typst
MIT License
#import "@preview/tgm-hit-protocol:0.1.0": * #glossary-entry( "ac:tgm", short: "TGM", long: "Technologisches Gewerbemuseum", // group: "Acronyms", ) #glossary-entry( "syt", short: "SYT", long: "Systemtechnik", desc: ["Als Systemtechnik bezeichnet man verschiedene Aufbau- und Verbindungstechniken, aber...
https://github.com/Skimmeroni/Appunti
https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Matematica4AI/LinAlg/Decomposition.typ
typst
Creative Commons Zero v1.0 Universal
#import "../Math4AI_definitions.typ": * A symmetric matrix $A$ is said to be *definite positive* if, for any vector $underline(x)$, $angle.l underline(x), A underline(x) angle.r > 0$. It is instead said to be *semidefinite positive* if, for any vector $underline(x)$, $angle.l underline(x), A underline(x) angle.r gt.eq...
https://github.com/typst-doc-cn/tutorial
https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/basic/reference-visualization.typ
typst
Apache License 2.0
#import "mod.typ": * #show: book.ref-page.with(title: [参考:图形与几何元素]) == 直线 A line from one point to another. #ref-bookmark[`line`] #code(```typ #line(length: 100%) #line(end: (50%, 50%)) #line( length: 4cm, stroke: 2pt + maroon, ) ```) == 线条样式 Defines how to draw a line. #ref-bookmark[`stroke`] A stroke has a...
https://github.com/EGmux/ControlTheory-2023.2
https://raw.githubusercontent.com/EGmux/ControlTheory-2023.2/main/unit2/main.typ
typst
#include "./stabilitiy.typ" #include "./multipleSubsystemReduction.typ"
https://github.com/CarlColglazier/northwestern-thesis-quarto
https://raw.githubusercontent.com/CarlColglazier/northwestern-thesis-quarto/master/_extensions/northwestern-thesis/typst/typst-template.typ
typst
MIT License
#let nuthesis( title: "Paper Title", author: "<NAME>", date: "Month Year", abstract: none, paper-size: "us-letter", bibliography-file: none, toc: false, lof: false, lot: false, toc_title: "Table of Contents", toc_depth: none, document-type: "dissertation", field: "Computer Science", mainfo...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/tidy/0.2.0/src/tidy.typ
typst
Apache License 2.0
// Source code for the typst-doc package #import "styles.typ" #import "tidy-parse.typ" #import "utilities.typ" #import "show-example.typ" #import "testing.typ" /// Parse the docstrings of a typst module. This function returns a dictionary /// with the keys /// - `name`: The module name as a string. /// - `functio...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/georges-yetyp/0.1.0/README.md
markdown
Apache License 2.0
# Georges Yétyp [French version](README.fr.md) Typst template for Polytech (Grenoble) internship reports. [![Preview of the front page](thumbnail.png)](thumbnail.png) ## Usage Either use this template [in the Typst web app](https://typst.app/?template=georges-yetyp&version=0.1.0), or use the command line to initia...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/06-features-2/substitution/rev-chaining.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/lib/glossary.typ": tr #show: web-page-template // ### Reverse chained contextual substitution === 逆向#tr[chaining]#tr[substitution] // The final substitution type is designed for Nastaliq style Arabic fonts (often ...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/01-history/vector-font.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/lib/glossary.typ": tr #show: web-page-template // Digital fonts go vector == 矢量化的数字字体 // As we saw, the first computer fonts were stored in *bitmap* (also called *raster*) format. What this means is that their des...
https://github.com/monashcoding/typst-polylux-theme
https://raw.githubusercontent.com/monashcoding/typst-polylux-theme/main/README.md
markdown
# MAC Typst Polylux Theme MAC theme for [Polylux](https://polylux.dev/book/), a slides package for [Typst](https://typst.app/).
https://github.com/NMD03/typst-uds
https://raw.githubusercontent.com/NMD03/typst-uds/main/chapters/01-Introduction.typ
typst
#import "../template.typ": * Fist, in the `thesis.typ` file, adapt the configuration to match your requirements. For further configuration, look in the upper part of the `template.typ` file, e.g. to learn how to change the company name and logo. Of cause, you may change other parts of the template to adapt it to your ...
https://github.com/xsro/xsro.github.io
https://raw.githubusercontent.com/xsro/xsro.github.io/zola/typst/nlct/math/ode_numerical.typ
typst
== Numerical methods for ode The closed-loop control system is usually written as $ dot(x)=f(t,x). $ To verify the control performance, several numerical method is important. - https://www.math.hkust.edu.hk/~machas/numerical-methods-for-engineers.pdf === Euler method -- First Order $ x_(n+1)=x_n+Delta t f(t_n,x_n)...
https://github.com/glambrechts/slydst
https://raw.githubusercontent.com/glambrechts/slydst/main/lib.typ
typst
MIT License
#import "slydst.typ": slides, frame, definition, theorem, lemma, corollary, algorithm
https://github.com/vEnhance/1802
https://raw.githubusercontent.com/vEnhance/1802/main/src/minmax.typ
typst
MIT License
#import "@local/evan:1.0.0":* = Critical points == [TEXT] Critical points in 18.01 First, a comparison to 18.01. Way back when you had a differentiable single-variable function $f : RR -> RR$, and you were trying to minimize it, you used the following terms: #figure( table( columns: 2, align: left, ta...
https://github.com/Pavanato/ALN_A2
https://raw.githubusercontent.com/Pavanato/ALN_A2/main/provas.typ
typst
#import "theorems.typ": * #show: thmrules.with(qed-symbol: $square$) #set page(numbering: "1") // #set page(margin: 1.5cm) #set text(font: "Linux Libertine", lang: "pt") #set heading(numbering: "1.") #let theorem = thmbox("teorema", "Teorema", fill: rgb("#eeffee")) #let corollary = thmbox( "Corolário", "Corolári...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/break-continue-08.typ
typst
Other
// Ref: true // Should output `Hello World 🌎`. #for _ in range(10) { [Hello ] [World #{ [🌎] break }] }
https://github.com/herbhuang/utdallas-thesis-template-typst
https://raw.githubusercontent.com/herbhuang/utdallas-thesis-template-typst/main/layout/cover.typ
typst
MIT License
#let cover( title: "", degree: "", program: "", author: "", ) = { set page( margin: (left: 30mm, right: 30mm, top: 40mm, bottom: 40mm), numbering: none, number-align: center, ) let body-font = "New Computer Modern" let sans-font = "New Computer Modern Sans" set text( font: body-font,...
https://github.com/DawnEver/typst-academic-cv
https://raw.githubusercontent.com/DawnEver/typst-academic-cv/main/template.typ
typst
//http://zhongguose.com/ #let background = rgb(255, 250, 250) #let gray = rgb(82, 97, 106) #let heading_color =rgb(23, 114, 180) #let body_color = rgb(34, 32, 36) // black-white // #let background = rgb(255, 250, 250) // #let gray = rgb(169, 168, 169) // #let heading_color = rgb(82,97,106) //52616a // #let body_color ...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/200.%20real.html.typ
typst
real.html The Real Reason to End the Death Penalty April 2021When intellectuals talk about the death penalty, they talk about things like whether it's permissible for the state to take someone's life, whether the death penalty acts as a deterrent, and whether more death sentences are given to some groups than others. ...
https://github.com/v-shenoy/vitae
https://raw.githubusercontent.com/v-shenoy/vitae/main/vitae.typ
typst
MIT License
#let hsep() = { line(length: 100%, stroke: rgb(0, 0, 0, 75)) } #let vsep() = { set text(fill: rgb(0, 0, 0, 200), size: 12pt, weight: "bold") [ | ] } #let iconify_link(l) = { grid( columns: 2, gutter: 5pt, image("assets/icons/" + l.icon + ".svg", width: 12pt), [ #v(2pt); #link(l.url, l.display...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/计算方法B/code/hw3/上机报告.typ
typst
#import "../../../template.typ": * #show: note.with( title: "上机报告", author: "YHTQ", date: datetime.today().display(), logo: none, withOutlined : false, withTitle : false, withHeadingNumbering: false ) #let output = read("output.txt") 本次作业主要是利用 Householder 变换实现 QR 分解,并且利用 QR 分解求解线性方程组,并与上次作业的结果进行比较。下面是程序的输...
https://github.com/Nrosa01/TFG-2023-2024-UCM
https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Memoria%20Typst/capitulos/2.2.SimuladoresDeArena.typ
typst
#import "../utilities/gridfunc.typ": * #import "../data/gridexamples.typ": * #import "../data/data.typ": * == Simuladores de arena <simuladoresArena> En esta sección, se hablará de manera resumida acerca de qué son los simuladores de arena y su funcionamiento. Más tarde, se presentan una serie de antecedentes que se ...
https://github.com/HPDell/typst-slides-uob
https://raw.githubusercontent.com/HPDell/typst-slides-uob/main/slides-uob.typ
typst
// Slides template for the University of Bristol // Author: <NAME> #let red = rgb(171, 31, 45) #let document-title = state("title", "") #let in-slide = state("in-slide", false) #let slides( title: "", authors: (), date: datetime.today(), short-title: "", body ) = { set document( title: title, aut...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1AFF0.typ
typst
Apache License 2.0
#let data = ( ("KATAKANA LETTER MINNAN TONE-2", "Lm", 0), ("KATAKANA LETTER MINNAN TONE-3", "Lm", 0), ("KATAKANA LETTER MINNAN TONE-4", "Lm", 0), ("KATAKANA LETTER MINNAN TONE-5", "Lm", 0), (), ("KATAKANA LETTER MINNAN TONE-7", "Lm", 0), ("KATAKANA LETTER MINNAN TONE-8", "Lm", 0), ("KATAKANA LETTER MINN...
https://github.com/0xPARC/0xparc-intro-book
https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/src/zkintro.typ
typst
#import "preamble.typ":* = Introduction to SNARKs Peggy has done some very difficult calculation. She wants to prove to Victor that she did it. Victor wants to check that Peggy did it, but he is too lazy to redo the whole calculation himself. - Maybe Peggy wants to keep part of the calculation secret. Maybe her ca...
https://github.com/noriHanda/undergrad_paper
https://raw.githubusercontent.com/noriHanda/undergrad_paper/main/template.typ
typst
#let titleL = 1.8em #let titleM = 1.6em #let titleS = 1.2em #let university = "北海道大学" #let fontSerif = ("Noto Serif", "Noto Serif CJK JP") #let fontSan = ("Noto Sans", "Noto Sans CJK JP") #let bibliographyTitleJa = "参考文献" #let project(title: "", englishTitle: "", author: "", university: university, affiliation: "", la...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/features_10.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Error: 24-25 expected "lining", "old-style", or auto, found integer // #set text(number-type: 2)
https://github.com/SkiFire13/master-thesis
https://raw.githubusercontent.com/SkiFire13/master-thesis/master/preface/copyright.typ
typst
#import "../config/translated.typ": degree #let no-linebreak(body) = { show linebreak: none body } #let copyright(name, title, date) = page(align(bottom)[ #name: _ #no-linebreak(title) _, #degree, #(sym.copyright) #(date.year()). ])
https://github.com/RandomcodeDev/FalseKing-Design
https://raw.githubusercontent.com/RandomcodeDev/FalseKing-Design/main/game/story.typ
typst
= Story The player (Shadow) is a rogue who is displeased with the current state of the five kingdoms. They wish to take over and become the King of Aether, the most powerful element. == Introduction The game's world is introduced with a cutscene explaining each kingdom, and who Shadow is. Then, it shifts to Shadow in ...
https://github.com/tingerrr/anti-matter
https://raw.githubusercontent.com/tingerrr/anti-matter/main/example/back-matter.typ
typst
MIT License
#set heading(numbering: none) = Glossary Content = Appendix Content = Acknowledgement Content
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/015_Commander%20(2014%20Edition).typ
typst
#import "@local/mtgset:0.1.0": conf #show: doc => conf("Commander (2014 Edition)", doc) #include "./015 - Commander (2014 Edition)/001_Loran's Smile.typ" #include "./015 - Commander (2014 Edition)/002_The Lithomancer.typ" #include "./015 - Commander (2014 Edition)/003_The First World Is the Hardest.typ"
https://github.com/nikhilweee/nikipedia-typst
https://raw.githubusercontent.com/nikhilweee/nikipedia-typst/main/template/shorthands.typ
typst
// Math Helpers #let bx = math.bold("x") #let bz = math.bold("z") #let bw = math.bold("w") #let cL = math.cal("L") #let DKL = $D_"KL"$ // Equation Helpers // #let eqnum = math.equation.with(block: true, numbering: "(1)") #let eqlab(eq, lab) = { [ #math.equation(eq, block: true, numbering: "(1)") #label(lab)...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/vec-01.typ
typst
Other
// Test alternative delimiter. #set math.vec(delim: "[") $ vec(1, 2) $
https://github.com/jfrydell/fpga-gpu
https://raw.githubusercontent.com/jfrydell/fpga-gpu/main/report/report.typ
typst
#import "template.typ": * #show: project.with( title: "ECE 350 Final Project - GPU", authors: ( "<NAME>", ), ) = Overall Design and Specifications My project's goal was to augment the baseline ECE 350 CPU with a special-purpose graphics unit, with the ability to render semi-realistic 3D scenes as well as re...
https://github.com/haxibami/haxipst
https://raw.githubusercontent.com/haxibami/haxipst/main/test/resume.typ
typst
#import "../src/main.typ": * #import "@preview/roremu:0.1.0": roremu #show: resume.with( pdf-author: "著者", pdf-keywords: ( "キーワード1", "キーワード2", ), title: [#text(size: 1.5em)[*タイトル*]], author: [著者], header: [ヘッダー #h(1fr) #datetime.today().display()], ) #set heading(numbering: "1.a.") = 見出し1 == 見出し...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/AnalisiDeiRequisiti/content.typ
typst
MIT License
#import "meta.typ" : title #import "functions.typ" : glossary, team, modulo, requirements_table, generate_requirements_array #show link: underline #set list(marker: ([•], [--])) #set enum(numbering: "1.a.") = Introduzione == Scopo del documento Il presente documento ha lo scopo di fornire una descrizione dettagliata...
https://github.com/SkiFire13/master-thesis-presentation
https://raw.githubusercontent.com/SkiFire13/master-thesis-presentation/master/touying-diagrams.typ
typst
#import "@preview/cetz:0.2.2" #import "@preview/fletcher:0.5.1" as fletcher #import "@preview/touying:0.3.1": touying-reducer #let _canvas-reducer(..args) = cetz.canvas({ cetz.draw.group(name: "inner", ..args) cetz.draw.on-layer(-99, cetz.draw.rect((rel: (-1pt, -1pt), to: "inner.south-west"), (rel: (1pt, 1pt), to:...
https://github.com/TheLukeGuy/backtrack
https://raw.githubusercontent.com/TheLukeGuy/backtrack/main/src/lib.typ
typst
Apache License 2.0
// Copyright © 2023 <NAME> // This file is part of Backtrack. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not // use this file except in compliance with the License. You may obtain a copy of // the License at <http://www.apache.org/licenses/LICENSE-2.0>. // // Unless required by applic...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/footnote-keep-multiple.typ
typst
Apache License 2.0
// Test that the logic that keeps footnote entry together with // their markers also works for multiple footnotes in a single // line or frame (here, there are two lines, but they are one // unit due to orphan prevention). --- #set page(height: 100pt) #v(40pt) A #footnote[a] \ B #footnote[b]
https://github.com/FkHiroki/ex-E5
https://raw.githubusercontent.com/FkHiroki/ex-E5/main/sections/section1.typ
typst
MIT No Attribution
= 1. 目的 本稿では、本大学の理工学部計算センターのワークステーションを用いてUNIX系OSの操作に慣れ、プログラムの作成、コンパイル、実行を行うことを目的とする。ここでは、C言語を用いてプログラムの作成法学びながら、モンテカルロ法のシミュレーションを行う。
https://github.com/pta2002/typst-timeliney
https://raw.githubusercontent.com/pta2002/typst-timeliney/main/manual.typ
typst
MIT License
#import "@preview/mantys:0.1.4": * #import "timeliney.typ": * #show: mantys.with( ..toml("typst.toml").package, examples-scope: ( group: group, headerline: headerline, milestone: milestone, task: task, taskgroup: taskgroup, timeline: timeline, ) ) #command( "timeline", arg[body], a...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/deco_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test stroke folding. #set underline(stroke: 2pt, offset: 2pt) #underline(text(red, [DANGER!]))
https://github.com/ClassicConor/UoKCSYear1ExamNotes2024
https://raw.githubusercontent.com/ClassicConor/UoKCSYear1ExamNotes2024/master/Databases%20(With%20Exam%20Answers)/Databases%202022%20Paper/Databases%202022%20Answers.typ
typst
= 2022 Databases and the Web Exam <databases-and-the-web-exam> == Question 1 <question-1> #quote(block: true)[ #block[ #set enum(numbering: "(a)", start: 1) + Inspect the following code: ] ```html <html> <head> <title>First Attempt</title> <style> td th table { border: solid 1px } </style> </head> <body> <p style="col...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/gradient-stroke_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #align( center + bottom, square( size: 50pt, fill: gradient.radial(red, blue, radius: 70.7%, focal-center: (10%, 10%)), stroke: 10pt + gradient.radial(red, blue, radius: 70.7%, focal-center: (10%, 10%)) ) )
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/unit/bracket-unit-denominator/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": unit, metro-setup #set page(width: auto, height: auto) #unit("joule per mole per kelvin", per-mode: "symbol", bracket-unit-denominator: false)
https://github.com/remigerme/typst-polytechnique
https://raw.githubusercontent.com/remigerme/typst-polytechnique/main/heading.typ
typst
MIT License
/***********************/ /* TEMPLATE DEFINITION */ /***********************/ #let apply(doc) = { // Numbering parameters set heading(numbering: "1.1 - ") // H1 styling show heading.where(level:1): he => { set align(center) box(width: 85%)[#{ set par(justify: false) set text( siz...
https://github.com/SiyangShao/resume
https://raw.githubusercontent.com/SiyangShao/resume/main/main_work.typ
typst
#show heading: set text(font: "Linux Biolinum") #show link: underline // Uncomment the following lines to adjust the size of text // The recommend resume text size is from `10pt` to `12pt` #set text( size: 11pt, ) // Feel free to change the margin below to best fit your own CV #set page( margin: (x: 0.9cm, y: 1...
https://github.com/OJII3/tuat-typst
https://raw.githubusercontent.com/OJII3/tuat-typst/main/CONTRIBUTING.md
markdown
# CONTRIBUTING.md ## Formatting - Use `typstyle`.
https://github.com/rxt1077/it610
https://raw.githubusercontent.com/rxt1077/it610/master/markup/slides/runtimes.typ
typst
#import "/templates/slides.typ": * #show: university-theme.with( short-title: [Runtimes], ) #title-slide( title: [Container Runtimes], ) #slide(title: [Background], side-by-side[ #v(1fr) - Recall that containers are largely just #link("https://en.wikipedia.org/wiki/Linux_namespaces")[namespaces] and #link("h...
https://github.com/simon-epfl/notes-ba3-simon
https://raw.githubusercontent.com/simon-epfl/notes-ba3-simon/main/electromag/notes.typ
typst
== Cours 1 - +- force attraction, -- ou ++ force de répulsion - on peut diviser +- mais pas créer => conservation de la charge - la force est inversement proportionnelle à la distance $F=k/(r^alpha)$ - ...elle dépend aussi des charges des deux corps $F = k (q_1q_2)/(r^alpha)$ - induction : ex de la balle neutre, quan...
https://github.com/bamboovir/typst-resume-template
https://raw.githubusercontent.com/bamboovir/typst-resume-template/main/template.typ
typst
MIT License
// const color #let color_darknight = rgb("#131A28") #let color_darkgray = rgb("333333") // layout utility #let justify_align(left_body, right_body) = { block[ #left_body #box(width: 1fr)[ #align(right)[ #right_body ] ] ] } #let justify_align_3(left_body, mid_body, right_body) = { ...
https://github.com/typst-doc-cn/tutorial
https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/basic/reference-typebase.typ
typst
Apache License 2.0
#import "mod.typ": * #show: book.ref-page.with(title: [参考:基本类型]) #let glue-block = block.with(breakable: false) // === 空字面量 <grammar-none-literal> // 空字面量是纯粹抽象的概念,这意味着你在现实中很难找到对应的实体。就像是数学中的零与负数,空字面量自然产生于运算过程中。 // #code(```typ // #repr((0, 1).find((_) => false)), // #repr(if false [啊?]) // ```) // 上例第一行,当在「数组」中查找...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/delimited-05.typ
typst
Other
// Test half LRs. $ lr(a/b\]) = a = lr(\{a/b) $
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/text/symbol.typ
typst
Apache License 2.0
// Test symbols. --- #emoji.face #emoji.woman.old #emoji.turtle #set text(font: "New Computer Modern Math") #sym.arrow #sym.arrow.l #sym.arrow.r.squiggly #sym.arrow.tr.hook #sym.arrow.r;this and this#sym.arrow.l; --- // Error: 13-20 unknown symbol modifier #emoji.face.garbage
https://github.com/eliapasquali/typst-thesis-template
https://raw.githubusercontent.com/eliapasquali/typst-thesis-template/main/chapters/requirements.typ
typst
Other
#import "../config/thesis-config.typ": useCase #pagebreak(to:"odd") = Analisi dei requisiti <cap:analisi-requisiti> #v(1em) #text(style: "italic", [ Breve introduzione al capitolo ]) #v(1em) == Casi d'uso Per lo studio dei casi di utilizzo del prodotto sono stati creati dei diagrammi. I diagrammi dei casi d'u...
https://github.com/duskmoon314/thu-polylux
https://raw.githubusercontent.com/duskmoon314/thu-polylux/main/README.md
markdown
MIT License
# THU-Polylux 一个 THU 风格的 Typst/Polylux 主题,仿照 THU 风格的 Beamer 主题制作。
https://github.com/LuminolT/SHU-Bachelor-Thesis-Typst
https://raw.githubusercontent.com/LuminolT/SHU-Bachelor-Thesis-Typst/main/README.md
markdown
# SHU-Bachelor-Thesis-Typst (开发ing) 上海大学本科毕业论文[_typst_](https://typst.app/)模板 ## 为什么要使用typst typst相较Latex具有较为简洁的[语法](https://typst.app/docs/reference/syntax/),更加用户友好的[教程及文档](https://typst.app/docs/tutorial/)。除去其用于支持用户自定样式的语法,typst具有与markdown高度相似的语法,使非模板编辑者能更好的聚焦文档编写本身。而且,typst具有快速的编译速度,搭配[vscode typst lsp](https://mar...
https://github.com/VadimYarovoy/CourseWork
https://raw.githubusercontent.com/VadimYarovoy/CourseWork/main/typ/stage_3.typ
typst
#import "@preview/timeliney:0.0.1" == Представить общий вид жизненного цикла программного проекта в графическом виде Длина одного спринта 1 неделя Обоснование длины спринта: Короткие сроки и наличие паралельной работы требуют высокой частоты синхронизации планирования, и следовательно коротких спринтов. Из исходных ...
https://github.com/kilpkonn/CV
https://raw.githubusercontent.com/kilpkonn/CV/master/modules_en/professional.typ
typst
// Imports #import "@preview/brilliant-cv:2.0.3": cvSection, cvEntry #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) #cvSection("Professional Experience") #cvEntry( title: [Senior Software Developer], society: [Milrem Ro...
https://github.com/Amelia-Mowers/typst-tabut
https://raw.githubusercontent.com/Amelia-Mowers/typst-tabut/main/doc/example-snippets/usd.typ
typst
MIT License
#let usd(input) = { set align(right); let dollars-int = int(input); let cents-int = int((input - dollars-int) * 100); let dollars-str = str(dollars-int); let cents-str = str(cents-int); if cents-str.len() < 2 { cents-str = "0" + cents-str; } let dollars-chunks = (); let dollars-to-chunk = doll...
https://github.com/BoneDocument/BoneDocument
https://raw.githubusercontent.com/BoneDocument/BoneDocument/main/lib.typ
typst
#let bone-document( title: "Document Title", author: (), body, ) = { set document(author: author, title: title) set page( margin: ( x: 6em, y: 6em, ), footer: [ Powered By #link( "https://github.com/zrr1999/BoneDocument")[BoneDocument] #h(1fr) #counter(p...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/shaping_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // A forced `deva` script enables Devanagari font features. #set text(script: "deva") ABCअपार्टमेंट
https://github.com/paugarcia32/CV
https://raw.githubusercontent.com/paugarcia32/CV/main/modules_es/professional.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Experiencia Profesional") #cvEntry( title: [Internino de Ciberseguridad], society: [Mar<NAME>], logo: "../src/logos/marsh.png", date: [2024 - Present], location: [Barcelona, ES], description: list( [Evaluar la madurez de la cibersegur...
https://github.com/Dav1com/minerva-report-fcfm
https://raw.githubusercontent.com/Dav1com/minerva-report-fcfm/master/template/meta.typ
typst
MIT No Attribution
#import "@preview/minerva-report-fcfm:0.3.0" as minerva #let titulo = "Informe Minerva" #let subtitulo = "Typst" #let tema = "Aprendiendo a usar el template" #let departamento = minerva.departamentos.dcc #let curso = "CC4034 - Composición de Documentos" #let fechas = ( // diccionario de fechas realización: "14 de ...
https://github.com/posit-dev/bcorp-report
https://raw.githubusercontent.com/posit-dev/bcorp-report/main/typst-show.typ
typst
#show: doc => posit( $if(title)$ title: [$title$], $endif$ $if(subtitle)$ subtitle: [$subtitle$], $endif$ $if(lang)$ lang: "$lang$", $endif$ $if(region)$ region: "$region$", $endif$ $if(margin)$ margin: ($for(margin/pairs)$$margin.key$: $margin.value$,$endfor$), $endif$ $if(papersize)$ paper: "$papersize$",...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/strokes.typ
typst
#let dashes = ("solid", "dotted", "densely-dotted", "loosely-dotted", "dashed", "densely-dashed", "loosely-dashed", "dash-dotted", "densely-dash-dotted", "loosely-dash-dotted") #let caps = ("butt", "round", "square") #let ref = ( soft: (dash: "loosely-dotted", thickness: 0.5pt, paint: black), gentle: (dash: "loose...
https://github.com/touying-typ/touying
https://raw.githubusercontent.com/touying-typ/touying/main/themes/simple.typ
typst
MIT License
// This theme is from https://github.com/andreasKroepelin/polylux/blob/main/themes/simple.typ // Author: <NAME> #import "../src/exports.typ": * /// Default slide function for the presentation. /// /// - `config` is the configuration of the slide. You can use `config-xxx` to set the configuration of the slide. For mor...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/4-results/study-1.typ
typst
MIT License
#import "../../lib/mod.typ": * // #jonas[Alright you can stop reading now. No more content at all.] // == Overskrift #pagebreak(weak: true) == #study.H-1.full.n <s.r.study-1> // #jonas[all these results are new since last. We are working towards measuring ours and their code and then comparing their paper vs our code v...
https://github.com/DieracDelta/presentations
https://raw.githubusercontent.com/DieracDelta/presentations/master/05_23_24/main.typ
typst
#import "polylux/polylux.typ": * #import themes.metropolis: * #show: metropolis-theme.with( footer: [#logic.logical-slide.display() / #utils.last-slide-number] ) #let codeblock(body, caption: none, lineNum:true) = { if lineNum { show raw.where(block:true): it =>{ set par(justify: false) bl...
https://github.com/Mc-Zen/tidy
https://raw.githubusercontent.com/Mc-Zen/tidy/main/examples/repeater.typ
typst
MIT License
/// Repeats content a specified number of times. /// - body (content): The content to repeat. /// - num (int): Number of times to repeat the content. /// - separator (content): Optional separator between repetitions /// of the content. /// -> content #let repeat(body, num, separator: []) = ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/place-float-auto_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Error: 2-36 floating placement must be `auto`, `top`, or `bottom` // #place(horizon, float: true)[Hello]
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/document_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // This, too. // Ref: false #set document(author: ("A", "B"), date: datetime.today())
https://github.com/Isaac-Fate/booxtyp
https://raw.githubusercontent.com/Isaac-Fate/booxtyp/master/src/theorems/lemma.typ
typst
Apache License 2.0
#import "./new-theorem-template.typ": new-theorem-template #let lemma = new-theorem-template("Lemma")
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20esterna/Piano%20di%20Qualifica/Piano%20di%20Qualifica.typ
typst
#import "/template.typ": * #import "@preview/cetz:0.2.0" #show: project.with( title: "Piano di Qualifica", subTitle: "Metriche, qualità e valutazione", authors: ( "<NAME>", "<NAME>", ), showLog: true, isExternalUse: true, showTablesIndex: false, showIndex: false, showImagesIndex: false, ); #...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/150.%20invtrend.html.typ
typst
invtrend.html Startup Investing Trends June 2013(This talk was written for an audience of investors.)Y Combinator has now funded 564 startups including the current batch, which has 53. The total valuation of the 287 that have valuations (either by raising an equity round, getting acquired, or dying) is about $11.7 bi...
https://github.com/vEnhance/1802
https://raw.githubusercontent.com/vEnhance/1802/main/src/level.typ
typst
MIT License
#import "@local/evan:1.0.0":* = Level curves (aka contour plots) <sec-level-curve> == [TEXT] Level curves replace $x y$-graphs In high school and 18.01, you were usually taught to plot single-variable functions in two dimensions, so $f(x) = x^2$ would be drawn as a parabola $y = x^2$, and so on. You may have drilled...
https://github.com/xhalo32/math-camp
https://raw.githubusercontent.com/xhalo32/math-camp/main/equal-sets/treasure-hunt-equal-sets.typ
typst
MIT License
#import "@preview/cetz:0.2.2" #show page: it => align(center, it) #[ #set text(size: 36pt) = 3. Set puzzle ] Use lines to connect those sets which have *exactly the same* elements. The line intersections indicate the coordinates of the next checkpoint. #v(2em) #set text(size: 16pt) #cetz.canvas({ import cetz...
https://github.com/EpicEricEE/typst-based
https://raw.githubusercontent.com/EpicEricEE/typst-based/master/tests/encode/test.typ
typst
MIT License
#import "/src/lib.typ": * #set page(width: auto, height: auto, margin: 0pt) // Test cases from: https://www.rfc-editor.org/rfc/rfc4648#section-10 #{ // Test Base64 assert.eq(encode64(""), "") assert.eq(encode64("f"), "Zg==") assert.eq(encode64("fo"), "Zm8=") assert.eq(encode64("foo"), "Zm9v") assert.eq(e...
https://github.com/Shedward/dnd-charbook
https://raw.githubusercontent.com/Shedward/dnd-charbook/main/dnd/page/page.typ
typst
#import "cover.typ": * #import "attacks.typ": * #import "charlist.typ": * #import "inventory.typ": * #import "spells.typ": * #import "abilities.typ": * #import "proficiencies.typ": * #import "biography.typ": * #import "quests.typ": *
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/root-00.typ
typst
Other
// Test root with more than one character. $A = sqrt(x + y) = c$
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/guide/compilers.typ
typst
Apache License 2.0
#import "/docs/cookery/book.typ": * #show: book-page.with(title: "Compilers") = Compilers See: + #cross-link("/guide/compiler/ts-cli.typ")[Command Line Interface] + #cross-link("/guide/compiler/service.typ")[Compiler in Rust] + #cross-link("/guide/compiler/node.typ")[Compiler in Node.js] + #cross-link("/guide/compi...
https://github.com/lmenjoulet/CV
https://raw.githubusercontent.com/lmenjoulet/CV/master/resume.typ
typst
#let config = toml("./config.toml") #let content = toml("./locales/"+ config.locale + ".toml") // styling #set page( margin: 2em ) #set text( font: config.style.font, size: 10pt ) #set par(justify: true) #set list( indent: 1em ) #show heading: it => [ #if it.level == 2 { line(length: 100%, stroke: 1p...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fh-joanneum-iit-thesis/1.2.0/template/chapters/1-acknowledgements.typ
typst
Apache License 2.0
#import "global.typ": * #todo([ Optionally, you might add an *Acknowledgements* section (in German *Danksagung*) to say thank you or give credits to someone. ])
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Templates/math.typ
typst
#import "@preview/ctheorems:1.1.1": * // Various symbols #let Frob = math.op("Frob") #let adj = math.op("adj") #let Gal = math.op("Gal") #let rank = math.op("rank") #let supp = $op("supp")$ #let Mat = $op("Mat")$ #let Top = $bold(op("Top"))$ #let Ab = $bold(op("Ab"))$ #let Gp = $bold(op("Gp"))$ #let pair(x, y) = $lr(a...
https://github.com/RhenzoHideki/desenvolvimento-em-fpga
https://raw.githubusercontent.com/RhenzoHideki/desenvolvimento-em-fpga/main/AE4/relatório.typ
typst
#import "../typst-ifsc/templates/article.typ":* #show: doc => article( title: "Relatório Atividade extra-classe 4 Conversor de binário para BCD", subtitle: "Dispositivos lógicos programaveis", // Se apenas um autor colocar , no final para indicar que é um array authors: ("<NAME>",), date: "26 de Setembro d...
https://github.com/mrtz-j/typst-thesis-template
https://raw.githubusercontent.com/mrtz-j/typst-thesis-template/main/template/thesis.typ
typst
MIT License
// A central place where libraries are imported (or macros are defined) // which are used within all the chapters: #import "chapters/global.typ": * #let epigraph = [ "The problem with object-oriented languages is they’ve got all this implicit \ environment that they carry around with them. You wanted a banana but ...
https://github.com/Vanille-N/mpri2-edt
https://raw.githubusercontent.com/Vanille-N/mpri2-edt/master/classes.typ
typst
#import "typtyp.typ" #let tt = typtyp #import "time.typ" #let Room = tt.typedef("Room", tt.content) #let Class = tt.typedef("Class", tt.struct( name: tt.content, color: tt.color, uid: tt.option(tt.content), teacher: tt.content, fmt: tt.any, )) #let new(col, fmt, name, uid, teacher) = { tt.is(tt.color, col...
https://github.com/IdoWinter/UnitedDumplingsLegislatureArchive
https://raw.githubusercontent.com/IdoWinter/UnitedDumplingsLegislatureArchive/main/legislature/constitution/israeli-laws-adoption.typ
typst
MIT License
#import "../templates.typ": * #eng_heb( eng: [ #show: doc => constitutional_amendement_en("Adoption of Israeli Laws for Legal Completeness in the United Dumplings", preamble: [ Acknowledging the challenges posed by the limited capacity of the United Dumplings Parliament to comprehensively legislate across all domai...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/let-16.typ
typst
Other
// Ref: false // Simple destructuring. #let (a: a, b, x: c) = (a: 1, b: 2, x: 3) #test(a, 1) #test(b, 2) #test(c, 3)
https://github.com/Skimmeroni/Appunti
https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Metodi%20Algebrici/Strutture/Resto.typ
typst
Creative Commons Zero v1.0 Universal
#import "../Metodi_defs.typ": * Il @Congruence-mod-is-equivalence stabilisce che la congruenza modulo $n$ é una relazione di equivalenza su $ZZ$. Pertanto, deve essere possibile identificare delle classi di equivalenza per la congruenza modulo $n$. Preso $n$ intero con $n > 0$ ed un certo $a in ZZ$, la classe di equi...
https://github.com/imtsuki/resume
https://raw.githubusercontent.com/imtsuki/resume/master/template.typ
typst
MIT License
#let project(author: (), body) = { set document(title: "Curriculum Vitae", author: author.name) set page( margin: (x: 0.9cm, y: 1.3cm), footer: [ #set align(right) #set text(fill: gray) Last updated: #datetime.today().display("[month repr:short] [day], [year]") ] ) set text(f...
https://github.com/OverflowCat/typecharts
https://raw.githubusercontent.com/OverflowCat/typecharts/neko/README.md
markdown
# typecharts (WIP) Typst bindings for Apache ECharts using jogs. ![demo](https://github.com/OverflowCat/typecharts/assets/20166026/03441fa8-26f7-4dd9-b0e0-714d10b3d046) ## Usage ### `render()` ```typst #render(config, option, theme: none, actions: none) ``` `actions` is an array containing actions to be dispatche...
https://github.com/SkymanOne/ecs-typst-template
https://raw.githubusercontent.com/SkymanOne/ecs-typst-template/main/ecsproject.typ
typst
MIT License
#import "@preview/wordometer:0.1.1": word-count, total-words #let author_linked( name: "<NAME>", email: none, ) = { if email == none { text(name) } else { let email = "mailto:" + email link(email)[#name] } } #let margins = (inside: 1.4in, outside: 1.0in, top: 1.0in, bottom: 1.0in) #let body-fo...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/text/raw-theme.typ
typst
Apache License 2.0
// Test code highlighting with custom theme. --- #set page(width: 180pt) #set text(6pt) #set raw(theme: "/files/halcyon.tmTheme") #show raw: it => { set text(fill: rgb("a2aabc")) rect( width: 100%, inset: (x: 4pt, y: 5pt), radius: 4pt, fill: rgb("1d2433"), place(right, text(luma(240), it.lang))...
https://github.com/Fr4nk1inCs/typreset
https://raw.githubusercontent.com/Fr4nk1inCs/typreset/master/src/bundles/report.typ
typst
MIT License
#import "../styles/report.typ": style
https://github.com/OrangeX4/typst-sympy-calculator
https://raw.githubusercontent.com/OrangeX4/typst-sympy-calculator/main/README.md
markdown
MIT License
![Logo](https://picgo-1258602555.cos.ap-nanjing.myqcloud.com/icon.png) # [Typst Sympy Calculator](https://github.com/OrangeX4/typst-sympy-calculator) ## About `Typst Sympy Calculator` parses **Typst Math Expressions** and converts it into the equivalent **SymPy form**. Then, **calculate it** and convert to typst mat...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/label-00.typ
typst
Other
// Test labelled headings. #show heading: set text(10pt) #show heading.where(label: <intro>): underline = Introduction <intro> The beginning. = Conclusion The end.
https://github.com/chrischriscris/Tareas-CI5651-EM2024
https://raw.githubusercontent.com/chrischriscris/Tareas-CI5651-EM2024/main/tarea06/src/main.typ
typst
#import "template.typ": conf, question, pseudocode, GITFRONT_REPO #show: doc => conf("Tarea 6: Árboles", doc) #question[ // Pregunta 1 Considere un arreglo `A[1..N]`, representando una permutación de los números de $1$ a $N$ . Se desea que ejecute $N$ acciones de la forma `multiswap(a, b)`. Esta acción consiste en: ...
https://github.com/wj461/operating-system-personal
https://raw.githubusercontent.com/wj461/operating-system-personal/main/HW4/document.typ
typst
#align(center, text(17pt)[ *Operating-system homework\#3* ]) #(text(14pt)[ = Programming problems ]) Kernel: 6.8.1-arch1-1\ gcc (GCC) 13.2.1 == 10.44 #image("./img/10.png") == 11.27 #image("./img/11.png")