repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/template/template.typ
typst
Other
#import "consts.typ" #import "util.typ" #import "page.typ": page_setting #import "font.typ": font-setting #import "l10n.typ": l10n_setting #import "heading.typ": heading-setting #let template(doc) = [ #show: page_setting #show: font-setting #show: l10n_setting #show: heading-setting #doc ] #let web-page-t...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/list-attach_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test basic attached list. Attached to: - the bottom - of the paragraph Next paragraph.
https://github.com/MasterEvarior/typst-cv
https://raw.githubusercontent.com/MasterEvarior/typst-cv/main/cv.typ
typst
MIT License
#import "template/template.typ": template, education_entry, skill_entry, work_entry, references_entry, interests_entry, icon, languages_entry, misc_entry #let name = "<NAME>" #let color = black #let photo = "photo.jpeg" #let personal_profile = "lorem(120)" #let personal_info = (( ( "service": "email", ...
https://github.com/tingerrr/anti-matter
https://raw.githubusercontent.com/tingerrr/anti-matter/main/example/front-matter.typ
typst
MIT License
#set heading(numbering: none) #show outline: set heading(outlined: true) #outline() = Figures Content = Tables Content = Listings Content
https://github.com/DawnEver/mcm-icm-typst-template
https://raw.githubusercontent.com/DawnEver/mcm-icm-typst-template/main/appendices.typ
typst
MIT License
#let first-line-indent = 20pt #let appendices(body)={ // show Appendices body pagebreak() pad( left: -first-line-indent )[#heading("Appendices", numbering: none)] pad( left: -first-line-indent, )[#heading("Appendices A First appendix", numbering: none)] par( hanging-indent: -first-line-i...
https://github.com/rabotaem-incorporated/algebra-conspect-1course
https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/README.md
markdown
Other
# Конспект лекций по алгебре > Лектор: **<NAME>**. ## Гайд по использованию ### Короткая версия [PDF тут](https://github.com/rabotaem-incorporated/algebra-conspect-1course/releases/latest), качаете и читаете ### Подробная версия Для начала убедитесь, что знаете общие правила пользования конспектом: 1. Если до эк...
https://github.com/zyf722/typst-tabler-icons
https://raw.githubusercontent.com/zyf722/typst-tabler-icons/main/src/lib-impl.typ
typst
MIT License
/// Render a [Tabler icon](https://tabler.io/icons) by its name or unicode. /// /// Parameters: /// - `icon`: The name of the icon /// - This can be name in string or unicode of the icon /// - `tabler-icon-map`: The map of icon names to unicode /// - Default is a map generated from Tabler metadata /// - *Not reco...
https://github.com/lvignoli/typst-pandoc
https://raw.githubusercontent.com/lvignoli/typst-pandoc/main/README.md
markdown
MIT License
[pandoc 3.1.2](https://github.com/jgm/pandoc/releases/tag/3.1.2) now provides a Typst writer to convert **to** Typst. A reader is also [planned](https://github.com/jgm/pandoc/issues/8740). Hence, because of upcoming native support for Typst, this extension will **not** be maintained. --- # Typst custom reader and wr...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/136.%20patentpledge.html.typ
typst
patentpledge.html The Patent Pledge August 2011I realized recently that we may be able to solve part of the patent problem without waiting for the government.I've never been 100% sure whether patents help or hinder technological progress. When I was a kid I thought they helped. I thought they protected inventors fro...
https://github.com/lxl66566/my-college-files
https://raw.githubusercontent.com/lxl66566/my-college-files/main/信息科学与工程学院/机器视觉实践/报告/5/5.typ
typst
The Unlicense
#import "../template.typ": * #show: project.with( title: "5", authors: ("absolutex",), ) = 机器视觉实践 五 == 实验目的 图像水印添加与提取 + 要求考虑 DCT 变换实现图像水印算法 + 要求在对图像添加扰动(如噪声旋转、缩放)时仍能提取水印 == 实验代码 本次实验我用了两种方法进行添加水印:频域直接添加和自定义的 LSB 最低有效位。 === 频域直接添加 频域直接添加的原理是先将图像做 fft 得到频域,然后直接对频域图像绘制信息,最后 ifft 得到隐写图像。提取信息时,只需要将携带信息的图像进行 fft...
https://github.com/YXalix/resume
https://raw.githubusercontent.com/YXalix/resume/main/template.typ
typst
// 字体 #let font = ( main: "IBM Plex Serif", mono: "IBM Plex Mono", cjk: "Noto Serif CJK SC", size: 11pt, ) // 图标 #let icon(path) = box( baseline: 0.125em, height: 1.0em, width: 1.25em, image(path) ) #let faAngleRight = icon("fa-angle-right.svg") // 主体 #let resume( size: 10pt, themeColor: rgb(38, ...
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/identify-drivetrain.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/packages.typ": notebookinator #import notebookinator: * #import themes.radial.components: * #show: create-body-entry.with( title: "Identify Problem: Drivetrain", type: "identify", date: datetime(year: 2023, month: 5, day: 12), author: "<NAME>", witness: "Violet Ridge", ) The drivetrain is the most...
https://github.com/liuxu89/Principles
https://raw.githubusercontent.com/liuxu89/Principles/main/templates/page.typ
typst
// This is important for shiroa to produce a responsive layout // and multiple targets. #import "@preview/shiroa:0.1.1": get-page-width, target, is-web-target, is-pdf-target, plain-text, templates #import templates: * // Metadata #let page-width = get-page-width() #let is-pdf-target = is-pdf-target() #let is-web-targe...
https://github.com/saYmd-moe/note-for-statistical-mechanics
https://raw.githubusercontent.com/saYmd-moe/note-for-statistical-mechanics/main/main.typ
typst
#import "template.typ": * // 文章信息设置 #show: conf.with( title: "热力学与统计物理笔记整理", shortitle: "Note for Thermodynamics and Statistical Mechanics", author: "saYmd" ) //----------------热力学部分---------------- #include "./contents/PartI/PartI.typ" #include "./contents/PartI/Chp01.typ" #include "./contents/PartI/Chp02.typ...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/2%20-%20RTB/Documentazione%20interna/Verbali/23-12-31/23-12-31.typ
typst
#import "/template.typ": * #show: project.with( date: "31/12/23", subTitle: "Meeting di retrospettiva e pianificazione", docType: "verbale", authors: ( "<NAME>", ), missingMembers: ( "<NAME>", ), timeStart: "15:00", timeEnd: "16:00", ); = Ordine del giorno - Valutazione dell'avanzamento; - A...
https://github.com/flechonn/interface-typst
https://raw.githubusercontent.com/flechonn/interface-typst/main/docs/Base_exercices.md
markdown
<span style="color:#7B7D7D;">[ FRENCH VERSION BELOW ] ## EXERCISE BASE ### Introduction Documentation on the format we have chosen for the exercise sheets provided as input. We initially started with the following exam sheet: [exam sheet](./exemple/Examen-ALGO6-2023.04.19.tex), which we then divided into several ex...
https://github.com/Quaternijkon/Typst_ADSL
https://raw.githubusercontent.com/Quaternijkon/Typst_ADSL/main/theme.typ
typst
#import "@preview/touying:0.4.2": * #let ustcblue=rgb("#034ea1") //横向导航栏 #let ustc-nav-bar(self: none) = states.touying-progress-with-sections(dict => { let (current-sections, final-sections) = dict current-sections = current-sections.filter(section => section.loc != none).map(section => ( section, sec...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/document_05.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Error: 10-12 can only be used in set rules // #document()
https://github.com/jxpeng98/Typst-Paper-Template
https://raw.githubusercontent.com/jxpeng98/Typst-Paper-Template/main/README.md
markdown
MIT License
# Typst-Paper-Template Following the official tutorial, I create a single-column paper template for general use. You can use it for papers published on SSRN etc. ## How to use ### Use as a template package Typst integrated the template with their official package manager. You can use it as the other third-party pac...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/sweet-graduate-resume/0.1.0/template/main.typ
typst
Apache License 2.0
#import "@preview/sweet-graduate-resume:0.1.0": * #show: doc => preamble(doc) #let urls = ( ( name: "Codeberg", url: "https://codeberg.org/innocent_zero", svg: image("svg/codeberg.svg"), fa: false, brand: false, solid: false, ), (name: "Website", url: "https://example.com", svg: "link", ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.2.2/src/draw/projection.typ
typst
Apache License 2.0
#import "grouping.typ": group, get-ctx #import "transformations.typ": set-transform #import "/src/process.typ" #import "/src/matrix.typ" #import "/src/drawable.typ" #import "/src/util.typ" #let ortho-projection-matrix = ((1, 0, 0, 0), (0, 1, 0, 0), (0, 0,...
https://github.com/vaucher-leo/template-tb-typst
https://raw.githubusercontent.com/vaucher-leo/template-tb-typst/main/template-HEIG-tb-EN.typ
typst
MIT License
// Template for Bachelor's thesis of the HEIG-VD // Author: <NAME> // Date: 07.03.2024 // Version: 1.0 // // Brief: // This template is based on the LaTex template of the HEIG-VD // available on GitHub. It is just the styling with some modifications // but the complex makefile with all the complicated things has not //...
https://github.com/Cubik65536/VanierFLOSSDay24Talk
https://raw.githubusercontent.com/Cubik65536/VanierFLOSSDay24Talk/main/main.typ
typst
Other
// Get Polylux from the official package repository #import "@preview/polylux:0.3.1": * #import themes.university: * // Make the paper dimensions fit for a presentation and the text larger #set page( paper: "presentation-16-9", footer: [ #grid( columns: (1fr, 20%), rows: 1, align(horizon +...
https://github.com/TJ-CSCCG/tongji-slides-typst
https://raw.githubusercontent.com/TJ-CSCCG/tongji-slides-typst/main/theme/university.typ
typst
MIT License
#import "logic.typ" #import "utils.typ" // University theme // // Originally contributed by <NAME> - https://github.com/drupol // // Please feel free to improve this theme // by submitting a PR in https://github.com/andreasKroepelin/typst-slides #let uni-colors = state("uni-colors", (:)) #let uni-short-title = state(...
https://github.com/piepert/logik-tutorium-wise2024-2025
https://raw.githubusercontent.com/piepert/logik-tutorium-wise2024-2025/main/src/ablaufplan.typ
typst
Creative Commons Zero v1.0 Universal
#import "/src/templates/exercise.typ": * #show: project.with( title: [ Ablaufplan für das Logik-Tutorium ], document-title: [ Ablaufplan für das Logik-Tutorium ], abstract: [ In diesem Tutorium lernen Sie die grundlagen des logischen Denkens für die Analyse philosophischer...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/list-02.typ
typst
Other
- Level 1 - Level #[ 2 through content block ]
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/outrageous/0.1.0/examples/rush.typ
typst
Apache License 2.0
//! This example replicates the outline of the paper on the rush programming language. //! See https://paper.rush-lang.de #import "../outrageous.typ" #set text(font: "New Computer Modern") #set page(numbering: "1") // only do numbering for the first three levels, in the style `1.` // note: we have to set the style t...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/accent-03.typ
typst
Other
// Test accent bounds. $sqrt(tilde(T)) + hat(f)/hat(g)$
https://github.com/dikkadev/typst-statastic
https://raw.githubusercontent.com/dikkadev/typst-statastic/main/dbg.typ
typst
The Unlicense
#import "lib.typ": * = Statastic Package Test with Larger Dataset This document showcases the features of the `statastic` package using a larger dataset. = Data Preparation We will use the following dataset: #let data = ( (1, 2.5), (2, 3.6), (3, 5.1), (4, 7.4), (5, 11.0), (6, 15.8), (7, 22.5), (8, ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/circuiteria/0.1.0/src/lib.typ
typst
Apache License 2.0
#let version = version(0, 1, 0) #import "circuit.typ": circuit #import "element.typ" #import "gates.typ" #import "util.typ" #import "wire.typ"
https://github.com/FlorentCLMichel/quetta
https://raw.githubusercontent.com/FlorentCLMichel/quetta/main/src/quenya.typ
typst
MIT License
// Impleentation of the Quenya Mode #import "tengwar_proto.typ": * #let map-quenya = ( th : sule, Th : sule, "£t" : tinco-alt, "£T" : tinco-alt, t : tinco, T : tinco, "£nd" : ando-alt, "£Nd" : ando-alt, nd : ando, ...
https://github.com/Nrosa01/TFG-2023-2024-UCM
https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Pruebas/Documento%20Entrevistado.typ
typst
#import "setup.typ": * #show: project = Creación de 3 partículas == Arena La partícula de arena se desplaza hacia abajo si el espacio está vacío o si hay agua. En caso contrario, intenta moverse hacia la derecha y luego hacia abajo; si no es posible, intenta moverse hacia la izquierda y luego hacia abajo. Adicionalm...
https://github.com/The-Notebookinator/notebookinator
https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/themes/default/default.typ
typst
The Unlicense
#import "./components.typ" #import "/utils.typ" #let rules = utils.make-rules(doc => { doc }) #let cover = utils.make-cover(ctx => [ #set align(center + horizon) *Default Cover* ]) #let frontmatter-entry = utils.make-frontmatter-entry((ctx, body) => { show: page.with( header: [ = #ctx.title #...
https://github.com/metamuffin/typst
https://raw.githubusercontent.com/metamuffin/typst/main/tools/test-helper/README.md
markdown
Apache License 2.0
# Test helper This is a small VS Code extension that helps with managing Typst's test suite. When installed, three new buttons appear in the menubar for all `.typ` files in the `tests` folder. - Open: Opens the output and reference images of a test to the side. - Refresh: Refreshes the preview. - Rerun: Re-runs the t...
https://github.com/sofianedjerbi/ResumeOld
https://raw.githubusercontent.com/sofianedjerbi/ResumeOld/main/letter.typ
typst
Apache License 2.0
#import "brilliant-CV/template.typ": * #show: layout #set text(size: 12pt) //set global font size #letterHeader( myAddress: [284 Avenue de Lyon \ 07500 Guilherand-Granges, France], recipientName: [CY Cergy Paris Université], recipientAddress: [95000 Cergy, France], date: [10/03/2024], subject: "Candidature a...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/opticalsize_07.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test attaching primes only $a' = a^', a_', a_'''^''^'$
https://github.com/voXrey/cours-informatique
https://raw.githubusercontent.com/voXrey/cours-informatique/main/typst/bonnes-pratiques.typ
typst
#import "@preview/codly:0.2.1": * #show: codly-init.with() #codly() #set text(font: "Roboto Serif") = Bonnes pratiques de Programmation <bonnes-pratiques-de-programmation> == Introduction <introduction> Les bonnes pratiques (ou règles de codage) sont un ensemble de règles visant à uniformiser les pratiques de dévelop...
https://github.com/kimushun1101/How-to-use-typst-for-paper-jp
https://raw.githubusercontent.com/kimushun1101/How-to-use-typst-for-paper-jp/main/main.typ
typst
MIT License
#import "@preview/touying:0.4.2": * #import "@preview/ctheorems:1.1.2": thmrules, thmbox, thmplain, thmproof #let s = themes.university.register(aspect-ratio: "16-9") #let s = (s.methods.numbering)(self: s, section: "1.", "1.1") // Global information configuration #let s = (s.methods.info)( self: s, titl...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/math/multiline.typ
typst
Apache License 2.0
// Test multiline math. --- // Test basic alignment. $ x &= x + y \ &= x + 2z \ &= sum x dot 2z $ --- // Test text before first alignment point. $ x + 1 &= a^2 + b^2 \ y &= a + b^2 \ z &= alpha dot beta $ --- // Test space between inner alignment points. $ a + b &= 2 + 3 &= 5 \ b &= c &...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/030%20-%20Amonkhet/007_Judgment.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Judgment", set_name: "Amonkhet", story_date: datetime(day: 17, month: 05, year: 2017), author: "<NAME> & <NAME>", doc ) #figure(image("007_Judgment/01.png", width: 100%), caption: [], supplement: none, numbering: none) #emph[Samut has aban...
https://github.com/loicreynier/sandbox
https://raw.githubusercontent.com/loicreynier/sandbox/main/typst-demo/main.typ
typst
The Unlicense
#import "template.typ": conf #let abstract = [ Isotropic turbulence generated by dragon's fire breath is a captivating phenomenon that has intrigued researchers for centuries. In this study, we delve into the intriguing world of mythical creatures by investigating the energy spectra of two distinct dragon sp...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/bone-resume/0.1.0/README.md
markdown
Apache License 2.0
# bone-resume This is a Typst template. ## Usage You can use this template in the Typst web app by clicking "Start from template" on the dashboard and searching for `bone-resumee`. Alternatively, you can use the CLI to kick this project off using the command ``` typst init @preview/bone-resume ``` Typst will create ...
https://github.com/veilkev/jvvslead
https://raw.githubusercontent.com/veilkev/jvvslead/Typst/files/1_system.typ
typst
#import "../sys/packages.typ": * #import "../sys/sys.typ": * #import "../sys/header.typ": * #set align(center) // #show raw.where(lang: "pintora"): it => pintorita.render(it.text) = Office Functions An overview #let renderc(code) = render(code.text) #renderc( ``` digraph { "Point of Sale" -> "Office Manag...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/embedded-expr.typ
typst
Apache License 2.0
// Test embedded expressions. // Ref: false --- // Error: 6-8 expected identifier, found keyword `as` // Hint: 6-8 keyword `as` is not allowed as an identifier; try `as_` instead #let as = 1 + 2 --- #{ // Error: 7-9 expected identifier, found keyword `as` // Hint: 7-9 keyword `as` is not allowed as an identifier;...
https://github.com/RanolP/resume
https://raw.githubusercontent.com/RanolP/resume/main/README.md
markdown
<picture> <source media="(prefers-color-scheme: dark)" srcset="./cover/page-dark-1.svg"> <source media="(prefers-color-scheme: light)" srcset="./cover/page-light-1.svg"> <img src="./cover/page-light-1.svg"> </picture> # résumé Modern résumé built with Typst ## Dev Environment - Use VS Code for editor (contain...
https://github.com/smorad/um_cisc_7026
https://raw.githubusercontent.com/smorad/um_cisc_7026/main/lecture_2_linear_regression.typ
typst
#import "@preview/polylux:0.3.1": * #import themes.university: * #import "@preview/cetz:0.2.2": canvas, draw, plot #import "common.typ": * // Translate setup: // Open slidepilot and start presentation (present on new screen) // Make it not full screen // Open OBS // Right click video, full-screen projector preview ...
https://github.com/freundTech/typst-forge
https://raw.githubusercontent.com/freundTech/typst-forge/main/polylux/test.typ
typst
// see https://github.com/andreasKroepelin/polylux/blob/main/examples/minimal.typ #import "@typst-forge/polylux:0.3.1": * #set page(paper: "presentation-16-9") #set text(size: 25pt) #polylux-slide[ #align(horizon + center)[ = Very minimalist slides A lazy author July 23, 2023 ] ] #polylux-slide[ ...
https://github.com/typst-community/valkyrie
https://raw.githubusercontent.com/typst-community/valkyrie/main/README.md
markdown
Other
# The `Valkyrie` Package <div align="center">Version 0.2.2</div> This package implements type validation, and is targeted mainly at package and template developers. The desired outcome is that it becomes easier for the programmer to quickly put a package together without spending a long time on type safety, but also t...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/2%20-%20RTB/Documentazione%20interna/Verbali/24-01-21/24-01-21.typ
typst
#import "/template.typ": * #show: project.with( date: "21/01/24", subTitle: "Meeting di retrospettiva e pianificazione", docType: "verbale", authors: ( "<NAME>", ), timeStart: "15:00", timeEnd: "15:45", ); = Ordine del giorno - Valutazione del progresso generale; - Analisi di retrospettiva; - RTB; -...
https://github.com/RanolP/typlog
https://raw.githubusercontent.com/RanolP/typlog/main/_utils/_palette.typ
typst
// See https://yeun.github.io/open-color/ #let palette = for (k, v) in (blue-5: "#339af0") { ((k): color.rgb(v)) }
https://github.com/Dav1com/minerva-report-fcfm
https://raw.githubusercontent.com/Dav1com/minerva-report-fcfm/master/lib/states.typ
typst
MIT No Attribution
/// Este es un `state` que es usado por el template para /// saber si el documento siendo compilado es `main.typ` /// o un documento secundario. /// /// -> state #let is-main = state("minerva.is-main", false) /// Esta función permite obtener ayuda sobre cualquier función /// del template. Para saber qué funciones y v...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2007/WS-12.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], [3041], [2], [LI Xiaoxia], [CHN], [2944], [3], [GUO Yue], [CHN], [2935], [4], [WANG Nan], [...
https://github.com/tingerrr/hydra
https://raw.githubusercontent.com/tingerrr/hydra/main/doc/examples/book/content.typ
typst
MIT License
= Chapter A #lorem(20) = Chapter B #lorem(50)
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/shape-rounded.typ
typst
Apache License 2.0
// Test rounded rectangles and squares. --- #set square(size: 20pt, stroke: 4pt) // no radius for non-rounded corners #stack( dir: ltr, square(), h(10pt), square(radius: 0pt), h(10pt), square(radius: -10pt), ) #stack( dir: ltr, square(), h(10pt), square(radius: 0%), h(10pt), square(radius: -1...
https://github.com/Quaternijkon/Typst_FLOW
https://raw.githubusercontent.com/Quaternijkon/Typst_FLOW/main/main.typ
typst
// #import "../lib.typ": * #import "theme.typ": * // #import "src/exports.typ": * // #import themes.dewdrop: * #import "@preview/numbly:0.1.0": numbly #show: dewdrop-theme.with( aspect-ratio: "16-9", footer: self => self.info.title, footer-alt: self => self.info.subtitle, navigation: "mini-slides", config-i...
https://github.com/eliapasquali/typst-thesis-template
https://raw.githubusercontent.com/eliapasquali/typst-thesis-template/main/thesis.typ
typst
Other
#import "./config/variables.typ": * #import "./config/thesis-config.typ": * #show: config.with( myAuthor: myName, myTitle: myTitle, myNumbering: "1.", myLang: myLang ) #include "structure.typ"
https://github.com/OverflowCat/BUAA-Data-and-Error-Analysis-Sp2024
https://raw.githubusercontent.com/OverflowCat/BUAA-Data-and-Error-Analysis-Sp2024/neko/5-regression/straight.typ
typst
#import "helper.typ": c #set text(lang: "zh", cjk-latin-spacing: auto) == 5-10 #let x = (1.585, 2.512, 3.979, 6.310, 9.988, 15.85) #let y = (0.03162, 0.02291, 0.02089, 0.01950, 0.01862, 0.01513) #let lnx = x.map(calc.ln) #let lny = y.map(calc.ln) #table( columns: (auto, 1fr, 1fr, 1fr, 1fr, 1fr, 1fr), $ln x$, ..l...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/casoslov/utierne/postnaUtierenBezKnaza.typ
typst
#import "../../../style.typ": * #import "/SK/texts.typ": * #import "../styleCasoslov.typ": * = Pôstna utiereň <X> #show: rest => columns(2, rest) TODO: zaciatok #lettrine("Pane Ježišu Kriste, Bože náš, pre modlitby našich svätých otcov zmiluj sa nad nami.") #lettrine("Amen.") #lettrine("Sláva na výs...
https://github.com/dark-flames/resume
https://raw.githubusercontent.com/dark-flames/resume/main/data/award.typ
typst
MIT License
#import "../libs.typ": * #import "../chicv.typ": * #let awardList = ( ( name: "National Olympiad in Informatics in Provinces", detail: "First Prize", intro: "Competitive programming contest held by China Computer Federation", date: "Nov, 2015", location: "Shandong, China", content: [] ), ) ...
https://github.com/SillyFreak/typst-prequery
https://raw.githubusercontent.com/SillyFreak/typst-prequery/main/docs/man-style.typ
typst
MIT License
// adapted from https://github.com/Mc-Zen/tidy/blob/v0.3.0/src/styles/minimal.typ #import "@preview/tidy:0.3.0" #import tidy.utilities: * // ==== internal utilities #let mono = text.with(font: "DejaVu Sans Mono", size: 0.85em, weight: 340) #let name-fill = rgb("#1f2a63") #let signature-fill = rgb("#d8dbed") #let rad...
https://github.com/GuTaoZi/SUSTech-thesis-typst
https://raw.githubusercontent.com/GuTaoZi/SUSTech-thesis-typst/main/template/references.typ
typst
MIT License
#import "../utils/style.typ": * #let references( bibPath: "../references.bib", en_title: false, ) = { pagebreak(weak: true) align(center)[ #hide[ #heading(level: 1,numbering: none,"参考文献") #v(-20pt) ]// 这个实现也挺难受的,自动生成目录时会自动抓取标题原本的样式,如果把下面的文字塞进heading.body,那么目录里就会出现三号黑体的“参考文献” ...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/place-spacing.typ
typst
Apache License 2.0
// Test that placed elements don't add extra block spacing. --- #show figure: set block(spacing: 4em) Paragraph before float. #figure(rect(), placement: bottom) Paragraph after float. --- #show place: set block(spacing: 4em) Paragraph before place. #place(rect()) Paragraph after place.
https://github.com/pluttan/os
https://raw.githubusercontent.com/pluttan/os/main/lab3/lab3.typ
typst
#import "@docs/bmstu:1.0.0":* #import "@preview/tablex:0.0.8": tablex, rowspanx, colspanx, cellx #show: student_work.with( caf_name: "Компьютерные системы и сети", faculty_name: "Информатика и системы управления", work_type: "лабораторной работе", work_num: 3, study_field: "09.03.01 Информатика и вычислител...
https://github.com/typst-doc-cn/tutorial
https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/basic/modulize-packages.typ
typst
Apache License 2.0
#import "mod.typ": * #show: book.page.with(title: "外部库") 除此之外,可以从特殊的路径从网络导入外部模块,即外部库(external packages)。Typst的外部库机制可能不是世界上最精简的,但是我所见过当中最精简的。它可能更稍显简陋,但已经有上百个外部库通过官方渠道发布,并足以满足我们日常生活的使用。 在Typst中使用外部库极为简单,你只需要`import`特定的路径就能访问其内部的变量声明。例如你可以导入一个用于绘画自动机的外部库: #code(```typ #import "@preview/fletcher:0.4.0" as fletcher: nod...
https://github.com/jens-hj/ds-exam-notes
https://raw.githubusercontent.com/jens-hj/ds-exam-notes/main/lectures/12.typ
typst
#import "../lib.typ": * #show link: it => underline(emph(it)) #set math.equation(numbering: "(1)") #set enum(full: true) #set math.mat(delim: "[") #set math.vec(delim: "[") #set list(marker: text(catppuccin.latte.lavender, sym.diamond.filled)) #show heading.where(level: 1): it => text(size: 22pt, it) #show heading.wh...
https://github.com/matthiasGmayer/typst-math-template
https://raw.githubusercontent.com/matthiasGmayer/typst-math-template/main/template.typ
typst
#import "common_symbols.typ": * #import "manage.typ" // The project function defines how your document looks. // It takes your content and some metadata and formats it. // Go ahead and custo// Go ahead and customize it to your liking! #let cont_to_text(cont) = { if cont.has("text") {cont.text} else if cont.has("chi...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-FE50.typ
typst
Apache License 2.0
#let data = ( ("SMALL COMMA", "Po", 0), ("SMALL IDEOGRAPHIC COMMA", "Po", 0), ("SMALL FULL STOP", "Po", 0), (), ("SMALL SEMICOLON", "Po", 0), ("SMALL COLON", "Po", 0), ("SMALL QUESTION MARK", "Po", 0), ("SMALL EXCLAMATION MARK", "Po", 0), ("SMALL EM DASH", "Pd", 0), ("SMALL LEFT PARENTHESIS", "Ps", ...
https://github.com/tony-rsa/thonifho.muhali.cv
https://raw.githubusercontent.com/tony-rsa/thonifho.muhali.cv/main/src/sections/en/education.typ
typst
MIT License
#import "../../template.typ": * #cvSection("Education") #cvEntry( title: [M.Sc. Informatics], host: [#link("https://shorturl.at/cjxPZ")[#ln #hSpc() Technical University of Munich] #hDot() Full-time], date: [October 2022 — March 2023 (6 months)], mode: [Munich, Germany #hDot() On-site], logo: "assets/logos/t...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/CHANGELOG/CHANGELOG-0.1.md
markdown
Apache License 2.0
# v0.1.6 ## Changelog since v0.1.6 ### Known Issues No new known issue. ### Security Notes No new security note. ### Changes - temporarily removed pdf exporter, which eliminates the bundle size of `typst_ts_renderer` about 6MB. #### Feature - implemented [proposal: Retrieve Text from Document](https://github.c...
https://github.com/Tengs-Fan/Tengs-Penkwe
https://raw.githubusercontent.com/Tengs-Fan/Tengs-Penkwe/master/letter-nokia.typ
typst
#import "./template.typ": * #show: layout #set text(size: 12pt) //set global font size #letterHeader( myAddress: [1690 Western Parkway \ V6T 1V3, Vancouver, British Columbia], recipientName: [Nokia], recipientAddress: [Ottawa, Ontario], date: [#datetime.today().display()], subject: "Job Application for Servi...
https://github.com/tuto193/typst-uos-thesis
https://raw.githubusercontent.com/tuto193/typst-uos-thesis/main/glossaries.typ
typst
MIT License
#let abbreviations = ( "vip": ("VIP", "Very Important Person"), "vcp": ("VRP", "Very Cool People"), ) // #let symbols = ( // "rvec": ($bold(v)$, "Random vector: a location in n-dimensional Cartesian space, where each dimensional component is determined by a random process", $bold(v)$), // ) // #let glossaries =...
https://github.com/kdog3682/mathematical
https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/examples/convex-hull-working-1.typ
typst
#import "@local/typkit:0.1.0": * #import "@local/mathematical:0.1.0": * #let convex-hull(points) = { let hull = algorithms.convex-hull(points) draw.canvas({ draw.set-style( circle: ( fill: blue ) ) draw.shapes.points(points, fill: blue) draw.shapes.polygon(hull, stroke...
https://github.com/typst-doc-cn/tutorial
https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/basic/packages/m1.typ
typst
Apache License 2.0
一段内容 #let add(x, y) = x + y 另一段内容 #let sub = { let sub(x, y) = x - y sub }
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2007/WS-11.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], [3008], [2], [GUO Yue], [CHN], [2976], [3], [WANG Nan], [CHN], [2934], [4], [GUO Yan], [CHN...
https://github.com/jneug/schule-typst
https://raw.githubusercontent.com/jneug/schule-typst/main/docs/schule-manual.typ
typst
MIT License
#import "@local/mantys:0.1.4": * #import "@preview/tidy:0.3.0" #import "../src/schule.typ" #let TeX = style(styles => { set text(font: "New Computer Modern") let e = measure("E", styles) let T = "T" let E = text(1em, baseline: e.height * 0.31, "E") let X = "X" box(T + h(-0.15em) + E + h(-0.125em) + X) }) ...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/数学模型/论文/pkuthss-typst/template.typ
typst
#let 字号 = ( 初号: 42pt, 小初: 36pt, 一号: 26pt, 小一: 24pt, 二号: 22pt, 小二: 18pt, 三号: 16pt, 小三: 15pt, 四号: 14pt, 中四: 13pt, 小四: 12pt, 五号: 10.5pt, 小五: 9pt, 六号: 7.5pt, 小六: 6.5pt, 七号: 5.5pt, 小七: 5pt, ) #let 字体 = ( 仿宋: ("Times New Roman", "FangSong"), 宋体: ("Times New Roman", "SimSun"), 黑体: ("Ti...
https://github.com/Lucascf11/PRE
https://raw.githubusercontent.com/Lucascf11/PRE/main/Avaliacoes/AV5/main.typ
typst
#import "@preview/klaro-ifsc-sj:0.1.0": report #set text(lang: "pt") #show: doc => report( title: "Avaliação 5 de Processos Estocásticos", subtitle: "Vetores aleatórios gaussianos", // Se apenas um autor colocar , no final para indicar que é um array authors: ("<NAME>",), date: "28 de Julho de 2024", doc,...
https://github.com/The-Notebookinator/notebookinator
https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/docs/src/developer_documentation/theme_contribution.md
markdown
The Unlicense
# Contributing a Theme Before you get started, we ask that you read our [contributing guide](https://github.com/The-Notebookinator/notebookinator/blob/main/.github/CONTRIBUTING.md). Upon cloning your fork of the Notebookinator, you can find all of the existing themes in the `themes/` folder. Each theme in the `theme...
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Courses/计算机组成与设计/Instructions.typ
typst
--- order: 2 --- #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/daskol/typst-templates
https://raw.githubusercontent.com/daskol/typst-templates/main/README.md
markdown
MIT License
# Typst: Templates *A curated list of paper templates in the area of machine learning.* ## Overview Some conferences and journals in machine learning allow submissions in PDF without special requirement to use LaTeX. They also provides a template and an example paper in LaTeX. With official author instructions, thes...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/docs/tinymist/feature/preview.typ
typst
Apache License 2.0
#import "mod.typ": * #show: book-page.with(title: "Tinymist Preview Feature") Two ways of previewing a Typst document are provided: - PDF Preview: let lsp export your PDF on typed, and open related PDF by your favorite PDF viewer. - Web (SVG) Preview: use builtin preview feature. Whenever you can get a web preview f...
https://github.com/duskmoon314/thu-polylux
https://raw.githubusercontent.com/duskmoon314/thu-polylux/main/template/main.typ
typst
MIT License
#import "@preview/polylux:0.3.1": * #import "@local/thu-polylux:0.1.0": * #show: thu-polylux.with( // aspect-ratio: "16-9", ) #title-slide( title: "THU Polylux Theme", subtitle: "模板示例", author: "暮月", institute: "清华大学", ) #tableofcontents() #section("课题背景", show-slide: true) #slide(title: "Test")[ #lore...
https://github.com/Catlordx/WUT-LAB-Report-Typst-Template
https://raw.githubusercontent.com/Catlordx/WUT-LAB-Report-Typst-Template/master/main.typ
typst
MIT License
#import "wut.typ": * #let number = "000111222333" #let college = "计算机与人工智能学院" #let teacher = "你猜猜" #let course = "Rust程序设计" #let author = "你猜猜" #let class = "计算机xxxx" #show: conf.with( number: number, title: "实验报告", course: course, college: college, teacher: teacher, author: author, class: class, from:...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/very-base-utils.typ
typst
#let alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" #let alternating-white = (white.darken(5%), white.darken(10%)) #let alternating-black = (black.darken(5%), black.darken(10%)) #let _block = block #let _frac = block #let _blue = blue #let _red = red #let _green = green #let _black = black #let _white = white #let _circle =...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/syntaxes/textmate/tests/unit/basic/raw.typ
typst
Apache License 2.0
```typ abc ``` ```typ abc ``` #```typ abc``` #(```typ abc```) #text(```typ https://zh.wikipedia.org```) ````typ https://zh.wikipedia.org ```` #( ```typ writing-markup ```, ```typ writing-markup ``` ) #let escaped-sequences = ( ``, `\[`, ```\` ```, `\"`, [\`] )
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/lang-with-region_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // with unknown region configured #set text(font: "Noto Serif CJK TC", lang: "zh", region: "XX") #outline()
https://github.com/jverzani/CalculusWithJuliaNotes.jl
https://raw.githubusercontent.com/jverzani/CalculusWithJuliaNotes.jl/main/quarto/precalc/Precalculus.typ
typst
MIT License
// Some definitions presupposed by pandoc's typst output. #let blockquote(body) = [ #set text( size: 0.92em ) #block(inset: (left: 1.5em, top: 0.2em, bottom: 0.2em))[#body] ] #let horizontalrule = [ #line(start: (25%,0%), end: (75%,0%)) ] #let endnote(num, contents) = [ #stack(dir: ltr, spacing: 3pt, super[#n...
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Courses/Math%20591%20-%20Mathematical%20Logic/Assignments/Assignment%203.typ
typst
#import "/Templates/generic.typ": latex, header #import "@preview/ctheorems:1.1.0": * #import "/Templates/math.typ": * #import "/Templates/assignment.typ": * #import "@preview/cetz:0.2.0" #let head(doc) = header(doc, title: "Assignment 3") #show: head #show: latex #show: NumberingAfter #show: thmrules #show: symbol_rep...
https://github.com/warthog-network/whitepaper
https://raw.githubusercontent.com/warthog-network/whitepaper/master/template.typ
typst
#import "@preview/numbly:0.1.0": numbly // main project #let bubble( title: "", subtitle: "", alt: "", author: "", affiliation: "", year: none, class: none, date: datetime.today().display(), logo: none, main-color: "#FDB913", // Primary Palette color of warthog alpha: 60%, color-words: (), bo...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/public-member_guide/member_guide.typ
typst
#import "/meta-environments/env-templates.typ": * #set enum(full: true, numbering: (..n) => { let format = if n.pos().len() > 1 {"a."} else {"1."} numbering(format, n.pos().last()) }) #show: doc => guide_document( title: "Member Guide", authors: ("Protohav<NAME>",), draft: true, // date: datetime( // ...
https://github.com/Mc-Zen/quill
https://raw.githubusercontent.com/Mc-Zen/quill/main/tests/bell/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 0pt) #include "/examples/bell.typ"
https://github.com/OrangeX4/typst-cheq
https://raw.githubusercontent.com/OrangeX4/typst-cheq/main/examples/custom-styles.typ
typst
MIT License
#import "../lib.typ": checklist #set page(width: auto, height: auto, margin: 2em) #show: checklist.with(fill: luma(95%), stroke: blue, radius: .2em) = Solar System Exploration, 1950s – 1960s - [ ] Mercury - [x] Venus - [x] Earth (Orbit/Moon) - [x] Mars - [-] Jupiter - [/] Saturn - [ ] Uranus - [ ] Neptune - [ ] Com...
https://github.com/OpenCorvallis/osfc-checklists
https://raw.githubusercontent.com/OpenCorvallis/osfc-checklists/main/73146.typ
typst
Apache License 2.0
// Copyright 2024 Oregon State Flying Club // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
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/declaration_on_the_final_thesis.typ
typst
MIT License
// Translated with: https://www.deepl.com #let get-declaration-on-the-final-thesis( lang: "de", legal-reference: none, thesis-name: none, consent-to-publication-in-the-library: none, // true, false genitive-of-university: none ) = [ #import "utils.typ": * #import "dictionary.typ": txt-declaration-on-the-f...
https://github.com/kotfind/hse-se-2-notes
https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/prob/seminars/2024-10-14.typ
typst
= Задачи == Задача 1 $ F(x) = cases( 0.0 "," & x<=3, 0.2 "," & -3<x<=1, 0.4 "," & 1<x<=2, 1.0 "," & x>2, ) $ #figure( caption: [Ряд распределения], table( columns: 4, $x$, $-3$, $1$, $2$, $p$, $0.2$, $0.2$, $0.2$ ) ) == Задача 2 #figure( caption: [ряд распр...
https://github.com/exusiaiwei/quarto-ilm
https://raw.githubusercontent.com/exusiaiwei/quarto-ilm/main/_extensions/ilm/typst-template.typ
typst
MIT License
// Workaround for the lack of an `std` scope. #let std-bibliography = bibliography #let std-smallcaps = smallcaps #let std-upper = upper // Overwrite the default `smallcaps` and `upper` functions with increased spacing between // characters. Default tracking is 0pt. #let smallcaps(body) = std-smallcaps(text(tracking: ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/packages/typst.node/npm/darwin-x64/README.md
markdown
Apache License 2.0
# `@myriaddreamin/typst-ts-node-compiler-darwin-x64` This is the **x86_64-apple-darwin** binary for `@myriaddreamin/typst-ts-node-compiler`
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-11150.typ
typst
Apache License 2.0
#let data = ( ("MAHAJANI LETTER A", "Lo", 0), ("MAHAJANI LETTER I", "Lo", 0), ("MAHAJANI LETTER U", "Lo", 0), ("MAHAJANI LETTER E", "Lo", 0), ("MAHAJANI LETTER O", "Lo", 0), ("MAHAJANI LETTER KA", "Lo", 0), ("MAHAJANI LETTER KHA", "Lo", 0), ("MAHAJANI LETTER GA", "Lo", 0), ("MAHAJANI LETTER GHA", "Lo"...
https://github.com/Coyenn/thesis-template
https://raw.githubusercontent.com/Coyenn/thesis-template/main/README.md
markdown
# Thesis Template This is a declarative thesis template based on [typst](https://typst.app) and [d2](https://d2lang.com) that compiles to a PDF file. ## Quickstart 1. Install [typst](https://typst.app), [d2](https://d2lang.com), and [entr](https://github.com/eradman/entr). 2. Clone this repository. (git clone https:...
https://github.com/ParaN3xus/numblex
https://raw.githubusercontent.com/ParaN3xus/numblex/main/lib/numblex.typ
typst
MIT License
#import "./parser.typ": parser #import "./model.typ": to_numbering /// Numblex main function #let numblex(s, ..options) = { return to_numbering(..parser(s)) }