repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/dimchor/big-data-project
https://raw.githubusercontent.com/dimchor/big-data-project/main/report/conf.typ
typst
#let cont() = { set page(numbering: "i") counter(page).update(1) outline(title: [Περιεχόμενα]) } #let conf(title, details, start_date, end_date) = { set align(center) text(17pt, "ΠΑΝΕΠΙΣΤΗΜΙΟ ΔΥΤΙΚΗΣ ΑΤΤΙΚΗΣ") linebreak() text(15pt, "ΤΜΗΜΑ ΜΗΧΑΝΙΚΩΝ ΠΛΗΡΟΦΟΡΙΚΗΣ ΚΑΙ ΥΠΟΛΟΓΙΣΤΩΝ") v(1fr) image("u...
https://github.com/piepert/typst-seminar
https://raw.githubusercontent.com/piepert/typst-seminar/main/Beispiele/Essay/template.typ
typst
#import "fullcite.typ": footnotes-gen-footer #let project(title: "", authors: (), date: none, body) = { // Set the document's basic properties. set document(author: authors.map(a => a.name), title: title) set page( margin: (left: 25mm, right: 40mm, top: 30mm, bottom: 30mm), number-align: center, foot...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/inlay_hints/base.typ
typst
Apache License 2.0
#let f(x, y) = x + y #f(1, 2)
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/036%20-%20Guilds%20of%20Ravnica/003_Clans%20%26%20Legions.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Clans & Legions", set_name: "Guilds of Ravnica", story_date: datetime(day: 24, month: 10, year: 2018), author: "<NAME>", doc ) "Salutations and congratulations, Wojek Weslyn," my boss says to me, positively burning with pride. I've served u...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/layout/enum-align.typ
typst
Apache License 2.0
// Test the alignment of enum numbers. --- // Alignment shouldn't affect number #set align(horizon) + ABCDEF\ GHIJKL\ MNOPQR + INNER\ INNER\ INNER + BACK\ HERE --- // Enum number alignment should be 'end' by default 1. a 10. b 100. c #set enum(number-align: start) 1. a 8. b 16. c --- // Number align option sh...
https://github.com/xiaoxuan-yu/CUDA-CCL
https://raw.githubusercontent.com/xiaoxuan-yu/CUDA-CCL/main/report/main.typ
typst
BSD 3-Clause "New" or "Revised" License
#import "@preview/arkheion:0.1.0": arkheion, arkheion-appendices #import "@preview/tablex:0.0.8": cellx, hlinex, tablex, rowspanx, colspanx #show: arkheion.with( title: "CUDA 驱动的并行连通域标记", authors: ( (name: "余笑轩", email: "<EMAIL>", affiliation: "化学与分子工程学院"), ), abstract: [ #set text(font: ("Times New R...
https://github.com/mem-courses/linear-algebra
https://raw.githubusercontent.com/mem-courses/linear-algebra/main/note/6.线性空间的基与子空间.typ
typst
#import "../template.typ": * #show: project.with( title: "Linear Algebra #6", authors: ( (name: "<NAME>", email: "<EMAIL>", phone: "3230104585"), ), date: "December 3, 2023", ) #let alpha = math.bold(math.alpha) #let beta = math.bold(math.beta) #let gamma = math.bold(math.gamma) #let theta = math.bold(math....
https://github.com/bamiesking/bicop-2023
https://raw.githubusercontent.com/bamiesking/bicop-2023/main/theme.typ
typst
// Adapted from Dr. <NAME>'s modified form of https://github.com/anishathalye/gemini #let primary = rgb(0, 30, 130) #let secondary = rgb(230, 235, 240) #let author(name, affiliation, bold: false) = { if (bold) { strong[#name] } else { name } " " if type(affiliation) == int { super[#affiliation] ...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/headings.typ
typst
#let rosy(it) = locate((loc) => { if it.level == 1 { if loc.page > 1 { pagebreak() it } else { it v(12pt) } } else if it.level == 2 { it v(12pt) } else if it.level == 3 { it v(10pt) } else...
https://github.com/hesampakdaman/baby-rudin
https://raw.githubusercontent.com/hesampakdaman/baby-rudin/master/exercises.typ
typst
#let first-indent-spacing = 1.8em #let indent = h(first-indent-spacing) #set page(margin: 1.75in) #set par(leading: 0.55em, first-line-indent: first-indent-spacing, justify: true) #set text(size: 11pt, font: "New Computer Modern") #show raw: set text(font: "New Computer Modern Mono") #show par: set block(spacing: 0.55e...
https://github.com/Nianyi-GSND-Projects/GSND-5130-GP1
https://raw.githubusercontent.com/Nianyi-GSND-Projects/GSND-5130-GP1/master/Thesis/Thesis.typ
typst
#let figureplaceholder(height) = box( width: 100%, height: height, stroke: black, )[ #set align(center + horizon) placeholder ] #set page(paper: "us-letter", margin: 0.8in) #set par(justify: true) #show quote: set text(style: "italic") #show quote: set pad(top: -1em, bottom: -0.5em) #set quote(block: true, quotes:...
https://github.com/spidersouris/touying-unistra-pristine
https://raw.githubusercontent.com/spidersouris/touying-unistra-pristine/main/src/settings.typ
typst
MIT License
#let SHOW-HEADER = true #let SHOW-FOOTER = true #let FOOTER-UPPER-SEP = " | " #let FOOTER-LOWER-SEP = " | " #let FOOTER-SHOW-SUBTITLE = true #let ADMONITION-NUMBERING = false #let FONT = ("Unistra A", "Segoe UI", "Roboto") #let LANGUAGE = "fr" #let QUOTES = ( left: "«", right: "»", ) #let DEBUG = false
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-0A00.typ
typst
Apache License 2.0
#let data = ( (), ("GURMUKHI SIGN ADAK BINDI", "Mn", 0), ("GURMUKHI SIGN BINDI", "Mn", 0), ("GURMUKHI SIGN VISARGA", "Mc", 0), (), ("GURMUKHI LETTER A", "Lo", 0), ("GURMUKHI LETTER AA", "Lo", 0), ("GURMUKHI LETTER I", "Lo", 0), ("GURMUKHI LETTER II", "Lo", 0), ("GURMUKHI LETTER U", "Lo", 0), ("GUR...
https://github.com/Mc-Zen/zero
https://raw.githubusercontent.com/Mc-Zen/zero/main/docs/figures/grouping.typ
typst
MIT License
#import "/src/zero.typ": * #import "@preview/cetz:0.2.2" #set text(1.3em) #set page(width: auto, height: auto, margin: 1em) #let clr = if "dark" in sys.inputs { white } else { black } #set page(fill: white) if clr == black #set text(fill: clr) #let grouping = cetz.canvas({ import cetz.draw: * scale(130%) conten...
https://github.com/frankadrian/typster-ngrx
https://raw.githubusercontent.com/frankadrian/typster-ngrx/master/README.md
markdown
# TypsterNgrx This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.2. ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. ## Code scaffolding Run `ng genera...
https://github.com/Daillusorisch/HYSeminarAssignment
https://raw.githubusercontent.com/Daillusorisch/HYSeminarAssignment/main/template/components/appendix.typ
typst
#import "../utils/style.typ": * #let appendix( title: "附录", display_title: "附  录", outlined: true, body, ) = { show <_appendix_>: { align(center)[ #v(5pt) #text( font: 字体.黑体, size: 字号.小二, weight: "regular" )[#display_title] ] } pagebreak(weak: true) [ ...
https://github.com/Zeta611/simplebnf.typ
https://raw.githubusercontent.com/Zeta611/simplebnf.typ/main/simplebnf.typ
typst
MIT License
#let bnf( ..body, ) = { let content = body.pos().flatten() table( columns: ( auto, auto, auto, auto, auto, ), align: ( right, center, center, left, left, ), inset: 0.28em, stroke: none, ..content, ) } #let Prod( lhs, a...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1740.typ
typst
Apache License 2.0
#let data = ( ("BUHID LETTER A", "Lo", 0), ("BUHID LETTER I", "Lo", 0), ("BUHID LETTER U", "Lo", 0), ("BUHID LETTER KA", "Lo", 0), ("BUHID LETTER GA", "Lo", 0), ("BUHID LETTER NGA", "Lo", 0), ("BUHID LETTER TA", "Lo", 0), ("BUHID LETTER DA", "Lo", 0), ("BUHID LETTER NA", "Lo", 0), ("BUHID LETTER PA"...
https://github.com/TheLukeGuy/turnstile
https://raw.githubusercontent.com/TheLukeGuy/turnstile/main/src/lib.typ
typst
Apache License 2.0
// Copyright © 2023 <NAME> // This file is part of Turnstile. // // 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 applic...
https://github.com/Goldan32/brilliant-cv
https://raw.githubusercontent.com/Goldan32/brilliant-cv/main/modules/skills.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Skills") #cvSkill( type: [Languages], info: [English (C1) #hBar() Hungarian (native)] ) #cvSkill( type: [Programming], info: [C #hBar() C++ #hBar() Rust #hBar() Python #hBar() BASH #hBar() Robot Framework #hBar() Matlab #hBar() Verilog] ) #cvSkill( typ...
https://github.com/zyf722/typst-tabler-icons
https://raw.githubusercontent.com/zyf722/typst-tabler-icons/main/src/lib.typ
typst
MIT License
//! typst-tabler-icons //! //! https://github.com/zyf722/typst-tabler-icons // Implementation of `tabler-icon` #import "lib-impl.typ": tabler-icon // Generated icons #import "lib-gen.typ": * // Re-export the `tabler-icon` function // The following doc comment is needed for lsp to show the documentation /// Render a...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.2.0/src/coordinate.typ
typst
Apache License 2.0
#import "vector.typ" #import "util.typ" #import "deps.typ" #import deps.oxifmt: strfmt #let resolve-xyz(c) = { // (x: <number> or <none>, y: <number> or <none>, z: <number> or <none>) // (x, y) // (x, y, z) return if type(c) == array { vector.as-vec(c) } else { ( c.at("x", default: 0), ...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/layout/line-numbers.typ
typst
--- line-numbers-enable --- #set page(margin: (left: 2.5em)) #set par.line(numbering: "1") First line \ Second line \ Third line --- line-numbers-clearance --- #set page(margin: (left: 1.5cm)) #set par.line(numbering: "1", number-clearance: 0cm) First line \ Second line \ Third line --- line-numbers-margin --- #set...
https://github.com/miliog/typst-penreport
https://raw.githubusercontent.com/miliog/typst-penreport/master/typst-penreport/helper/cve.typ
typst
MIT No Attribution
#let CVE(id: "") = { assert(id.matches(regex("^\d{4}-\d{4,7}$")).len() == 1, message: "The CVE number must match the format \d{4}-\d{4,7}.") link("https://www.cve.org/CVERecord?id=CVE-" + id)[CVE-#id] }
https://github.com/jassielof/cv
https://raw.githubusercontent.com/jassielof/cv/main/test.typ
typst
#import "@preview/fontawesome:0.1.0": * = Section #fa-linkedin()
https://github.com/patricoferris/typst-template
https://raw.githubusercontent.com/patricoferris/typst-template/main/lib.typ
typst
#import "@preview/gentle-clues:0.8.0": clue, question, conclusion #import "@preview/codelst:2.0.1": sourcecode // 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 increa...
https://github.com/sicheng1806/typst-book-for-sicheng
https://raw.githubusercontent.com/sicheng1806/typst-book-for-sicheng/main/scr/test/usenote_cn.typ
typst
#import "../basic_pkg/note_CN.typ" #show : doc => note_CN.conf( title: "我的标题", doc ) = 一级标题 #lorem(100) == 二级标题 #lorem(100) #lorem(200) === 三级标题 #lorem(100) = 二级标题 2 #lorem(100)
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/symbol_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Error: 13-20 unknown symbol modifier // #emoji.face.garbage
https://github.com/Dioprz/Notes
https://raw.githubusercontent.com/Dioprz/Notes/main/Haskell/Haskell_Programming_from_first_principles/Chapter_2/Chapter_2.typ
typst
= Chapter 2: Hello, Haskell == Tópicos básicos sobre el lenguaje y buenas prácticas === Ejecución del código - Se ejecuta a través de un archivo compilado o importando un módulo a través de su REPL, _GHCi_. - La librería estandar de Haskell es _Prelude_. - En _GHCi_ se usan expresiones que comienzan con `:` para i...
https://github.com/Lelidle/Q12-cs-scripts
https://raw.githubusercontent.com/Lelidle/Q12-cs-scripts/main/architecture.typ
typst
#import "template.typ": * #import "@preview/truthfy:0.2.0": generate-table, generate-empty #import "@preview/tablex:0.0.6": tablex, cellx, rowspanx, colspanx #import "@preview/codelst:2.0.0": sourcecode #show: setup #set heading ( numbering: "1." ) #let sc = sourcecode.with( numbers-style: (lno) => text( ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/meppp/0.1.0/lib.typ
typst
Apache License 2.0
#import ("table.typ"):meppp-tl-table #import ("template.typ"):meppp-lab-report #let pku-logo(..args) = image("pkulogo.png",..args)
https://github.com/alberto-lazari/computer-science
https://raw.githubusercontent.com/alberto-lazari/computer-science/main/advanced-topics-pl/presentation/notes.md
markdown
# Typst As a programming language ## Source Master thesis: https://www.user.tu-berlin.de/laurmaedje/programmable-markup-language-for-typesetting.pdf ## How does it improve the LaTeX experience? Technical analysis on how it is implemented. Try to be objective ## Programming language analysis Describe the runtime of t...
https://github.com/michelebanfi/typst-terraform
https://raw.githubusercontent.com/michelebanfi/typst-terraform/main/Templates/Notes/main.typ
typst
#import "template.typ": * #import "@preview/quill:0.2.0": * #show: project.with( title: {{PROJECT_NAME}}, authors: ( {{AUTHOR}}, ), ) #outline( indent: auto ) // #set math.equation(numbering: "(1)") #include "Chapters/1.typ" #include "Chapters/2.typ" #include "Chapters/3.typ" #include "Chapters/4.typ"
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/018.%20better.html.typ
typst
better.html Better Bayesian Filtering January 2003(This article was given as a talk at the 2003 Spam Conference. It describes the work I've done to improve the performance of the algorithm described in A Plan for Spam, and what I plan to do in the future.)The first discovery I'd like to present here is an algorithm fo...
https://github.com/hei-templates/hevs-typsttemplate-thesis
https://raw.githubusercontent.com/hei-templates/hevs-typsttemplate-thesis/main/03-tail/a-appendix.typ
typst
MIT License
#pagebreak() #counter(heading).update(0) #set heading(numbering:"A") = Appendix #lorem(50)
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/foundations-21.typ
typst
Other
// Error: 23-42 cannot access file system from here #show raw: it => eval("[" + it.text + "]") ``` #show emph: _ => image("test/assets/files/giraffe.jpg") _No relative giraffe!_ ```
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/anti-matter/0.0.2/README.md
markdown
Apache License 2.0
# anti-matter This typst packages allows you to simply mark the end and start of your front matter and back matter to change style and value of your page number without manually setting and keeping track of inner and outer page counters. ## Example ```typst #import "@preview/anti-matter:0.0.2": anti-matter, anti-front...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/package/example.typ
typst
Apache License 2.0
#import "@preview/example:0.1.0": add #show raw: rect.with(width: 100%, fill: luma(120).lighten(90%)) Input: ```typ #import "@preview/example:0.1.0": add Example package: add(1, 2) = #add(1, 2) ``` Output: #h(2em) Example package: add(1, 2) = #add(1, 2)
https://github.com/BoostCookie/systemd-tshirtd
https://raw.githubusercontent.com/BoostCookie/systemd-tshirtd/main/README.md
markdown
# systemd T-shirt Logo ## Previews **⚠️⚠️⚠️ Do not use the images from these previews! ⚠️⚠️⚠️ \ They have a DARK BACKGROUND, but what you want for a T-shirt is a TRANSPARENT BACKGROUND! \ Please go to [Files](#files) and download the transparent version you want.** ### With Original Logo ![preview of the print with ori...
https://github.com/Blezz-tech/math-typst
https://raw.githubusercontent.com/Blezz-tech/math-typst/main/Варианты/2023.10.08/Задание-16.1.typ
typst
\begin{tcolorbox}[ colback=blue!5!white, colframe=blue!75!black, title=Задание 1.1 ] $15$-го марта планируется взять кредит в банке на 26 месяцев. Условия его возврата таковы: \begin{enumerate}[--] \item $1$-го числа каждого месяца долг возрастает на $3$\% по сравнению с концом предыдущего меся...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/comment-00.typ
typst
Other
// Line comment acts as spacing. A// you B // Block comment does not act as spacing, nested block comments. C/* /* */ */D // Works in code. #test(type(/*1*/ 1) // , "integer") // End of block comment in line comment. // Hello */ // Nested line comment. /*//*/ Still comment. */ E
https://github.com/vEnhance/1802
https://raw.githubusercontent.com/vEnhance/1802/main/src/sol-mt2.typ
typst
MIT License
#import "@local/evan:1.0.0":* = Solutions to practice midterm 2 <ch-sol-mt2> The problem statements are given in @ch-mt1. == Solution to the butterfly (@prob-mt2p1) The butterfly’s position in the $x y$-plane is given by: $ bf(r) (t) = angle.l cos (t) , cos (t) angle.r . $ === Sketch of the trajectory We start ac...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/014%20-%20Khans%20of%20Tarkir/011_Bond%20and%20Blood.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Bond and Blood", set_name: "Khans of Tarkir", story_date: datetime(day: 03, month: 12, year: 2014), author: "<NAME>", doc ) #emph[Anafenza, khan of the Abzan Houses, takes the throne—and her vengeance.] #v(0.35em) #line(length: 100%, strok...
https://github.com/fontlos/FengruCup-template
https://raw.githubusercontent.com/fontlos/FengruCup-template/main/template.typ
typst
MIT License
// 伪加粗, 支持正则表达式, 可自选字重 #let bold(reg: ".", base-weight: none, body) = { show regex(reg): it => { set text(stroke: 0.02857em) set text(weight: base-weight) if base-weight != none it } body } // 针对中文的伪加粗 #let bold-cn(s) = { bold(reg: "[\p{script=Han} !-・〇-〰—]", base-we...
https://github.com/0x1B05/nju_os
https://raw.githubusercontent.com/0x1B05/nju_os/main/lecture_notes/content/11_真实世界的并发编程.typ
typst
#import "../template.typ": * #pagebreak() = 真实世界的并发编程 == 高性能计算中的并行编程 #link("https://dl.acm.org/doi/10.1145/359327.359336")[CRAY-1 Supercomputer, “the world's most expensive love-seat” 1976, 138 MFLOPS \@ 115kW] === (经典) 高性能计算 _*“A technology that harnesses the power of supercomputers or computer clusters to solve ...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/2-background/ecs.typ
typst
MIT License
#import "../../lib/mod.typ": * == Entity Component System <s.b.ecs> #acr("ECS") is an architectural software design pattern specifically tailored for #acr("DOP"). #acr("DOP") is a design paradigm that focuses on organizing and processing data efficiently, by structuring the layout of data to play well with the ca...
https://github.com/ikushaldave/Typster
https://raw.githubusercontent.com/ikushaldave/Typster/master/README.md
markdown
<p align="center"> <a href="" rel="noopener"> <img width=500px height=auto src="typster-icon.png" alt="Project logo"></a> </p> <h3 align="center">Typster</h3> <div align="center"> [![Status](https://img.shields.io/badge/status-active-success.svg)](https://chrome.google.com/webstore/detail/typster/ffigeilhpmjmppkb...
https://github.com/0xPARC/0xparc-intro-book
https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/src/snark-takeaways.typ
typst
#import "preamble.typ":* #takeaway[SNARK takeaways][ 1. A _SNARK_ can be used to succinctly prove that a piece of computation has been done correctly; specifically, it proves to some Verifier that the Prover had the K(nowledge) of some information that worked as feasible inputs to some computational circuit. 2. The _a...
https://github.com/ahplev/notes
https://raw.githubusercontent.com/ahplev/notes/main/qm/TIse.typ
typst
#set text( font: "Noto Sans SignWriting Regular", ) #set math.equation(numbering: "1", supplement: [Eq.]) //#show ref: it => { // let eq = math.equation // let el = it.element // if el != none and el.func() == eq { // // Override equation references. // numbering( // el.numbering, // ..counter(eq)....
https://github.com/gabrielrovesti/UniPD-Swiss-Knife-Notes-Slides
https://raw.githubusercontent.com/gabrielrovesti/UniPD-Swiss-Knife-Notes-Slides/main/Slides/UniPD%20Typst/unipd.typ
typst
MIT License
#import "@preview/polylux:0.3.1": logic, utils #let unipd-red = rgb("#9b0014"); #let unipd-gray = rgb("#484f59"); #let unipd-lightgray = rgb("#fbfef9"); #let unipd-author = state("unipd-author", none) #let unipd-date = state("unipd-date", none) #let unipd-progress-bar = state("unipd-progress-bar", true) #let unipd-t...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/ConsuntivoSprint/SestoSprint.typ
typst
MIT License
#import "../../const.typ": Re_cost, Am_cost, An_cost, Ve_cost, Pr_cost, Pt_cost #import "../../functions.typ": rendicontazioneOreAPosteriori, rendicontazioneCostiAPosteriori, glossary == Sesto #glossary[sprint] *Inizio*: Venerdì 29/12/2023 *Fine*: Giovedì 04/01/2024 #rendicontazioneOreAPosteriori(sprintNumber: "0...
https://github.com/alex-touza/fractal-explorer
https://raw.githubusercontent.com/alex-touza/fractal-explorer/main/paper/src/lib/ctheorems.typ
typst
/* MIT License Copyright (c) 2023 <NAME> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distrib...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/goto_definition/at_def.typ
typst
Apache License 2.0
#let /* ident after */ f() = 1; #(f()); #(f());
https://github.com/TJ-CSCCG/tongji-slides-typst
https://raw.githubusercontent.com/TJ-CSCCG/tongji-slides-typst/main/theme/utils.typ
typst
MIT License
#import "logic.typ" #import "pdfpc.typ" // SECTIONS #let sections-state = state("polylux-sections", ()) #let register-section(name) = locate(loc => { sections-state.update(sections => { sections.push((body: name, loc: loc)) sections }) }) #let current-section = locate(loc => { let sections = sections-...
https://github.com/khawarizmus/hijri-week-calendar-proposal
https://raw.githubusercontent.com/khawarizmus/hijri-week-calendar-proposal/main/terms.typ
typst
ISC License
#import "@preview/gloss-awe:0.0.5": * #import "@preview/note-me:0.2.1": * #set quote(quotes: false, block: true) #set terms(separator: [: ]) #let gnote(text) = admonition( title: "Note", color: color.green.darken(40%))[#text] // done / Hijri calendar: A lunar calendar widely used in the Muslim world. It is b...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/stonewall/0.1.0/README.md
markdown
Apache License 2.0
# Stonewall: colourful, accurate pride flags colour palette for queer gradients You can use the colour palette with _gradients_ for maximum results! For example the code in `example/example.typ` which is ```typ #import "@preview/stonewall:0.1.0": flags #set page(width: 200pt, height: auto, margin: 0pt) #set text(fill...
https://github.com/sahasatvik/typst-theorems
https://raw.githubusercontent.com/sahasatvik/typst-theorems/main/manual_template.typ
typst
MIT License
#let project(title: "", authors: (), url: "", body) = { set page(paper: "a4", numbering: "1", number-align: center) set document(author: authors, title: title) set text(font: "Libertinus Serif", lang: "en") set heading(numbering: "1.1.") set par(justify: true) set list(marker: ([•], [--])) show heading: i...
https://github.com/EpicEricEE/typst-marge
https://raw.githubusercontent.com/EpicEricEE/typst-marge/main/tests/parameter/offset/test.typ
typst
MIT License
#import "/src/lib.typ": sidenote #set par(justify: true) #set page(width: 8cm, height: auto, margin: (outside: 4cm, rest: 5mm)) #let sidenote = sidenote.with(numbering: "1") #lorem(4) #sidenote(dy: -5pt)[Moved up a tiny bit.] #lorem(12) #sidenote(dy: 5pt)[Moved down a tiny bit.] #lorem(3) #sidenote[Moved...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/ibanator/0.1.0/README.md
markdown
Apache License 2.0
# typst-iban-formatter > Validate and format IBAN numbers according to ISO 13616-1. ## Usage ```typ #import "@preview/ibanator:0.1.0": iban #iban("DE89370400440532013000") ``` <img src="./docs/example.png" width=350px> To disable validation, set the `validate` flag to false: ```typ #iban("DE89370400440532013000"...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/056.%206631327.html.typ
typst
6631327.html 6,631,372 March 2006, rev August 2009A couple days ago I found to my surprise that I'd been granted a patent. It issued in 2003, but no one told me. I wouldn't know about it now except that a few months ago, while visiting Yahoo, I happened to run into a Big Cheese I knew from working there in the late n...
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/latex-standard/README.md
markdown
MIT License
# LaTeX base classes ported to Typst This repository contains the *Standard Document Classes for LaTeX version 2e\** ported to Typst. Classes ported being: - `article` - `report` - `book`
https://github.com/lucifer1004/leetcode.typ
https://raw.githubusercontent.com/lucifer1004/leetcode.typ/main/solutions/s0001.typ
typst
#import "../helpers.typ": * #let two-sum-ref(arr, target) = { let d = (:) let ans = (-1, -1) for (i, num) in arr.enumerate() { if str(target - num) in d { ans = (d.at(str(target - num)), i) break } else { d.insert(str(num), i) } } ans }
https://github.com/kdog3682/mathematical
https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/examples/convex-hull-attempt-2.typ
typst
#let graham_scan(points) = { // Helper function to calculate cross product let cross_product(o, a, b) = { return (a.at(0) - o.at(0)) * (b.at(1) - o.at(1)) - (a.at(1) - o.at(1)) * (b.at(0) - o.at(0)) } // Sort points lexicographically let sorted_points = points.sorted(key: p => (p.at(0), p.at(1))) let n...
https://github.com/MultisampledNight/flow
https://raw.githubusercontent.com/MultisampledNight/flow/main/src/gfx/stub.typ
typst
MIT License
#import "stub/draw.typ" #let canvas(..args) = none
https://github.com/suspenss/Undergraduate-mathematics
https://raw.githubusercontent.com/suspenss/Undergraduate-mathematics/main/setup/templates.typ
typst
#let project(title: "", authors: (), body, language: "en", outl : []) = { set document(author: authors, title: title) set page(numbering: "1", number-align: center) set heading(numbering: "1.1 ") set text(font: ("Linux Libertine", "Noto Serif CJK SC"), lang: language, size: 11pt ) show math.equation: se...
https://github.com/qujihan/toydb-book
https://raw.githubusercontent.com/qujihan/toydb-book/main/src/chapter5.typ
typst
#import "../typst-book-template/book.typ": * #let path-prefix = figure-root-path + "src/pics/" = 数据编码<encoding> #include "chapter5/keycode.typ" #include "chapter5/bincode.typ" #include "chapter5/format.typ" #include "chapter5/summary.typ"
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-13430.typ
typst
Apache License 2.0
#let data = ( ("EGYPTIAN HIEROGLYPH VERTICAL JOINER", "Cf", 0), ("EGYPTIAN HIEROGLYPH HORIZONTAL JOINER", "Cf", 0), ("EGYPTIAN HIEROGLYPH INSERT AT TOP START", "Cf", 0), ("EGYPTIAN HIEROGLYPH INSERT AT BOTTOM START", "Cf", 0), ("EGYPTIAN HIEROGLYPH INSERT AT TOP END", "Cf", 0), ("EGYPTIAN HIEROGLYPH INSERT ...
https://github.com/avonmoll/bamdone-rebuttal
https://raw.githubusercontent.com/avonmoll/bamdone-rebuttal/main/README.md
markdown
MIT No Attribution
# bamdone-rebuttal This is a Typst template for a rebuttal/response letter. It allows authors to respond to feedback given by reviewers in a peer-review process on a point-by-point basis. This template is based heavily on the LaTeX template from Zenke Lab (see [here](https://zenkelab.org/resources/latex-rebuttal-respon...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/shape-aspect_06.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Size cannot be relative because we wouldn't know // // relative to which axis. // // Error: 15-18 expected length or auto, found ratio // #square(size: 50%)
https://github.com/catppuccin/typst
https://raw.githubusercontent.com/catppuccin/typst/main/src/flavors/catppuccin-mocha.typ
typst
MIT License
#let mocha = ( name: "Mocha", emoji: "🌿", order: 3, dark: true, light: false, colors: ( rosewater: ( name: "Rosewater", order: 0, hex: "#f5e0dc", rgb: rgb(245, 224, 220), accent: true, ), flamingo: ( name: "Flamingo", order: 1, hex: "#f2cdcd", ...
https://github.com/kicre/note
https://raw.githubusercontent.com/kicre/note/main/study/毕设/5-19.typ
typst
#import "../../tem/beamer.typ": beamer #show: beamer.with( title: "基于 SAM 大模型的肝脏肿瘤分割软件开发", subtitle: "5-23 答辩", author: "答辩人:王恺 指导老师:刘琨", date: "质量技术监督学院 2020级测控普通班 2024-05-22", ) = 绪论 <绪论> == 研究的背景及意义 <研究的背景及意义> //肝脏肿瘤是全球范围内导致死亡的主要原因之一,计算机断层扫描(CT)是检测和评估肝脏肿瘤的重要影像学方法。为了提高诊断效率和准确性,自动化的图像分割...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/math/style.typ
typst
Apache License 2.0
// Test text styling in math. --- // Test italic defaults. $a, A, delta, ϵ, diff, Delta, ϴ$ --- // Test forcing a specific style. $A, italic(A), upright(A), bold(A), bold(upright(A)), \ serif(A), sans(A), cal(A), frak(A), mono(A), bb(A), \ italic(diff), upright(diff), \ bb("hello") + bold(cal("world")), \ mono("S...
https://github.com/AnsgarLichter/light-cv
https://raw.githubusercontent.com/AnsgarLichter/light-cv/main/lib.typ
typst
MIT License
#import "@preview/fontawesome:0.1.0": * #import "template/settings/styles.typ": * #import "modules/utils.typ": * #import "modules/header.typ": * #import "modules/section.typ": * #import "modules/skills.typ": * #let cv( content ) = { set text( font: body-style.fonts, weight: body-style.weight, size: ...
https://github.com/ljgago/typst-chords
https://raw.githubusercontent.com/ljgago/typst-chords/main/examples/single-chords.typ
typst
MIT License
#import "../lib.typ": * #set document(date: none) #set page(width: auto, height: auto, margin: 0pt) #set text(14pt) #let chord = single-chord.with( font: "PT Sans", size: 12pt, weight: "semibold", background: silver ) #rect( stroke: none, radius: 3pt, inset: (x: 10pt, y: 10pt), fill: white, [ #ch...
https://github.com/Amelia-Mowers/typst-tabut
https://raw.githubusercontent.com/Amelia-Mowers/typst-tabut/main/doc/example-snippets/import-csv-raw.typ
typst
MIT License
#import "@preview/tabut:<<VERSION>>": tabut, rows-to-records #import "example-data/supplies.typ": supplies #let titanic = { let titanic-raw = csv("example-data/titanic.csv"); rows-to-records( titanic-raw.first(), // The header row titanic-raw.slice(1, -1), // The rest of the rows ) }
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/manual.typ
typst
Apache License 2.0
#import "/src/lib.typ" #import lib: * #import units: * #import prefixes: * #let example(it, dir) = { set text(size: 1.25em) let (a, b) = ( eval( "#set text(font: \"Linux Libertine\")\n" + it.text, mode: "markup", scope: dictionary(units) + dictionary(prefixes) + dictionary(lib) ), ra...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/casoslov/casy/cas9.typ
typst
#import "/style.typ": * #import "/SK/texts.typ": * #import "../styleCasoslov.typ": * = Deviaty čas #show: rest => columns(2, rest) #nacaloBezKnaza #zalm(83) #zalm(84) #zalm(85) #si #lettrine("Aleluja, aleluja, aleluja, sláva tebe, Bože.") #note[(3x)] #lettrine("Pane, zmiluj sa.") #note[(3x)] == Tropáre #note[B...
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/7e1810-algo_hw/hw9.typ
typst
#import "utils.typ": * == HW9 (Week 11) Due: 2024.05.19 === Question 32.4-1 Compute the prefix function $pi$ for the pattern `ababbabbabbababbabb`. #ans[ $ pi={0,0,1,2,0,1,2,0,1,2,0,1,2,3,4,5,6,7,8} $ ] === Question 32.4-6 Show how to improve KMP-MATCHER by replacing the occurrence of $pi$ in line 5(but now...
https://github.com/metamuffin/typst
https://raw.githubusercontent.com/metamuffin/typst/main/tests/typ/compiler/color.typ
typst
Apache License 2.0
// Test color modification methods. --- // Test CMYK color conversion. #let c = cmyk(50%, 64%, 16%, 17%) #stack( dir: ltr, spacing: 1fr, rect(width: 1cm, fill: cmyk(69%, 11%, 69%, 41%)), rect(width: 1cm, fill: c), rect(width: 1cm, fill: c.negate()), ) #for x in range(0, 11) { box(square(size: 9pt, fill: c...
https://github.com/PmaFynn/cv
https://raw.githubusercontent.com/PmaFynn/cv/master/src/content/en/experience.typ
typst
The Unlicense
#import "../../template.typ": * #cvSection("Experience") #cvEntry( title: [Working Student - Quality Assurance], organisation: [TOI TOI & DIXI Group GmbH], //TODO: insert toitoi & dixi group logo here logo: "", date: [08/2024 - Present], location: [Ratingen, Germany], //TODO: more jira tic...
https://github.com/liuguangxi/erdos
https://raw.githubusercontent.com/liuguangxi/erdos/master/Problems/typstdoc/erdos_offline.typ
typst
// Global setup #set document( title: [Erdős Unofficial Offline Edition], author: ("<NAME>") ) #set page( paper: "a4" ) #set text( font: "Minion Pro", size: 11pt ) #let main-color = rgb("#03A9F4") #let main-dark-color = rgb("#03A9F4").darken(50%) // Cover #[ #set text(font: "Myriad P...
https://github.com/WinstonMDP/math
https://raw.githubusercontent.com/WinstonMDP/math/main/exers/p.typ
typst
#import "../cfg.typ": * #show: cfg
https://github.com/connachermurphy/typst-slides
https://raw.githubusercontent.com/connachermurphy/typst-slides/main/sample_slides.typ
typst
MIT License
#import "template_slides.typ": * #import "@preview/tablex:0.0.5": tablex, cellx #set math.equation(numbering: "(1)") #set figure.caption(position: top) #let title = "Sample Slide Deck" #let title_short = "Murphy (In Progress)" #let date = "November 20, 2023" #let author = "<NAME>" // #let accent_color = blue // #let...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-A000.typ
typst
Apache License 2.0
#let data = ( ("YI SYLLABLE IT", "Lo", 0), ("YI SYLLABLE IX", "Lo", 0), ("YI SYLLABLE I", "Lo", 0), ("YI SYLLABLE IP", "Lo", 0), ("YI SYLLABLE IET", "Lo", 0), ("YI SYLLABLE IEX", "Lo", 0), ("YI SYLLABLE IE", "Lo", 0), ("YI SYLLABLE IEP", "Lo", 0), ("YI SYLLABLE AT", "Lo", 0), ("YI SYLLABLE AX", "Lo"...
https://github.com/Besthope-Official/backend
https://raw.githubusercontent.com/Besthope-Official/backend/master/24autumn/README.md
markdown
# 24年秋季学期 这一学期的安排(坑) 回来吧我的执行力 ## 活动发起: 编程百日挑战 - 每天在 git 社区发一条 commit - 每天在 OJ 上切一道题目 开始时间就定在学期初 哪怕水题, 让他水!!! 时间差不多贯穿一个小学期 - 坚持下来的都是神人了 - 奖品, 看看能不能争取些经费搞些外设(?) ## 后端教学项目 my-xx-admin 等效于24秋季学期的后端训练营 面向新生和大二 - 登录注册的用户管理 预防针打好 - 这回要做的更加硬编码一些 - 学长不负责辅导高数/高代/大物 第一周拿来配环境 后续开会 涵盖的知识点 - Git workflow (1 week) ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/pattern-spacing_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test with spacing set to `(-10pt, -10pt)` #let pat(..args) = pattern(size: (30pt, 30pt), ..args)[ #square(width: 100%, height: 100%, stroke: 1pt, fill: blue) ] #set page(width: 100pt, height: 100pt) #rect(fill: pat(spacing: (-10pt, -10pt)), ...
https://github.com/schmidma/typst-workshop
https://raw.githubusercontent.com/schmidma/typst-workshop/main/examples/10-arguments.typ
typst
Creative Commons Zero v1.0 Universal
You find the documentation in the #link("https://typst.app/docs/reference/", [Official Reference]). #quote( block: true, attribution: "Typst Examples Book", [ That's right, links, quotes and lots of other document elements are created with functions. ] )
https://github.com/justmejulian/typst-documentation-template
https://raw.githubusercontent.com/justmejulian/typst-documentation-template/main/presentation/presentation.typ
typst
#import "@preview/polylux:0.3.1": * #import themes.university: * #set text(font: "Helvetica Neue") #let author = "<NAME>" #let title = "WatchOS Velocity Recording" #let subtitle = "VT1" #let date = datetime.today().display() #show: university-theme.with( short-author: subtitle, short-title: date, color-a: rgb(...
https://github.com/Otto-AA/dashy-todo
https://raw.githubusercontent.com/Otto-AA/dashy-todo/main/lib/todo.typ
typst
MIT No Attribution
#import "side-margin.typ": calculate-page-margin-box #let to-string(content) = { if type(content) == str { content } else if content.has("text") { content.text } else if content.has("children") { content.children.map(to-string).join("") } else if content.has("body") { to-string(content.body) ...
https://github.com/pacokleitz/cv
https://raw.githubusercontent.com/pacokleitz/cv/main/cv.typ
typst
MIT License
#show heading: set text(font: "Linux Biolinum") // Uncomment the following lines to adjust the size of text // The recommend resume text size is from `10pt` to `12pt` // #set text( // size: 12pt, // ) // Feel free to change the margin below to best fit your own CV #set page( margin: (x: 0.9cm, y: 1.3cm), ) // Fo...
https://github.com/dismint/docmint
https://raw.githubusercontent.com/dismint/docmint/main/biology/lec5.typ
typst
#import "template.typ": * #show: template.with( title: "Lecture 5", subtitle: "7.016" ) = Carbohydrates #define( title: "Glycoprotein" )[ A protein covalently attached to a carbohydrate. ] #define( title: "Polysaccharide" )[ A long chain of carbohydrate groups. ] Other names for carbohydrates are *sug...
https://github.com/fufexan/cv
https://raw.githubusercontent.com/fufexan/cv/typst/modules_ro/experience.typ
typst
#import "../src/template.typ": * #show link: underline #cvSection("Experiență") #cvEntry( title: [Contract], society: [NixOS Foundation], logo: "../src/logos/nixos.svg", date: [2021, 2022], location: [La distanță], description: list( [A luat parte într-o echipă de participanți pentru a face packaging ...
https://github.com/fabriceHategekimana/master
https://raw.githubusercontent.com/fabriceHategekimana/master/main/src/module.typ
typst
#import "@preview/curryst:0.3.0": rule, proof-tree #import "@preview/ctheorems:1.1.2": * #set par(first-line-indent: 2em) #import "@preview/indenta:0.0.3": fix-indent #show: fix-indent() #show: thmrules #let Definition = thmbox( "definition", "Definition", base_level: 1, stroke: rgb("#e94845") + 1pt ) #let...
https://github.com/lbsekr/provadis-typst-template
https://raw.githubusercontent.com/lbsekr/provadis-typst-template/main/main.typ
typst
#import "template.typ": Template, code #import "@preview/glossarium:0.3.0": gls #let translations = json("translations.json").at("de") #show: Template.with( bib: arguments("sources.bib", style: "frontiers"), appendix: ( [ #heading("Wichtiger Anhang",supplement: [#translations.appendix]) #lorem(100...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/gentle-clues/0.4.0/README.md
markdown
Apache License 2.0
# gentle-clues Simple admonitions for typst. Add predefined or define your own. Inspired from [mdbook-admonish](https://tommilligan.github.io/mdbook-admonish/). ## Usage `#import " @preview/gentle-clues:0.4.0: info, success, warning, error` Writing this, ```typst #info[Whatever you want to say] ``` turns int...
https://github.com/linxuanm/math-notes
https://raw.githubusercontent.com/linxuanm/math-notes/master/real-analysis/1-real-numbers.typ
typst
#import "../setup.typ": * #show: lecenv #show: thmrules = Real Numbers
https://github.com/ivaquero/book-control
https://raw.githubusercontent.com/ivaquero/book-control/main/16-模型预测控制器.typ
typst
#import "@local/scibook:0.1.0": * #show: doc => conf( title: "模型预测控制器", author: ("ivaquero"), header-cap: "现代控制理论", footer-cap: "github@ivaquero", outline-on: false, doc, ) = 二维动态系统 对轨迹追踪问题 - 误差 $∫e^2 dd(t)$越小,追踪越好 - 输入 $∫u^2 dd(t)$越小,能耗越低 于是,整体代价函数为 $ J = ∫_0^(⊤) q e^2 + r u^2 dd(t) $ 拓展至 MIMO 情况,则有 ...
https://github.com/elouan660/Portes_Ouvertes
https://raw.githubusercontent.com/elouan660/Portes_Ouvertes/main/doc-template.typ
typst
#let Exercice(titre, auteur, date, contenu) = [ #set page( footer: align(right,text(size: 7pt, weight: "thin")[#auteur]), ) #align(left, text(size: 12pt, weight: "regular",)[#date]) \ #set text( font: "Open Sans" ) #show heading: titre => [ #if titre.level ==...
https://github.com/WinstonMDP/math
https://raw.githubusercontent.com/WinstonMDP/math/main/exers/i.typ
typst
#import "../cfg.typ": * #show: cfg $ "Find" lim_(x -> 0) (a^x - 1)/x $ $(a^x - 1)/x = ((e^(x ln a) - 1) ln a)/(x ln a)$ $((e^x - 1) ln a)/x ->_(x -> 0) ln a$ $((e^(x ln a) - 1) ln a)/(x ln a) ->_(x -> 0) ln a$
https://github.com/deadManAlive/ui-thesis-typst-template
https://raw.githubusercontent.com/deadManAlive/ui-thesis-typst-template/master/primer/cover.typ
typst
#import "../config.typ": cfg #let cover = [ #set align(center) #set text( size: 14pt ) #image( "assets/makara_color.png", width: 2.5cm, ) *UNIVERSITAS INDONESIA* #v(2em) *#upper(cfg.title)* #v(6em) *SKRIPSI* #v(6em) *#upper(cfg.name)* *#cfg.npm* #v(6em) *#upper(cfg....