repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/template_modern.typ
typst
#import "/common.typ": * #let project( title: "", subTitle: "", authors: (), reviewers: (), showLog: false, showIndex: true, showImagesIndex: true, showTablesIndex: true, isExternalUse: false, body ) = { // Document and elements styling set text( font: "Inter", lang: "it", ) set par( leading: ...
https://github.com/Jollywatt/typst-fletcher
https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/node-defocus/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 1em) #import "/src/exports.typ" as fletcher: diagram, node, edge #let around = ( (-1,+1), ( 0,+1), (+1,+1), (-1, 0), (+1, 0), (-1,-1), ( 0,-1), (+1,-1), ) #grid( columns: 2, ..(-10, -1, -.25, 0, +.25, +1, +10).map(defocus => { ((7em, 3em), (3em, 7em)).map((...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/demo.typ
typst
#import "themes/polylux/polylux.typ" #import "themes/fudan.typ": * #show: fudan-theme.with( footer: [Author, institution], short-title: [Short title], ) #title-slide( title: [这是一个PPT模板的标题], subtitle: [哈尔滨工程大学], authors: ([Author A], [Author B], [Author C]), date: [January 1, 1970] ) #slide(title: [F...
https://github.com/fuchs-fabian/typst-template-aio-studi-and-thesis
https://raw.githubusercontent.com/fuchs-fabian/typst-template-aio-studi-and-thesis/main/src/dictionary.typ
typst
MIT License
#import "@preview/linguify:0.4.1": set-database as initialize-dictionary, linguify #let use-dictionary() = initialize-dictionary(toml("lang.toml")) // Cover sheet #let txt-cooperation = linguify("co-operation") #let txt-faculty = linguify("faculty") #let txt-programme = linguify("programme") #let txt-semester = lingu...
https://github.com/ngyngcphu/tick3d-docs
https://raw.githubusercontent.com/ngyngcphu/tick3d-docs/main/components/header.typ
typst
Apache License 2.0
#let m = yaml("/metadata.yml") #set text(font: m.at("fonts").at("monospace"), size: 10pt) #set par(leading: 0.75em) #show: block.with( stroke: (bottom: 1pt), inset: (bottom: 0.5em), ) #show: upper #locate(loc => [ // skip first page header #if loc.page() == 1 { return } #box(image("/components/logo.p...
https://github.com/fuchs-fabian/typst-template-aio-studi-and-thesis
https://raw.githubusercontent.com/fuchs-fabian/typst-template-aio-studi-and-thesis/main/template/abbreviations.typ
typst
MIT License
#let abbreviations() = ( ( key: "repo-vorlage", short: "aio-studi-and-thesis", plural: "", long: "Repository der aktuellen Typst-Vorlage", longplural: "", desc: [ #link("https://github.com/fuchs-fabian/typst-template-aio-studi-and-thesis") ], group: "", ), ( key: "", ...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/dynamic/pause.typ
typst
#import "../../../polylux.typ": * #set page(paper: "presentation-16-9") #set text(size: 50pt) #polylux-slide[ Show this first. #show: pause(2) Show this later. #show: pause(3) Show this even later. #show: pause(4) That took aaaages! ]
https://github.com/jomaway/typst-gentle-clues
https://raw.githubusercontent.com/jomaway/typst-gentle-clues/main/docs.typ
typst
MIT License
#import "lib/lib.typ": * #import "@preview/tidy:0.3.0" // #import "@local/svg-emoji:0.1.0": * // extract version from typst.toml package file. #let pkg-data = toml("typst.toml").package #let version = pkg-data.at("version") #let import_statement = raw(block: true, lang: "typ", "#import \"@preview/gentle-clues:" + vers...
https://github.com/kadykov/typstCV
https://raw.githubusercontent.com/kadykov/typstCV/main/kadykov-cv.typ
typst
#import "style.typ": * #let name = "<NAME>" #let post-name = "Research Engineer" #let website = "www.kadykov.com" #let github = "kadykov" #let gitlab = "kadykov" #let linkedin = "aleksandr-kadykov" // Optional email input #let email = { if "EMAIL" in sys.inputs.keys() {sys.inputs.EMAIL} else {"<EMAIL>"} } // Cal...
https://github.com/felsenhower/kbs-typst
https://raw.githubusercontent.com/felsenhower/kbs-typst/master/examples/14.typ
typst
MIT License
#heading([Einführung]) Mein erster Text mit Typst! #lorem(20)
https://github.com/jamesrswift/splendid-mdpi
https://raw.githubusercontent.com/jamesrswift/splendid-mdpi/main/src/impl.typ
typst
The Unlicense
#let make-venue(venue, publisher) = { box(venue) h(1fr) box(publisher) v(2pt) line(length: 100%) v(5pt) } #let template( title: [], authors: (), date: [], doi: "", keywords: (), abstract: [], venue: image("ijms.png", height: 1.2cm), venue-abbrv: [_Int. J. Mol. Sci._], venue-link: "https:/...
https://github.com/myst-templates/lapreprint-typst
https://raw.githubusercontent.com/myst-templates/lapreprint-typst/main/frontmatter.typ
typst
MIT License
#let orcidLogo( // The ORCID identifier with no URL, e.g. `0000-0000-0000-0000` orcid: none, ) = { /* Logos */ let orcidSvg = ```<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24"><path fill="#AECD54" d="M21.8,12c0,5.4-4.4,9.8-9.8...
https://github.com/Daillusorisch/HYSeminarAssignment
https://raw.githubusercontent.com/Daillusorisch/HYSeminarAssignment/main/template/components/outline.typ
typst
#import "../utils/style.typ": * #let outline-page( depth: 3, title: "目  录" ) = { align(center)[ #text( font: 字体.黑体, size: 字号.小二 )[#title] ] set par( first-line-indent: 0em, leading: 1.25em ) set text( font: 字体.宋体, size: 字号.四号, ) locate(loc => { let elements ...
https://github.com/ysthakur/PHYS121-Notes
https://raw.githubusercontent.com/ysthakur/PHYS121-Notes/main/Notes/Ch03.typ
typst
MIT License
= Chapter 3 == Vectors - $A_x = A cos(theta)$ and $A_y = A sin(theta)$ $theta = tan^(-1)(A_y / A_x)$ == Projectile Motion / Projectile: An object that moves in 2 dimensions under the influence of gravity and nothing else / Launch angle: Angle of the initial velocity above the horizontal (x-axis) / Range: The range...
https://github.com/kotfind/hse-se-2-notes
https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/algo/lectures/2024-10-01.typ
typst
#import "/utils/math.typ": * == Время работы quicksort-а Случайно выбираем опорный элемент $x$ Мысленно отсортируем массив: $ a_1, a_2, ..., a_n --> b_1, b_2, ..., b_n $ Опорный элемент $x$ сравнивается со всем и исключается из работы. Значит, два элемента никогда не сравниваются больше одного раза. Пусть $delta_(...
https://github.com/mem-courses/calculus
https://raw.githubusercontent.com/mem-courses/calculus/main/homework-2/homework11.typ
typst
#import "../template.typ": * #show: project.with( course: "Calculus II", course_fullname: "Calculus (A) II", course_code: "821T0160", title: "Homework #11: 重积分", authors: ( ( name: "<NAME>", email: "<EMAIL>", id: "#198", ), ), semester: "Spring-Summer 2024", date: "May 7th, 20...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/grotesk-cv/0.1.3/template/content/references.typ
typst
Apache License 2.0
#import "@preview/grotesk-cv:0.1.3": reference-entry #import "@preview/fontawesome:0.4.0": * #let meta = toml("../info.toml") #let language = meta.layout.language == #fa-users() #h(5pt) #if language == "en" [References] else if language == "es" [Referencias] #v(5pt) #if language == "en" [ #reference-entry( ...
https://github.com/fredguth/desid-report
https://raw.githubusercontent.com/fredguth/desid-report/main/README.md
markdown
# DESID-Report Format ## Installing ```bash quarto use template fredguth/desid-report ``` This will install the format extension and create an example qmd file that you can use as a starting place for your document. You can also add to existing project: ```bash quarto add fredguth/desid-report ``` and then add to...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fh-joanneum-iit-thesis/1.2.3/template/chapters/4-concept.typ
typst
Apache License 2.0
#import "global.typ": * = Concept #lorem(30) #todo( [ Describe an overall concept of a solution, which could possibly solve a given problem. Design a novel solution and visualise the architecture and relevant (data) flows. Compare and relate your approach to possible alternatives and argue why and in w...
https://github.com/loicreynier/sandbox
https://raw.githubusercontent.com/loicreynier/sandbox/main/.github/README.md
markdown
The Unlicense
<!-- markdownlint-disable MD033 --> <h1 align="center">:parasol_on_ground:</h1> <!-- markdownlint-enable MD033 --> Sandbox environment for conducting small tests that I maintain a record of. ## Sand castles <!-- markdownlint-disable MD013 --> - [`advection-stab`](../advection-stab): Python script to study Euler met...
https://github.com/maucejo/book_template
https://raw.githubusercontent.com/maucejo/book_template/main/template/appendix/app_main.typ
typst
MIT License
#include "app1.typ" #include "app2.typ"
https://github.com/Pablo-Gonzalez-Calderon/showybox-package
https://raw.githubusercontent.com/Pablo-Gonzalez-Calderon/showybox-package/main/manual/template.typ
typst
MIT License
#import "../showy.typ": * #let version = "2.0.2" #let front-page(body) = { set document(author: "Showybox Contributors", title: "Showybox Manual") set page(numbering: "1", number-align: center) set text(size: 12pt, font: "HK Grotesk", lang: "en") set heading(numbering: "1.1.") show heading.where(level: 3)...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1F780.typ
typst
Apache License 2.0
#let data = ( ("BLACK LEFT-POINTING ISOSCELES RIGHT TRIANGLE", "So", 0), ("BLACK UP-POINTING ISOSCELES RIGHT TRIANGLE", "So", 0), ("BLACK RIGHT-POINTING ISOSCELES RIGHT TRIANGLE", "So", 0), ("BLACK DOWN-POINTING ISOSCELES RIGHT TRIANGLE", "So", 0), ("BLACK SLIGHTLY SMALL CIRCLE", "So", 0), ("MEDIUM BOLD WHI...
https://github.com/francescoo22/kt-uniqueness-system
https://raw.githubusercontent.com/francescoo22/kt-uniqueness-system/main/src/annotation-system/while-loops-experiments.typ
typst
#import "rules/base.typ": * #import "rules/relations.typ": * #import "rules/unification.typ": * #import "rules/statements.typ": * #import "../vars.typ": * #pagebreak() == While Loops The process of typing a while statement from a context $Delta$ involves unifying $Delta$ with the resulting context after executing the ...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Philosophie_Creation.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: "Philosophie Creation", authors: ( "<NAME>", ), date: "13 Juin, 2024", ) #set heading(numbering: "1.1.") = Thèses en présence <thèses-...
https://github.com/Chwiggy/thesis_bachelor
https://raw.githubusercontent.com/Chwiggy/thesis_bachelor/main/src/abstract_en.typ
typst
This thesis tries to establish two indicators for public transit analysis. These indicators are based in a thorough reading of the literature as well as an explorative data analysis phase based on openly available data. These indicators were tested on a case study, for which Heidelberg, Germany was selected due to the ...
https://github.com/Otto-AA/definitely-not-tuw-thesis
https://raw.githubusercontent.com/Otto-AA/definitely-not-tuw-thesis/main/template/thesis.typ
typst
MIT No Attribution
#import "@preview/definitely-not-tuw-thesis:0.1.0": * #show: general-styles #show: thesis.with( lang: "en", title: (en: "An ode for Lord Ipsum", de: "Eine Ode an Lord Ipsum"), subtitle: (:), thesis-type: (en: "Diploma Thesis", de: "Diplomarbeit"), academic-title: (de: "Diplom-Ingenieur", en: "Diplom-Ingenie...
https://github.com/giZoes/justsit-thesis-typst-template
https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/resources/pages/acknowledgement.typ
typst
MIT License
// 致谢页 #let acknowledgement( // documentclass 传入参数 anonymous: false, twoside: false, // 其他参数 title: "致谢", outlined: true, body, ) = { if (not anonymous) { pagebreak(weak: true, to: if twoside { "odd" }) [ #heading(level: 1, numbering: none, outlined: outlined, title,) <no-auto-pageb...
https://github.com/alikindsys/aula
https://raw.githubusercontent.com/alikindsys/aula/master/Matematica/math.typ
typst
#import "../Core/prelude.typst": * #let glossario-matematica = ( Função:( description:[ Uma função é uma relação de um conjunto $A$ com um conjunto $B$. Denotamos uma função por $f: A -> B, y(x) = f(x)$. ], link: [https://pt.wikipedia.org/wiki/Fun%C3%A7%C3%A3o_(mate...
https://github.com/CFiggers/typst-companion
https://raw.githubusercontent.com/CFiggers/typst-companion/main/README.md
markdown
Other
# Typst Companion A VS Code extension that adds Markdown-like editing niceties **on top of and in addition to** to <NAME>'s [Typst LSP](https://github.com/nvarner/typst-lsp). ## Features - Intuitive handling of Ordered and Unordered lists in `.typ` files. - `Enter` while in a list context (either ordered or unorde...
https://github.com/timetraveler314/Note
https://raw.githubusercontent.com/timetraveler314/Note/main/Discrete/categories.typ
typst
#import "@local/MetaNote:0.0.1" : * #import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge #let Ccat = math.cal($C$) #let CSet = math.serif("Set") #let Vect = math.serif("Vect") #let opp = "op" #let ev = math.op("ev") #let Ob = math.op("Ob") #let Yon = "よ" #let Fct = math.op("Fct") #let Hom = math.op("Hom...
https://github.com/DaAlbrecht/lecture-notes
https://raw.githubusercontent.com/DaAlbrecht/lecture-notes/main/computer_networks/network_layer.typ
typst
MIT License
#import "../template.typ": * = Network Layer The network layer is the third layer of the OSI model, responsible for routing packets across different networks. It provides logical addressing, routing, and packet forwarding. The network layer is implemented in routers and end systems. == Circuit Switching Circuit swi...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/let-27.typ
typst
Other
// Error: 5 expected identifier #let // Error: 6 expected identifier #{let} // Error: 5 expected identifier // Error: 5 expected semicolon or line break #let "v" // Error: 7 expected semicolon or line break #let v 1 // Error: 9 expected expression #let v = // Error: 5 expected identifier // Error: 5 expected semic...
https://github.com/jeffa5/typst-cambridge
https://raw.githubusercontent.com/jeffa5/typst-cambridge/main/thesis/manual.typ
typst
MIT License
#import "cambridge.typ": * #show: doc => thesis( author: "<NAME>", short-author: "<NAME>", college: "Trinity", college-shield: "CollegeShields/Trinity.svg", title: [Cambridge PhD thesis template with some extra long words], subtitle: "Date 01/01/1970", short-title: "Cambridge thesis", date: [27#super("...
https://github.com/SkytAsul/trombinoscope
https://raw.githubusercontent.com/SkytAsul/trombinoscope/main/data/trombi.typ
typst
MIT License
// This function allows to display a text with a variable size so it fits the available space the best. // It works by trying to display it multiple times, and decreasing the font size each time until it fits. // It is probably not the best way and can crash the compiler if there are too many iterations. #let fit-text(...
https://github.com/csimide/SEU-Typst-Template
https://raw.githubusercontent.com/csimide/SEU-Typst-Template/master/seu-thesis/utils/set-degree.typ
typst
MIT License
#import "numbering-tools.typ": chinese-numbering #import "packages.typ": show-cn-fakebold, i-figured #import "show-heading.typ": show-heading #import "bilingual-bibliography.typ": show-bibliography #import "show-equation-degree.typ": show-math-equation-degree #import "fonts.typ": 字体, 字号 #let set-degree(always-new-page...
https://github.com/jomaway/typst-teacher-templates
https://raw.githubusercontent.com/jomaway/typst-teacher-templates/main/examples/exam/sa.typ
typst
MIT License
#import "@local/ttt-exam:0.1.0": * #import components: lines, frame #import layout: side-by-side #set text(size: 12pt, font: ("Rubix","Source Sans Pro"), weight: 300, lang: "en") #let logo = box(height: 2cm, image("logo.jpg", fit: "contain")) #let details = toml("details.toml") #show: exam.with(..details.exam, title...
https://github.com/Wh4rp/Presentacion-Typst
https://raw.githubusercontent.com/Wh4rp/Presentacion-Typst/master/comparacion/fibonacci.typ
typst
#import "tablex.typ": * #set page(paper: "a5", margin: 1cm) #set heading(numbering: "1 ") #align(center)[ #text(size: 18pt, weight: 600)[Secuencia de Fibonacci] ] = Definición Recursiva La secuencia de Fibonacci se define de forma recursiva como: $ F_n = cases( 0 &"si" n = 0, 1 &"si" n = 1, F_(n-1) + F_(n-2)...
https://github.com/Student-Smart-Printing-Service-HCMUT/ssps-docs
https://raw.githubusercontent.com/Student-Smart-Printing-Service-HCMUT/ssps-docs/main/components/references.typ
typst
Apache License 2.0
#align(center)[*TÀI LIỆU THAM KHẢO*] #linebreak() #h(1cm)1. Projects Inventory. (1/6/2022). _Functional and Non-functional Requirements of Printing Press Management System System._ Truy cập từ https://projectsinventory.com/functional-and-non-functional-requirements-of-printing-press-management-system-system/ #linebreak...
https://github.com/kazewong/lecture-notes
https://raw.githubusercontent.com/kazewong/lecture-notes/main/Engineering/SoftwareEngineeringForDataScience/lab/versionControl.typ
typst
#set page( paper: "us-letter", header: align(center, text(17pt)[ *Version Control with git* ]), numbering: "1", ) #import "./style.typ": style_template #show: doc => style_template(doc,) = Foreword If you have not heard of the idea of version control, or use git regularly, you are about to learn one of t...
https://github.com/HitZhouzhou/SecondYear_FirstSemester
https://raw.githubusercontent.com/HitZhouzhou/SecondYear_FirstSemester/main/algorithm/4homework/hw4-algo.typ
typst
// set PDF document metadata #set document(title: "算法设计与分析", author: "周健毅") #import "template.typ": * #show: project.with( logopath: "./asset/hitsz_logo.jpg", subject: "算法设计与分析", labname: "第四章作业", kwargs: ( "学院": "计算机科学与技术学院", "姓名": "周健毅", "学号": "220110713", "专业": "计算机科学与技术", "日期": "2023 年...
https://github.com/IliHanSoLow/W-Seminar_typst_template
https://raw.githubusercontent.com/IliHanSoLow/W-Seminar_typst_template/main/W-Semi-Test.typ
typst
Do What The F*ck You Want To Public License
#import "W-Semi-Template.typ": * #show: project.with( author: "Mustermann, Max", title: "Mikroplastik in der Meeresumwelt", school: "Matrix Mischer Schule", location: "Mümmelhausen", subject: "Merresschutz", teacher: "<NAME>", years: "2024/26", deadline: "07. November 2025" ) = #lo...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/gradient-hue-rotation_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test in Oklab space for reference. #set page( width: 100pt, height: 30pt, fill: gradient.linear(red, purple, space: oklab) )
https://github.com/WinstonMDP/math
https://raw.githubusercontent.com/WinstonMDP/math/main/knowledge/semigroups.typ
typst
#import "../cfg.typ": cfg #show: cfg = Semigroups $*$ is an operation on a set $M :=$ + $* in M^(M times M)$. + $M$ is closed under $*$. $(M, *)$ is a semigroup $:= *$ is an associative operation on $M$.
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/docs/tutorial/welcome.md
markdown
Apache License 2.0
--- description: Typst's tutorial. --- # Tutorial Welcome to Typst's tutorial! In this tutorial, you will learn how to write and format documents in Typst. We will start with everyday tasks and gradually introduce more advanced features. This tutorial does not assume prior knowledge of Typst, other Markup languages, o...
https://github.com/rose-pine/typst
https://raw.githubusercontent.com/rose-pine/typst/main/src/themes/rose-pine-moon.typ
typst
MIT License
#let rose-pine-moon = ( base : rgb("#232136"), surface : rgb("#2a273f"), overlay : rgb("#393552"), muted : rgb("#6e6a86"), subtle : rgb("#908caa"), text : rgb("#e0def4"), love : rgb("#eb6f92"), gold : rgb("#f6c177"), rose : rgb("#ea9a97"), pine : rgb("#3e8fb0...
https://github.com/WinstonMDP/math
https://raw.githubusercontent.com/WinstonMDP/math/main/knowledge/r.typ
typst
#import "../cfg.typ": * #show: cfg = $RR$ Real numbers $:= RR :=$ + $(RR, +, *)$ is a field. + $(RR, <)$ is a linearly ordered set. + $forall x <= y: x + z <= y + z$. + $0 <= x, y -> 0 <= x y$. + Continuity axiom: $forall X, Y subset.eq RR: (forall x, y: x <= y) -> exists c forall x, y: x <= c <= y$. A real num...
https://github.com/haxibami/haxipst
https://raw.githubusercontent.com/haxibami/haxipst/main/src/lib/macro.typ
typst
#let no-indent( it, ) = { set par(first-line-indent: 0pt) it } #let latex = text( font: "Linux Libertine", [L#h(-0.3em)#text(size: 0.8em, baseline: -0.2em)[A]#h(-0.125em)T#h(-0.175em)#text(baseline: 0.2em)[E]#h(-0.125em)X], )
https://github.com/RaphGL/ElectronicsFromBasics
https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap2/1_voltage_current_resistance_relation.typ
typst
Other
#import "../../core/core.typ" === How voltage, current and resistance relate An electric circuit is formed when a conductive path is created to allow free electrons to continuously move. This continuous movement of free electrons through the conductors of a circuit is called a current, and it is often referred to in ...
https://github.com/slashformotion/typst-http-api
https://raw.githubusercontent.com/slashformotion/typst-http-api/master/test.typ
typst
= Voila Aliqua qui non deserunt culpa non nisi nulla. Velit esse nulla pariatur id laboris ullamco ut id sunt fugiat consequat ad adipisicing aute. Cillum labore nisi occaecat aliqua mollit pariatur in laborum id. Deserunt amet sint nisi cupidatat amet voluptate ullamco cillum. Sit id cillum incididunt nisi. Mollit la...
https://github.com/Mc-Zen/quill
https://raw.githubusercontent.com/Mc-Zen/quill/main/tests/gates/custom%20gate/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 0pt) #import "/src/quill.typ": * #let draw-par-gate(gate, draw-params) = { let stroke = draw-params.wire let fill = if gate.fill != auto { gate.fill } else {draw-params.background } box( gate.content, fill: fill, stroke: (left: stroke, right: stroke), i...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1F900.typ
typst
Apache License 2.0
#let data = ( ("CIRCLED CROSS FORMEE WITH FOUR DOTS", "So", 0), ("CIRCLED CROSS FORMEE WITH TWO DOTS", "So", 0), ("CIRCLED CROSS FORMEE", "So", 0), ("LEFT HALF CIRCLE WITH FOUR DOTS", "So", 0), ("LEFT HALF CIRCLE WITH THREE DOTS", "So", 0), ("LEFT HALF CIRCLE WITH TWO DOTS", "So", 0), ("LEFT HALF CIRCLE W...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/func/spread.typ
typst
Apache License 2.0
#let tree(root, draw-node: auto, draw-edge: auto, direction: "down", parent-position: "center", grow: 1, spread: 1, name: none, ..style) = { } #let f = (..) => 1
https://github.com/Marmare314/typst-presentation
https://raw.githubusercontent.com/Marmare314/typst-presentation/main/example.typ
typst
MIT License
#import "slides.typ": presentation, hide-slide, dynamic-slide #show: presentation.with( title: "Presentation title", author: "<NAME>", title-text: "Some additional text", ) = Topic A == Section A #lorem(20) == Section B #lorem(30) = Very Long Slide #lorem(200) = Slide without a banner. = $L^p$ Slide with mat...
https://github.com/DashieTM/ost-5semester
https://raw.githubusercontent.com/DashieTM/ost-5semester/main/web3/weeks/week3.typ
typst
#import "../../utils.typ": * #section("Component Lifecycle") The problem is, how do we update objects with time? E.g. if I have a clock, how do I update the time each second.// typstfmt::off ```js // logic to st date tick = () => { this.setState({ date: new Date() }) } // set timer on object creation componen...
https://github.com/Nrosa01/TFG-2023-2024-UCM
https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Memoria%20Typst/capitulos/5.SimuladorCPU.typ
typst
#import "@preview/sourcerer:0.2.1": code #import "../utilities/gridfunc.typ": * #import "../data/gridexamples.typ": * #import "@preview/subpar:0.1.0" Este trabajo trata sobre simuladores de arena y, como se mencionó en la @simuladoresArena, los simuladores de arena no son paralelizables debido a que cada celda puede m...
https://github.com/jerrita/CQUPTypst
https://raw.githubusercontent.com/jerrita/CQUPTypst/master/README.md
markdown
# CQUPTypst # !!!WARN!!!: 最终模板可正常使用并在23年正常提交为毕业论文,但是需要一些额外工作才可更新至此。本仓库模板为最初版本,需要用则提 Issue 或是给我发邮件,我在看到后会更新 一个 Typst 模板,但是大专 模板参考文件: [毕业设计(论文)参考模板-校级](https://fls.tisato.live/preview?file=/attachments/毕业设计(论文)参考模板-校级.doc) ![Snapshot](./resource/snapshot.png) ## 用法 > 如果你装了 `Typst LSP`,那么你需要将 `Typst-lsp: Export Pdf`...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/quetta/0.1.0/README.md
markdown
Apache License 2.0
A simple module to write [tengwar](https://en.wikipedia.org/wiki/Tengwar) in [Typst](https://typst.app/). ## Requirements - [Typst](https://github.com/typst/typst) version 1.11.0 or up - The [Tengwar Annatar](https://www.fontspace.com/tengwar-annatar-font-f2244) fonts version 1.20 For use with the [Typst web app](ht...
https://github.com/hanxuanliang/opentyp
https://raw.githubusercontent.com/hanxuanliang/opentyp/main/README.md
markdown
MIT License
# opentyp Ordinary study notes are organized into typst and made public. - [opendal](./opendal) - [risinglight](./risinglight)
https://github.com/lyzynec/orr-go-brr
https://raw.githubusercontent.com/lyzynec/orr-go-brr/main/03/main.typ
typst
#import "../lib.typ": * #knowledge[ #question(name: [Give some examples of practically useful _optimal control cost functions_ (aka performance indices).])[ For optimal control a practical cost function would penalize input and distance of current state from the reference. In general s...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/复习/英语/main.typ
typst
#import "template.typ": * #let data=yaml("./data.yaml") #import "@preview/tablex:0.0.8": tablex, rowspanx, #show: doc => conf( linespacing: 1em, outlinedepth: 3, blind: false, listofimage: true, listoftable: true, listofcode: true, alwaysstartodd: true, doc ) #import "@preview/colorful-boxes...
https://github.com/xsro/xsro.github.io
https://raw.githubusercontent.com/xsro/xsro.github.io/zola/typst/nlct/math/lie.typ
typst
= Algebra, Lie Group and Lie Algebra == Group == Ring and Algebra == Homotopy == Fundamental Group == Covering Space == Lie Group == Lie Algebra of Lie Group == Structure of Lie Algebra
https://github.com/ilsubyeega/circuits-dalaby
https://raw.githubusercontent.com/ilsubyeega/circuits-dalaby/master/Type%201/2/28.typ
typst
#set enum(numbering: "(a)") #import "@preview/cetz:0.2.2": * #import "../common.typ": answer 2.28 다음 회로의 단자 $(a, b)$에서 $R_(e q)$를 구하라. #answer[ a와 b가 서로 이동하는 구간에 저항이 없는 구간이 있기에 다른 저항에 영향을 받지 않는다. 따라서 $R_(e q) = 0$ ]
https://github.com/sses7757/sustech-graduated-thesis
https://raw.githubusercontent.com/sses7757/sustech-graduated-thesis/main/sustech-graduated-thesis/layouts/preface.typ
typst
Apache License 2.0
#import "@preview/anti-matter:0.0.2": anti-matter #import "../utils/style.typ": 字号, 字体 // 前言,重置页面计数器 #let preface( // documentclass 传入的参数 twoside: false, fonts: (:), // 正文字体与字号参数 text-args: auto, // 标题字体与字号 heading-font: auto, // 其他参数 spec: (front: "I", inner: "1", back: "I"), ..args, it, ) = { // 分页 if (...
https://github.com/davystrong/umbra
https://raw.githubusercontent.com/davystrong/umbra/main/gallery/basic.typ
typst
MIT License
#import "@preview/umbra:0.1.0": shadow-path #set page(width: 15cm, height: 15cm, margin: 0.5cm) #shadow-path((10%, 10%), (10%, 90%), (90%, 90%), (90%, 10%), closed: true)
https://github.com/Vanille-N/mpri2-edt
https://raw.githubusercontent.com/Vanille-N/mpri2-edt/master/README.md
markdown
# MPRI2 Timetable This is an individual version of [the official timetable](https://wikimpri.dptinfo.ens-cachan.fr/doku.php?id=emploidutemps23). Please [report inconsistencies](https://github.com/Vanille-N/mpri2-edt/issues). ## Installation ### Dependencies This document is written in standalone [Typst](https://typ...
https://github.com/denizenging/site
https://raw.githubusercontent.com/denizenging/site/master/.typst/page/lib.typ
typst
#import "@local/pub-util:0.0.0": * #let template( title: none, description: none, license: "CC BY-NC-ND", reading-time: false, comments: false, menu: none, links: none, layout: none, outputs: none, ) = { if title == none { panic("no title") } let building = "building" in sys.inputs let info = if buildi...
https://github.com/JeffreyAnimal/Typst-Project
https://raw.githubusercontent.com/JeffreyAnimal/Typst-Project/main/myFile.typ
typst
#import "templates/thesisTemplate.typ": thesis #import "templates/helper.typ" : Code, Table, Image #show: thesis.with( title: "Title", authors: ( (name: "<NAME>", affiliation: "Company", matrikel: "1234567", email: "<EMAIL>", semester: "WS/SS 202x/202x" ), ), bibfile: "literature.b...
https://github.com/Wint3rmute/cv
https://raw.githubusercontent.com/Wint3rmute/cv/master/cv.typ
typst
MIT License
#import "alta-typst.typ": alta, term, skill, better_skill, personal_project, position #alta( name: "<NAME>", links: ( (name: "email", link: "mailto:<EMAIL>"), (name: "github", link: "https://github.com/wint3rmute", display: "@wint3rmute"), (name: "linkedin", link: "https://linkedin.com/in/example", dis...
https://github.com/dadn-dream-home/documents
https://raw.githubusercontent.com/dadn-dream-home/documents/main/contents/03-luoc-do-use-case/index.typ
typst
= Lược đồ use case Nhóm đề xuất các use case ở lược đồ @fig:usecase. #figure( image("use-cases.drawio.svg", width: 60%), caption: "Lược đồ use case", ) <fig:usecase> Chi tiết từng use case được mô tả ở @sec:uc-scenarios.
https://github.com/TLouf/CV
https://raw.githubusercontent.com/TLouf/CV/main/template.typ
typst
#let dark_blue = rgb("#1e3658") #let light_blue = rgb("#447a9d") #let pale_green = rgb("#f1faee") #let burnt_sienna = rgb("#d15306") #let gh_icon = text(font: "Font Awesome 5 Brands")[\u{f09b}] #let orcid_icon = text(font: "Font Awesome 5 Brands")[\u{f8d2}] #let mastodon_icon = text(font: "Font Awesome 5 Brands")[\u{f...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/commute/0.2.0/lib.typ
typst
Apache License 2.0
#let node(pos, label, ..opts) = ( kind: "node", pos: pos, label: label, id: repr(opts.pos().at(0, default: label)), ) #let arr(start, end, label, start-space: none, end-space: none, label-pos: left, curve: 0deg, stroke: 0.05em, ..options) = { ( kind: "arrow", start: start, end: ...
https://github.com/Sckathach/geopolitix
https://raw.githubusercontent.com/Sckathach/geopolitix/main/main.typ
typst
#import "lapreprint.typ": template #show: template.with( title: "Riyad - Simple oasis ou nouveau centre du Monde ?", subtitle: "Analyse de la stratégie du prince héritier <NAME> pour placer l'Arabie Saoudite au premier plan de l'échiquier mondial. ", short-title: "GéopolitiX", kind: "GéopolitiX", logo: "ress...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/ops.typ
typst
Apache License 2.0
// Test binary expressions. // Ref: false --- // Test adding content. // Ref: true #([*Hello* ] + [world!]) --- // Test math operators. // Test plus and minus. #for v in (1, 3.14, 12pt, 45deg, 90%, 13% + 10pt, 6.3fr) { // Test plus. test(+v, v) // Test minus. test(-v, -1 * v) test(--v, v) // Test combi...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CU/oktoich/1_generated/0_all/Hlas1.typ
typst
#import "../../../all.typ": * #show: book = #translation.at("HLAS") 1 #include "../Hlas1/0_Nedela.typ" #pagebreak() #include "../Hlas1/1_Pondelok.typ" #pagebreak() #include "../Hlas1/2_Utorok.typ" #pagebreak() #include "../Hlas1/3_Streda.typ" #pagebreak() #include "../Hlas1/4_Stvrtok.typ" #pagebreak() #include "../H...
https://github.com/kdog3682/mathematical
https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/examples/flyers/fletcher.typ
typst
#let my-mark = ( size: 2, draw: mark => draw.circle((0,0), radius: mark.size, fill: none, stroke: 0.5pt) ) #diagram(edge(stroke: 3pt, marks: (my-mark + (size: 4), my-mark))) // a node is kind of like a box // fletcher is really cool // <NAME> #fletcher.diagram( node((0,0), $A$, name: <A>), node((1,0.6), $B$, nam...
https://github.com/vimkat/typst-ohm
https://raw.githubusercontent.com/vimkat/typst-ohm/main/src/lib/utils.typ
typst
MIT License
#import "../../src/lib/vars.typ" #let ternary(cond, t, f) = if cond { t } else { f } #let default(value, default) = if value != none { value } else { default } // Calculate foreground color based on background #let contrast(override: none, background: none, if-light: none, if-dark: none) = { // Can't calculate if b...
https://github.com/ern1/typiskt
https://raw.githubusercontent.com/ern1/typiskt/main/templates/colors-md14.typ
typst
#let grey-50 = rgb("#fafafa") #let grey-100 = rgb("#f5f5f5") #let grey-200 = rgb("#eeeeee") #let grey-300 = rgb("#e0e0e0") #let grey-400 = rgb("#bdbdbd") #let grey-500 = rgb("#9e9e9e") #let grey-600 = rgb("#757575") #let grey-700 = rgb("#616161") #let grey-800 = rgb("#424242") #let grey-900 = rgb("#212121") #let grey-1...
https://github.com/pauladam94/curryst
https://raw.githubusercontent.com/pauladam94/curryst/main/tests/tests.typ
typst
MIT License
#import "../curryst.typ" : rule, proof-tree #set document(date: none) #set page(margin: 0.5cm, width: auto, height: auto) #let test(width: auto, config: (:), ..args) = { pagebreak(weak: true) block( stroke: 0.3pt + red, width: width, proof-tree(rule(..args), ..config) ) } #test( [Conclusion], ) ...
https://github.com/NaviHX/bupt-master-dissertation.typ
https://raw.githubusercontent.com/NaviHX/bupt-master-dissertation.typ/main/README.md
markdown
# BUPT-Master-Dissertation.typ ## How to use ```typst // main.typ #import "bupt-master-dissertation.typ": bupt-template #show: rest => bupt-template( // 中文摘要 (abstraction, ..keywords) ([ ... ], [关键词1], [关键词2], [关键词3], [关键词4], [关键词5]), // 英文摘要 (abstraction, ..keywords) ([ ... ], [Keyword1], [Keyw...
https://github.com/elteammate/typst-compiler
https://raw.githubusercontent.com/elteammate/typst-compiler/main/src/utils-asm-highlighting.typ
typst
#import "utils.typ": * #import "lexer.typ": * #let assembly_token = mk_enum( debug: true, "reg", "instr", "label", "literal_int", "punc", "literal_string", "space", "unknown", "comment", "ident", ) // #let instructions = read("utils-asm-instructions.txt").split("\n").map(s => lower(s)) #let asm_lexer = compil...
https://github.com/pluttan/typst-g7.32-2017
https://raw.githubusercontent.com/pluttan/typst-g7.32-2017/main/gost7.32-2017/utils/toc.typ
typst
MIT License
// Составляет содержание работы. #import "../g7.32-2017.config.typ":config #let mk_table_of_contents() = { { set align(config.toc.title.align) set text(config.toc.title.size, weight: config.toc.title.weight) [config.toc.title.label] } set align(config.toc.align) outline( ...
https://github.com/Shedward/dnd-charbook
https://raw.githubusercontent.com/Shedward/dnd-charbook/main/dnd/page/biography.typ
typst
#import "../core/core.typ": * #let biographyPage(body) = { set page(header: section[Biography]) set text(hyphenate: false) show par: set block(spacing: 1em) page(body) } #let backstory(body) = { biographyPage[ #set par(first-line-indent: 1em, justify: true) #framed(fitting: expand, insets: paddings...
https://github.com/Dherse/masterproef
https://raw.githubusercontent.com/Dherse/masterproef/main/masterproef/parts/4_phos.typ
typst
#import "../ugent-template.typ": * #import "./hexagonal.typ": hexagonal_interconnect, f = The PHÔS programming language <sec_phos> Based on all of the information that has been presented so far regarding the translation of intent and requirements (@sec_intent), programming paradigms (@sec_paradigms), and the inadequa...
https://github.com/WinstonMDP/math
https://raw.githubusercontent.com/WinstonMDP/math/main/knowledge/determinants.typ
typst
#import "../cfg.typ": cfg #show: cfg = Determinants A function $f$ is linear $:= f(alpha a + beta b) = alpha op(f) a + beta op(f) b$. $abs({f in (F^m)^(F^n) mid(|) f "is linear"}) = hash thick m times n$ matrixes. $forall$ linear function $f in (F^m)^(F^n): op(f) X = sum_(j = 1)^n x_j op(f) E^((j))$. A function is ...
https://github.com/yankydoo/repro-typst-stroke-issue
https://raw.githubusercontent.com/yankydoo/repro-typst-stroke-issue/main/README.md
markdown
# Minimal Reproduction for Stroke Artifacts issue Execute `typst compile repro.typ --font-path ./fonts` to generate repro.pdf.
https://github.com/DaAlbrecht/thesis-TEKO
https://raw.githubusercontent.com/DaAlbrecht/thesis-TEKO/main/content/Introduction.typ
typst
In the present thesis, a solution is developed to facilitate the retransmission of messages within a RabbitMQ infrastructure, specifically within an append-only queue. Numerous clients of Integon rely upon RabbitMQ as their designated message broker, necessitating the capability to replay messages in the event of an er...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-FFF0.typ
typst
Apache License 2.0
#let data = ( "9": ("INTERLINEAR ANNOTATION ANCHOR", "Cf", 0), "a": ("INTERLINEAR ANNOTATION SEPARATOR", "Cf", 0), "b": ("INTERLINEAR ANNOTATION TERMINATOR", "Cf", 0), "c": ("OBJECT REPLACEMENT CHARACTER", "So", 0), "d": ("REPLACEMENT CHARACTER", "So", 0), )
https://github.com/jpssrocha/templates
https://raw.githubusercontent.com/jpssrocha/templates/main/typst/lncc_report/report.typ
typst
MIT License
#import "lncc_report_template.typ": template #show: doc => template( title: "<++>", author: "<NAME>", discipline: "<++>", professor: "<++>", doc ) // TEXTO AQUI! <++>
https://github.com/quiode/CurriculumVitae
https://raw.githubusercontent.com/quiode/CurriculumVitae/main/README.md
markdown
MIT License
# CV This Repository contains the source code for my CV. ## Developing To start the watch progress, run `run.sh`. ## Compilation Run `typst compile CV.typ --font-path fontawesome` to compile.
https://github.com/Lancern/resume-template
https://raw.githubusercontent.com/Lancern/resume-template/master/resume.typ
typst
Creative Commons Zero v1.0 Universal
#import "github-pl-colors.typ": github-pl-colors // Fonts used for different languages. #let lang-fonts = ( en: (heading: "Linux Libertine", body: "Linux Libertine"), cn: ( heading: ("Noto Sans CJK SC", "Heiti SC"), body: ("Noto Serif CJK SC", "Songti SC"), ), ) // Set the localization dictionary accord...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/indenta/0.0.1/demo.typ
typst
Apache License 2.0
#import "lib.typ": fix-indent #set par(first-line-indent: 2em) #show: fix-indent() = Title 1 Indent Indent #figure(rect(),caption: lorem(2)) no indent #figure(rect(),caption: lorem(2)) $"Indent"$ + item + item Indent = Title 2 $ f(x) $ $ f(x) $ no indent Indent $ f(x) $ $ f(x) $ Indent
https://github.com/SnowManKeepsOnForgeting/NoteofEquationsofMathematicalPhysics
https://raw.githubusercontent.com/SnowManKeepsOnForgeting/NoteofEquationsofMathematicalPhysics/main/Chapter_1/Chapter_1.typ
typst
#import "@preview/physica:0.9.3": * #import "@preview/i-figured:0.2.4" #set heading(numbering: "1.1") #show math.equation: i-figured.show-equation.with(level: 2) #show heading: i-figured.reset-counters.with(level: 2) #set text(font: "CMU Serif") #let dcases(..args) = math.cases(..args.pos().map(math.display)) #counter...
https://github.com/0x1B05/nju_os
https://raw.githubusercontent.com/0x1B05/nju_os/main/lecture_notes/content/18_操作系统实验生存指南.typ
typst
#import "../template.typ": * #pagebreak() = 操作系统实验生存指南 == 回归初心 === Computer Science 的主线 看看 #link("https://csrankings.org/")[ csrankings ] 上的大类 (排名仅供娱乐) - Theory - 什么是 “计算” - Systems - 什么是 “计算机” - AI - 如何用 “计算”、“计算机” (和数据) 实现智能 - Interdisciplinary 我们是如何 “approach” 计算机科学的? - By talking to computers (via progr...
https://github.com/JanEhehalt/typst-demo
https://raw.githubusercontent.com/JanEhehalt/typst-demo/main/Chapter_Appendix.typ
typst
#import "utils.typ": todo #heading(numbering: none)[Appendix A: Supplementary Material] #todo[<NAME>TE]
https://github.com/rabotaem-incorporated/algebra-conspect-1course
https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/04-linear-algebra/10-coords.typ
typst
Other
#import "../../utils/core.typ": * == Матрица перехода. Координаты #ticket(step-fn: x => x + 2)[Координаты вектора. Изменение координат при замене базиса] #def[ Пусть $E = sq(e) = V$ --- базис $V$. _Координатами_ $v in V$ называется набор скаляров $alpha_1, ..., alpha_n$ такой, что $ v = alpha_1 e_1 + ... + ...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/008%20-%20Commander%20(2013%20Edition)/001_The%20Perfect%20Gift.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Perfect Gift", set_name: "Commander (Edition 2013)", story_date: datetime(day: 16, month: 10, year: 2013), author: "<NAME>", doc ) The gilded dome of Earl Bartolotti's grand ballroom was famed for its perfect acoustic properties. Beneat...
https://github.com/Dav1com/minerva-report-fcfm
https://raw.githubusercontent.com/Dav1com/minerva-report-fcfm/master/docs/main.typ
typst
MIT No Attribution
#import "../meta.typ" as package-meta #import "@preview/tidy:0.3.0" as tidy #import "tidy-things.typ" as tidy-things #import "meta.typ" as meta #import "../minerva-report-fcfm.typ" as minerva #set document( title: "Documentación de Minerva Report", author: "<NAME> <@Dav1com>", keywords: ("article", "fcfm", "repo...
https://github.com/Anastasia-Labs/project-close-out-reports
https://raw.githubusercontent.com/Anastasia-Labs/project-close-out-reports/main/f10-smart-handles-closeout-report/smart-handles-close-out-report.typ
typst
#let image-background = image("images/Background-Carbon-Anastasia-Labs-01.jpg", height: 100%) #set page( background: image-background, paper: "a4", margin: (left: 20mm, right: 20mm, top: 40mm, bottom: 30mm) ) #set text(15pt, font: "Barlow") #v(3cm) #align(center)[#box(width: 75%, image("images/Logo-Anastasia-L...
https://github.com/ojas-chaturvedi/typst-templates
https://raw.githubusercontent.com/ojas-chaturvedi/typst-templates/master/resume/resume_yaml.typ
typst
MIT License
#import "yml.typ": yml_resume #let resume_data = yaml("data.yml") #yml_resume(resume_data)