repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
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/intake-rebuild/brainstorm.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: "Brainstorm: Intake Rebuild", type: "brainstorm", date: datetime(year: 2024, month: 2, day: 16), author: "<NAME>", witness: "Violet Ridge", ) = Choices Once we identif...
https://github.com/LeBulldoge/resume
https://raw.githubusercontent.com/LeBulldoge/resume/main/resume.typ
typst
#set page( margin: ( x: 1.5cm, y: 1cm, ), footer: [ #set text(8pt) #show link: underline _Made with #link("https://typst.app")[typst]_ #h(1fr) _This resume is on_ #link("http://github.com/LeBulldoge/resume")[ #box[#image("assets/github-142.svg", width: 6pt)]_github!_ ] ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fh-joanneum-iit-thesis/1.1.0/template/chapters/5-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 which way(s) th...
https://github.com/zenor0/simple-neat-typst-cv
https://raw.githubusercontent.com/zenor0/simple-neat-typst-cv/master/cv/lib.typ
typst
MIT License
#import "templates/cv.typ": cv-conf #import "utils/blocks.typ": * #import "utils/icons.typ": *
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10100.typ
typst
Apache License 2.0
#let data = ( ("AEGEAN WORD SEPARATOR LINE", "Po", 0), ("AEGEAN WORD SEPARATOR DOT", "Po", 0), ("AEGEAN CHECK MARK", "Po", 0), (), (), (), (), ("AEGEAN NUMBER ONE", "No", 0), ("AEGEAN NUMBER TWO", "No", 0), ("AEGEAN NUMBER THREE", "No", 0), ("AEGEAN NUMBER FOUR", "No", 0), ("AEGEAN NUMBER FIVE",...
https://github.com/ivaquero/book-control
https://raw.githubusercontent.com/ivaquero/book-control/main/09-控制器设计.typ
typst
#import "@local/scibook:0.1.0": * #show: doc => conf( title: "控制器设计", author: ("ivaquero"), header-cap: "现代控制理论", footer-cap: "github@ivaquero", outline-on: false, doc, ) = 基本要求 <基本要求> == 可控性 <可控性> 对闭环 LTI 系统(离散型) $ 𝒙_(k + 1) = 𝑨 𝒙_k + 𝑩 𝒖_k $ 可得 $ 𝒙_n = mat(delim: "[", 𝑩, 𝑨 𝑩, ⋯, 𝑨^(n-1) ...
https://github.com/lkndl/typst-bioinfo-thesis
https://raw.githubusercontent.com/lkndl/typst-bioinfo-thesis/main/modules/template.typ
typst
#import "styles.typ": * // #import "headers.typ": * #import "footers.typ": * #import "figures.typ": * #import "front-matter.typ": * #import "back-matter.typ": * #import "@preview/hydra:0.3.0": hydra // These are the fields you can or // should pass to the template function #let default-args = arguments( author: "no...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/layout/grid/rtl.typ
typst
// Test RTL grid. --- list-rtl --- #set text(dir: rtl) - מימין לשמאל --- grid-rtl --- #set text(dir: rtl) #table(columns: 2)[A][B][C][D] --- grid-rtl-colspan --- // Test interaction between RTL and colspans #set text(dir: rtl) #grid( columns: 4, fill: (x, y) => if calc.odd(x + y) { blue.lighten(50%) } else { blu...
https://github.com/OrangeX4/typst-sympy-calculator.typ
https://raw.githubusercontent.com/OrangeX4/typst-sympy-calculator.typ/main/README.md
markdown
MIT License
# typst-sympy-calculator.typ ```typst #import "typst-sympy-calculator.typ": * // set variances #let a = 1 #let b = $a + 1$ // define accents #let acc(x) = math.accent(x, math.grave) // define operators #let add = math.op("add") #let f = math.op("f") // define symbols #let xy = math.italic("xy") #let mail = symbol(...
https://github.com/andymeneely/examify.typst
https://raw.githubusercontent.com/andymeneely/examify.typst/master/README.md
markdown
MIT License
# `exam` Typst Package A collection of methods to help you build exams! * Keep a catalog of your questions in separate files! * Add up the points automatically using `#points()` and `total_points()`! * Count your questions automatically with `#num_questions()`! * Do `#fill_in_blank()` questions, with answer key * A r...
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/descartes/denkendes_ding.typ
typst
Other
#import "/src/template.typ": * #let med(page) = en[Vgl. <NAME>: AT VII. S. #page.] == Der Mensch als denkendes Ding Im #ix("cogito-Argument") stellt #ix("Descartes", "<NAME>") fest, dass er selbst notwendigerweise ist, solange er den Satz "Ich bin, ich existiere." ausspricht oder denkt. Darauffolgend wird untersucht,...
https://github.com/gaetanserre/Typst-templates
https://raw.githubusercontent.com/gaetanserre/Typst-templates/main/paper/1.0.0/paper.typ
typst
/* * Created in 2023 by <NAME> */ // Utils functions #let TODO(it) = { text(fill: red, weight: "extrabold", [TODO #it]) } #let link_note(url, text) = { link(url)[#text] + footnote(link(url)) } /***********************************MATHS ENVIRONMENT*********************************************/ /***************...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/chronos/0.1.0/src/consts.typ
typst
Apache License 2.0
#let Y-SPACE = 10 #let PAR-SPACE = 10 #let COMMENT-PAD = 8 #let LIFELINE-W = 10 #let CREATE-OFFSET = 15 #let DEFAULT-SLANT = 10 #let CROSS-TIP-SIZE = 4 #let CIRCLE-TIP-RADIUS = 3 #let SYM-GAP = 5 #let PAR-PAD = (5pt, 3pt) #let ACTOR-WIDTH = 20 #let BOUNDARY-HEIGHT = 20 #let CONTROL-HEIGHT = 20 #let ENTITY-HEIGHT = 20 ...
https://github.com/ScaleXY/pp03-laravel-typst
https://raw.githubusercontent.com/ScaleXY/pp03-laravel-typst/main/README.md
markdown
MIT License
# Laravel package to use typst [![Latest Version on Packagist](https://img.shields.io/packagist/v/scalexy/laravel-typst.svg?style=flat-square)](https://packagist.org/packages/scalexy/laravel-typst) [![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/scalexy/laravel-typst/run-tests.yml?...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/salsa-dip/0.1.0/lib.typ
typst
Apache License 2.0
#let pin-number-text(settings, s) = align(center + horizon, text(settings.pin-number-size)[#s]) #let pin-label-text(settings, s) = text(settings.pin-label-size)[#s] #let pin-num-left(settings, s) = align(center, rotate(90deg, reflow: true)[#pin-number-text(settings, s)]) #let pin-num-right(settings, s) = align(center,...
https://github.com/kiwiyou/algorithm-lecture
https://raw.githubusercontent.com/kiwiyou/algorithm-lecture/main/basic/04-search.typ
typst
#import "@preview/cetz:0.1.2" #import "@preview/algorithmic:0.1.0" #import "../slide.typ" #show: slide.style #show link: slide.link #show footnote.entry: slide.footnote #let algorithm(..args) = text(font: ("linux libertine", "Pretendard"), size: 17pt)[#algorithmic.algorithm(..args)] #let func(body) = text(font: ("linu...
https://github.com/MrLadas/resume
https://raw.githubusercontent.com/MrLadas/resume/main/src/resume.typ
typst
#import "template.typ": * #show: doc => conf( doc, ) == Skills #chiline() #skills_block( ("Penetration Testing", "Incident Response", "Cloud Security","Infrastructure Automation", "Container Orchestration","Python") ) == Education #chiline() #degree( "The University of Tulsa", "Bachelor of Science in Cyber...
https://github.com/mem-courses/linear-algebra
https://raw.githubusercontent.com/mem-courses/linear-algebra/main/homework/linear-algebra-homework5.typ
typst
#import "../template.typ": * #show: project.with( title: "Linear Algebra Homework #5", authors: ( (name: "<NAME> (#95)", email: "<EMAIL>", phone: "3230104585"), ), date: "October 23, 2023", ) = P66 习题三 3 #prob[ 设矩阵 $display(bold(A) = mat(lambda,1,1;0,lambda-1,0;1,1,lambda)\,sp bold(b) = mat(a;1;1))$.已知线性...
https://github.com/jomaway/typst-linguify
https://raw.githubusercontent.com/jomaway/typst-linguify/main/README.md
markdown
MIT License
# Typst-linguify Load strings for different languages easily. This can be useful if you create a package or template for multilingual usage. ## Usage The usage depends if you are using it inside a package or a template or in your own document. ### For end users and own templates You can use linguify global databa...
https://github.com/kotfind/hse-se-2-notes
https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/edu/lectures/2024-09-11.typ
typst
= Кризис российской аспирантуры Самая недоисследованная область образования == Нормативные рамки Аспирантура после высшего образования (после бакалавриата и магистратуры, иногда сразу после бакалавриата) Аспирантура и PhD частично связаны Часть про PhD --- не про образование === В России Аспиранты учатся: - в ун...
https://github.com/cnaak/blindex.typ
https://raw.githubusercontent.com/cnaak/blindex.typ/main/test/test-02-sorting.typ
typst
MIT License
#set page(paper: "a6") #import "lib.typ": * As it is written: #bQuot([*11* The word of the LORD came to me saying, “What do you see, Jeremiah?” And I said, “I see a rod of an almond tree.” *12* Then the LORD said to me, “You have seen well, for I am watching over My word to perform it.”], "Jer", "en-3", [1.11,12], "...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/introduction_CN.typ
typst
#set text(font: ("Times New Roman", "NSimSun")) = 乒乓球排名计算 #v(1em) #h(2em) 众所周知,ITTF在2018年1月1日开始修改了乒乓球国际排名规则。该规则已经推出就受到了各方的争议,因为该规则的计算方法过于复杂,而且不符合常理。在该规则下,参与更多比赛的运动员可以得到更多的积分,而不是更加优秀的运动员。一些运动员为了保持世界排名不得不参加大量的比赛,而没有机会休息,这加剧了伤病的风险。此外,运动员的世界排名无法反映其真实水平。ITTF修改后的国际排名,排名高的一方战胜排名低的一方的概率大约仅为66%。 #h(2em)本项目通过对ITTF公开在官网上的数据进行分析...
https://github.com/AlbanFALCOZ/MY_CV
https://raw.githubusercontent.com/AlbanFALCOZ/MY_CV/main/French_CV/main.typ
typst
#import "setup.typ": * #import "@preview/cades:0.3.0": qr-code #set text(font: "PT Sans") #main( [ #profile( name: "<NAME>", ) #profile_section("Contact ") #show_contacts( ( ( icon: "user", text: "21 ans", ), ( icon: "envelope", ...
https://github.com/AntoineCorbel/typst
https://raw.githubusercontent.com/AntoineCorbel/typst/main/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: (), date: none, body) = { // Set the document's basic properties. set document(author: authors.map(a => a.name), title: ti...
https://github.com/Lucascf11/PRE
https://raw.githubusercontent.com/Lucascf11/PRE/main/Avaliacoes/AV2/main.typ
typst
#import "@preview/klaro-ifsc-sj:0.1.0": report #show: doc => report( title: "Prova 2 de PRE", subtitle: "Variáveis aleatórias conjuntamente distribuídas e Distribuição Condicional", // Se apenas um autor colocar , no final para indicar que é um array authors: ("<NAME>",), date: "15 de Abril de 2024", doc, ...
https://github.com/Otto-AA/definitely-not-tuw-thesis
https://raw.githubusercontent.com/Otto-AA/definitely-not-tuw-thesis/main/src/frontpage.typ
typst
MIT No Attribution
#import "translations/translations.typ": translate #import "utils.typ": name-with-titles #let signature = person => [ #line(length: 90%, stroke: 0.5pt) #person.at("name", default: "") ] #let frontpage( font, author, advisor, assistants, reviewers, show-curriculum, date, ) = { text(font: font)[ ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10840.typ
typst
Apache License 2.0
#let data = ( ("IMPERIAL ARAMAIC LETTER ALEPH", "Lo", 0), ("IMPERIAL ARAMAIC LETTER BETH", "Lo", 0), ("IMPERIAL ARAMAIC LETTER GIMEL", "Lo", 0), ("IMPERIAL ARAMAIC LETTER DALETH", "Lo", 0), ("IMPERIAL ARAMAIC LETTER HE", "Lo", 0), ("IMPERIAL ARAMAIC LETTER WAW", "Lo", 0), ("IMPERIAL ARAMAIC LETTER ZAYIN",...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/158.%20know.html.typ
typst
know.html How You Know December 2014I've read Villehardouin's chronicle of the Fourth Crusade at least two times, maybe three. And yet if I had to write down everything I remember from it, I doubt it would amount to much more than a page. Multiply this times several hundred, and I get an uneasy feeling when I look a...
https://github.com/ds26gte/adoc2typ
https://raw.githubusercontent.com/ds26gte/adoc2typ/main/typstrc.typ
typst
// created 2023-03-24 // last modified 2023-11-10 // to use, at head of document, have // // #import "/typstrc.typ": * // // #show: prose // // (above assumes typstrc.typ is in ~, and $TYPST_ROOT is ~ // this file is autoincluded when adoc2typ is used to convert an AsciiDoc adoc file to // its Typst equivalent #let ...
https://github.com/camryntwaddle/resume
https://raw.githubusercontent.com/camryntwaddle/resume/main/light-cv/cv-en.typ
typst
#import "@preview/light-cv:0.1.0": * #set par(justify: true, hanging-indent: 6pt, first-line-indent: 6pt) #show: cv #let icons = ( phone: image("media/phone_icon.svg", width: 0pt), homepage: image("media/phone_icon.svg", width: 0pt), linkedin: image("media/icons8-linkedin.svg", width: 0pt), github: image("m...
https://github.com/pauladam94/ENS-Rennes-Typst-Slides-Template
https://raw.githubusercontent.com/pauladam94/ENS-Rennes-Typst-Slides-Template/main/main.typ
typst
#import "slides.typ": * #let test = 5 #show: slides.with( title: "Big Nice And Long Title", short-title : "Short Title", subtitle: "sub title", authors: "Author Jean <NAME>", short-authors: "Author <NAME>.", // date: datetime.today(), date: "5th May 1789", color-accentuation : ( eastern, blue,...
https://github.com/DieracDelta/presentations
https://raw.githubusercontent.com/DieracDelta/presentations/master/polylux/book/src/dynamic/obo-lbl.md
markdown
# More sophisticated piecewise revealing ## `#one-by-one` `#pause` may be considered syntactically a bit surprising by some although (or because) it is very convenient to use. If you prefer to signal the grouping of content appearing together syntactically by using scopes, you can use `#one-by-one`: ```typ {{#include o...
https://github.com/elipousson/typstdoc
https://raw.githubusercontent.com/elipousson/typstdoc/main/_extensions/typstdoc/typst-show.typ
typst
Creative Commons Zero v1.0 Universal
#show: typstdoc.with( // Document attributes $if(title)$ title: "$title$", $endif$ $if(by-author)$ authors: ( $for(by-author)$ $if(it.name.literal)$ ( name: "$it.name.literal$", affiliation: [$for(it.affiliations)$$it.name$$sep$, $endfor$], email: [$it.email$] ), $endif$ $endfor$ ...
https://github.com/Quaternijkon/notebook
https://raw.githubusercontent.com/Quaternijkon/notebook/main/content/数据结构与算法/.chapter-算法/数学/整数反转.typ
typst
#import "../../../../lib.typ":* === #Title( title: [整数反转], reflink: "https://leetcode.cn/problems/reverse-integer/description/", level: 2, )<整数反转> #note( title: [ 整数反转 ], description: [ 给你一个 32 位的有符号整数 x ,返回将 x 中的数字部分反转后的结果。 如果反转后整数超过 32 位的有符号整数的范围 $[−2^31, 2^31 − 1]$ ,就返回 0。 假设环境不允许存储 64 位整数(有符号或无符号)...
https://github.com/AlbanFALCOZ/MY_CV
https://raw.githubusercontent.com/AlbanFALCOZ/MY_CV/main/French_CV/setup.typ
typst
#import "@preview/fontawesome:0.2.1": * #let headercolor = gray #let pblue = rgb("#0395DE") #let gray80 = rgb("#333333") // \color{black!80} #let sidecolor = rgb("#E7E7E7") #let mainblue = rgb("#0E5484") #let maingray = rgb("#B9B9B9") #let fontSize = ( tiny: 5pt, scriptsize: 7pt, footnotesize: 8pt, small: 9pt...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/call_info/builtin.typ
typst
Apache License 2.0
#(/* position after */ calc.sin(1))
https://github.com/dark-flames/resume
https://raw.githubusercontent.com/dark-flames/resume/main/data/skill.typ
typst
MIT License
#import "../libs.typ": * #import "../chicv.typ": * #let skillList(env) = ( ( title: "Programming Languages", cv-content: true, content: [ Not limited to any specific language, especially experienced in Agda, C/C++, Haskell, PHP, Python, Rust, comfortable with Coq, Java, JavaScript, OCaml, TypeScrip...
https://github.com/Shuenhoy/modern-zju-thesis
https://raw.githubusercontent.com/Shuenhoy/modern-zju-thesis/master/pages/graduate-title-zh.typ
typst
MIT License
#import "../utils/fonts.typ": 字号, 字体 #import "../utils/datetime-display.typ": datetime-display #import "../utils/twoside.typ": * #let graduate-title-zh( info: (:), // 其他参数 stroke-width: 0.5pt, row-gutter: 11.5pt, degree: "硕士", ) = { if type(info.submit-date) == datetime { info.submit-date = datetime-d...
https://github.com/Treeniks/bachelor-thesis-isabelle-vscode
https://raw.githubusercontent.com/Treeniks/bachelor-thesis-isabelle-vscode/master/utils/isabelle.typ
typst
#let isabelle(body) = { show raw: set text(font: "Isabelle DejaVu Sans Mono", size: 10pt) set text(font: "Isabelle DejaVu Sans Mono", size: 10pt) box( radius: 2pt, inset: (x: 3pt), outset: (y: 3pt), fill: luma(235), body, ) } #let vscode = box[Isabelle/VSCode] #let jedit = box[Isabelle/jEdi...
https://github.com/ilsubyeega/circuits-dalaby
https://raw.githubusercontent.com/ilsubyeega/circuits-dalaby/master/Type%201/2/mod.typ
typst
#include "13.typ" #include "14.typ" #include "19.typ" #include "28.typ" #include "35.typ" #include "41.typ" #include "46.typ"
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/quick-sip/0.1.0/template/main.typ
typst
Apache License 2.0
#import "@preview/quick-sip:0.1.0": * #show: QRH.with(title: "Title") #section("Section title")[ #step("Switch", "Action") //.. Rest of section goes here ]
https://github.com/HKFoggyU/hkust-thesis-typst
https://raw.githubusercontent.com/HKFoggyU/hkust-thesis-typst/main/hkust-thesis/utils/constants.typ
typst
LaTeX Project Public License v1.3c
#let linespacing = 1.07em #let pagemargin = 25mm #let abstract-linespacing = 0.49em // fonts #let font-names = ( main: "Times New Roman", toc: "Times New Roman", title: "Times New Roman", ) #let font-sizes = ( main: 12pt, title: 16pt, toc: 12pt, )
https://github.com/RandomcodeDev/FalseKing-Design
https://raw.githubusercontent.com/RandomcodeDev/FalseKing-Design/main/engine/engine.typ
typst
#set heading(numbering: "1.") #show link: underline #align(center, text(30pt)[*Чифир (Chifir) Engine*]) #align(center, text(20pt)[By <NAME>]) #outline() #pagebreak() #include("intro.typ") #pagebreak() #include("components.typ") #pagebreak() #include("platforms.typ") #pagebreak() #include("libraries.typ") #pagebreak(...
https://github.com/RandomcodeDev/FalseKing-Design
https://raw.githubusercontent.com/RandomcodeDev/FalseKing-Design/main/game/platforms.typ
typst
= Platforms The engine will support at least Windows and Linux. All desktop platforms will use Steam, all others will use the platform's official store. #table( columns: 3, [*Platform*], [*Toolchain*], [*Graphics API(s)*], [Windows], [MSVC, GDK], [DirectX 12, Vulkan, OpenGL], [Linux], [LLVM], [Vulkan, OpenGL], ...
https://github.com/Pablo-Gonzalez-Calderon/showybox-package
https://raw.githubusercontent.com/Pablo-Gonzalez-Calderon/showybox-package/main/showy.typ
typst
MIT License
/* * ShowyBox - A package for Typst * <NAME> and Showybox Contributors (c) 2023-2024 * * Main Contributors: * - <NAME> (<https://github.com/jneug>) * * showy.typ -- The package's main file containing the * public and (more) useful functions * * This file is under the MIT license. For more * information see L...
https://github.com/hei-templates/hevs-typsttemplate-thesis
https://raw.githubusercontent.com/hei-templates/hevs-typsttemplate-thesis/main/00-templates/page-title-thesis.typ
typst
MIT License
// // Description: Title page for the thesis template // Author : <NAME> // #import "../00-templates/helpers.typ": * #let page-title-thesis( title: none, date: (), school: (), author: (), professor: (), expert:(), icons: ( topleft: none, topright: none, bottomleft: none, bottomright: ...
https://github.com/giZoes/justsit-thesis-typst-template
https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/resources/pages/bachelor-abstract.typ
typst
MIT License
#import "../utils/style.typ": 字号, 字体 #import "../utils/indent.typ": fake-par #import "../utils/invisible-heading.typ": invisible-heading // 本科生中文摘要页 #let bachelor-abstract( // documentclass 传入的参数 anonymous: false, twoside: false, fonts: (:), info: (:), // 其他参数 display-header:true, keywords: (), outli...
https://github.com/WalrusGumboot/Typst-documents
https://raw.githubusercontent.com/WalrusGumboot/Typst-documents/main/aca/subdir/groepen.typ
typst
#import "../template.typ": * #show: doc.with( title: "Groepen", course: "Algebraïsche structuren" ) = Definitie Def. Een _groep_ is een verzameling $V$ gecombineerd met een binaire bewerking $ast$ waarvoor de volgende voorwaarden gelden: + De bewerking is _gesloten_: $forall a, b in V: a ast b in V$ + De bew...
https://github.com/Pegacraft/typst-plotting
https://raw.githubusercontent.com/Pegacraft/typst-plotting/master/plotst/util/classify.typ
typst
MIT License
#import "util.typ": * //----------------- //THIS FILE CONTAINS EVERYTHING TO CLASSIFY DATA //----------------- /// This function is used to compare the data in the classifying process. In most cases you can leave it be. \ /// If you want a different ordinality, you can overwrite this function. \ \ /// === Return spe...
https://github.com/darkMatter781x/OverUnderNotebook
https://raw.githubusercontent.com/darkMatter781x/OverUnderNotebook/main/entries/lift/lift.typ
typst
#import "/packages.typ": notebookinator, gentle-clues #import notebookinator: * #import themes.radial.components: * #import gentle-clues: * #import "/util.typ": qrlink #show: create-body-entry.with( title: "Lift State Machine", type: "program", date: datetime(year: 2024, month: 3, day: 7), author: "<NAME>", )...
https://github.com/darkMatter781x/OverUnderNotebook
https://raw.githubusercontent.com/darkMatter781x/OverUnderNotebook/main/entries/odom/odom.typ
typst
#import "/packages.typ": notebookinator, gentle-clues #import notebookinator: * #import themes.radial.components: * #import gentle-clues: * #import "/util.typ": qrlink #show: create-body-entry.with( title: "Concept: Odometry", type: "concept", date: datetime(year: 2024, month: 1, day: 15), author: "<NAME>", )...
https://github.com/MDLC01/unichar
https://raw.githubusercontent.com/MDLC01/unichar/main/src/lib.typ
typst
MIT License
/// Create a `codepoint` object. /// /// You can convert a to content `codepoint` using its `show` field: /// ```example /// #codepoint("¤").show /// ``` #let codepoint(code) = { if type(code) != int { code = str.to-unicode(code) } import "ucd/index.typ" let (block-data, character-data, aliases) = index.ge...
https://github.com/Hithereland/whu-typst-template
https://raw.githubusercontent.com/Hithereland/whu-typst-template/main/sample.typ
typst
#import "template/template.typ": thesis, tlt, indent, acknowledgement, appendix, algorithm-table, setup-algorithm-table #import "@preview/algorithmic:0.1.0" #import algorithmic: algorithm // Magic code for fake bold // reference: https://github.com/typst/typst/issues/394#issuecomment-1987055478 #show text.where(weight...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/math/delimited.typ
typst
// Test delimiter matching and scaling. --- math-lr-matching --- // Test automatic matching. #set page(width:122pt) $ (a) + {b/2} + abs(a)/2 + (b) $ $f(x/2) < zeta(c^2 + abs(a + b/2))$ --- math-lr-unmatched --- // Test unmatched. $[1,2[ = [1,2) != zeta\(x/2\) $ --- math-lr-call --- // Test manual matching. $ [|a/b|]...
https://github.com/stuxf/basic-typst-resume-template
https://raw.githubusercontent.com/stuxf/basic-typst-resume-template/main/template/main.typ
typst
The Unlicense
#import "@preview/basic-resume:0.1.3": * // Put your personal information here, replacing mine #let name = "<NAME>" #let location = "San Diego, CA" #let email = "<EMAIL>" #let github = "github.com/stuxf" #let linkedin = "linkedin.com/in/stuxf" #let phone = "+1 (xxx) xxx-xxxx" #let personal-site = "stuxf.dev" #show: r...
https://github.com/luiswirth/numpde-slides
https://raw.githubusercontent.com/luiswirth/numpde-slides/main/src/week02.typ
typst
#import "setup.typ": * #show: this-template #let pathemph(a, b) = [ #text(fill: white.darken(60%))[#a]#b ] #titleslide("02") #pagebreak() #githubref = Big picture of NumPDE The name of this course is a little big of a misnomer. Numerical Methods for Partial Differential Equations. A more appropriate name would...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/import-07.typ
typst
Other
// Can't import from closures. #let f(x) = x // Error: 9-10 cannot import from user-defined functions #import f: x
https://github.com/wiuri/xjtu_bristol
https://raw.githubusercontent.com/wiuri/xjtu_bristol/main/bristol.typ
typst
//============================================== // University of Bristol theme for Typst slides. // Based on a previous version of <NAME>'s // UoB LaTeX Beamer template, found at // https://github.com/dawbarton/UoB-beamer-theme // ============================================= #import "slides.typ": * #let bri...
https://github.com/visika/frontespizio-unina
https://raw.githubusercontent.com/visika/frontespizio-unina/main/README.md
markdown
The Unlicense
# frontespizio-unina Frontespizio per la tesi scritto in Typst ## Come compilare Eseguire nella riga di comando: ```sh typst compile frontespizio.typ ```
https://github.com/xrarch/books
https://raw.githubusercontent.com/xrarch/books/main/documents/a4xmanual/chapui.typ
typst
#import "@preview/tablex:0.0.6": tablex, cellx, colspanx, rowspanx = User Interface The firmware contains both a textual user interface (TUI) and a simple graphical user interface (GUI). The TUI is referred to as the "command monitor", and consists of a simple command interface that supports several commands. The GUI...
https://github.com/Fabioni/Typst-TUM-Thesis-Template
https://raw.githubusercontent.com/Fabioni/Typst-TUM-Thesis-Template/main/template/Chapter_Introduction.typ
typst
MIT No Attribution
#import "utils.typ": todo = Introduction <chapter_introduction> == Motivation #todo[Write the thesis] Because I have to @cite_todo. This is a abbreviation @oidc explained in the glossary. #lorem(100) #lorem(100) == Research Gap As shown in @figure_dummy, this is wonderful. Typst documentation #footnote(link("h...
https://github.com/VadimYarovoy/Networks2
https://raw.githubusercontent.com/VadimYarovoy/Networks2/main/lab1/report/main.typ
typst
#import "template.typ": * #show: project.with( type: "Практическая работа №1", subject: "«Сети и телекоммуникации»", authors: ( (name: "<NAME>.", group: "5130904/00104", tutor: "<NAME>."), ), abstract: none ) #show raw.where(block: true): block.with( width: 100%, fill: luma(240), inset: 1...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2007/MS-11.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Men's Singles (1 - 32)", table( columns: 4, [Ranking], [Player], [Country/Region], [Rating], [1], [WANG Hao], [CHN], [3133], [2], [WANG Liqin], [CHN], [3019], [3], [MA Lin], [CHN], [2937], [4], [CHEN Qi], [CHN], [2...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz-venn/0.1.0/src/lib.typ
typst
Apache License 2.0
#let version = version(0,1,0) #import "/src/venn.typ": venn2, venn3
https://github.com/AliothCancer/phys_display
https://raw.githubusercontent.com/AliothCancer/phys_display/main/project_doc.typ
typst
#import "latest_style.typ": apply_my_style #apply_my_style( title: "Physiological Data Analitics display" )[ = Possible Measurements means == PPG Like MAX30102 === Heart Rate & SPO2 TODO === Glicemic Index Red Blood Cells absorbance depends on the glicemic index. Coupling it with ML model to...
https://github.com/sofianedjerbi/Resume
https://raw.githubusercontent.com/sofianedjerbi/Resume/main/modules_fr/skills.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Compétences") #cvSkill( type: [Languages], info: [*Francais* (Native) #hBar() *Englais* (C1) #hBar() *Allemand* (En apprentissage)] ) #cvSkill( type: [Cloud Stack], info: [AWS #hBar() EC2 #hBar() S3 #hBar() Lambda #hBar() Glue #hBar() Redshift #hBar() Clo...
https://github.com/HiiGHoVuTi/requin
https://raw.githubusercontent.com/HiiGHoVuTi/requin/main/jeux/chip-liar.typ
typst
#import "../lib.typ" : * On considère un plateau à $k+1$ cases avec $n$ jetons initialement placés sur la case $k$. === Déroulement d'une partie Une partie dure $r in NN$ reprises, et chaque reprise se déroule suivant: - Le joueur $suit.club$ donne une partie $J$ des jetons en jeu - Le joueur $suit.diamond$ choisit ...
https://github.com/AHaliq/CategoryTheoryReport
https://raw.githubusercontent.com/AHaliq/CategoryTheoryReport/main/chapters/chapter4/optional.typ
typst
#import "../../preamble/lemmas.typ": * #import "../../preamble/catt.typ": * #import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2005/WS-02.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Women's Singles (1 - 32)", table( columns: 4, [Ranking], [Player], [Country/Region], [Rating], [1], [ZHANG Yining], [CHN], [2843], [2], [GUO Yue], [CHN], [2624], [3], [NIU Jianfeng], [CHN], [2557], [4], [WANG Nan],...
https://github.com/wj461/operating-system-personal
https://raw.githubusercontent.com/wj461/operating-system-personal/main/HW1/document.typ
typst
#align(center, text(17pt)[ *Operating-system homework\#1* ]) #(text(14pt)[ = Programming problems ]) Kernel: 6.8.1-arch1-1\ gcc (GCC) 13.2.1 = compile #image("./image/make.png",width: 100%, fit: "contain") = 2.24 - result - txt #image("./image/cp.png",width: 100%) #image("./image/cp_file.png",width: 100%...
https://github.com/matthiasGmayer/typst-math-template
https://raw.githubusercontent.com/matthiasGmayer/typst-math-template/main/common_symbols.typ
typst
#let comp(cont) = $overline(cont)$ #let functionOf = sym.lt.tilde #let given = $|$ #let PA="PA" #let XF = $cal(X)$ #let YF = $cal(Y)$ #let ZF = $cal(Z)$ #let WF = $cal(W)$ #let strikethrough = $#h(-0.65em) \/ #h(0.5em)$ #let generates = sym.tack // #let generatesNot = $generates // #line(angle: -50deg, start:(-0.93em...
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/TA/Fall%202023/Math%20314/Midterm/Midterm%20Solutions.typ
typst
#import "../../../../Templates/generic.typ": generic #import "../../../../Templates/question.typ": question_heading #import "@preview/metro:0.1.0": unit, units, prefixes #import "@preview/cetz:0.1.2" #import units: gram, metre, second #import prefixes: kilo, centi #show: doc => generic(title: "Midterm Solutions", name:...
https://github.com/NamLe0609/bias-ai-report
https://raw.githubusercontent.com/NamLe0609/bias-ai-report/main/jssb25-bias-ai-report.typ
typst
#import "template.typ": * #ieee( title: [ Ethics & Bias in AI Coursework ], authors: ( ( name: "<NAME>", email: "jssb25" ), ), bibliography-file: "refs.yml", pre_body: include "pre_body.typ", table: include "table.typ", post_body: include "post_body.typ", )
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/foundations-09.typ
typst
Other
// Test failing assertions. // Error: 11-55 equality assertion failed: 10 and 12 are not equal #assert.eq(10, 12, message: "10 and 12 are not equal")
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Physique_Ex_23_11_2023.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: "Physique Ex 23 11 2023", authors: ( "<NAME>", ), date: "10 Août, 2024", ) #set heading(numbering: "1.1.") == Ex 5 <ex-5> + $arrow(F) ...
https://github.com/MrToWy/hsh-thesis
https://raw.githubusercontent.com/MrToWy/hsh-thesis/main/template/Code/code.typ
typst
MIT License
```ts console.log('Hello World'); ```
https://github.com/denizenging/site
https://raw.githubusercontent.com/denizenging/site/master/post/2024/0617/index.en.typ
typst
#import "@local/pub-post:0.0.0": * #show: template( time: (17, 36), title: "The Precious Act of Writing", description: "I offer my thoughts on sharing and writing", categories: ("Reflections"), ) == On Sharing Writing has been a deeply cherished dream of mine for the past few years. Not the act of writing, per se...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/packages/typst.node/README.md
markdown
Apache License 2.0
# `@myriaddreamin/typst-ts-node-compiler` # Usage See [Node Library Docs](https://myriad-dreamin.github.io/typst.ts/cookery/guide/all-in-one-node.html). ## Support matrix ### Operating Systems | | node14 | node16 | node18 | | ---------------- | ------ | ------ | ------ | | Windows x64 | ✓ ...
https://github.com/lxl66566/my-college-files
https://raw.githubusercontent.com/lxl66566/my-college-files/main/信息科学与工程学院/算法导论/图的应用(大作业).typ
typst
The Unlicense
#import "../template.typ": * #show: project.with( title: "4", authors: ( "absolutex", ) ) = 图的应用 == 课程作业要求 本次作业是课程大作业。 请阅读以下整个文档,并补充完成整个文档。注意每一章节的问题部分,有对应分值,请完成。本次作业占课程分数70%。 完成文档后请输出为 pdf 文档,并按照如下方式重命名:姓名-学号-图的应用.pdf == 图和复杂网络 该作业介绍了数学家经典的网络理论,要么是分析包含几十数百个顶点,可以画在一张纸上从而形成直观印象的网络;要么是讨论不含有限尺度效应,可以精确求解的网络性...
https://github.com/liamaxelrod/Resume
https://raw.githubusercontent.com/liamaxelrod/Resume/main/test_typst/tutorial_par.typ
typst
= par #par(leading: 2em)[ == 1 parameters - (leading: length) leading: 2em controls the space between lines \ within the document this allows you to control the spacing between lines vertically \ another line to make it more visible ] #par(justify: false)[ == 2 parameters - (justify: false) doesn't do an...
https://github.com/Mc-Zen/tidy
https://raw.githubusercontent.com/Mc-Zen/tidy/main/src/show-example.typ
typst
MIT License
/// Takes given code and both shows it and previews the result of its evaluation. /// /// The code is by default shown in the language mode `lang: typc` (typst code) /// if no language has been specified. Code in typst markup lanugage (`lang: typ`) /// is automatically evaluated in markup mode. /// /// - code (r...
https://github.com/yhs0602/typst-practice
https://raw.githubusercontent.com/yhs0602/typst-practice/main/hello.typ
typst
= Hello world ```ocaml let x = 3 in let y = 4 in let z = x + y in z ``` $ F = G frac(m_1 m_2, r^2) $ === dsa adkasmca asdcaca - Hello - world *Paragraph* world + Hello + world #let foo(x) = [I'm #x] Hello, this is #foo(4). $ foo(7) + 4 $ #table( columns: (1fr, auto, auto), inset: 10pt, align: horizon, ...
https://github.com/DashieTM/ost-5semester
https://raw.githubusercontent.com/DashieTM/ost-5semester/main/blockchain/weeks/week7.typ
typst
#import "../../utils.typ": * #section("Wallets") - Hot wallets - connected to the internet - more features -> easy sending and recieving of tokens - cold wallets - only a key - does not offer any features ootb #align( center, [#image("../../Screenshots/2023_10_30_02_24_23.png", width: 30%)], ) #subsection...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/heading_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Blocks can continue the heading. = #[This is multiline. ] = This is not.
https://github.com/teamdailypractice/pdf-tools
https://raw.githubusercontent.com/teamdailypractice/pdf-tools/main/typst-pdf/thirukkural-toc/001-toc.typ
typst
#set page("a4") #set text( font: "TSCu_SaiIndira", size: 24pt ) #set align(center) பொருளடக்கம் \ \ #set text( font: "TSCu_SaiIndira", size: 20pt ) #set align(left) அறத்துப்பால் #set text( font: "TSCu_SaiIndira", size: 16pt ) #table( stroke: none, columns: (1cm, auto), [1.], [பாயிரவியல்], [2.], [இல்...
https://github.com/medraedboukari/Web-Application-with-Genie
https://raw.githubusercontent.com/medraedboukari/Web-Application-with-Genie/main/lab3.typ
typst
#import "@preview/charged-ieee:0.1.0": ieee #set page(footer: context [ *ISET BIZERTE* #h(1fr) #counter(page).display( "1/1", both: true, ) ]) #show: ieee.with( title: [Lab #3: Web Application with Genie], authors: ( ( name: "<NAME>", department: [Dept. of EE (AII21)], organiz...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-11D60.typ
typst
Apache License 2.0
#let data = ( ("GUNJALA GONDI LETTER A", "Lo", 0), ("GUNJALA GONDI LETTER AA", "Lo", 0), ("GUNJALA GONDI LETTER I", "Lo", 0), ("GUNJALA GONDI LETTER II", "Lo", 0), ("GUNJALA GONDI LETTER U", "Lo", 0), ("GUNJALA GONDI LETTER UU", "Lo", 0), (), ("GUNJALA GONDI LETTER EE", "Lo", 0), ("GUNJALA GONDI LETTE...
https://github.com/jasmerri/tsumo
https://raw.githubusercontent.com/jasmerri/tsumo/main/README.md
markdown
MIT License
# tsumo tsumo is a Typst library for typesetting Mahjong tiles. ## Usage tsumo provides a convenient interface for using MPSZ algebreic notation, a common notation used for describing Riichi Mahjong hands. It supports the same notational extensions as the `mahjong` package for LaTeX. ``` #import "@local/tsumo:0.1...
https://github.com/veilkev/jvvslead
https://raw.githubusercontent.com/veilkev/jvvslead/Typst/files/2_resets.typ
typst
#import "../sys/packages.typ": * #import "../sys/sys.typ": * #import "../sys/header.typ": * #v(150pt, weak: false) = Main Menu #set text(10pt) #important[ The main menu has a 3 by 3 grid (12 options) which plays a vital part in most front-end lead duties. \ It is extremely crucial that one learns to access thi...
https://github.com/matteopolak/resume
https://raw.githubusercontent.com/matteopolak/resume/main/resume.typ
typst
MIT License
#import "utils.typ": * #let config = toml("config.toml") // document setup #set page(paper: "us-letter", margin: (x: 0.3in, top: 0.3in, bottom: 0.15in)) #set document( title: config.at("title", default: config.name + "'s Resume"), author: config.at("author", default: config.name), keywords: "resume, curriculum vit...
https://github.com/DrakeAxelrod/cvss.typ
https://raw.githubusercontent.com/DrakeAxelrod/cvss.typ/main/cvss/0.1.0/src/cvss.typ
typst
MIT License
#let _cvss = plugin("cvss.wasm") #let score(vec) = float(str(_cvss.score(bytes(vec)))) #let NONE = "None" #let LOW = "Low" #let MEDIUM = "Medium" #let HIGH = "High" #let CRITICAL = "Critical" // #let test-string = "CVSS:4.0/AV:A/AC:H/AT:P/PR:L/UI:P/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L/E:A/CR:L/IR:L/AR:L/MAV:N/MAC:L/MAT:N/M...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/VerbaliEsterni/VerbaleEsterno_231221/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/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/utils/components.typ
typst
#let cell = block.with(width: 100%, height: 100%, above: 0pt, below: 0pt, breakable: false)
https://github.com/Shuenhoy/modern-zju-thesis
https://raw.githubusercontent.com/Shuenhoy/modern-zju-thesis/master/utils/part.typ
typst
MIT License
#import "./fonts.typ": 字号, 字体 #import "./twoside.typ": * #let part = figure.with( kind: "part", // same as heading numbering: "第一部分", // this cannot use auto to translate this automatically as headings can, auto also means something different for figures supplement: "Part", // empty caption required to be i...
https://github.com/fabriceHategekimana/master
https://raw.githubusercontent.com/fabriceHategekimana/master/main/2_Etat_de_l_art/R.typ
typst
#import "../src/module.typ" : * #pagebreak() == Le système de type de R Avant de nous lancer sur la construction de notre solution, il est important de voir le fonctionnement du langage R afin de voir les caractéristiques qui en font un bon candidat en tant que langage de référence. En R, tout est représenté sous ...
https://github.com/VisualFP/docs
https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/content/poc/options_ui_bolero.typ
typst
#import "../../../acronyms.typ": ac = Bolero Bolero is an F\# wrapper around Blazor #footnote("https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor"), leveraging different libraries to create web applications. With Blazor, web applications can run both on the server side through web-sockets or on the clien...
https://github.com/tianyaochou/resume
https://raw.githubusercontent.com/tianyaochou/resume/master/main.typ
typst
#import "template.typ": * #let data = json("resume.json") #let me = data.at("profile") #show: resume.with( name: me.at("name"), email: me.at("email"), phone: me.at("telephone"), github: me.at("github"), linkedin: me.at("linkedin") ) #section(icon: "icons/user-solid.svg")[About Me] #grid( columns: 2, gu...
https://github.com/Skimmeroni/Appunti
https://raw.githubusercontent.com/Skimmeroni/Appunti/main/C++/Introduzione/Array.typ
typst
Creative Commons Zero v1.0 Universal
#import "@preview/showybox:2.0.1": showybox Un *array* é una sequenza di dati dello stesso tipo, memorizzati in aree di memoria contigue chiamate *celle*, utile per memorizzare dati che fra loro hanno un qualche legame logico. Un array viene dichiarato come una normale variabile di un certo tipo, ma accodando `[]` al ...
https://github.com/gldraphael/typst-resume
https://raw.githubusercontent.com/gldraphael/typst-resume/main/template.typ
typst
#import "style.typ": * #let resume( full-name: "", email: "", place: "", links: (), body ) = { // Set the document's basic properties. set document(author: full-name, title: full-name) set page(paper: "us-letter") // Set body font family. set text(font: bod...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/index.typ
typst
Apache License 2.0
#let get-data(code) = { if 0x0 <= code and code <= 0x7f { import "block-0000.typ" ("Basic Latin", block-0000.data.at(code - 0x0, default: ())) } else if 0x80 <= code and code <= 0xff { import "block-0080.typ" ("Latin-1 Supplement", block-0080.data.at(code - 0x80, default: ())) } else if 0x100 <= c...