repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/b647c0-lug_101_ch7/main.typ
typst
#import "@preview/polylux:0.3.1": * #import "@preview/diagraph:0.2.1": * #set page(paper: "presentation-16-9") #set text( font: ("linux libertine", "Source Han Serif SC", "Source Han Serif"), size: 25pt, ) #show heading: it => text(fill: rgb("11999e"), it) #show raw.where(block: true): it => { box( fill: b...
https://github.com/mitinarseny/invoice
https://raw.githubusercontent.com/mitinarseny/invoice/main/src/invoice.typ
typst
#import "./header.typ": header #import "./parties.typ": parties #import "./items.typ": items as make_items #import "./payment.typ": payment as make_payment #import "./signature.typ": signature as make_signature #let invoice( id: none, issue_date: none, due_date: none, contractor: none, billed_to: none, ser...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/zalmy/Z102.typ
typst
Dobroreč, duša moja, Pánovi \* a celé moje vnútro jeho menu svätému. Dobroreč, duša moja, Pánovi \* a nezabúdaj na jeho dobrodenia. Veď on ti odpúšťa všetky neprávosti, \* on lieči všetky tvoje neduhy; on vykupuje tvoj život zo záhuby, \* on ťa venčí milosrdenstvom a milosťou; on naplňuje dobrodeniami tvoje rok...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/shape-fill-stroke_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test stroke folding. #let sq(..args) = box(square(size: 10pt, ..args)) #set square(stroke: none) #sq() #set square(stroke: auto) #sq() #sq(fill: teal) #sq(stroke: 2pt) #sq(stroke: blue) #sq(fill: teal, stroke: blue) #sq(fill: teal, stroke: 2pt ...
https://github.com/Quaternijkon/notebook
https://raw.githubusercontent.com/Quaternijkon/notebook/main/lib.typ
typst
#import "@preview/codly:1.0.0": * #import "@preview/gentle-clues:0.9.0": * #import "@preview/cuti:0.2.1": show-cn-fakebold #import "@preview/showybox:2.0.1": showybox #import "@preview/cetz:0.2.2" #import "@preview/mitex:0.2.4":* #import "@preview/lovelace:0.3.0": * #import "@preview/finite:0.3.2":automaton #import "@p...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/accelerated-jacow/0.1.0/README.md
markdown
Apache License 2.0
# Accelerated JACoW template for typst Paper template for conference proceedings in accelerator physics. Based on the JACoW guide for preparation of papers available at https://jacow.org/. ## Usage **Web app:** In the [typst web app](https://typst.app) select "start from template" and search for the accelerated-j...
https://github.com/19pdh/suplement-sprawnosci
https://raw.githubusercontent.com/19pdh/suplement-sprawnosci/master/sprawnosci.typ
typst
#import "style.typ": tagi, lay = ORGANIZACJA ZBIÓREK #tagi("#awangarda #zastępowy #wódz #co_dziś_robimy") Gdybym mógł wybierać miejsce, które chciałbym zajmować w ruchu, to chciałbym być zastępowym. #align(right)[gen. <NAME>-Powell] #v(0.5em) #text(weight: "bold")[ Sprawności z tego drzewka przyznawane są w ramach ...
https://github.com/RaphGL/ElectronicsFromBasics
https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap4/chap4.typ
typst
Other
== Scientific notation and metric prefixes #include "1_scientific_notation.typ" #include "2_arithmetic_with_scientific_notation.typ" #include "3_metric_notation.typ" #include "4_metric_prefix_conversions.typ" #include "5_hand_calculator_use.typ" #include "6_scientific_notation_in_spice.typ"
https://github.com/jedinym/sqc-text
https://raw.githubusercontent.com/jedinym/sqc-text/main/main.typ
typst
#import "@preview/unify:0.5.0": num, unit #import "@preview/big-todo:0.2.0": * #import "@preview/codly:0.2.1": * #set page(margin: 1.75in) #set par(leading: 0.55em, justify: true) #set text(font: "New Computer Modern") #show raw: set text(font: "Noto Sans Mono") #show heading: set block(above: 1.4em, below: 1em, ) #se...
https://github.com/Fr4nk1inCs/typreset
https://raw.githubusercontent.com/Fr4nk1inCs/typreset/master/src/styles/homework.typ
typst
MIT License
#import "./basic.typ": base-style #import "../utils/title.typ": make-title #import "../utils/header.typ": make-header #let i18n-hw-lit = ( "en": " Homework", "zh-cn": "作业", ) #let style( course: "Course Name", number: 0, names: "<NAME>", ids: "Student ID", lang: "en", hw-literal: none, body, ) = { ...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/hide-meta.typ
typst
Apache License 2.0
// Test that metadata of hidden stuff stays available. --- #set cite(style: "chicago-notes") A pirate. @arrgh \ #set text(2pt) #hide[ A @arrgh pirate. #bibliography("/files/works.bib") ] --- #set text(8pt) #outline() #set text(2pt) #hide(block(grid( [= A], [= B], block(grid( [= C], [= D], )) )))
https://github.com/GartmannPit/Praxisprojekt-II
https://raw.githubusercontent.com/GartmannPit/Praxisprojekt-II/main/Praxisprojekt%20II/PVA-Templates-typst-pva-2.0/template/figuresList.typ
typst
#let createListofFigures() = { set heading(numbering: none) par[= Abbildungsverzeichnis] // change heading here for other languages outline(title: none, target: figure.where(kind: image)) }
https://github.com/felsenhower/kbs-typst
https://raw.githubusercontent.com/felsenhower/kbs-typst/master/examples/23.typ
typst
MIT License
#table( columns: 3, [Händler], [Produkt], [Preis], [Ohbi], [Fliesen], [17,95], [Porrsche], [Motoren], [270,15], [Farber], [Stifte], [2,99], )
https://github.com/RaphGL/ElectronicsFromBasics
https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap2/5_resistors.typ
typst
Other
#import "../../core/core.typ" === Resistors Because the relationship between voltage, current, and resistance in any circuit is so regular, we can reliably control any variable in a circuit simply by controlling the other two. Perhaps the easiest variable in any circuit to control is its resistance. This can be done ...
https://github.com/rijuyuezhu/temgen
https://raw.githubusercontent.com/rijuyuezhu/temgen/main/README.md
markdown
MIT License
<h1 align="center">temgen</h1> A simple template generator for creating latex/typst article/presentation templates. ## Usage ```bash temgen -h temgen -l temgen [-f] identity [output] ``` - `-h`: Show help message. - `-l`: List template directories, instead of generating a template. - `-f`: force overwrite of existi...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/type_check/fn_named4.typ
typst
Apache License 2.0
#let dict = (x: 3) #let foo(c: dict.x) = c #let x = foo()
https://github.com/HiiGHoVuTi/requin
https://raw.githubusercontent.com/HiiGHoVuTi/requin/main/lang/pow_sqrt.typ
typst
#import "../lib.typ": * #show heading: heading_fct Soit $Sigma$ un alphabet possédant au moins 2 lettres. Pour $L$ un langage sur $Sigma$ et $k>1$ on pose $ L^((k)) = {w^k | w in L} "et" L^(1\/k) = {w | w^k in L} $ #question(1)[Calculer $L^(1\/2)$ pour $L$ reconnu par l'expression régulière $a b(Sigma Sigma)^*$] #q...
https://github.com/Treeniks/bachelor-thesis-isabelle-vscode
https://raw.githubusercontent.com/Treeniks/bachelor-thesis-isabelle-vscode/master/chapters/02-background.typ
typst
#import "/utils/todo.typ": TODO #import "/utils/isabelle.typ": * = Background #include "/chapters/02-background/isabelle.typ" #include "/chapters/02-background/lsp.typ"
https://github.com/OtaNix-ry/typst-packages
https://raw.githubusercontent.com/OtaNix-ry/typst-packages/main/examples/quick-start/example.typ
typst
MIT License
#import "@otanix/board-meeting:0.1.0": * #show: meeting.with( title: "OtaNix ry hallituksen kokous", subtitle: "Mallidokumentti" ) #opening( // start-time: "12.00", attendees: ("<NAME>", "<NAME>") )[] #lawfulness( board-members-present: 3 )[] #agenda( // accepted: true // format: false )[ + Aihe 1 ] ...
https://github.com/dhilipsiva/resume
https://raw.githubusercontent.com/dhilipsiva/resume/main/README.md
markdown
MIT License
# resume My Resume. Built with Typst. ## Compile ``` typst compine resume.typ ```
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/英语/1.typ
typst
#set page(numbering: "— 1 —") = Former 意思:前者的,以前的 国际音标:/ˈfɔːrmər/ 词性:形容词 词源解说:该词源于中古英语的"formere",意为"以前的"。它由"fore"(前)和"mer"(更早的)两个词根组成。 词根:fore-,mer- 派生词:formation(形成),formal(正式的),formality(正式),formulate(阐述),formidable(可怕的) 常用短语: 1. former president(前总统) 2. former employee(前雇员) 3. in the former case(在前一种情况下) ...
https://github.com/swaits/typst-collection
https://raw.githubusercontent.com/swaits/typst-collection/main/glossy/0.1.0/lib.typ
typst
MIT License
#import "src/gloss.typ": init-glossary, glossary
https://github.com/DashieTM/ost-5semester
https://raw.githubusercontent.com/DashieTM/ost-5semester/main/patterns/weeks/week5.typ
typst
#import "../../utils.typ": * #subsection("Object Aspects") - task - behavior - identity - small state - value - behavior - state - entity - state - small behavior - identity - service - behavior #align( center, [#image("../../Screenshots/2023_10_20_07_40_21.png", width: 100%)], ) #section("Values...
https://github.com/francorbacho/cv
https://raw.githubusercontent.com/francorbacho/cv/master/cv.typ
typst
#import "alt.typ": esei, pk, uvigomotorsport #import "secrets.typ": phone #let chiline() = {v(-3pt); line(length: 100%); v(-5pt)} // TODO: Add link to Webpage? #let banner = [#phone | #link("mailto:<EMAIL>") | #link("https://github.com/francorbacho")[github.com/francorbacho] | #link("https://linkedin.com/...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/001.%20prop62.html.typ
typst
#set page( paper: "a5", margin: (x: 1.8cm, y: 1.5cm), ) #set text( font: "Liberation Serif", size: 10pt, hyphenate: false ) #set par(justify: true) #v(10pt) = This Year We Can End the Death Penalty in California #v(10pt) _November 2016_ If you're a California voter, there is an important proposition on you...
https://github.com/MooersLab/manuscriptInTypst
https://raw.githubusercontent.com/MooersLab/manuscriptInTypst/main/classic-first-submission-manuscript.typ
typst
MIT License
// Created 2024-09-29 Sun 23:01 // Intended Typst compiler #set page(width: 8.5in, height: 11in, margin: (x: 0.5in, y: 0.5in),) #set text(11pt) #set text(font: "Helvetica") #show figure: set par.line(numbering: none) #let running = [Classic Template #datetime.today().display()] #let title = [Classic Generic First ...
https://github.com/rabotaem-incorporated/algebra-conspect-1course
https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/02-complex-numbers/01-construction.typ
typst
Other
#import "../../utils/core.typ": * == Построение поля комплексных чисел #def[ $CC = RR times RR = \{(a, b) divides a, b in RR\}$ ] #def[ - Сложение на $CC$: $(a_1, b_1) + (a_2, b_2) = (a_1 + a_2, b_1 + b_2)$ - Умножение на $CC$: $(a_1, b_1) dot (a_2, b_2) = (a_1 a_2 - b_1 b_2, a_1 b_2 + a_2 b_1)$ ] #pr[...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/055%20-%20Murders%20at%20Karlov%20Manor/003_Episode%203%3A%20Shadows%20of%20Regret.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 3: Shadows of Regret", set_name: "Murders at Karlov Manor", story_date: datetime(day: 09, month: 01, year: 2024), author: "<NAME>", doc ) The party was pretty much over after that. Etrata's removal from the grounds of Karlov Manor ...
https://github.com/Functional-Bus-Description-Language/Specification
https://raw.githubusercontent.com/Functional-Bus-Description-Language/Specification/master/src/functionalities/return.typ
typst
== Return The return functionality is an inner functionality of the proc and stream functionalities. It represents data returned by a procedure or streamed by an upstream. The return functionality has following properties: *`width`*` integer (bus width) {definitive}` #pad(left: 1em)[ The width property defines the b...
https://github.com/janlauber/bachelor-thesis
https://raw.githubusercontent.com/janlauber/bachelor-thesis/main/chapters/methodology.typ
typst
Creative Commons Zero v1.0 Universal
= Methodology This section details how the One-Click Deployment system was developed, focusing on the research design, development approach, and the tools and technologies used. By adopting a structured and comprehensive methodology, we aimed to address the complex challenges of OSS deployment effectively. == Research...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.3.1/src/version.typ
typst
Apache License 2.0
#let version = version(0,3,1)
https://github.com/wumin199/wumin199.github.io
https://raw.githubusercontent.com/wumin199/wumin199.github.io/main/source/_posts/2023/tools.md
markdown
--- title: 工欲善其事 date: 2023-03-09 21:48:52 tags: 工具 toc: true password: <PASSWORD> comment: false widgets: - type: toc position: right index: true collapsed: false depth: 3 --- 必先利其器 <!-- more --> ## 音视频 - [Abobo](http://www.aboboo.com/g/#/home) - 支持对语音、视频进行复读 - [金舟文字语音转换软件](https://www.call...
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/count-and-say/description/", level: 2, )<外观数列> #note( title: [ 外观数列 ], description: [ 「外观数列」是一个数位字符串序列,由递归公式定义: countAndSay(1) = "1" countAndSay(n) 是 countAndSay(n-1) 的行程长度编码。 行程长度编码(RLE)是一种字符串压缩方法,其工作原...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-25.typ
typst
Other
// Error: 10-24 the result is not a real number #calc.log(10, base: -1)
https://github.com/Nrosa01/TFG-2023-2024-UCM
https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Memoria%20Typst/capitulos/1.Introduccion.typ
typst
== Motivación Los simuladores de arena fueron un subgénero emergente durante la década de los noventa, y continuaron siendo populares hasta principios de los años 2000. Durante ese tiempo, surgieron muchos programas y juegos que permitían a la gente interactuar con mundos virtuales llenos de partículas simuladas. Esto...
https://github.com/HEIGVD-Experience/docs
https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S5/AMT/docs/4-JDBCandJPA/jdbc.typ
typst
#import "/_settings/typst/template-note.typ": conf #show: doc => conf( title: [ Data tier and JDBC ], lesson: "AMT", chapter: "4. JDBC and JPA", definition: "Definition", col: 1, doc, ) = Résumé de l'API JDBC et des pilotes L'API JDBC est une interface Java qui permet aux applications Java d'interag...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/goto_definition/label.typ
typst
Apache License 2.0
// compile:true #set heading(numbering: "1.") = Labeled <title_label> /* position after */ @title_label
https://github.com/jamesrswift/frackable
https://raw.githubusercontent.com/jamesrswift/frackable/main/README.md
markdown
The Unlicense
# The `frackable` Package <div align="center">Version 0.2.0</div> Provides a function, `frackable(numerator, denominator, whole: none)`, to typeset vulgar and mixed fractions. Provides a second `generator(...)` function that returns another having the same signature as `frackable` to typeset arbitrary vulgar and mixed...
https://github.com/sitandr/typst-examples-book
https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/snippets/layout/duplicate.md
markdown
MIT License
# Duplicate content <div class="warning"> Notice that this implementation will mess up with labels and similar things. For complex cases see one below. </div> ```typ #set page(paper: "a4", flipped: true) #show: body => grid( columns: (1fr, 1fr), column-gutter: 1cm, body, body, ) #lorem(200) ``` ## Advan...
https://github.com/mitex-rs/mitex
https://raw.githubusercontent.com/mitex-rs/mitex/main/CONTRIBUTING.md
markdown
Apache License 2.0
# Contributing to MiTeX ## Installing Dependencies You should install [Typst](https://github.com/typst/typst?tab=readme-ov-file#installation) and [Rust](https://www.rust-lang.org/tools/install) for running the build script. If you want to build the WASM plugin, you should also setup the wasm target by rustup: ```sh...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/rounding/round-zero-positive/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": * #set page(width: auto, height: auto, margin: 1cm) #metro-setup(round-mode: "places") #num(-0.001) #metro-setup(round-zero-positive: false) #num(-0.001)
https://github.com/crystalmaterial/typst
https://raw.githubusercontent.com/crystalmaterial/typst/main/template.typ
typst
Creative Commons Zero v1.0 Universal
#let script-size = 8pt #let footnote-size = 8.5pt #let small-size = 10pt #let normal-size = 13pt #let large-size = 15pt // task #let task(body, critical: false) = { set text(red) if critical [- #body] } // formula function #let formula(body, numbered: true) = figure( body, kind: "formula", supplement: [form...
https://github.com/tingerrr/masters-thesis
https://raw.githubusercontent.com/tingerrr/masters-thesis/main/src/figures/tables.typ
typst
#import "/src/util.typ": * #import "util.typ": * #let t4gl-analogies = table(columns: 2, align: left, table.header( i18n(de: [Signatur], en: [signature]), i18n(de: [C++ Analogie], en: [C++ analogy]) ), `T[N] name`, `std::array<T, N>`, `T[U] name`, `std::map<U, T> name`, `T[U, N] name`, `std::map<U, s...
https://github.com/KNnut/neoplot
https://raw.githubusercontent.com/KNnut/neoplot/main/pkg/lib.typ
typst
BSD 3-Clause "New" or "Revised" License
#import "neoplot.typ": exec
https://github.com/daniel-eder/typst-template-jku
https://raw.githubusercontent.com/daniel-eder/typst-template-jku/main/src/template/definitions/programmes.typ
typst
// SPDX-FileCopyrightText: 2023 <NAME> // // SPDX-License-Identifier: Apache-2.0 #let programmes = ( law: "Law" )
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/linebreak-link_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #link("https://example.com/(ab") \ #link("https://example.com/(ab)") \ #link("https://example.com/(paren)") \ #link("https://example.com/paren)") \ #link("https://hi.com/%%%%%%%%abcdef") \
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/tuhi-labscript-vuw/0.1.0/template/main.typ
typst
Apache License 2.0
#import "@preview/tuhi-labscript-vuw:0.1.0": tuhi-labscript-vuw, lightgreen, middlegreen #let ornament = align(center + horizon,text(font:"Noto Color Emoji", size: 18pt)[🧉]) #show: tuhi-labscript-vuw.with( experiment: text[cup of tea\ preparation], script: "pre-lab script", illustration: align(center)[#image("...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-0750.typ
typst
Apache License 2.0
#let data = ( ("ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW", "Lo", 0), ("ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE", "Lo", 0), ("ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW", "Lo", 0), ("ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE", "Lo", 0), ...
https://github.com/rinmyo/ruby-typ
https://raw.githubusercontent.com/rinmyo/ruby-typ/main/ruby.typ
typst
MIT License
#let _ruby(rt, rb, size, pos, dy, alignment, delimiter) = { if not ("center", "start", "between", "around").contains(alignment) { panic("'" + repr(alignment) + "' is not a valid ruby alignment") } if not (top, bottom).contains(pos) { panic("pos can be either top or bottom but '"+ repr(pos) +"'"...
https://github.com/Gekkio/gb-ctr
https://raw.githubusercontent.com/Gekkio/gb-ctr/main/chapter/cartridges/mbc30.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "../../common.typ": * == MBC30 mapper chip MBC30 is a variant of MBC3 used by Japanese Pokemon Crystal to support a larger ROM chip and a larger RAM chip. Featurewise MBC30 is almost identical to MBC3, but supports ROM sizes up to 32 Mbit (256 banks of #hex("4000") bytes), and RAM sizes up to 512 Kbit (8 bank...
https://github.com/Sematre/typst-letter-pro
https://raw.githubusercontent.com/Sematre/typst-letter-pro/main/docs/letter-generic-layout.typ
typst
MIT License
#import "/src/lib.typ": letter-generic, address-tribox #let fbox(color, content) = rect(width: 100%, height: 100%, inset: 3pt, fill: color)[ #align(center + horizon)[ #rect(fill: white, text(size: 8pt, content)) ] ] #set par(justify: true) #set text(font: "Source Sans Pro", hyphenate: false) #show: letter-ge...
https://github.com/marcantoinem/CV
https://raw.githubusercontent.com/marcantoinem/CV/main/en/work-experience.typ
typst
#import "../src/style.typ": experience #let nuvu = { experience( "Nuvu Cameras", "Montréal, Canada", "May 2024 - Aug 2024", "Embedded Software Development Intern", [ - Developed testbenches for over *30 000 lines* of VHDL code to ensure the correct behavior of the new camera generation's FP...
https://github.com/SillyFreak/typst-scrutinize
https://raw.githubusercontent.com/SillyFreak/typst-scrutinize/main/src/task-kinds/gap.typ
typst
MIT License
#let _grid = grid /// An answer filled in a gap in a text. If the document is not in solution mode, the answer is /// hidden but the width of the element is preserved. /// /// Example: /// /// #task-example(lines: "2-", ```typ /// #import task-kinds.gap: gap /// #set par(leading: 1em) /// This is a #gap(stretch: 200%)...
https://github.com/cadojo/vita
https://raw.githubusercontent.com/cadojo/vita/main/vita.typ
typst
MIT License
// // Preamble // #import "src/experience.typ": * #import "src/education.typ": * #import "src/projects.typ": * #import "src/skills.typ": * #import "src/socials.typ": * #let decorated(src, body) = { if src == none { body } else { stack(dir: ltr, move(dy: 0.4em, image(src, height: 1.5em)), h(0.5em), body) ...
https://github.com/darioglasl/Arbeiten-Vorlage-Typst
https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/Anhang/04_Projektdokumentation/02_aufgabenstellung.typ
typst
=== Aufgabenstellung <appendixScope> Nachfolgend sind alle Original-Informationen aufgelistet, die zur Aufgabenstellung (@headingScope) verfügbar sind.
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/call_info/builtin_poly2.typ
typst
Apache License 2.0
#(/* position after */ rgb("#fff"))
https://github.com/MobtgZhang/sues-thesis-typst
https://raw.githubusercontent.com/MobtgZhang/sues-thesis-typst/main/paper/chapters/ch01.typ
typst
MIT License
#import "../info.typ": * = 绪论 <intro> == 关于Typst模板 本模板是本文为拓展同学门编写硕士学位论文而写的,本项目地址代码均在#link("https://github.com/mobtgzhang/sues-thesis-typst","GitHub")。 论文模板硕士学位论文模板目前问题比较小,可以尝试使用一段时间,所以可以尝试使用以下用其写一些基本的论文。 == 关于Typst Typst 是一门面向出版与学术写作的可编程标记语言,从2023年4月正式开源v0.1.0版本以来,到现在的2024年2月v0.10.0(2023年12月4日版本)。 这个项目是用Rust语言写的轻量级...
https://github.com/QuadnucYard/pigeonful-typ
https://raw.githubusercontent.com/QuadnucYard/pigeonful-typ/main/examples/chh.typ
typst
MIT License
#import "../src/lib.typ": pigeonful #set page(width: auto, height: auto, margin: 4pt) #pigeonful( entries: ( "层次": [直博生], "单位": [华中科技大学], "院系": [计算机科学与技术学院], "专业": [计算机科学与技术(081200)], "学习方式": [全日制], "研究方向": [人工智能], "导师": [陈汉华], "专项计划类型": [普通计划], "就业类型": [非定向就业], ), notice-kin...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/dynamic/pause.md
markdown
# `pause` as an alternative to `#one-by-one` There is yet another way to solve the same problem as `#one-by-one`. If you have used the LaTeX beamer package before, you might be familiar with the `\pause` command. It makes everything after it on that slide appear on the next subslide. Remember that the concept of "do s...
https://github.com/lrmrct/CADMO-Template
https://raw.githubusercontent.com/lrmrct/CADMO-Template/main/template/layout.typ
typst
#import "theorems.typ": counter_reset #let layout(doc) = [ #set page( paper: "a4", numbering: "i", number-align: right, margin: (x: 115pt, top: 109pt, bottom: 121pt), footer-descent: 18%, header: [ ] ) #set text( font: "tex gyre pagella", size: 11pt ) #set enum(numberi...
https://github.com/furkan/cv
https://raw.githubusercontent.com/furkan/cv/main/modules/summary.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Summary") In my present role, I oversee the development of our telemetry server, manage a group of six engineers, and make sure that all of our procedures are well documented. In my previous role as a Machine Learning Engineer, I managed VPN and reverse SSH server...
https://github.com/aagumin/cv
https://raw.githubusercontent.com/aagumin/cv/typst/content/personal.typ
typst
#import "@preview/grotesk-cv:0.1.2": * #import "@preview/fontawesome:0.2.1": * #let meta = toml("../info.toml") #let language = meta.personal.language == #fa-icon("brain") #h(5pt) #if language == "en" [Personality] else if language == "es" [Personalidad] #v(5pt) #if language == "en" [ - Analytic thinking - Q...
https://github.com/Servostar/dhbw-abb-typst-template
https://raw.githubusercontent.com/Servostar/dhbw-abb-typst-template/main/src/glossarium.typ
typst
MIT License
// .--------------------------------------------------------------------------. // | Glossarium@4.1.0 with custom format | // '--------------------------------------------------------------------------' // Authors: ENIB-Community // Changed: <NAME> // Edited: 08.07.2024 // License:...
https://github.com/CHHC-L/ciapo
https://raw.githubusercontent.com/CHHC-L/ciapo/master/examples/long-example-0/main.typ
typst
MIT License
#import "template.typ": diapo, transition, longpage, mcolor, bf, refpage #show: diapo.with( title: "Livella gratillo\nDoct rexytiner\nIespelitus otaratio eterniarea", author: "CHHC", email: "<EMAIL>", date: "2023-12-06", short-title: "Regulus", ) #outline(indent: auto, depth: 3) = Homework == h7...
https://github.com/VadimYarovoy/CourseWork
https://raw.githubusercontent.com/VadimYarovoy/CourseWork/main/typ/stage_2.typ
typst
#import "@preview/cetz:0.1.2" #import "@preview/tablex:0.0.6": * == Определить необходимые ресурсы для выполнения программного проекта Материальные ресурсы были определены из предположения, что работа над проектом ведется в дистанционном режиме. // Сотрудникам предоставляется только следующая техника на все время про...
https://github.com/chillcicada/typst-dotenv
https://raw.githubusercontent.com/chillcicada/typst-dotenv/main/README.md
markdown
MIT License
# tenv Parse a .env content. ## Usage ```typ #import "@preview/tenv.typ:0.1.1": parse_dotenv #let env = parse_dotenv(read(".env")) ``` ## Example ![Example](./example.png)
https://github.com/tingerrr/subpar
https://raw.githubusercontent.com/tingerrr/subpar/main/doc/manual.typ
typst
MIT License
#import "@local/mantys:0.1.4" as mantys #import "@preview/hydra:0.4.0": hydra #import "/src/lib.typ" as subpar #let package = toml("/typst.toml").package #let issue(n) = text( eastern, link("https://github.com/tingerrr/subpar/issues/" + str(n))[subpar\##n], ) #show: mantys.mantys.with( ..package, title: [su...
https://github.com/glennib/terraform-workshop
https://raw.githubusercontent.com/glennib/terraform-workshop/main/README.md
markdown
# source for terraform workshop ## looking for terraform template code? [🔗](./terraform/) `cd terraform` ## dependencies - compiling presentation - [`typst`] - `sudo snap install typst` - converting PDF to SVGs (for figures) - [`pdfinfo`] - `sudo apt install poppler-utils` - [`pdf2svg`] - `sudo apt install p...
https://github.com/lucifer1004/leetcode.typ
https://raw.githubusercontent.com/lucifer1004/leetcode.typ/main/leetcode.typ
typst
#import "helpers.typ": * #align(center)[ #box(baseline: 12pt)[#image("images/logo.png", height: 48pt)] #h(12pt) #text(48pt)[*Leetcode.typ*] ] #v(2em) #outline() #counter(page).update(0) #set smartquote(enabled: false) #set par(justify: true) #set page(numbering: "1") #set heading(numbering: (..nums) => { let...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/shape-aspect.typ
typst
Apache License 2.0
// Test that squares and circles respect their 1-1 aspect ratio. --- // Test relative width and height and size that is smaller // than default size. #set page(width: 120pt, height: 70pt) #set align(bottom) #let centered = align.with(center + horizon) #stack( dir: ltr, spacing: 1fr, square(width: 50%, centered[A...
https://github.com/kotfind/hse-se-2-notes
https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/prob/lectures/2024-09-27.typ
typst
#import "/utils/math.typ": * = Формула Байеса $ P(H_i | A) = P(A H_i) / P(A) = (P(H_i) P(A | H_i)) / (sum_(j = 1)^n P(H_j) P(A | H_j)) $ $ sum_(i = 1)^n P(H_i) = 1 $ $ sum_(i = 1)^n P(H_i | A) = 1 $ == Задача #figure( caption: [Условие], table( columns: 3, table.header[*Завод*][*Процен...
https://github.com/Nianyi-GSND-Projects/GSND-5130-GP1
https://raw.githubusercontent.com/Nianyi-GSND-Projects/GSND-5130-GP1/master/Draft%201/Team%20Agreement.typ
typst
#set page(paper: "us-letter") #let team_name = "[team name]" #{ set align(center) set text(17pt, weight: "bold") text[ Team Agreement of #set text(style: "italic") #team_name ] } #text(style: "italic")[#team_name] is group \#2 for group work \#1 of GSND 5130; all members of which are randomly assigned by the...
https://github.com/DustVoice/dustypst
https://raw.githubusercontent.com/DustVoice/dustypst/main/langs.typ
typst
#let en = ( lang: "en", outline: "Chapters", packages: "Packages", note: "Note", tip: "Tip", important: "Important", warning: "Warning", caution: "Caution", ) #let de = ( lang: "de", outline: "Inhaltsverzeichnis", packages: "Pakete", note: "Anmerkung", tip: "Hinweis", important: "Wichtig", ...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/patterns.typ
typst
// https://typst.app/project/pts91Veybk4FG5vSt7FKVk // patterns is how you make a chessboard // fill can be a pattern ... but strokes can also be a pattern // // todo: // // applications: chess-board ... from FEN // given a position ... find the next best position // typst will take over typesetting // it is the mo...
https://github.com/mitex-rs/mitex
https://raw.githubusercontent.com/mitex-rs/mitex/main/packages/mitex/lib.typ
typst
Apache License 2.0
#import "mitex.typ": mitex-wasm, mitex-convert, mitex-scope, mitex, mitext, mimath, mi
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/jogs/0.2.0/lib.typ
typst
Apache License 2.0
#let jogs-wasm = plugin("jogs.wasm") /// Run a Javascript code snippet. /// /// # Arguments /// * `code` - The Javascript code string to run. /// /// # Returns /// The result of the Javascript code. The type is the typst type which most closely resembles the Javascript type. /// /// # Example /// ```typ /// let result...
https://github.com/nafkhanzam/typst-common
https://raw.githubusercontent.com/nafkhanzam/typst-common/main/src/common/dates.typ
typst
//~ Dates #let today = datetime.today() #let display-year = today.display("[Year]") //~ Indonesian Dates #let ID-day = ("Sen", "Sel", "Rab", "Kam", "Jum", "Sab", "Min"); #let ID-days = ("Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu", "Minggu"); #let ID-month = ("Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul",...
https://github.com/Nrosa01/TFG-2023-2024-UCM
https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Memoria%20Typst/capitulos/1.Introduction.typ
typst
== Motivation Sand simulators were a prominent subgenre during the 1990s, and remained popular until the early 2000s. During that time, many programs and games emerged that allowed people to interact with virtual worlds filled with simulated particles. This attracted both simulation lovers and video game developers. H...
https://github.com/rabotaem-incorporated/calculus-notes-2course
https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/02-measure-theory/01-set-systems.typ
typst
#import "../../utils/core.typ": * == Системы множеств #denote[ $A union.sq B$ --- объединение $A$ и $B$, такое, что $A sect B != nothing$. $union.sq.big_(k = 1)^n A_k$ --- объединение множеств $A_1, ..., A_n$ и $A_j sect A_j = nothing$ для всех $i != j$. Такие объединения называются _дизъюнктными объединения...
https://github.com/Functional-Bus-Description-Language/Specification
https://raw.githubusercontent.com/Functional-Bus-Description-Language/Specification/master/src/expressions.typ
typst
#pagebreak() = Expressions An expression is a formula that defines the computation of a value by applying operators and functions to operands. ``` expression ::= bool_literal | integer_literal | real_literal | string_literal | bit_string_literal | time_literal | declared_identifier | qualified_identi...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/cjk-punctuation-adjustment_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page(width: 21em) #set text(lang: "zh", region: "CN", font: "Noto Serif CJK SC") // These examples contain extensive use of Chinese punctuation marks, // from 《Which parentheses should be used when applying parentheses?》. // link: https://arc...
https://github.com/darioglasl/Arbeiten-Vorlage-Typst
https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-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: "", subtitle: "", university: "", semester: "", arbeit: "", bibliographyFilePath: "", abstract: [], managementSummary: [], ...
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/uebungen/5/main.typ
typst
= Heaps == Mergesort und Quicksort === Mergesort ==== Rekursionsbaum #import "/notizen/sortieralgorithmen/mergesort/recursion.typ": mergesort_recursion #{ set align(center) set text(size: 11pt) set table.cell(inset: (x: 1pt, y: 2pt), stroke: none) show table: box.with(stroke: 1pt) mergesort_recursion( ...
https://github.com/JvandeLocht/assignment-template-typst-hfh
https://raw.githubusercontent.com/JvandeLocht/assignment-template-typst-hfh/main/layout/registration_certificate.typ
typst
MIT License
#import "/utils/formfield.typ": * #let registrationCertificate( author: "", birthdate: datetime, title: "", degree: "", program: "", supervisor: "", startDate: datetime, submissionDate: datetime, currentDate: datetime, body, ) = { // Set the document's basic properties. set page( margin: (...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/frac-02.typ
typst
Other
// Test large fraction. $ x = (-b plus.minus sqrt(b^2 - 4a c))/(2a) $
https://github.com/Clay438/3bao-hbut-typst
https://raw.githubusercontent.com/Clay438/3bao-hbut-typst/master/每科三问.typ
typst
#set page(width: 29.7cm,height: 21cm,margin:(top:3cm,bottom:3.8cm,left: 3.2cm,right: 3.8cm,)) #let heiti = ("Times New Roman", "Heiti SC", "Heiti TC", "SimHei") #let songti = ("Times New Roman", "Songti SC", "Songti TC", "SimSun") #let fangson = ("Times New Roman", "FangSong SC", "FangSong TC", "SimSun") #align(center,...
https://github.com/rabotaem-incorporated/calculus-notes-2course
https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/05-complex-functions/08-generating-functions.typ
typst
#import "../../utils/core.typ": * == Производящие функции #ticket[Производящие функции. Операции с производящими функциями. Задача о размене.] #remind(name: "<NAME>")[ Если $A(z) = sum_(n = 0)^oo a_n z^n$, и $B(z) = sum_(n = 0)^oo b_n z^n$. Тогда $ A(z) B(z) = sum_(n = 0)^oo c_n z^n, "где" c_n = a_0 ...
https://github.com/0warning0error/typst-yats
https://raw.githubusercontent.com/0warning0error/typst-yats/main/example.typ
typst
Apache License 2.0
#import "yats.typ": serialize,deserialize #{ let obj = ( name : "0warning0error", age : 100, height : 1.8, birthday : datetime(year : 1998,month : 7,day:8), hobbies : ("jumping",("swiming","learning English,日本語"),regex("fund"),none,true,duration(),type(int),"思密达") ) deserialize(serialize(obj))...
https://github.com/LDemetrios/TypstParserCombinators
https://raw.githubusercontent.com/LDemetrios/TypstParserCombinators/master/combinators.typ
typst
// Utility functions (mostly clojure-core rewritten) #let force(x) = if ( type(x) == dictionary and x.at("very-special-key") == "delay" ) { (x.data)() } else { x } #let delay(x) = (very-special-key: "delay", data: x) #let comp(f, g) = it => f(g(it)) #let partial(f, ..x) = (..y) => f(..x, ..y) #let cons(x, y) = (x, ....
https://github.com/EpicEricEE/typst-marge
https://raw.githubusercontent.com/EpicEricEE/typst-marge/main/tests/resolve/padding/test.typ
typst
MIT License
#import "/src/resolve.typ": resolve-padding #context assert.eq(resolve-padding(none), (left: 0pt, right: 0pt)) #context assert.eq(resolve-padding(2pt), (left: 2pt, right: 2pt)) #context assert.eq(resolve-padding(1em), (left: 11pt, right: 11pt)) #context assert.eq(resolve-padding((left: 1pt)), (left: 1pt, right: 0pt)) ...
https://github.com/bevrist/resume
https://raw.githubusercontent.com/bevrist/resume/main/Resume.typ
typst
#show heading: set text(font: "Helvetica Neue") #set text(font: ("Helvetica Neue",)) #show link: underline #set page(margin: (x: 0.9cm, y: 1.3cm)) // #set par(justify: true) #set list(marker: "-") #let dividerLine() = {v(-3pt); line(length: 100%); v(-5pt)} #grid( columns: (1fr, 1fr), text( size: 40pt, f...
https://github.com/yonatanmgr/university-notes
https://raw.githubusercontent.com/yonatanmgr/university-notes/main/0366-%5BMath%5D/globals/functions.typ
typst
// Math functions #let iffd = $arrow.double.b.t$ #let uu = $union$ #let uud = $union.dot$ #let nn = $sect$ #let bs = $without$ #let ub = $union.big$ #let sb = $sect.big$ #let symd = $triangle.t.stroked$ #let iff = $<=>$ #let tb(exp, top, bottom) = $attach(limits(#exp), b: #bottom, t: #top)$ #let bv(f, s) = $#f bar.v_#s...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/enum_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page 0. Before first! 1. First. 2. Indented + Second
https://github.com/fredguth/mwe-quarto-typst-error
https://raw.githubusercontent.com/fredguth/mwe-quarto-typst-error/main/README.md
markdown
## A Quarto Manuscript Template This is a template repo for generating a manuscript from Quarto that accompanies the tutorial at: [Quarto Manuscripts: VS Code](https://quarto.org/docs/manuscripts/authoring/vscode.html) # mwe-quarto-typst-error
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/set-03.typ
typst
Other
// Test that scoping works as expected. #{ if true { set text(blue) [Blue ] } [Not blue] }
https://github.com/rabotaem-incorporated/calculus-notes-2course
https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/03-lebesgue-integral/!sec.typ
typst
#import "../../config.typ" = <NAME> #include "01-integral-definition.typ" #include "02-summable-functions.typ" #include "03-limit-integral-perm.typ" #include "04-measure-product.typ" #include "05-var-substitution.typ"
https://github.com/3akev/autofletcher
https://raw.githubusercontent.com/3akev/autofletcher/main/manual.typ
typst
MIT License
#import "@preview/tidy:0.2.0" #import "@preview/fletcher:0.4.3" as fletcher: diagram, node, edge, shapes #import "@preview/autofletcher:0.1.0": placer, place-nodes, edges, tree-placer, circle-placer, arc-placer #let scope = ( diagram: diagram, node: node, edge: edge, placer: placer, place-nodes: place-nodes,...
https://github.com/emanuel-kopp/uzh-mnf-phd
https://raw.githubusercontent.com/emanuel-kopp/uzh-mnf-phd/main/template/main.typ
typst
#import "@local/uzh-mnf-phd:0.1.0": * // Take a look at the file `template.typ` in the file panel // to customize this template and discover how it works. #show: main_doc.with( title: "The Title of Your Thesis", // Rules for Capitalization in Titles: // - Capitalize nouns, pronou...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/common-tools/laser-large_format.typ
typst
#import "/meta-environments/env-templates.typ": * = Large Format Laser The Large Format Laser can etch or cut various materials with precision. == Notes === Safety *Do not leave the laser running unattended.* Lasers can cause fires. If your workpiece catches fire and the fire is not handled promptly, the fire can...
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/unterrichtsplanung/jahres_und_sequenzplanung.typ
typst
Other
#import "/src/template.typ": * == #ix("Jahres-", "Jahresplanung") und #ix("Sequenzplanung") #todo[Jahres- und Sequenzplanung beschreiben.]