repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/Area-53-Robotics/53E-Notebook-Over-Under-2023-2024
https://raw.githubusercontent.com/Area-53-Robotics/53E-Notebook-Over-Under-2023-2024/giga-notebook/entries/robot-rebuild/decide.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: "Decide: Robot Rebuild", type: "decide", date: datetime(year: 2024, month: 3, day: 5), author: "<NAME>", witness: "<NAME>", ) Upon coming up with some options we rated ...
https://github.com/li3zhen1/Typst-Templates
https://raw.githubusercontent.com/li3zhen1/Typst-Templates/main/README.md
markdown
# Typst-Templates My Typst templates for personal usage. ### homework.typ ![Overview](./Overview-homework.png)
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/3-methodology/study-1/configuration.typ
typst
MIT License
#import "../../../lib/mod.typ": * #v(-0.8em) === Configuration <s.m.configuration> #v(-0.5em) To make the developed software more flexible and easier to use, several configuration formats have been developed. The main configuration file, `config.toml`, uses #acr("TOML"), and is used to define all the general para...
https://github.com/stepbrobd/nixology
https://raw.githubusercontent.com/stepbrobd/nixology/master/nixology/main.typ
typst
MIT License
#import "@preview/polylux:0.3.1": * #import themes.simple: * #let title = "Nixology" #let author = "<NAME>" #let date = datetime(year: 2024, month: 7, day: 1) #set document(title: title, author: author, date: date) #set page(paper: "presentation-16-9") #show: simple-theme.with(footer: none) #title-slide[ #image("...
https://github.com/bojohnson5/iu_dissertation
https://raw.githubusercontent.com/bojohnson5/iu_dissertation/main/README.md
markdown
MIT License
# iu_dissertation Typst template for IU Bloomington dissertations. The template function is found in `iu_dissertation.typ` with an example `main.typ` file and PDF included.
https://github.com/mitinarseny/invoice
https://raw.githubusercontent.com/mitinarseny/invoice/main/src/signature.typ
typst
#import "./utils.typ": format_date #let signature( date, location, name, sign, ) = { grid( columns: (2fr, 1fr), align: center, table( columns: (1fr, 1fr), stroke: none, align: (right, left), [Date:], [*#format_date(date)*], ..if location != none {( [Loc...
https://github.com/antran22/typst-cv-builder
https://raw.githubusercontent.com/antran22/typst-cv-builder/main/lib/resume-template.typ
typst
MIT License
#import "./resume/layout.typ": * #import "./resume/education.typ": * #import "./resume/experiences.typ": * #import "./resume/skills.typ": * #import "./resume/projects.typ": * #import "./resume/header.typ": * #import "./resume/certification.typ": * #let default-config = yaml("/data/default-config.yml") #let config = d...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/opticalsize_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test prime/double prime via scriptsize #let prime = [ \u{2032} ] #let dprime = [ \u{2033} ] #let tprime = [ \u{2034} ] $ y^dprime-2y^prime + y = 0 $ $y^dprime-2y^prime + y = 0$ $ y^tprime_3 + g^(prime 2) $
https://github.com/Midoria7/ComputerNetworkLab2
https://raw.githubusercontent.com/Midoria7/ComputerNetworkLab2/main/essay.typ
typst
#import "template.typ": * #import "@preview/subpar:0.1.0" #import "@preview/tablex:0.0.8": * // Take a look at the file `template.typ` in the file panel // to customize this template and discover how it works. #set page( header: align(right)[ #text(0.9em, "计算机网络实验二") ], numbering: "1", ) #show: project.wit...
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/pre-reveal.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: "Pre Reveal Thoughts", type: "identify", date: datetime(year: 2023, month: 4, day: 26), author: "<NAME>", witness: "<NAME>", ) = Reflection on Last Season 53E grew gre...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-16FE0.typ
typst
Apache License 2.0
#let data = ( "0": ("TANGUT ITERATION MARK", "Lm", 0), "1": ("NUSHU ITERATION MARK", "Lm", 0), "2": ("OLD CHINESE HOOK MARK", "Po", 0), "3": ("OLD CHINESE ITERATION MARK", "Lm", 0), "4": ("KHITAN SMALL SCRIPT FILLER", "Mn", 0), "10": ("VIETNAMESE ALTERNATE READING MARK CA", "Mc", 6), "11": ("VIETNAMESE AL...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/scholarly-tauthesis/0.4.0/template/content/02.typ
typst
Apache License 2.0
/** 02.typ * * This is an example chapter in a multi-file typst project. * ***/ #import "../preamble.typ": * #import "@preview/scholarly-tauthesis:0.4.0" as tauthesis = Writing practices <writing-practices> Effective written communication requires both sound content and clear style. Keep the layout of your thesis...
https://github.com/a-kkiri/SimpleNote
https://raw.githubusercontent.com/a-kkiri/SimpleNote/main/content/chapter2.typ
typst
Apache License 2.0
#import "../template.typ": * = 使用示例 == 特殊记号 你可以 Typst 的语法对文本进行#highlight[特殊标记],我们为如下标记设定了样式: #enum( [*突出*], [_强调_], [引用 @figure], [脚注 #footnote("脚注例")], ) == 代码 行内代码使用例 `println!("Hello, typst!")`,下面是代码块使用例: #figure( ```rust fn main() { println!("Hello, typst!"); } ```, caption: [代码块插入例] ) <cpp-exam...
https://github.com/daskol/typst-templates
https://raw.githubusercontent.com/daskol/typst-templates/main/cvpr/logo.typ
typst
MIT License
#let kern(length) = h(length, weak: true) #let TeX = style(styles => { let e = measure(text("E"), styles) let T = "T" let E = text(baseline: e.height / 2, "E") let X = "X" box(T + kern(-0.1667em) + E + kern(-0.125em) + X) }) #let LaTeX = style(styles => { let l = measure(text(10pt, "L"), styles) let a = m...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/unit/per-mode/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": unit, metro-setup #set page(width: auto, height: auto) #unit("joule per mole per kelvin") #unit("metre per second squared") #metro-setup(per-mode: "fraction") #unit("joule per mole per kelvin") #unit("metre per second squared") #metro-setup(per-mode: "symbol") #unit("joule per mole per ke...
https://github.com/mariuslb/thesis
https://raw.githubusercontent.com/mariuslb/thesis/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("Struktur einer Fahrtaufzeichnung",supplement: [#translations.appendix])...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/045%20-%20Kamigawa%3A%20Neon%20Dynasty/007_The%20Blade%20Reflected%20and%20Reborn.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Blade Reflected and Reborn", set_name: "Kamigawa: Neon Dynasty", story_date: datetime(day: 07, month: 02, year: 2022), author: "<NAME>", doc ) Seven heads gathered around the shrine at the heart of the problem, young and old alike—unusu...
https://github.com/fabriceHategekimana/master
https://raw.githubusercontent.com/fabriceHategekimana/master/main/3_Theorie/Autres_concepts.typ
typst
#pagebreak() = Autres concepts <autre> Dans le cadre de l'évolution de notre langage de programmation, nous exprimons un fort intérêt pour l'ajout de nouvelles fonctionnalités qui, bien que non discutées en détail ici, méritent une attention particulière. Notre focus principal a été sur les tableaux multidimensionnel...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/PreventivoSprint/QuartoSprint.typ
typst
MIT License
#import "../../const.typ": Re_cost, Am_cost, An_cost, Ve_cost, Pr_cost, Pt_cost #import "../../functions.typ": prospettoOrario, prospettoEconomico, glossary == Quarto #glossary[sprint] *Inizio*: Venerdì 15/12/2023 *Fine*: Giovedì 21/12/2023 #prospettoOrario(sprintNumber: "4") #prospettoEconomico(sprintNumber: "4")
https://github.com/rose-pine/typst
https://raw.githubusercontent.com/rose-pine/typst/main/src/apply.typ
typst
MIT License
#let apply-theme(content, theme-data) = [ #set page(fill: theme-data.base,) #set text(fill: theme-data.text,) #set table(fill: theme-data.surface, stroke: theme-data.highlight.high) #set circle(stroke: theme-data.subtle, fill: theme-data.overlay) #set ellipse(stroke: theme-data.subtle, fill: theme-data.overla...
https://github.com/andreinonea/igala
https://raw.githubusercontent.com/andreinonea/igala/master/post/prajitura-pufoasa-crema-vanilie-cocos/reteta.typ
typst
#set document( title: "Prăjitură de post cu blat pufos și cremă de vanilie și cocos", author: ("<NAME>", "<NAME>", "AUTOR ORIGINAL"), keywords: ("rețetă", "prăjitură", "pufos", "vanilie", "cocos"), date: auto ) #set text( lang: "ro", region: "RO" ) #align(center + top)[= Prăjitură de post cu blat pufos și cremă...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/PreventivoSprint/SestoSprint.typ
typst
MIT License
#import "../../const.typ": Re_cost, Am_cost, An_cost, Ve_cost, Pr_cost, Pt_cost #import "../../functions.typ": prospettoOrario, prospettoEconomico, glossary == Sesto #glossary[sprint] *Inizio*: Venerdì 29/12/2023 *Fine*: Giovedì 04/01/2024 #prospettoOrario(sprintNumber: "6") #prospettoEconomico(sprintNumber: "6")
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/TA/Winter%202024/Math%20240/Midterm%20review%20solutions.typ
typst
#import "/Templates/generic.typ": latex,header #import "@preview/truthfy:0.3.0": truth-table #import "/Templates/math.typ": * #import "/Templates/assignment.typ": MultiColumnBox #show: latex #show: doc => header(doc, title: "Midterm Review Solutions") #show: symbol_replacing #let show_answers = true #let answer(answer...
https://github.com/miliog/typst-penreport
https://raw.githubusercontent.com/miliog/typst-penreport/master/typst-penreport/content/target_table.typ
typst
MIT No Attribution
#let targetTable(targets) = [ #table( fill: (col, row) => if row == 0 { luma(240) }, columns: (auto, 1fr), inset: 10pt, stroke: (paint: gray, thickness: 1pt), align: left, [*Target*], [*Additional Information*], ..for target in targets { ({target.name},{target.additionalInfo}) ...
https://github.com/EricWay1024/Homological-Algebra-Notes
https://raw.githubusercontent.com/EricWay1024/Homological-Algebra-Notes/master/libs/bw.typ
typst
#import "@preview/ctheorems:1.1.2": * #let thmboxparams = ( breakable: true, separator: [#h(0em).#h(0.2em)], padding: (top: 0.75em, bottom: 0.5em), inset: 0em, ) #let thmboxparams2 = ( bodyfmt: emph, ) #let theorem = thmbox( "theorem", "Theorem", ..thmboxparams, ..thmboxparams2, ) #let lemma = thmb...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/completion/bug_mix_context_type.typ
typst
Apache License 2.0
// contains: base #let tmpl2(x, y) = { assert(type(x) in (int, str) and type(y) == int) x + y } #tmpl2( /* range -1..0 */)
https://github.com/jaapgeurts/typst-templates
https://raw.githubusercontent.com/jaapgeurts/typst-templates/master/recipe/0.0.1/recipe.typ
typst
#let recipe( // The paper's title. title: "Recipe Title", website: none, // An array of authors. For each author you can specify a name, // department, organization, location, and email. Everything but // but the name is optional. authors: (), // A list of tags to show in the paper and the pdf t...
https://github.com/adam-zhang-lcps/papers
https://raw.githubusercontent.com/adam-zhang-lcps/papers/main/barbie-bungee-jump.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "@preview/tablex:0.0.6": tablex, rowspanx #import "aet-lab-report-template.typ": aet-lab-report #show: doc => aet-lab-report( title: "Calculating the Mass Needed to Stretch an Elastic Material", course: "AET AP Physics C: Mechanics", teacher: "Mr. <NAME>", date: datetime(year: 2024, month: 01, d...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/cancel-03.typ
typst
Other
// Cross $a + cancel(b + c + d, cross: #true, stroke: #red) + e$ $ a + cancel(b + c + d, cross: #true) + e $
https://github.com/yongweiy/cv
https://raw.githubusercontent.com/yongweiy/cv/master/skills.typ
typst
// Imports #import "@preview/brilliant-cv:2.0.2": cvSection, cvSkill, hBar #let metadata = toml("./metadata.toml") #let cvSection = cvSection.with(metadata: metadata, highlighted: false) #cvSection("Skills") #cvSkill( type: [Programming], info: [OCaml #hBar() C / C++ #hBar() F\# #hBar() Scala #hBar() Haskell #...
https://github.com/ShapeLayer/ucpc-solutions__typst
https://raw.githubusercontent.com/ShapeLayer/ucpc-solutions__typst/main/lib/utils/make-prob-overview.typ
typst
Other
#import "/lib/i18n.typ": en-us #let make-prob-overview( font-size: 1em, i18n: en-us.make-prob-overview, ..items, ) = [ #align(center + horizon)[ #text(size: 1.5em)[ #table( columns: 4, inset: (x: .5em, y: .65em), align: horizon, stroke: (x: none), row-gutter: (...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-40.typ
typst
Other
// Error: 18-19 number must not be zero #range(10, step: 0)
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/guide/env-setup/renderer.typ
typst
Apache License 2.0
#import "/docs/cookery/book.typ": book-page #show: book-page.with(title: "Environment Setup for Renderer Developers") = Environment Setup for Renderer Developers Sample page
https://github.com/MaxAtoms/T-705-ASDS
https://raw.githubusercontent.com/MaxAtoms/T-705-ASDS/main/content/probability.typ
typst
= Probability #include "week1.typ" #include "week2.typ" // Lecture 3 can be found in the recordings // No lecture in week 4 #include "week5.typ" // No lecture in week 6 #include "week7.typ" #include "week8.typ" #include "week9.typ"
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/041%20-%20Kaldheim/010_The%20Saga%20of%20Lathril.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Saga of Lathril", set_name: "Kaldheim", story_date: datetime(day: 05, month: 02, year: 2021), author: "<NAME>", doc ) Lathril stood at the mouth to the cave, her veins pulsing with the magic that had been bestowed upon her during her cr...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-30000.typ
typst
Apache License 2.0
#let data = ( "0": ("<CJK Ideograph Extension G, First>", "Lo", 0), "134a": ("<CJK Ideograph Extension G, Last>", "Lo", 0), )
https://github.com/giZoes/justsit-thesis-typst-template
https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/resources/pages/notation.typ
typst
MIT License
#let notation( twoside: false, title: "符号表", outlined: true, width: 350pt, columns: (60pt, 1fr), row-gutter: 16pt, ..args, body, ) = { heading( level: 1, numbering: none, outlined: outlined, title ) align(center, block(width: width, align(start, grid( columns: columns, ...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/rounding/round-minimum/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.0055) #num(0.0045) #metro-setup(round-minimum: 0.01) #num(0.0055) #num(0.0045)
https://github.com/cs-24-sw-3-01/typst-documents
https://raw.githubusercontent.com/cs-24-sw-3-01/typst-documents/main/report/sources/LindaInterview.typ
typst
#import "../custom.typ": * == Interview with Linda <InterviewLinda> 00:00:04,960 --> 00:00:10,099 Mads: Men når I opretter teams I dag og skal tilføje medarbejdere, jeg kan ikke huske, hvad det er en søgefunktion. 00:00:10,160 --> 00:00:13,120 Altså hvor I bare søger efter medarbejderen, og så kan slå dem ind. 00:00...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/023_Oath%20of%20the%20Gatewatch.typ
typst
#import "@local/mtgset:0.1.0": conf #show: doc => conf("Oath of the Gatewatch", doc) #include "./023 - Oath of the Gatewatch/001_The Rise of Kozilek.typ" #include "./023 - Oath of the Gatewatch/002_Retaliation of Ob Nixilis.typ" #include "./023 - Oath of the Gatewatch/003_Reclamation.typ" #include "./023 - Oath of the...
https://github.com/leyan/cetzpenguins
https://raw.githubusercontent.com/leyan/cetzpenguins/main/sample.typ
typst
MIT License
#import "@preview/cetz:0.2.2" #import "src/penguins.typ" :penguin,penguinInternal #cetz.canvas(length:1cm,{ import cetz.draw: * penguinInternal() translate(x:3,y:1) penguinInternal() translate(x:2.5,y:-0.5) penguinInternal() translate(x:2.5,y:0.2) penguinInternal() }) #penguin() #penguin( ...
https://github.com/lab57/TypstBot
https://raw.githubusercontent.com/lab57/TypstBot/master/test.typ
typst
#import "@preview/physica:0.9.2" : * #set page(width: auto, height: auto, margin: .1em, fill: rgb(49, 51,56 ,255)) #set text(size: 24pt, fill: white) $ $
https://github.com/maantjemol/Aantekeningen-Jaar-2
https://raw.githubusercontent.com/maantjemol/Aantekeningen-Jaar-2/main/Entrepreneurship/cases.typ
typst
#import "../template/lapreprint.typ": template #import "../template/frontmatter.typ": loadFrontmatter #import "@preview/drafting:0.2.0": * #import "@preview/cetz:0.2.2" #let default-rect(stroke: none, fill: none, width: 0pt, content) = { pad(left:width*(1 - marginRatio), rect(width: width*marginRatio, stroke: stroke...
https://github.com/Coekjan/touying-buaa
https://raw.githubusercontent.com/Coekjan/touying-buaa/master/lib.typ
typst
MIT License
// Stargazer theme - adapted for BUAA #import "@preview/touying:0.5.2": * #import themes.stargazer: * #let buaa-theme( aspect-ratio: "16-9", lang: "en", font: ("Linux Libertine",), ..args, body, ) = { set text(lang: lang, font: font) show: if lang == "zh" { import "@preview/cuti:0.2.1": show-cn-fake...
https://github.com/DashieTM/ost-5semester
https://raw.githubusercontent.com/DashieTM/ost-5semester/main/blockchain/weeks/week5.typ
typst
#import "../../utils.typ": * #section("Dezentralized Finance (DEFI)") #subsection("Centralized Finance (CEFI)") - fiat currencies -> USD, CHF etc - gold, percious metals etc. - perls - first seen in mesopotamia -> clay tokens #subsection("DEFI differences") - trade of assets without intermediary -> the blockchain ha...
https://github.com/NwaitDev/Typst-Accessibility-Template
https://raw.githubusercontent.com/NwaitDev/Typst-Accessibility-Template/main/readme.md
markdown
# A Typst template for accessible content This repository was born from a debate I had with a friend about wether to use MS Word or LaTeX to produce pdf documents. Among all the arguments he talked to me about, the the most valuable one that I heard was the one on the accessibility of the documents. Apparently, "What...
https://github.com/saimnaveediqbal/thesis-NTNU-typst
https://raw.githubusercontent.com/saimnaveediqbal/thesis-NTNU-typst/main/lib.typ
typst
MIT License
#import "@preview/subpar:0.1.1" #import "@preview/physica:0.9.3": * #let stroke-color = luma(200) #let std-bibliography = bibliography #let isappendix = state("isappendix", false) #let front-matter(body) = { set page(numbering: "i") set heading(numbering: none) body } #let main-matter(body) = { set page(numb...
https://github.com/dainbow/FunctionalAnalysis2
https://raw.githubusercontent.com/dainbow/FunctionalAnalysis2/main/themes/2.typ
typst
#import "../conf.typ": * = Обратимый оператор. Обратимость == Обратимость линейного, ограниченного снизу, оператора #theorem[ Пусть $A in cal(L)(E)$ -- взаимно однозначный оператор $E -> "Im" A$. Тогда обратный оператор $A^(-1)$ будет ограничен тогда и только тогда, когда образы $A$ оцениваются снизу: #eq[ ...
https://github.com/jrihon/multi-bibs
https://raw.githubusercontent.com/jrihon/multi-bibs/main/chapters/03_chapter/bib_03_chapter.typ
typst
MIT License
#let dict_03_chapter = ( "Iupac1983nucleicacids": 1, "Neese2021orca": 2, "Cremer1975general": 3, ) #let biblio = ( bibchapter: dict_03_chapter, bibyml: "../chapters/03_chapter/03_chapter.yml", )
https://github.com/binhtran432k/ungrammar-docs
https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/system-implementation/monaco.typ
typst
=== Ungrammar Monaco Extension <subsec-impl-monaco> The Ungrammar Monaco Extension represents a significant step forward in bringing the Ungrammar language ecosystem to a broader audience within the browser environment. By leveraging the Monaco editor, we've created a powerful and accessible tool that offers a seamles...
https://github.com/qujihan/toydb-book
https://raw.githubusercontent.com/qujihan/toydb-book/main/src/chapter3/message.typ
typst
#import "../../typst-book-template/book.typ": * #let path-prefix = figure-root-path + "src/pics/" == Raft之Message #code("src/raft/message.rs", "Message 类型")[ ```rust /// 发送者和接收者的消息信封(在Message上包装了一层额外信息). #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] pub struct Envelope { pub from: NodeID, ...
https://github.com/Arsenii324/matap-p2
https://raw.githubusercontent.com/Arsenii324/matap-p2/main/t-repo/lecture7.typ
typst
#import "macros.typ" : * = Лекция == Интеграл Римана на n-мерном пространстве === Опр. n-мерный промежуток $I_(overline(a), overline(b)) = {overline(x) in RR^n : a_i <= x_i <= b_i, i in {1..n}}$, где $overline(x) = (x_1, ..., x_n), overline(a) = (a_1, ..., a_n), overline(b) = (b_1, ..., b_n)$ - называется n-мерным ...
https://github.com/xdoardo/co-thesis
https://raw.githubusercontent.com/xdoardo/co-thesis/master/thesis/chapters/delay/monads.typ
typst
#import "/includes.typ": * == Monads<section-monads> In 1989, <NAME> published a paper @moggi-monads in which the term _monad_, which was already used in the context of mathematics and, in particular, category theory, was given meaning in the context of functional programming. Explaining monads is, arguably, one the m...
https://github.com/open-datakit/accs-finalreport-whitepaper
https://raw.githubusercontent.com/open-datakit/accs-finalreport-whitepaper/main/cover.typ
typst
#[ #set text(font:"Cerebri Sans", weight: 800, fill: rgb("#212d49"), size: 20pt) opendata.fit ] Mr. <NAME> UNSW Sydney Ms. <NAME> UNSW Sydney #link("mailto:<EMAIL>")
https://github.com/1STEP621/typst-anshere
https://raw.githubusercontent.com/1STEP621/typst-anshere/main/README.md
markdown
# anshere 試験の解答欄を作るためのtypst関数を提供します。 [answerbox.sty](https://hohei3108.hatenablog.com/entry/2022/01/27/005123)のtypst版っぽいものを作ろうとしました。 ## 使い方 [example.typ](./example/example.typ)を参考にしてください。
https://github.com/chen-qingyu/Typst-Code
https://raw.githubusercontent.com/chen-qingyu/Typst-Code/master/limit%201.typ
typst
#let LF = {v(3em); linebreak()} $ & lim_(x -> infinity) ((a x + b) / (a x + c))^(h x + k) space (a != 0) LF =& lim_(x -> infinity) e^((h x + k) ln((a x + b) / (a x + c))) LF =& lim_(x -> infinity) e^((h x + k) ln((a x + b + c - c) / (a x + c))) LF =& lim_(x -> infinity) e^((h x + k) ln(1 + (b - c) / (a x + c)...
https://github.com/GYPpro/Java-coures-report
https://raw.githubusercontent.com/GYPpro/Java-coures-report/main/Report/6.typ
typst
#set text(font:("Times New Roman","Source Han Serif SC")) #show raw.where(block: false): box.with( fill: luma(240), inset: (x: 3pt, y: 0pt), outset: (y: 3pt), radius: 2pt, ) // Display block code in a larger block // with more padding. #show raw.where(block: true): block.with( fill: luma(240), inset: 10pt,...
https://github.com/SeniorMars/tree-sitter-typst
https://raw.githubusercontent.com/SeniorMars/tree-sitter-typst/main/examples/compiler/let.typ
typst
MIT License
// Test let bindings. --- // Automatically initialized with none. #let x #test(x, none) // Manually initialized with one. #let z = 1 #test(z, 1) // Syntax sugar for function definitions. #let fill = conifer #let f(body) = rect(width: 2cm, fill: fill, inset: 5pt, body) #f[Hi!] --- // Termination. // Terminated by l...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/i18n/zh/docusaurus-plugin-content-docs/current/progress/sections.md
markdown
--- sidebar_position: 2 --- # Touying 的 Sections Touying 维护了一份自己的 sections state,用于记录 slides 的 sections 和 subsections。 ## touying-outline `#touying-outline(enum-args: (:), padding: 0pt)` 用于显示一个简单的大纲。 ## touying-final-sections `#states.touying-final-sections(final-sections => ..)` 用于自定义显示大纲。 ## touying-progress...
https://github.com/crd2333/Astro_typst_notebook
https://raw.githubusercontent.com/crd2333/Astro_typst_notebook/main/README.md
markdown
# Astro-typst Notebook 一个基于 [astro-typst](https://github.com/OverflowCat/astro-typst/tree/master) 的网页笔记本,支持 md 和 typ 两种格式 - Typst 原有的一些功能得到 astro-typst 的支持 - [x] Import packages in Typst Universe - [x] import / include / read files or resources - [x] Use system fonts - [x] Selectable, clickable text layer -...
https://github.com/typst-community/valkyrie
https://raw.githubusercontent.com/typst-community/valkyrie/main/tests/types/boolean/test.typ
typst
Other
#import "/src/lib.typ" as z #import "/tests/utility.typ": * #show: show-rule.with(); #let schema = z.boolean() = types/boolean == Input types #{ let input-types = ( "boolean (true)": true, "boolean (false)": false, ) for (name, value) in input-types { utility-expect-eq( test: value, sch...
https://github.com/kotfind/hse-se-2-notes
https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/utils/math.typ
typst
#let def( body, supplement: "Опр.", ) = context { let sup = text(weight: "bold", supplement) let sup_wid = measure(sup).width par(hanging-indent: sup_wid)[#sup #body] } #let defitem(body) = { [#strong(body)<defitem>] } // TODO: defenitions list #let blk( title: none, body, ) = context...
https://github.com/binhtran432k/ungrammar-docs
https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/literature-review/tailwindcss.typ
typst
#import "/components/glossary.typ": gls == Tailwind CSS <sec-tailwindcss> Tailwind CSS is a revolutionary #gls("css") framework that has gained immense popularity due to its utility-first approach and focus on rapid development. This section will explore the key features, benefits, and challenges of using Tailwind CS...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/软件分析/main.typ
typst
#import "../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark #import "../template.typ": * #show: note.with( title: "软件分析", author: "YHTQ", date: datetime.today().display(), logo: none, withChapterNewPage: true ) #let sup = math.union.sq = 前言 == 基本概念 给定软件系统,回答关于系统行为有关问题的...
https://github.com/Akelio-zhang/cv-typst
https://raw.githubusercontent.com/Akelio-zhang/cv-typst/main/cv.typ
typst
#let render_mode = (la: "zh", output: "concise") #import "meta.typ": * #set text(font: ("New Computer Modern", "Noto Serif CJK SC")) #show heading: set text(font: ("Linux Biolinum", "Noto Serif CJK SC")) #show link: underline // Uncomment the following lines to adjust the size of text // The recommend resume text ...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/071.%20notnot.html.typ
typst
notnot.html Why to Not Not Start a Startup Want to start a startup? Get funded by Y Combinator. March 2007(This essay is derived from talks at the 2007 Startup School and the Berkeley CSUA.)We've now been doing Y Combinator long enough to have some data about success rates. Our first batch, in the summer of 2...
https://github.com/FkHiroki/ex-B2_typst
https://raw.githubusercontent.com/FkHiroki/ex-B2_typst/main/sections/section2.typ
typst
MIT No Attribution
\ \ \ \ = 3. 実験方法 == 3.1. レーザー光による回折強度パターン 今回は、レーザ光を用いて、スリットの回折強度パターンを観察することを実際には行わず、与えられた実験データをImageJを用いて解析することで、スリットの幅や個数による回折強度パターンの変化を観察した。まず、与えられた実験データには、3種類の幅の単スリットを用いた時のスリット画像とスクリーン画像の計6枚、幅やスリット間隔を変えた3種類のダブルスリットを用いた時のスリット画像とスクリーンの計6枚である。まず、単スリットの場合は、ImageJを用いてスリットの幅を測定し、また、精密な目盛りを顕微鏡で撮影した画像を用いて、pixel単位を...
https://github.com/egorsmkv/pdf-generator-gradio
https://raw.githubusercontent.com/egorsmkv/pdf-generator-gradio/master/ui/templates/typst_template.typ
typst
= Test Privided text: {{ text }} == Another - Writing lists in a simple way is great. - Nothing complex, start your points with `-` and this will become a list. - Indented lists are created via indentation. + Numbered lists start with `+` instead of `-`. + There is no alternative markup syntax for lists + So j...
https://github.com/Goldan32/brilliant-cv
https://raw.githubusercontent.com/Goldan32/brilliant-cv/main/modules/projects.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Projects") #cvEntry( title: [Multicore Rust on STM32H7 Microcontroller], date: [2023], society: [], location: [], description: list( [A software framework that enables the utilization of both cores of an STM32H745 microcontroller], [Provides exam...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/chordx/0.2.0/src/single.typ
typst
Apache License 2.0
#import "./utils.typ": parse-content, has-number /// The single chords are chords without diagram used to show the chord name over a word. /// /// - ..text-params (auto): Are the same parameters of *text* from the standard library of *typst*. *Required*. /// -> function #let new-single-chords(..text-params) = { /// ...
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Languages/Cpp.typ
typst
#import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "Cpp 笔记", lang: "zh", ) = Cpp+ 笔记 == Cpp 面向对象 === 关键字 this - 感觉上跟 python 中的 self 差不多,只不过是隐式的指针常量 - 可以看看这两篇文章比较一下区别: #link("https://www.cnblogs.com/douzi2/p/5579608.html")[C++中的this和Python的self对比 - 宋桓公 - 博客园 (cnblogs.com)]、#link("http...
https://github.com/dyc3/senior-design
https://raw.githubusercontent.com/dyc3/senior-design/main/lib/use-cases.typ
typst
#let usecase(title, description: none, stakeholders: (), basic_flow: (), alt_flows: (), prereq: (), diagram: none) = { let content = () if stakeholders.len() > 0 { content.push([*Stakeholders* #list(..stakeholders) ]) } if description != none { content.push([*Description* #description]) } if diagr...
https://github.com/bigskysoftware/hypermedia-systems-book
https://raw.githubusercontent.com/bigskysoftware/hypermedia-systems-book/main/ch02-components-of-a-hypermedia-system.typ
typst
Other
#import "lib/definitions.typ": * #import "lib/snippets.typ": fielding-rest-thesis == Components Of A Hypermedia System A _hypermedia system_ consists of a number of components, including: - A hypermedia, such as HTML. - A network protocol, such as HTTP. - A server that presents a hypermedia API responding to network...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/ionio-illustrate/0.1.0/manual.typ
typst
Apache License 2.0
#import "lib.typ": * #let data = csv("assets/isobutelene_epoxide.csv") #let massspec = data.slice(1) #set page( numbering: "1/1", header: align(right)[The `ionio-illustrate` package], ) #set heading(numbering: "1.") #set terms(indent: 1em) #show link: set text(blue) #set text(font: "Fira Sans") #show raw.where(...
https://github.com/Araanee/TypStyle
https://raw.githubusercontent.com/Araanee/TypStyle/main/README.md
markdown
# TypStyle Local IDE for Typst ## Usage ### Option 1 Open a terminal\ Go to the electron-app/out folder\ launch ./TypStyle on the command line\ ### Option 2 Go to the electron-app/ folder\ write npm make on the command line\ Navigate to the out/make/deb/x64/ folder\ Depackage the .deb file with your packets tool m...
https://github.com/mitsuyukiLab/grad_thesis_typst
https://raw.githubusercontent.com/mitsuyukiLab/grad_thesis_typst/main/README.md
markdown
# grad_thesis_typst これは、卒論・修論・博論などの卒業論文をTypstで書くためのフォーマットです。 ## 事前準備 ### Typstのインストール 公式のマニュアルは[こちら](https://github.com/typst/typst?tab=readme-ov-file#installation)。 Windowsの場合は、PowerShellか何かで、以下のコマンドを実行してください。 ```bash winget install --id Typst.Typst ``` Mac OSの場合は、Terminalか何かで、[Homebrew](https://formulae.brew.s...
https://github.com/jneug/schule-typst
https://raw.githubusercontent.com/jneug/schule-typst/main/tests/pt/test.typ
typst
MIT License
#import "../../src/schule.typ": pt #import pt: * #show: praesentation.with( /* @typstyle:off */ titel: "Informatik Leistungskurs Q1", reihe: "Schuljahr 2024/25", datum: "01.08.2024", nummer: "1", fach: "Informatik", kurs: "Q1", autor: ( name: "<NAME>", kuerzel: "Ng...
https://github.com/SergeyGorchakov/russian-phd-thesis-template-typst
https://raw.githubusercontent.com/SergeyGorchakov/russian-phd-thesis-template-typst/main/parts/part1.typ
typst
MIT License
#import "../lib.typ": * #part_count.step() // Обновление счетчика разделов #show: fix-indent() = Оформление различных элементов <ch1> == Форматирование текста <ch1:sec1> Мы можем сделать *жирный текст* и _курсив_. == Ссылки <ch1:sec2> Сошлёмся на библиографию. Одна ссылка: @Sokolov[с.~54];. Две ссылки: @Sokolov @...
https://github.com/PmaFynn/cv
https://raw.githubusercontent.com/PmaFynn/cv/master/src/content/en/misc.typ
typst
The Unlicense
#import "../../template.typ": * #cvSection("Miscellaneous") #cvInterestTags( tags: ("Driving Licence", "80+ wpm"), )
https://github.com/jujimeizuo/ZJSU-typst-template
https://raw.githubusercontent.com/jujimeizuo/ZJSU-typst-template/master/README.md
markdown
Apache License 2.0
# ZJGSU-typst-template 浙江工商大学毕业设计(本科)的 typst 模板。 ## 为什么要使用typst typst相较Latex具有较为简洁的[语法](https://typst.app/docs/reference/syntax/),更加用户友好的[教程及文档](https://typst.app/docs/tutorial/)。除去其用于支持用户自定样式的语法,typst具有与markdown高度相似的语法,使非模板编辑者能更好的聚焦文档编写本身。而且,typst具有快速的编译速度,搭配[vscode typst lsp](https://marketplace.visualstudio.com/it...
https://github.com/barddust/Kuafu
https://raw.githubusercontent.com/barddust/Kuafu/main/src/config.typ
typst
#let serif = ("Spectral", "Source Han Serif") #let sans = "Source Han Sans CN" #let kai = "LXGW WenKai" #let default_author = "Bardust" #let page_height = 841.89pt #let math-font = "STIX Two Math" #let env-lang = state("lang","zh") #let cover( title: none, subtitle: none, date: none, author: none, version: ...
https://github.com/TechnoElf/mqt-qcec-diff-thesis
https://raw.githubusercontent.com/TechnoElf/mqt-qcec-diff-thesis/main/main.typ
typst
#import "@preview/cetz:0.2.2" #import "@preview/fletcher:0.5.1" #import "@preview/gentle-clues:0.9.0" #import "@preview/glossarium:0.4.1": make-glossary #import "@preview/lovelace:0.3.0" #import "@preview/tablex:0.0.8" #import "@preview/unify:0.6.0" #import "@preview/quill:0.3.0" #import "@preview/wordometer:0.1.2": wo...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/lib/equation.typ
typst
MIT License
#let as-set(xs) = eval("${ " + xs.map(str).join(", ") + " }$") #let as-list(xs) = eval("$[ " + xs.map(str).join(", ") + " ]$") #let overdot(x) = math.accent(x, sym.dot)
https://github.com/typst-doc-cn/tutorial
https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/basic/writing-chinese.typ
typst
Apache License 2.0
#import "mod.typ": * #show: book.page.with(title: "中文排版") 建议结合#link("https://typst-doc-cn.github.io/docs/chinese/")[《Typst中文文档:中文用户指南》]食用。 == 中文排版 —— 字体 == 设置中文字体 如果中文字体不符合 typst 要求,那么它不会选择你声明的字体,例如字体的变体数量不够,参考更详细的 issue。 + typst fonts 查看系统字体,确保字体名字没有错误。 + typst fonts --font-path path/to/your-fonts 指定字体目录。 + typs...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/proposals/8-vector-representation-for-rendering.typ
typst
Apache License 2.0
#show link: underline #set page(height: auto) #show heading: it => { set text(size: (- it.level * 4pt) + 32pt) it } #import "bytefield.typ": * // code block setting #show raw: it => { if it.block { rect( width: 100%, inset: (x: 4pt, y: 5pt), radius: 4pt, fill: rgb(239, 241, 243), ...
https://github.com/Aadamandersson/typst-analyzer
https://raw.githubusercontent.com/Aadamandersson/typst-analyzer/main/components/syntax/test_data/parser/ok/if_else_if_expr.typ
typst
Apache License 2.0
#if false {} else if true {}
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/02-concepts/color-font.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/lib/glossary.typ": tr #show: web-page-template // ## Color and bitmap fonts == 彩色与#tr[bitmap]字体 // We've seen that OpenType is now the leading font format in the digital world, and that it contains glyphs made out...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.1.1/README.md
markdown
Apache License 2.0
# Fletcher _(noun) a maker of arrows_ [![Manual](https://img.shields.io/badge/docs-manual.pdf-blue)](https://github.com/Jollywatt/typst-fletcher/raw/master/docs/manual.pdf) ![Version](https://img.shields.io/badge/version-0.1.1-blue) A [Typst]("https://typst.app/") package for drawing diagrams with arrows, built on t...
https://github.com/typst/typst
https://raw.githubusercontent.com/typst/typst/main/docs/reference/context.md
markdown
Apache License 2.0
--- description: | How to deal with content that reacts to its location in the document. --- # Context Sometimes, we want to create content that reacts to its location in the document. This could be a localized phrase that depends on the configured text language or something as simple as a heading number which prin...
https://github.com/SabrinaJewson/cmarker.typ
https://raw.githubusercontent.com/SabrinaJewson/cmarker.typ/main/examples/tests.typ
typst
MIT License
#import "../lib.typ" as cmarker #import "@preview/mitex:0.2.4": mitex #cmarker.render( read("tests.md"), blockquote: box.with(stroke: (left: 1pt + black), inset: (left: 5pt, y: 6pt)), raw-typst: true, math: mitex, show-source: false, )
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/ttt-utils/0.1.0/lib/helpers.typ
typst
Apache License 2.0
/// if value is auto then return other value else return value itself #let if-auto-then(val, ret) = { if (val == auto) { ret } else { val } } // #let push_and_return(a_list, value) = { // a_list.push(value) // return a_list // } // #let increase_last(a_list, value) = { // a_list.last() += value /...
https://github.com/nathanielknight/tsot
https://raw.githubusercontent.com/nathanielknight/tsot/main/src/util.typ
typst
#let dicier(t) = { text(font: "Dicier Round", size: 8pt)[#t] } #let checkbox = { box(width: 2.5mm, height: 2.5mm, stroke: 0.15mm + black, []) } #let checklist(content) = [ #set list(marker: checkbox) #content ]
https://github.com/arthurcadore/eng-telecom-workbook
https://raw.githubusercontent.com/arthurcadore/eng-telecom-workbook/main/semester-8/BDC/homework1/doc/cafeteira.typ
typst
MIT License
#import "@preview/klaro-ifsc-sj:0.1.0": report #import "@preview/codelst:2.0.1": sourcecode #show heading: set block(below: 1.5em) #show par: set block(spacing: 1.5em) #set text(font: "Arial", size: 12pt) #set text(lang: "pt") #set page( footer: "Engenharia de Telecomunicações - IFSC-SJ", ) #show: doc => report( t...
https://github.com/The-Notebookinator/notebookinator
https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/themes/radial/components/components.typ
typst
The Unlicense
#import "./toc.typ": * #import "./glossary.typ": * #import "./gantt-chart.typ": * #import "./admonitions.typ": * #import "./label.typ": * #import "./team.typ": * #import "./pro-con.typ": * #import "./decision-matrix.typ": * #import "./tournament.typ": * #import "./graphs.typ": *
https://github.com/34j/hexo-renderer-pdf
https://raw.githubusercontent.com/34j/hexo-renderer-pdf/main/example.typ
typst
MIT License
// Title should be set (Modified here) #set document(title: "Fibonacci sequence (title)", author: ("Author1", "Author2"), date: datetime.today(), keywords: ("Fibonacci", "Math")) // Math font must be set (Modified here) #show math.equation: set text(font: "Cambria Math") #set page(width: 10cm, height: auto) #set headi...
https://github.com/Area-53-Robotics/Unofficial-Old-53E-NB
https://raw.githubusercontent.com/Area-53-Robotics/Unofficial-Old-53E-NB/main/main.typ
typst
#import "/packages.typ": * // applies the template // the show rule essentially passes the entire document into the `notebook` function. #show: notebook.with( team-name: "53E", season: "High Stakes", year: "2024-2025", theme: radial-theme, cover: align(center + horizon)[ #text(size: 24pt, font: "Tele-...
https://github.com/giZoes/justsit-thesis-typst-template
https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/thesis.typ
typst
MIT License
#import "resources\lib.typ": documentclass, indent // 你首先应该安装 /fonts/FangZheng 里的所有字体, // 强烈推荐安装思源宋体和思源黑体的所有字重 // https://github.com/adobe-fonts/source-han-serif/releases/download/2.002R/09_SourceHanSerifSC.zip // https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansSC.zip #let ( // ...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/meta-documentation/information_architecture/controlled_vocabulary.typ
typst
workpiece - the work being used in a machine.
https://github.com/suspenss/Undergraduate-mathematics
https://raw.githubusercontent.com/suspenss/Undergraduate-mathematics/main/Probability%20Theory/main.typ
typst
#import "./../setup/templates.typ": * #import "./../setup/theorem.typ": * #show: thmrules // #show math.equation: set text(font: "New Computer Modern Math") // #show math.equation: set text(font: "Libertinus Math") #show: project.with( title: "概率论笔记", authors: ("epoche",), language: "ch", outl: [ #outline(inden...
https://github.com/dead-summer/math-notes
https://raw.githubusercontent.com/dead-summer/math-notes/main/notes/ScientificComputing/ch1-intro-to-scicomp/accuracy.typ
typst
#import "/book.typ": book-page #import "../../../templates/conf.typ": * #import "@preview/mitex:0.2.4": * #show: book-page.with(title: "Accuracy") #show: codly-init.with() #show: thmrules.with(qed-symbol: $square$) #codly_init() = 4 Accuracy There are two rules to minimize computer round-offs: - *Rule one*: avoid a...