repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/fiit-community/base-typst-template
https://raw.githubusercontent.com/fiit-community/base-typst-template/main/template/lib.typ
typst
MIT License
#import "@local/base-fiit-template:0.1.0": * #import "assets.typ"
https://github.com/SillyFreak/typst-packages-old
https://raw.githubusercontent.com/SillyFreak/typst-packages-old/main/template/README.md
markdown
MIT License
# Typst package See the [manual](docs/manual.pdf) for details.
https://github.com/jinnovation/resume
https://raw.githubusercontent.com/jinnovation/resume/main/data.typ
typst
#let personal = ( name: "<NAME>", email: "<EMAIL>", url: "https://jonathanj.in", linkedin: "https://linkedin.com/in/jinnovation", github: "https://github.com/jinnovation", huggingface: "https://huggingface.co/jinnovation", ) #let skills = ( "Machine Learning and Data": ( link("https...
https://github.com/schang412/typst-whalogen
https://raw.githubusercontent.com/schang412/typst-whalogen/master/README.md
markdown
Apache License 2.0
# whalogen whalogen is a library for typsetting chemical formulae with Typst, inspired by mhchem. GitHub repository: https://github.com/schang412/typst-whalogen ## Examples ![](gallery/example.png) ```typst #import "@preview/whalogen:0.2.0": ce $ #ce("HCl + H2O -> H3O+ + Cl-") $ ``` See the [manual](manual.pdf) ...
https://github.com/yixiak/sysu-report-typst-template
https://raw.githubusercontent.com/yixiak/sysu-report-typst-template/master/usage.typ
typst
MIT License
#import "template.typ": * #show:report.with(title: "实验报告实验", subtitle: "尝试使用 Typst 编写实验报告", name: "张三", stdid: "22223333", classid: "实验二班", )
https://github.com/so298/cv-theme.typ
https://raw.githubusercontent.com/so298/cv-theme.typ/main/cv.typ
typst
#set page("a4") #import "./theme.typ": * #show: cv #set text(font: ja_sans, size: 10pt, lang: "ja") #title("なまえ") #info("Phone", "xxx-xxxx-xxxx") #info("E-Mail", link("mailto:<EMAIL>", "<EMAIL>")) #info("GitHub", link("https://github.com/your_user_name")[your_user_name]) #v(5pt) = 経歴 == 学歴 #cventry("2020/04 - 2...
https://github.com/fsr/rust-lessons
https://raw.githubusercontent.com/fsr/rust-lessons/master/src/lesson5.typ
typst
#import "slides.typ": * #show: slides.with( authors: ("<NAME>", "<NAME>"), short-authors: "H&A", title: "Wer rastet, der rostet", short-title: "Rust-Kurs Lesson 5", subtitle: "Ein Rust-Kurs für Anfänger", date: "Sommersemester 2023", ) #show "theref": $arrow.double$ #show link: underline #new-section("E...
https://github.com/k4zuy/Typst-Template-HTW
https://raw.githubusercontent.com/k4zuy/Typst-Template-HTW/main/thesis.typ
typst
#import "common/titlepage.typ": * #import "common/metadata.typ": * #import "style/style.typ": * #import "common/acronyms.typ": acro //#import "common/acronyms.typ": * #titlepage( title: titleEnglish, titleGerman: titleGerman, degree: degree, program: program, supervisor: supervisor, advisors: advisors, a...
https://github.com/hooyuser/typst_math_notes
https://raw.githubusercontent.com/hooyuser/typst_math_notes/master/0.1.0/math-notes.typ
typst
#import "@preview/ctheorems:1.1.2": * #import "commutative-diagrams.typ": * #let outline_style(it, outline_color: black) = { set text(font: "Noto Sans") show link: set text(black) let fill_line_color = luma(70%) let indents = ("l1": 32pt, "l2": 28pt, "l3": 30pt) //indents for numbering let extra_paddings = (...
https://github.com/sarahzeller/tud
https://raw.githubusercontent.com/sarahzeller/tud/main/_extensions/sarahzeller/article/typst-show.typ
typst
MIT License
#show: doc => ica-abstract( $if(title)$ title: "$title$", $endif$ $if(by-authors)$ authors: ( $for(by-authors)$ ( name: "$it.name$", corresponding: $if(it.corresponding)$ $it.corresponding$ $else$ false $endif$, affiliations: ( $for(it.affiliations/first)$id: $it.id$, ...
https://github.com/UM-nerds/modern-report-umfds
https://raw.githubusercontent.com/UM-nerds/modern-report-umfds/main/README.md
markdown
MIT License
# modern-report-umfds A template for writing reports for the Faculty of Sciences of the University of Montpellier. Basic usage: ```typst #import "@preview/modern-report-umfds:0.1.1": umfds #show: umfds.with( title: [Your report title], authors: ( "Author 1", "Author 2", "Author 3", "Author 4" ...
https://github.com/ekmanib/curriculum-vitae
https://raw.githubusercontent.com/ekmanib/curriculum-vitae/main/docs/experience.typ
typst
#text(font: "Jost", size: 16pt)[ Experiencia ] #text(stroke: 0.5pt + rgb("a60707"))[ _Data Steward, <NAME> (Jun 2024 - Presente)_ ] Gestionar el gobierno de datos, incluyendo la integridad de datos, fuentes únicas de información, soluciones tecnológicas, ciclo de vida del dato, controles e implementación de acc...
https://github.com/Error0229/-
https://raw.githubusercontent.com/Error0229/-/main/__%20.%20_%20.%20_/🧉.typ
typst
The Unlicense
#align(center, text(16pt)[ *Matrix Algebra and Its Applications*\ *Problem Set Before Quiz 2* ])
https://github.com/jemus42/typst-slides-bips
https://raw.githubusercontent.com/jemus42/typst-slides-bips/main/main.typ
typst
MIT License
#import "bips.typ": * #show: bips-theme.with( aspect-ratio: "4-3", author_corresponding: ( name: [<NAME>], email: link("mailto:<EMAIL>")[<EMAIL>] ), lang: "german", //logo: "logo.png" ) #title-slide( title: "An impressive display of confusion in a 4D manifold", subtitle: "An exercise in futility...
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/README.md
markdown
# Typst Notes 这里存放了部分使用 Typst 的笔记/幻灯片,目录如下: | Term | Date | Title | GitHub | Google Docs | | ---- | ---- | ----- | ----------- | ---------------- | | 2024 Spring | 2024.05.14 | LUG 101 Ch 7 报告 | [GitHub](./b647c0-lug_101_ch7/) | [Google Docs](https://docs.google.com/viewer?url=https://github.com/tiankaima/typst-notes...
https://github.com/GYPpro/DS-Course-Report
https://raw.githubusercontent.com/GYPpro/DS-Course-Report/main/Rep/11.typ
typst
#import "@preview/tablex:0.0.6": tablex, hlinex, vlinex, colspanx, rowspanx #import "@preview/codelst:2.0.1": sourcecode // Display inline code in a small box // that retains the correct baseline. #set text(font:("Times New Roman","Source Han Serif SC")) #show raw.where(block: false): box.with( fill: luma(230), ins...
https://github.com/RemiSaurel/miage-rapide-tp
https://raw.githubusercontent.com/RemiSaurel/miage-rapide-tp/main/0.1.0/template/main.typ
typst
#import "@preview/miage-rapide-tp:0.1.0": * #show: doc => conf( subtitle: "Rendu TP n°1", authors: ( ( name: "<NAME>", ), ( name: "<NAME>", ), ( name: "<NAME>", ), ( name: "<NAME>", ), ), "L3 MIAGE - Base de données", date: "05/09/2024", doc ) = Int...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/relationPrisma.typ
typst
```prisma model TranslationKey { id Int @id @default(autoincrement()) translations Translation[] faculties Faculty[] } ```
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/01-history/mm-variable.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note, title-ref #import "/lib/glossary.typ": tr #show: web-page-template // ## Multiple Masters and Variable fonts == #tr[multiple master]和#tr[variable font] // In 1540, <NAME> released the first *typeface family* - his Double P...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/043%20-%20Innistrad%3A%20Midnight%20Hunt/003_Episode%202%3A%20The%20Motives%20of%20the%20Wolf.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 2: The Motives of the Wolf", set_name: "Innistrad: Midnight Hunt", story_date: datetime(day: 08, month: 09, year: 2021), author: "<NAME>", doc ) "These woods belong to us," he told her. People said he didn't talk much, but he talked...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/bamdone-aiaa/0.1.0/README.md
markdown
Apache License 2.0
# bamdone-aiaa This is a Typst template for a one-column paper from the proceedings of the American Institute of Aeronautics and Astronautics. The paper is tightly spaced, fits a lot of content and comes preconfigured for numeric citations from BibLaTeX or Hayagriva files. ## Usage You can use this template in the Typ...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/099.%20highres.html.typ
typst
highres.html The High-Res Society December 2008For nearly all of history the success of a society was proportionate to its ability to assemble large and disciplined organizations. Those who bet on economies of scale generally won, which meant the largest organizations were the most successful ones.Things have already ...
https://github.com/htlwienwest/da-vorlage-typst
https://raw.githubusercontent.com/htlwienwest/da-vorlage-typst/main/README.md
markdown
MIT License
# HTL Wien West Diploma Thesis This is a Typst diploma thesis template for students of the HTL Wien West. It fulfils all the necessary requirements for the diploma thesis. | | | | | | -- | -- | -- | -- | | ![main page](blob/p01.png) | ![Table of Contents](blob/p08.png) | ![List of features](blob/p12.png) | ![Examp...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/scripting/recursion.typ
typst
// Test recursive function calls. --- recursion-named --- // Test with named function. #let fib(n) = { if n <= 2 { 1 } else { fib(n - 1) + fib(n - 2) } } #test(fib(10), 55) --- recursion-unnamed-invalid --- // Test with unnamed function. // Error: 17-18 unknown variable: f #let f = (n) => f(n - 1) #f(1...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/spacing_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test RTL spacing. #set text(dir: rtl) A #h(10pt) B \ A #h(1fr) B
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1AB0.typ
typst
Apache License 2.0
#let data = ( ("COMBINING DOUBLED CIRCUMFLEX ACCENT", "Mn", 230), ("COMBINING DIAERESIS-RING", "Mn", 230), ("COMBINING INFINITY", "Mn", 230), ("COMBINING DOWNWARDS ARROW", "Mn", 230), ("COMBINING TRIPLE DOT", "Mn", 230), ("COMBINING X-X BELOW", "Mn", 220), ("COMBINING WIGGLY LINE BELOW", "Mn", 220), ("C...
https://github.com/Mc-Zen/zero
https://raw.githubusercontent.com/Mc-Zen/zero/main/src/zero.typ
typst
MIT License
#import "impl.typ" #import "num.typ": num, set-num, set-group, set-round #import "state.typ": default-state #import "ztable.typ": ztable
https://github.com/sahasatvik/typst-theorems
https://raw.githubusercontent.com/sahasatvik/typst-theorems/main/manual_examples.typ
typst
MIT License
#import "manual_template.typ": * #import "theorems.typ": * #show: thmrules #show: project.with( title: "typst-theorems", authors: ( "sahasatvik", ), url: "https://github.com/sahasatvik/typst-theorems" ) = Introduction This document only includes the examples given in the manual; each one of these has b...
https://github.com/MLAkainu/Network-Comuter-Report
https://raw.githubusercontent.com/MLAkainu/Network-Comuter-Report/main/referrences.typ
typst
Apache License 2.0
#align(center, text(15pt)[*Tài liệu tham khảo*]) [1] Slide môn học Mạng máy tính CO3093.\ [2] ByteByteGo. 8 Popular Network Protocols. Truy cập từ: https://substackcdn.com \ [3] <NAME>, <NAME>, <NAME>. A Virtual Prototyping Platform for Exploration of Vehicular Electronics. ResearchGate. Truy cập từ: https://www.resea...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/shape-rect_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Error: 15-38 unexpected key "cake", valid keys are "top-left", "top-right", "bottom-right", "bottom-left", "left", "top", "right", "bottom", and "rest" // #rect(radius: (left: 10pt, cake: 5pt))
https://github.com/WinstonMDP/math
https://raw.githubusercontent.com/WinstonMDP/math/main/exers/6.typ
typst
#import "../cfg.typ": * #show: cfg $ "Prove that" lim_(x -> x') a^x = a^x' $ That is, $all(epsilon > 0) ex(delta > 0) all(x in RR): 0 < abs(x' - x) < delta -> abs(a^x' - a^x) < epsilon$ $ex(delta > 0) all(x in QQ): 0 < abs(x' - x) < delta -> abs(a^x' - a^x) < epsilon$ I'm proving that $all(x in RR): 0 < abs(x' - x) ...
https://github.com/chendaohan/rust_tutorials
https://raw.githubusercontent.com/chendaohan/rust_tutorials/main/books/2.安装Rust.typ
typst
#set heading(numbering: "1.") #set text(size: 15pt) #let path = "images/安装Rust/" = 打开 Rust 官网 #link("https://www.rust-lang.org", [Rust Programming Language]): https://www.rust-lang.org #image(path + "home_page.png") = 点击 Install 或 Get Started #image(path + "install_page_link.png") = Linux 安装 ```sh curl --proto '=h...
https://github.com/nvarner/typst-lsp
https://raw.githubusercontent.com/nvarner/typst-lsp/master/README.md
markdown
MIT License
# Typst LSP A language server for [Typst](https://typst.app/). ## Features - Syntax highlighting, error reporting, code completion, and function signature help - Compiles to PDF on save (configurable to as-you-type, or can be disabled) - Experimental formatting using [typstfmt](https://github.com/astrale-sharp/t...
https://github.com/gongke6642/tuling
https://raw.githubusercontent.com/gongke6642/tuling/main/布局/columns/columns.typ
typst
将一个区域分成多个大小相等的列。 该column功能允许将任何容器的内部分成多个列。它不会使列的高度相等,相反,列将占据其容器的高度或页面上的剩余高度。如果需要,列功能可以跨页。 如果您需要在整个文档中插入列,则可以使用该 page函数的columns参数。 #image("屏幕截图 2024-04-14 171732.png") #image("屏幕截图 2024-04-14 172142.png")
https://github.com/justinvulz/document
https://raw.githubusercontent.com/justinvulz/document/main/drawimg/p1.typ
typst
#import "../typst_packages/drawimg.typ": * #show: doc => conf(doc) #figure( // caption: [Simplified Graph of $Q_n$], gap: 1em, grid( columns: 3, align: center+horizon, gutter: 1em, diagram( spacing: (6em,3em), node-stroke: aqua, node-inset: 0.3em, { node((0,0),$V_0(...
https://github.com/bennyhandball/PA1_LoB_Finance
https://raw.githubusercontent.com/bennyhandball/PA1_LoB_Finance/main/PA/main.typ
typst
#import "supercharged-dhbw/2.1.0/acronym-lib.typ": * #import "supercharged-dhbw/2.1.0/check-attributes.typ": * #import "supercharged-dhbw/2.1.0/confidentiality-statement.typ": * #import "supercharged-dhbw/2.1.0/declaration-of-authorship.typ": * #import "supercharged-dhbw/2.1.0/lib.typ": * #import "supercharged-dhbw/2.1...
https://github.com/olivierbma/typst-cmp
https://raw.githubusercontent.com/olivierbma/typst-cmp/main/README.md
markdown
# typst-cmp Small Neovim plugin for creating snippets from imported files This is a small plugin that finds the imported files and pases them to find top level functions that return components and create luasnip snippets out of them. They are then inserted into the nvim-cmp completion engine. The plugin supports `#imp...
https://github.com/daskol/typst-templates
https://raw.githubusercontent.com/daskol/typst-templates/main/icml/icml2024.typ
typst
MIT License
// Workaround for the lack of an `std` scope. #let std-bibliography = bibliography // Metrical size of page body. #let body = ( width: 6.75in, height: 9.0in, ) // Default font sizes from original LaTeX style file. #let font-defaults = ( tiny: 6pt, scriptsize: 7pt, footnotesize: 9pt, small: ...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/111.%20twitter.html.typ
typst
twitter.html Why Twitter is a Big Deal April 2009Om Malik is the most recent of many people to ask why Twitter is such a big deal.The reason is that it's a new messaging protocol, where you don't specify the recipients. New protocols are rare. Or more precisely, new protocols that take off are. There are only a hand...
https://github.com/Quaternijkon/Typst_FLOW
https://raw.githubusercontent.com/Quaternijkon/Typst_FLOW/main/src/pdfpc.typ
typst
// Attribution: This file is based on the code from https://github.com/andreasKroepelin/polylux/blob/main/utils/pdfpc.typ // Author: <NAME> #let pdfpc-file(loc) = { let arr = query(<pdfpc>).map(it => it.value) let (config, ..slides) = arr.split((t: "NewSlide")) let pdfpc = ( pdfpcFormat: 2, disableMarkdo...
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Courses/计算机组成与设计/计算机抽象和技术.typ
typst
--- order: 1 --- #import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "计算机组成与设计", lang: "zh", ) #let tbl_white(white_row: 1 , content_size: 9pt,..args) = align(center, block[ #show table.cell: it => if it.y <= white_row - 1 { set text(fill: white, stroke: white) it } else { ...
https://github.com/nhuongmh/nhuongmh.cv
https://raw.githubusercontent.com/nhuongmh/nhuongmh.cv/main/cv_1.typ
typst
Do What The F*ck You Want To Public License
#import "template.typ": * #import "data.typ": * #show: project.with( title: name, author: author, ) #section[ #titleemj("curl.svg") #selftitle ] #self #section[ #titleemj("seedling.svg") #techtitle ] #tech #section[ #titleemj("telescope.svg") #projecttitle ] #projectexperience // #section[ #titleemj("darts...
https://github.com/Gavinok/typst-res
https://raw.githubusercontent.com/Gavinok/typst-res/master/res.typ
typst
#import "layout.typ": res-name, contact, EXP, special-color, resume #import "projects.typ" #show: resume.with( name: "<NAME>", contacts: ( "": "<EMAIL>", "": "<NAME>", "": "Gavinok", "": "<NAME>", ) ) = Education #EXP("University of Victoria", "Victoria, BC", "B.S Software Engineering", "September 2...
https://github.com/soarowl20240613/geelypaper
https://raw.githubusercontent.com/soarowl20240613/geelypaper/main/paper.typ
typst
#import "@preview/easytable:0.1.0": easytable, elem #import elem: * #import "@preview/i-figured:0.2.4" #import "@preview/sourcerer:0.2.1": code //************ 表格设置 #let tr_alt = tr.with(cell_style: (x: none, y: none) => ( fill: if calc.even(y) { luma(95%) } else { none }, )) //************ #let paper( ...
https://github.com/DashieTM/ost-5semester
https://raw.githubusercontent.com/DashieTM/ost-5semester/main/web3/weeks/week7.2.typ
typst
#import "../../utils.typ": * #section("Forms") Essentially just a usage of the templates from before -> enhances html5 form. ```html <form> <input type="text" class="form-control" pattern="[a-zA-Z]{3,}"> </form> ``` Two-way data binding: ```html <label for="login">Login Name</label> <input type="text" class="form-co...
https://github.com/lyzynec/hys-or-kys
https://raw.githubusercontent.com/lyzynec/hys-or-kys/main/main.typ
typst
#import "lib.typ": * #show: project.with( title: "HYS or KYS", author: "lyzynec", ) #week(name: [Discrete-event systems: (finite) state automata as a model of discrete-event systems])[#include "01/main.typ"] #week(name: [Petri nets and their use for modelling, analysis and control of discrete--event systems]...
https://github.com/Shedward/dnd-charbook
https://raw.githubusercontent.com/Shedward/dnd-charbook/main/dnd/page/abilities.typ
typst
#import "../core/core.typ": * #let abilities(title: [Abilities], ..abilities) = page( header: section(title) )[ #let abilityBlock(ability) = [ #set text(hyphenate: false) #set text(top-edge: 0.5em) #abilityHeader(ability.title)\ #if ability.source != none [ #abilitySource(ability.source) ...
https://github.com/typst/templates
https://raw.githubusercontent.com/typst/templates/main/charged-ieee/template/main.typ
typst
MIT No Attribution
#import "@preview/charged-ieee:0.1.2": ieee #show: ieee.with( title: [A Typesetting System to Untangle the Scientific Writing Process], abstract: [ The process of scientific writing is often tangled up with the intricacies of typesetting, leading to frustration and wasted time for researchers. In this paper, w...
https://github.com/swablab/documents
https://raw.githubusercontent.com/swablab/documents/main/templates/tmpl_doc.typ
typst
Creative Commons Zero v1.0 Universal
#import "common.typ": common, colors #let tmpl_doc( title: none, changes: (), doc, ) = { show: doc => common(title: title, doc) set enum( numbering: "(1)" ) set text( size: 12pt, ) // Titelblatt align(center)[ #image("lightmode-swablab.png", width: 70%) #pad(top: 2em, bottom: 2em...
https://github.com/OCamlPro/ppaqse-lang
https://raw.githubusercontent.com/OCamlPro/ppaqse-lang/master/src/étude/defs.typ
typst
#let todo(t) = text(red)[TODO: #t] #let paradigme(p) = text(blue, p) #let pageref(label) = context { let loc = locate(label) let nums = counter(page).at(loc) link(loc, numbering(loc.page-numbering(), ..nums)) } #let crate(name) = link("https://lib.rs/crates/" + name, name) #let language( name:str, int...
https://github.com/flaribbit/typst-sdu-master-thesis
https://raw.githubusercontent.com/flaribbit/typst-sdu-master-thesis/master/template.typ
typst
// font names #let 宋体 = ("Times New Roman", "SimSun") #let 黑体 = ("Times New Roman", "SimHei") #let 字号 = ( 初号: 42pt, 小初: 36pt, 一号: 26pt, 小一: 24pt, 二号: 22pt, 小二: 18pt, 三号: 16pt, 小三: 15pt, 四号: 14pt, 小四: 12pt, 五号: 10.5pt, 小五: 9pt, ) // helper function to format number #let format-num(..nums)=nums.pos().map(str).join("-...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/raw-line_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Ref: false // Test line extraction works. #show raw: code => { for i in code.lines { test(i.count, 10) } test(code.lines.at(0).text, "import numpy as np") test(code.lines.at(1).text, "") test(code.lines.at(2).text, "def f(x):") ...
https://github.com/k0tran/cont_labs
https://raw.githubusercontent.com/k0tran/cont_labs/master/reports/lab5.typ
typst
#import "template.typ": * #show: lab.with(n: 5) #align(center)[#text(size: 17pt)[*Предисловие*]] Теперь лабораторные выполняются на Windows, потому что Debian 11 часто отбивается от сети университета, из-за чего каждые пять минут приходиться логиниться снова, а после \~5 раз достигается лимит устройств. = Подготовка...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/latexDockerfile.typ
typst
#import("../Template/customFunctions.typ"): * #codly( highlights:( (line:0, fill:red, label: <setImage>), (line:5, fill:green, label: <installPackage>), ), ) ```Dockerfile FROM python:3.11.9-alpine3.20 COPY . /app WORKDIR /app RUN pip install requests RUN crontab /app/crontab # log to stdout for easier debu...
https://github.com/kdog3682/mathematical
https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/demonstrations.typ
typst
#import "demonstrations/beginner.typ" as beginner #import "demonstrations/medium.typ" as medium #import "demonstrations/advanced.typ" as advanced
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/shape-rect.typ
typst
Apache License 2.0
// Test the `rect` function. --- // Default rectangle. #rect() --- #set page(width: 150pt) // Fit to text. #rect(fill: conifer)[Textbox] // Empty with fixed width and height. #block(rect( height: 15pt, fill: rgb("46b3c2"), stroke: 2pt + rgb("234994"), )) // Fixed width, text height. #rect(width: 2cm, fill: r...
https://github.com/NOOBDY/formal-language
https://raw.githubusercontent.com/NOOBDY/formal-language/main/q3.typ
typst
The Unlicense
#import "@preview/finite:0.3.0": automaton, layout #let q3 = [ 3. (Fun with `NFA`) For each of the following languages, construct an `NFA`, with the specified number of states, that accepts the language. In all cases, the alphabet is ${0, 1}$. 1. ${w | w "ends with 10"}$ with 3 states. #automaton( ( q0:...
https://github.com/alberto-lazari/computer-science
https://raw.githubusercontent.com/alberto-lazari/computer-science/main/advanced-topics-pl/presentation/sections/markup-mode.typ
typst
#import "/common.typ": * #new-section("Markup mode") #slide[ - Default syntax mode #show: pause(2) - Syntactic sugar for function calls #grid( columns: (1fr, auto, 1fr), gutter: 3em, example[ ```typst = Title *List* with: - _item_ ``` ], [#v(3.5em) $<==>$], ...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/2%20-%20RTB/Documentazione%20interna/Verbali/23-11-23/23-11-23.typ
typst
#import "/template.typ": * #show: project.with( date: "23/11/23", subTitle: "Discussione a seguito del meeting con il Proponente", docType: "verbale", authors: ( "<NAME>", ), timeStart: "14:45", timeEnd: "15:15", ); = Ordine del giorno - Discussione relativa al meeting con il Proponente; - Suddivis...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/lemmify/0.1.0/README.md
markdown
Apache License 2.0
# Lemmify Lemmify is a library for typesetting mathematical theorems in typst. It aims to be easy to use while trying to be as flexible and idiomatic as possible. This means that the interface might change with updates to typst (for example if user-defined element functions are introduced). But no functionality should...
https://github.com/ofurtumi/formleg
https://raw.githubusercontent.com/ofurtumi/formleg/main/h10/H10.typ
typst
#import "@templates/ass:0.1.1": * #show: doc => template( class: "TÖL301G", project: "Homework 10", doc ) = Which of the following are true? Let $f(n) = 4n(n+2log_2 n^2) + e^(-n) + 8sin((2 pi n)/256)$ We can show that $f(n) = o(g(n))$ if: $ lim_(n->infinity) f(n)/g(n) = 0 $ We can show that $f(n) = O(g(n))$ i...
https://github.com/sitandr/typst-examples-book
https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/snippets/layout/insert_lines.md
markdown
MIT License
# Lines between list items ```typ /// author: frozolotl #show enum.where(tight: false): it => { it.children .enumerate() .map(((n, item)) => block(below: .6em, above: .6em)[#numbering("1.", n + 1) #item.body]) .join(line(length: 100%)) } + Item 1 + Item 2 + Item 3 ``` The same approach may be easily ...
https://github.com/Az-21/material-you-adapter
https://raw.githubusercontent.com/Az-21/material-you-adapter/main/README.md
markdown
Apache License 2.0
# Material You Adapter Adapt Material You (M3) theme files to various languages and technologies ## Usage 1. Export *Jetpack Compose* (Kotlin) theme from [Material Theme Builder](https://material-foundation.github.io/material-theme-builder/). 2. [Optional] Rename the zip file; output will use the name of zip file(s). ...
https://github.com/piepert/typst-seminar
https://raw.githubusercontent.com/piepert/typst-seminar/main/Beispiele/Essay/fullcite.typ
typst
// Habe hier ein eigenes Bibliographie-Plugin geschrieben, weil // in den Essays des Instituts für Philosophie kein Literaturverzeichnis // nötig ist, sondern nur Fußnoten bevorzugt werden. Und Fußnoten // kann Typst ja nicht, also musste ich improvisieren. // enthält die Bibliographie-Daten der YAML-Datei #let biblio...
https://github.com/platformer/typst-algorithms
https://raw.githubusercontent.com/platformer/typst-algorithms/main/test/assertions/assert_i_in_algo.typ
typst
MIT License
#import "../../algo.typ": i #i
https://github.com/thanhdxuan/dacn-report
https://raw.githubusercontent.com/thanhdxuan/dacn-report/master/datn-week-1/contents/03-plan.typ
typst
= Kế hoạch thực hiện đồ án tốt nghiệp Về tổng quan, đồ án tốt nghiệp sẽ được thực hiện trong vòng 15 tuần. #table( columns: (0.2fr, 2fr), inset: 10pt, align: horizon, [*Tuần*], [*Kế hoạch thực hiện*], [1], [Lên kế hoạch thực hiện đồ án tốt nghiệp, chỉnh sửa đồ án theo góp ý của hội đồng.], [2], [Chỉnh s...
https://github.com/wznmickey/JI_Lab_Report_typst_template
https://raw.githubusercontent.com/wznmickey/JI_Lab_Report_typst_template/main/conf.typ
typst
#let conf( lab-number: 0, title: none, name: none, studentID: 0, doc, ) = { set page( margin: (top: 1in + 20pt + 12pt + 25pt, bottom: 1in + 20pt + 12pt + 25pt, left: 1in + 31pt, right: 1in + 31pt), numbering: "1", paper: "a4", ) set par(leading: 0.6em, first-line-indent: 1.6em, justify: true) set text(font: "New...
https://github.com/donabe8898/typst-thesis-template
https://raw.githubusercontent.com/donabe8898/typst-thesis-template/main/resume/titlepage.typ
typst
Apache License 2.0
// 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! #import "../lib/meta.typ": meta #let titlepage( title: none, subtitle:none, author: none, date: none, // 日付 year: none, // 年度 teacher: none, // 指導...
https://github.com/dice-punk-press/open-d12
https://raw.githubusercontent.com/dice-punk-press/open-d12/main/src/extensions/combat.typ
typst
Creative Commons Attribution 4.0 International
= Combat == Description _This extension adds more detailed combat rules to the game._ #columns(2)[ = Mechanics Combat takes place in rounds. Each round a character can take one action (or two half-actions). Players decide on their character's initial actions, reveal them, and then can use any remaining part of their ...
https://github.com/tweaselORG/ReportHAR
https://raw.githubusercontent.com/tweaselORG/ReportHAR/main/docs/README.md
markdown
MIT License
reporthar # reporthar ## Table of contents ### Type Aliases - [Analysis](README.md#analysis) - [App](README.md#app) - [ComplaintOptionsFormal](README.md#complaintoptionsformal) - [ComplaintOptionsInformal](README.md#complaintoptionsinformal) - [GenerateAdvancedOptions](README.md#generateadvancedoptions) - [Generate...
https://github.com/FrightenedFoxCN/cetz-cd
https://raw.githubusercontent.com/FrightenedFoxCN/cetz-cd/main/tests/parser.typ
typst
#import "../src/parser.typ": * #parse-item(`$S$ ar[rd, swapped]`.text) // multiple arrows #parse-item(`$T$ ar[r, swapped, $g$] ar[d, bent: 45, offset: 2]`.text) #parser(``` $A$ ar[r] ar[rd, $f$, swapped] & $B$ ar[d] \ & $C$ ```.text)
https://github.com/lsacienne/UTBM-Internship-Report-Typst
https://raw.githubusercontent.com/lsacienne/UTBM-Internship-Report-Typst/main/utbm.typ
typst
MIT License
#let cover( title: "Analyse de durabilité des systèmes de propulsion par microcontrôleurs externe", report-type: "STXX", report-year: "P20XX", picture: "assets/images/background.jpg", student: ( first-name: "Prénom", last-name: "NOM", specialty: "Nom de la spécialité d'ingénieur", sector: "Nom...
https://github.com/so298/cv-theme.typ
https://raw.githubusercontent.com/so298/cv-theme.typ/main/theme.typ
typst
#let mygray = rgb("#6A6A6A") #let mydarkgray = rgb("#4A4A4A") #let ja_sans = "<NAME>" #let en_sans = "Open Sans" #let cv(body) = { // styling show heading: set text(fill: navy) show heading.where(level: 1): it => block(below: 0.8em, { set text(size: 18pt) it.body }) show heading.where(level: 2): it =...
https://github.com/mariuslb/thesis
https://raw.githubusercontent.com/mariuslb/thesis/main/content/06-diskussion.typ
typst
= Diskussion == Interpretation der Ergebnisse Die Ergebnisse der Untersuchung zeigen, dass Elektrofahrzeuge im Vergleich zu Fahrzeugen mit Verbrennungsmotoren eine höhere Energieeffizienz aufweisen. Die durchschnittlichen Energieverbräuche der Elektrofahrzeuge lagen deutlich unter den Werten der Verbrennungsmotoren. ...
https://github.com/iMilesHo/resume-template-typst
https://raw.githubusercontent.com/iMilesHo/resume-template-typst/main/Resume_YourName.typ
typst
Apache License 2.0
#import "template.typ": * #show: resumeContent.with( author: ( firstname: lorem(1), lastname: lorem(1), email: "<EMAIL>", phone: "+1 9876543210", github: "github.com/username", linkedin: "linkedin.com/in/username", ) ) == TECHNICAL SKILLS - *Programming Languages*: Java, Pyth...
https://github.com/nikhilweee/nikipedia-typst
https://raw.githubusercontent.com/nikhilweee/nikipedia-typst/main/concepts/concepts.typ
typst
#import "../template/shorthands.typ": * == Machine Learning === Parameterization When someone says that a model is parameterized by parameters $theta$, they are referring to the intrinsic parameters of the model. As an example, consider a very simple linear model. $ y = m x + c $ Here, the output of the model $y$ ...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/goto_definition/paren_lhs.typ
typst
Apache License 2.0
#(let (x) = 2); #(/* position after */ x);
https://github.com/xrarch/books
https://raw.githubusercontent.com/xrarch/books/main/xrcomputerbook/chapcitron.typ
typst
#import "@preview/tablex:0.0.6": tablex, cellx, colspanx, rowspanx = Citron Interface == Introduction The Citron interface is a small memory-mapped region of 32-bit ports.#footnote([Historically, this was the port I/O space of a previous CISC processor architecture.]) Many of the integral devices of the XR/computer p...
https://github.com/ClassicConor/UoKCSYear1ExamNotes2024
https://raw.githubusercontent.com/ClassicConor/UoKCSYear1ExamNotes2024/master/Databases%20(With%20Exam%20Answers)/Databases%202021%20Paper/Databases%202021%20Answers.typ
typst
= 2023 Databases and the Web Exam <databases-and-the-web-exam> == Question 1 <question-1> #block[ #set enum(numbering: "(1)", start: 1) + Inspect the following HTML code ] ```html <html> <head> <title>Good Writing Style</title> </head> <body> <div style="background:yellow; width:20% height:100px;"> <p style="color:gre...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/131.%20superangels.html.typ
typst
superangels.html The New Funding Landscape Want to start a startup? Get funded by Y Combinator. October 2010After barely changing at all for decades, the startup funding business is now in what could, at least by comparison, be called turmoil. At Y Combinator we've seen dramatic changes in the funding environm...
https://github.com/elteammate/typst-compiler
https://raw.githubusercontent.com/elteammate/typst-compiler/main/src/typesystem-def.typ
typst
#import "utils.typ": * #let ptype = mk_enum( debug: true, "none_", "content", "string", "float", "int", "any", "bool", "arguments", "dictionary", "function", "array", "tuple", "object", ) #let mk_type(base, ..args) = (base, args.pos(), args.named()) #let types ...
https://github.com/feiyangyy/Learning
https://raw.githubusercontent.com/feiyangyy/Learning/main/linear_algebra/矩阵的相抵和相似.typ
typst
#set text( font: "New Computer Modern", size: 6pt ) #set page( paper: "a5", margin: (x: 1.8cm, y: 1.5cm), ) #set par( justify: true, leading: 0.52em, ) #set heading(numbering: "1.") // 函数实例 #let Mab(body)={ $bold(#body)$ } // 数学公式标号 #set math.equation(numbering: "(1)", supplement: [式]) = 笛卡尔积 == 定义 #let ...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas4/2_Utorok.typ
typst
#let V = ( "HV": ( ("", "Zvánnyj svýše", "Chananéji porevnovávši, dušé, prikosnísja Christú sozadí, i vzyváj čásťi: pomíluj mjá, o Vladýko! Ďítišče ímam, bisnújuščujusja plóť bezčínnuju, otžení razžžénije ot nejá, moľúsja, i utolív bezčínnaja vzyhránija, mértvu stráchom tvojím soverší, molítvami prečísto začénšij...
https://github.com/name1e5s/typst-font-awesome
https://raw.githubusercontent.com/name1e5s/typst-font-awesome/main/fa.typ
typst
MIT License
#let fa(name) = { text( font: "Font Awesome 6 Free Solid", box[ #name ] ) } #let fa-0 = fa(symbol("\u{30}")) #let fa-1 = fa(symbol("\u{31}")) #let fa-2 = fa(symbol("\u{32}")) #let fa-3 = fa(symbol("\u{33}")) #let fa-4 = fa(symbol("\u{34}")) #let fa-5 = fa(symbol("\u{35}")) #let fa-6 = fa(symbol("\u{36...
https://github.com/v0sem/sicp
https://raw.githubusercontent.com/v0sem/sicp/main/exercises.typ
typst
#import "@local/cetz:0.2.0" = SICP Exercises This is my solution to most of the exercises on the sicp book. The main difference with the book itself is that the book proposes using scheme and I solved them using common lisp, which has some different keywords and uses. I will try to keep the code closer to scheme, ke...
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Courses/计算机组成与设计/IO.typ
typst
--- order: 6 --- #import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "计算机组成与设计", lang: "zh", ) #let tbl_white(white_row: 1 , content_size: 9pt,..args) = align(center, block[ #show table.cell: it => if it.y <= white_row - 1 { set text(fill: white, stroke: white) it } else { ...
https://github.com/Amelia-Mowers/typst-tabut
https://raw.githubusercontent.com/Amelia-Mowers/typst-tabut/main/doc/example-snippets/align-manual.typ
typst
MIT License
#import "@preview/tabut:<<VERSION>>": tabut #import "usd.typ": usd #import "example-data/supplies.typ": supplies #tabut( supplies, ( (header: [*\#*], func: r => r._index), (header: [*Name*], func: r => r.name), (header: [*Price*], func: r => usd(r.price)), (header: [*Quantity*], func: r => r.qua...
https://github.com/jamesrswift/dining-table
https://raw.githubusercontent.com/jamesrswift/dining-table/main/tests/topdown/ledger/test.typ
typst
The Unlicense
#import "../ledger.typ": * #set text(size: 11pt) #set page(height: auto, margin: 1em) #dining-table.make(columns: example, data: data, notes: dining-table.note.display-list )
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/notizen/algorithmen/mts4.typ
typst
#import "@preview/cetz:0.2.2" #import "/config.typ": theme #let nums = (-13, 25, 34, 12, -3, 7, -87, 28, -77, 11) #let split(nums) = { let n = calc.div-euclid(nums.len(), 2) return ( nums.slice(0, n), nums.slice(n, nums.len()) ) } #let div_tree(nums) = { if nums.len() == 1 {return nums} let (l, r) ...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas7/1_Pondelok.typ
typst
#let V = ( "HV": ( ("","<NAME>","Vozvedí tvojí óči, o dušé mojá! I na Bóžije vozzrí smotrénije i blahoutróbije, káko nebesá preklonív na zémľu sníde, da voznesét tebé ot okajánstva tvojích strastéj, i postávit ťá na kámeni víry. O dívstvo strášnaho čudesé! Sláva istoščániju tvojemú čelovikoľúbče."), ("","","V...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/MS-latest_CN.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Men's Singles (1 - 32)", table( columns: 4, [排名], [运动员], [国家/地区], [积分], [1], [樊振东], [CHN], [3548], [2], [王楚钦], [CHN], [3377], [3], [马龙], [CHN], [3350], [4], [林诗栋], [CHN], [3334], [5], [菲利克斯 勒布伦], [FRA], [3285...
https://github.com/hongjr03/shiroa-page
https://raw.githubusercontent.com/hongjr03/shiroa-page/main/DSA/chapters/4串.typ
typst
#import "../template.typ": * #import "@preview/pinit:0.1.4": * #import "@preview/fletcher:0.5.0" as fletcher: diagram, node, edge #import "/book.typ": book-page #show: book-page.with(title: "串 | DSA") = 串 <串> #definition[ *串*:串是有限长的字符序列,由一对单引号相括,如: 'a string'。 ]<串的基本概念> == 基本操作 <串的基本操作> - `StrAssign(&T, chars)...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/数学模型/论文/pkuthss-typst/README.md
markdown
# 数学模型课程论文 模板来自于 https://github.com/pku-typst/pkuthss-typst
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/palindrome-linked-list/description/", level: 1, )<回文链表> #note( title: [ 回文链表 ], description: [ 给你一个单链表的头节点 head ,请你判断该链表是否为回文链表。如果是,返回 true ;否则,返回 false 。 ], examples: ([ 输入:head = [1,2,2,1] 输出:true ...
https://github.com/piggsoft/mdbook-typst-piggsoft
https://raw.githubusercontent.com/piggsoft/mdbook-typst-piggsoft/master/CHANGELOG.md
markdown
# Changelog ## [Unreleased] ## [0.1.2] - 2024-03-22 - bufix: 修复因typst升级后命令行参数变化导致的问题 ## [0.1.1] - 2024-03-16 修复一些bug - list -> item 没有换行导致列表显示有问题 - 将img的路径根修改为从配置文件读取 - 修复当head的label中有空格导致的异常问题 ## [0.1.0] - 2024-03-15 - 修复${build_dir}/typst-piggsoft为空导致无法输出的问题 - 第一个版本
https://github.com/pluttan/asmlearning
https://raw.githubusercontent.com/pluttan/asmlearning/master/lab5/lab5.typ
typst
#import "@docs/bmstu:1.0.0":* #show: student_work.with( caf_name: "Компьютерные системы и сети", faculty_name: "Информатика и системы управления", work_type: "лабораторной работе", work_num: "5", discipline_name: "Машинно-зависимые языки и основы компиляции", theme: "Связь разноязыковых модулей", author: ...
https://github.com/xsro/xsro.github.io
https://raw.githubusercontent.com/xsro/xsro.github.io/zola/typst/nlct/solution/common.typ
typst
#let exercise(body,code:"1")={ rect(fill: gray.lighten(60%),inset:8pt,radius:4pt, [ *Exercise #code*: #label(code) #metadata(code)<exercise> #body ],) } #let solve(number) = { [*Solution to #number*] }
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/layout/transform.typ
typst
// Test transformations. --- transform-tex-logo --- // Test creating the TeX and XeTeX logos. #let size = 11pt #let tex = { [T] h(-0.14 * size) box(move(dy: 0.22 * size)[E]) h(-0.12 * size) [X] } #let xetex = { [X] h(-0.14 * size) box(scale(x: -100%, move(dy: 0.26 * size)[E])) h(-0.14 * size) [T] ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.4.0/src/marks.typ
typst
Apache License 2.0
#import "@preview/cetz:0.1.2" #import "utils.typ": * #import calc: sqrt, abs, sin, cos, max, pow #let EDGE_ARGUMENT_SHORTHANDS = ( "dashed": (dash: "dashed"), "dotted": (dash: "dotted"), "double": (extrude: (-2, +2)), "triple": (extrude: (-4, 0, +4)), "crossing": (crossing: true), ) #let MARK_SYMBOL_ALIASES = (...
https://github.com/GuTaoZi/SUSTech-thesis-typst
https://raw.githubusercontent.com/GuTaoZi/SUSTech-thesis-typst/main/template/sections.typ
typst
MIT License
#import "@preview/anti-matter:0.1.1": set-numbering let