repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/detypstify/detypstify
https://raw.githubusercontent.com/detypstify/detypstify/main/paper/main.typ
typst
#import "@preview/tablex:0.0.8": cellx, hlinex, tablex #import "neurips2023.typ": * #import "logo.typ": LaTeX, LaTeXe, TeX #let yale = (department: none, institution: "Yale", location: none) #let affls = ("yale": yale) #let authors = ( ( name: "<NAME>", affl: "yale", email: "<EMAIL>", equal: true, ...
https://github.com/dark-flames/resume
https://raw.githubusercontent.com/dark-flames/resume/main/data/project.typ
typst
MIT License
#import "../libs.typ": * #import "../chicv.typ": * #let projectList = ( ( name: "yukino", cv-content: true, resume-content: true, link: iconlink("https://github.com/dark-flames/yukino-dev", icon: github, text: "yukino-dev"), intro: "A type-driven and high-performance ORM framework in Rust", c...
https://github.com/Lucas-Wye/tech-note
https://raw.githubusercontent.com/Lucas-Wye/tech-note/main/src/howtosearch.typ
typst
= How to use search engine #label("how-to-use-search-engine") - Search engines are systems that enable users to search for documents on the World Wide Web. - Popular examples include Yahoo!Search, Bing, Google, and Ask.com. == 特殊符号 #label("特殊符号") #strong[双引号]:把搜索词放在双引号中,代表#strong[完全匹配搜索](顺序也必须完全匹配) eg: "浙江大学SCDA" #s...
https://github.com/JosephBoom02/Appunti
https://raw.githubusercontent.com/JosephBoom02/Appunti/main/Anno_3_Semestre_1/Controlli%20Automatici/ControlliAutomatici.typ
typst
#import "@preview/physica:0.9.0": * #import "@preview/i-figured:0.2.3" #import "@preview/cetz:0.1.2" #import "@preview/xarrow:0.2.0": xarrow #import cetz.plot #let title = "Controlli Automatici T" #let author = "<NAME>" #set document(title: title, author: author) #cetz.canvas({ import cetz.draw: * // Your ...
https://github.com/Jollywatt/typst-fletcher
https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/node-name/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 1em) #import "/src/exports.typ" as fletcher: diagram, node, edge #diagram( node((0,0), [A], name: <a>), node((2,0), [B], name: "b"), edge(<a>, <b>, [by label], ">>-}>"), edge(<a>, "rrr", "--", snap-to: (<b>, auto)) )
https://github.com/DJmouton/Enseignement
https://raw.githubusercontent.com/DJmouton/Enseignement/main/SNT/Réseaux sociaux/Activité confidentialité.typ
typst
#import "/Templates/layouts.typ": SNT, titre, sous_titre #import "/Templates/utils.typ": cadre, pointillets #show: doc => SNT(doc) #sous_titre[SNT - Réseaux Sociaux - Activité 2] #titre[confidentialité et fuites #linebreak() de données personnelles] Volontairement ou non, tout internaute divulgue de nombreuses info...
https://github.com/onecalfman/TypstGenerator.jl
https://raw.githubusercontent.com/onecalfman/TypstGenerator.jl/main/README.md
markdown
MIT License
# TypstGenerator [![Build Status](https://github.com/onecalfman/TypstGenerator.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/onecalfman/TypstGenerator.jl/actions/workflows/CI.yml?query=branch%3Amain) This package can be used to generate [Typst](https://typst.app/home) through julia code. ## ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-16A0.typ
typst
Apache License 2.0
#let data = ( ("RUNIC LETTER FEHU FEOH FE F", "Lo", 0), ("RUNIC LETTER V", "Lo", 0), ("RUNIC LETTER URUZ UR U", "Lo", 0), ("RUNIC LETTER YR", "Lo", 0), ("RUNIC LETTER Y", "Lo", 0), ("RUNIC LETTER W", "Lo", 0), ("RUNIC LETTER THURISAZ THURS THORN", "Lo", 0), ("RUNIC LETTER ETH", "Lo", 0), ("RUNIC LETTE...
https://github.com/Fabioni/Typst-TUM-Thesis-Template
https://raw.githubusercontent.com/Fabioni/Typst-TUM-Thesis-Template/main/template/Chapter_Appendix.typ
typst
MIT No Attribution
#import "utils.typ": todo #heading(numbering: none)[Appendix A: Supplementary Material] -- Supplementary Material -- #todo[Write here the appendix]
https://github.com/CedricMeu/ugent-typst-template
https://raw.githubusercontent.com/CedricMeu/ugent-typst-template/main/0.1.0/lib/research-questions.typ
typst
#let rqs_state = state("rqs", none) #let init-rqs(rqs) = { rqs_state.update(rqs) } #let outline-rqs() = { set enum(numbering: (..nums) => "RQ" + nums.pos().map(str).join(".") + ":", full: true) rqs_state.display(rqs => { for key in rqs.keys() { [+ #rqs.at(key)] } }) } #let ref-rq(key) = { rqs...
https://github.com/herlev/inktyp
https://raw.githubusercontent.com/herlev/inktyp/master/readme.md
markdown
# inktyp Insert and edit [typst](https://typst.app/) equations in inkscape. ![](img/demo.gif) ## Installation ```bash mkdir -p ~/.config/inkscape/extensions cd ~/.config/inkscape/extensions git clone https://github.com/herlev/inktyp cd inktyp cargo install --path . ``` ### Set a keyboard shortcut In Inkscape go ...
https://github.com/isometricneko/typst-example
https://raw.githubusercontent.com/isometricneko/typst-example/main/chap1.typ
typst
#import "preamble.typ": * = Chapter 1 #cite(<cardoso2023mcgdiff>) <here_is_chap1> #locate(loc => bib_state.at(query(<here_is_chap1>, loc).first().location()))
https://github.com/Toniolo-Marco/git-for-dummies
https://raw.githubusercontent.com/Toniolo-Marco/git-for-dummies/main/slides/practice/merge.typ
typst
#import "@preview/touying:0.5.2": * #import themes.university: * #import "@preview/numbly:0.1.0": numbly #import "@preview/fletcher:0.5.1" as fletcher: node, edge #let fletcher-diagram = touying-reducer.with(reduce: fletcher.diagram, cover: fletcher.hide) #import "../components/gh-button.typ": gh_button #import "../c...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/032%20-%20Ixalan/004_The%20Shapers.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Shapers", set_name: "Ixalan", story_date: datetime(day: 27, month: 09, year: 2017), author: "<NAME>, <NAME> & <NAME>", doc ) = KOPALA We were here in the beginning. Before the first patter of unwebbed feet upon the dirt, my people swa...
https://github.com/JosephBoom02/Appunti
https://raw.githubusercontent.com/JosephBoom02/Appunti/main/Anno_2_Semestre_2/Teoria_Elettrotecnica/teoria.typ
typst
#let title = "Domande di Teoria Elettrotecnica" #let author = "<NAME>" #set document(title: title, author: author) //Code to have bigger fraction in inline math #let dfrac(x,y) = math.display(math.frac(x,y)) #set par(justify: true, leading: 0.9em) //Shortcut for centered figure with image #let cfigure(img, wth) = ...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/133.%20tablets.html.typ
typst
tablets.html Tablets December 2010I was thinking recently how inconvenient it was not to have a general term for iPhones, iPads, and the corresponding things running Android. The closest to a general term seems to be "mobile devices," but that (a) applies to any mobile phone, and (b) doesn't really capture what's dis...
https://github.com/txtxj/Formal-Methods-Typst
https://raw.githubusercontent.com/txtxj/Formal-Methods-Typst/main/README.md
markdown
# Formal-Methods-Typst 用于书写形式化中数理逻辑证明题 样例: ``` #proof( $q->r$, [p], // premise 的缩写形式 [p] [+], 5, // 建立一个持续 5 行的 assuption $p->q$, [a], // assumption 的缩写形式 [a] [+], 3, // 建立一个持续 3 行的 assuption $p$, [a], $q$, [$-> e$ 2,3], $r$, [$-> e$ 1,4], $p->r$,...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/themes/university.typ
typst
// University theme // Originally contributed by <NAME> - https://github.com/drupol #import "../utils/utils.typ" #import "../utils/states.typ" #import "../utils/components.typ" #let slide( self: none, title: none, subtitle: none, header: none, footer: auto, ..args, ) = { if title != auto { self.uni...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/2%20-%20RTB/Documentazione%20esterna/Piano%20di%20Progetto/Piano%20di%20Progetto.typ
typst
#import "@preview/cetz:0.2.0": * #import chart #import "/template.typ": * #show: project.with( title: "Piano di Progetto", subTitle: "Pianificazione, analisi e retrospettive", authors: ( "<NAME>", "<NAME>", "<NAME>", "<NAME>", "<NAME>", ), showLog: true, showImagesIndex: false, isExternalUse: tr...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/02-concepts/dimension/adv-width.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/lib/glossary.typ": tr #show: web-page-template // ### Advance widths === #tr[advance width] // You may have also noticed that while we call it an em *square*, there's nothing really square about it. It's more of a...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/164.%20altair.html.typ
typst
altair.html What Microsoft Is this the Altair Basic of? February 2015One of the most valuable exercises you can try if you want to understand startups is to look at the most successful companies and explain why they were not as lame as they seemed when they first launched. Because they practically all seemed lame at ...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/styleMinea.typ
typst
#import "/style.typ": * #import "/utilsMenlive.typ": * #let mineaVecieren(day, h_st, t) = { let c = counter("day") if "HV" in day { [==== #t("HOSPODI_VOZVACH")] let verse = day.at("HV") c.update(verse.len()) let h = h_st.map(it => make4(it)).slice(-1*(verse.len())) ...
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Courses/index.typ
typst
#import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: none, lang: "zh", ) - 很多笔记都是用 typst 写的而不是 md,由于 typst 是个比较新兴的标记语言,对 html 导出做得不够好(或者说官方压根还不支持)。使用社区自制方案以 svg 导出,会有明显的卡顿。 - 同时,目前也没有足够好的像 MkDocs 之于 Markdown 那样的模板。
https://github.com/huyufeifei/grad
https://raw.githubusercontent.com/huyufeifei/grad/master/docs/paper/src/ch6.typ
typst
= 总结 本文详细讲述了如何完全使用安全的Rust语言开发一个设备驱动,并为读者提供了可直接使用的Rust包。通过将这些安全驱动作为隔离域加入到Alien系统中,并对其性能进行全面测试,展示了取代现有不安全驱动的巨大潜力。这项工作不仅为Alien系统的组成部分开发提供了宝贵的实践经验,还为通过语言机制加强操作系统安全的研究提供了重要的探索。 通过本项目,可以看到使用Rust语言在设备驱动开发中的优势和潜力。然而,尽管本项目已经取得了显著的成果,但其仍然没有涵盖设备所有的特性,这为进一步的完善提供了广阔的空间。鼓励在本项目的基础上继续努力,将更多设备的驱动程序重写为安全代码。这将有助于推动设备驱动领域的安全性和可靠性,并为其他研究...
https://github.com/GYPpro/Java-coures-report
https://raw.githubusercontent.com/GYPpro/Java-coures-report/main/Report/11.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/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/if-04.typ
typst
Other
// Condition must be boolean. // If it isn't, neither branch is evaluated. // Error: 5-14 expected boolean, found string #if "a" + "b" { nope } else { nope }
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/apa7/utils/orcid.typ
typst
MIT License
#let include-orcid(author, orcid) = { if orcid != none [ #if orcid.contains(regex("^\d{4}-\d{4}-\d{4}-\d{4}$")) == false { panic("ORCID format must be XXXX-XXXX-XXXX-XXXX: ", orcid) } else if type(orcid) != str { panic("ORCID must be of type string: ", type(orcid)) } #author #box(...
https://github.com/sitandr/typst-examples-book
https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/typstonomicon/inline_with.md
markdown
MIT License
# Horizontally align something with something ```typ // author: tabiasgeehuman #let inline-with(select, content) = context { let target = query( selector(select) ).last().location().position().x let current = here().position().x box(inset: (x: target - current + 0.3em), content) } #let inline-label(name) ...
https://github.com/khicken/CSDS310
https://raw.githubusercontent.com/khicken/CSDS310/main/Assignment%202/Assignment%202%20v2.typ
typst
#import "@preview/lovelace:0.3.0": pseudocode-list #set enum(numbering: "ai)") #set align(right) <NAME> \ 9/21/24 #set align(center) = CSDS 310 Assignment 2 (rev) #set align(left) _Note: Arrays are zero-indexed._ == Problem 3 + With $T(n)$ in Master Theorem form, $T(n) = a T(n slash b) + f(n)$, given $a = b$ and $b...
https://github.com/Enayaaa/typst-boxproof
https://raw.githubusercontent.com/Enayaaa/typst-boxproof/main/src/lib.typ
typst
MIT License
#let enumerate(arr) = range(arr.len()).zip(arr) #let tail(arr) = { let len = arr.len() enumerate(arr).filter(x => x.at(0) != 0).map(x => x.at(1)) } #let width(body, styles) = { if type(body) == content { measure(body, styles).width } else if type(body) == array { body.map(x => width(x, styles)).sum...
https://github.com/typst-community/guidelines
https://raw.githubusercontent.com/typst-community/guidelines/main/src/chapters/style/naming.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/src/util.typ": * #import mantys: * = Naming Identifiers use `kebab-case`, i.e. lowercase words separated by hyphens. Identifiers should be concise, but clear. Avoid long name with many hyphens for public APIs. Abbreviations and uncommon names should be avoided or at least clarified when use din public APIs. ...
https://github.com/fufexan/cv
https://raw.githubusercontent.com/fufexan/cv/typst/modules_ro/certificates.typ
typst
#import "../src/template.typ": * #cvSection("Diplome") #cvHonor( date: [2016], title: [Premiul 1, etapa județeană], issuer: [Olimpiada de Engleză], ) #cvHonor( date: [2017-2019], title: [Mențiuni], issuer: [Olimpiada de Engleză], ) #cvHonor( date: [2020], title: [Premiul 2, etapa județeană], issuer: [Olimp...
https://github.com/janlauber/bachelor-thesis
https://raw.githubusercontent.com/janlauber/bachelor-thesis/main/thesis_typ/abstract_en.typ
typst
Creative Commons Zero v1.0 Universal
#let abstract_en() = { set page( margin: (left: 25mm, right: 25mm, top: 25mm, bottom: 25mm), numbering: none, number-align: center, ) let body-font = "New Computer Modern" let sans-font = "New Computer Modern Sans" set text( font: body-font, size: 12pt, lang: "en" ) set par( ...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/enum-00.typ
typst
Other
#enum[Embrace][Extend][Extinguish]
https://github.com/alberto-lazari/computer-science
https://raw.githubusercontent.com/alberto-lazari/computer-science/main/mobile-programming/exam-presentation/presentation.typ
typst
#import "typst-slides/slides.typ": * #import "typst-slides/themes/bristol.typ": * // Path is based on the theme path #let img-dir = "../../images/" #let unipd-red = rgb(178, 14, 16) #show: slides.with( authors: "<NAME> - 2089120", short-authors: "<NAME>", title: "The PNG format for digital images encoding", ...
https://github.com/Wh4rp/Presentacion-Typst
https://raw.githubusercontent.com/Wh4rp/Presentacion-Typst/master/ejemplos/12_show.typ
typst
#show "Ping": "Pong" Ping #show "Hola mundo": val => [#text(blue)[#val]] Hola mundo
https://github.com/El-Naizin/cv
https://raw.githubusercontent.com/El-Naizin/cv/main/modules_zh/professional.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("职业经历") #cvEntry( title: [数据科学主管], society: [XYZ 公司], logo: "../src/logos/xyz_corp.png", date: [2020 - 现在], location: [旧金山, CA], description: list( [领导数据科学家和分析师团队,开发和实施数据驱动的策略,开发预测模型和算法以支持组织内部的决策], [与高级管理团队合作,确定商业机会并推动增长,实施数据治理、质...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/minitoc/0.1.0/README.md
markdown
Apache License 2.0
# Typst miniTOC This package provides the `minitoc` command that does the same thing as the `outline` command but only for headings under the heading above it. This is inspired by minitoc package for LaTeX. ## Example ```typst #import "@preview/minitoc:0.1.0": * #set heading(numbering: "1.1") #outline() = Heading...
https://github.com/saecki/zig-grep
https://raw.githubusercontent.com/saecki/zig-grep/main/paper/paper.typ
typst
#import "template.typ": * #import "@preview/codelst:1.0.0": sourcecode #let title = "Writing a grep like program in Zig" #let author = "<NAME>" #show: project.with(title: title, author: author) // Title page #{ set page(numbering: none) set align(center) v(1.2fr) image("zigfast.png", width: 80%) ...
https://github.com/drupol/ipc2023
https://raw.githubusercontent.com/drupol/ipc2023/main/src/ipc2023/intro.typ
typst
#import "imports/preamble.typ": * #focus-slide[ #set text(size:2em, fill: white, font: "Virgil 3 YOFF") #set align(center + horizon) Welcome! #pdfpc.speaker-note(```md Hello everyone, Thanks for being here... for being here during lunch time, double bravo for you! I'm so glad to be here, it's be...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.4.2/src/layout.typ
typst
Apache License 2.0
#import "utils.typ": * #import "shapes.typ" /// Resolve the sizes of nodes. /// /// Widths and heights that are `auto` are determined by measuring the size of /// the node's label. #let compute-node-sizes(nodes, styles) = nodes.map(node => { // Width and height explicitly given if auto not in node.size { let (wid...
https://github.com/Ombrelin/adv-java
https://raw.githubusercontent.com/Ombrelin/adv-java/master/Slides/1-outils.typ
typst
#import "@preview/polylux:0.3.1": * #import "@preview/sourcerer:0.2.1": code #import themes.clean: * #show: clean-theme.with( logo: image("images/efrei.jpg"), footer: [<NAME>, EFREI Paris], short-title: [EFREI LSI L3 ALSI62-CTP : Java Avancé], color: rgb("#EB6237") ) #title-slide( title: [Java Avancé], su...
https://github.com/emfeltham/emf-cv
https://raw.githubusercontent.com/emfeltham/emf-cv/main/main.typ
typst
#import "simplecv.typ": template, education_entry, work_entry, skill_entry // Change the theme color of the cv. #let color = rgb("#00356b") // Change to your name. #let name = "<NAME>" // Change the shown contact data. You can also change the order of the elements so that they will show up in a different order. Curr...
https://github.com/jamesrswift/musicaux
https://raw.githubusercontent.com/jamesrswift/musicaux/main/src/lib.typ
typst
#import "symbols.typ": symbols #let recursive-render(..body, ctx) = { let body = if body != none {body} else { () } /*for cmd in body.pos() { assert( type(cmd) in (dictionary, array) and "type" in cmd, message: "Expected plot sub-command in notation body, got " + repr(cmd)) }*/ for i in range(body...
https://github.com/cu-e/typst-study
https://raw.githubusercontent.com/cu-e/typst-study/main/first.typ
typst
= Тестовая запись Это тестовая запись, учусь писать на typst + Первое + Второе + Третье + Четвертое + Раскрытое - цаца Вот привкольная картинка @картинка1 Обязательно посмотрите на нее #figure( image("./image.png", width: 8cm), caption: [*изображение №1*] )<картинка1> == Математика Во...
https://github.com/DawnEver/ieee-conference-typst-template
https://raw.githubusercontent.com/DawnEver/ieee-conference-typst-template/main/main.typ
typst
MIT License
#import "template.typ": * #show: ieee_conference.with( title: "Your Title", abstract: [ #lorem(30) ], authors: ( ( name: "Name", department: [Dept of Affiliation], organization: [Affiliation], location: [City, Country], email: "<EMAIL>" ), ( name: "Name", ...
https://github.com/Dicarbene/note-typst
https://raw.githubusercontent.com/Dicarbene/note-typst/master/utils/algo.typ
typst
MIT License
// counter to track the number of algo and code elements // used as an id when accessing: // _algo-comment-lists // _algo-page-break-lines #let _algo-id-ckey = "_algo-id" // counter to track the current indent level in an algo element #let _algo-indent-ckey = "_algo-indent" // counter to track the number of lines...
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Miscellaneous/Affidavit.typ
typst
#table( [<NAME>], [#set align(right); 4455 Earnscliffe Road \ Montreal, QC, H4A3E9 \ +1-514-443-4536 \ #link("https://nataliereznikov.com")[nataliereznikov.com] \ #link("mailto:<EMAIL>")[<EMAIL>] ], columns: (50%, 50%), stroke: none, ) I, <NAME>, hereby confirm that I am the mother of <NAME> and that I ...
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/spue/leistungsmessung/beispiele.typ
typst
Other
#import "/src/template.typ": * == Beispiel: Schriftlicher Dialog Im Folgenden finden Sie ein Beispiel für eine Leistungsmessung in Form eines schriftlichen Dialogs. #include "/src/lernerfolgskontrollen/spue01/main.typ"
https://github.com/Pablo-Gonzalez-Calderon/showybox-package
https://raw.githubusercontent.com/Pablo-Gonzalez-Calderon/showybox-package/main/README.md
markdown
MIT License
# Showybox (v2.0.3) **Showybox** is a Typst package for creating colorful and customizable boxes. _Please note that this repository contains the latest (development) version of this package and **may not yet be published at Typst's official package repository**. If you want to use this package, see https://github.com...
https://github.com/Ngan-Ngoc-Dang-Nguyen/thesis
https://raw.githubusercontent.com/Ngan-Ngoc-Dang-Nguyen/thesis/main/hoi-nghi-Nha-Trang/demo.typ
typst
// #import "../polylux.typ": * #import "@preview/polylux:0.3.1": * #import themes.clean: * #show link: set text(blue) #set text(font: "Inria Sans") // #show heading: set text(font: "Vollkorn") #show raw: set text(font: "JuliaMono") #show: clean-theme.with( footer: [<NAME>, August 2024], //short-title: [Poly...
https://github.com/pedrofp4444/BD
https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[5] Implementação Física/explicação.typ
typst
#let explicação = { [ == Apresentação e explicação da base de dados implementada De forma a iniciar o desenvolvimento do sistema de gestão de base de dados, decidimos criar a implementação mySQL de cada tabela apresentada anteriormente no modelo lógico. Dá-se início ao processo com duas instruções SQL e...
https://github.com/freundTech/typst-typearea
https://raw.githubusercontent.com/freundTech/typst-typearea/main/tests/footer-include.query.typ
typst
MIT License
#import "../typearea.typ": * #show: typearea.with( width: 100pt, height: 100pt, div: 10, header-include: true, header-height: 10pt, header-sep: 5pt, ) #context [ #layout(size => [ #metadata(here().position() + size)<result> ]) ] #metadata(( page: 1, x: 10pt, y: 25pt, width: 70pt, height...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/复变函数/作业/hw7.typ
typst
#import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark, proposition,der, partialDer, Spec, seqLimit, seqLimitn #import "../../template.typ": * // Take a look at the file `template.typ` in the file panel // to customize this template and discover how it works. #show: note.with(...
https://github.com/diquah/OpenBoard
https://raw.githubusercontent.com/diquah/OpenBoard/main/openboard.typ
typst
MIT License
#let debug_stroke = 0pt #let template(paper: "us-letter", doc) = { set page( paper: paper, footer: context { if counter(page).get().first() > 1 [ #h(1fr) #set text(font: "Roboto Slab", weight: "semibold", size: 10pt, fill: luma(65%)) #counter(page).display( "1 of 1", ...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/minimum-decimal-digits/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": num, metro-setup #set page(width: auto, height: auto) #num[12.34] #num(minimum-decimal-digits: 2)[12.34] #num(minimum-decimal-digits: 4)[12.34]
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/PianoDiProgetto/sections/Consuntivo.typ
typst
MIT License
#import "../functions.typ": glossary, team == Consuntivo generale Se si considera che secondo il preventivo aggiornato in occasione dell'#glossary[RTB] si dovevano avere 57 ore produttive rimanenti per lo svolgimento del periodo antecedente alla terza revisione #glossary[CA], è evidente che il team, una volta deciso ...
https://github.com/jackkyyh/ZXCSS
https://raw.githubusercontent.com/jackkyyh/ZXCSS/main/scripts/4_morph.typ
typst
#import "../import.typ": * #slide(title: "Code morphing")[ #write_footer[<NAME>., & <NAME>. (2022). Morphing quantum codes. PRX Quantum, 3(3), 030319] // #pause Given a *parent code* $cal(C)_("parent")$, with stabilizers $cal(S)$ and physical qubits $Q$, Choose a subset $R subset Q$. #pause / child ...
https://github.com/DaAlbrecht/lecture-notes
https://raw.githubusercontent.com/DaAlbrecht/lecture-notes/main/discrete_mathematics/discrete_mathematics.typ
typst
MIT License
#import "../template.typ": * #show: project.with(title: "Discrete Mathematics", header:"Discrete Mathematics") #include "./glossary-of-mathematical-symbols.typ" #pagebreak() #include "./relation.typ" #pagebreak() #include "./modular_arithmetic.typ" #pagebreak() #include "./greatest-common-divisor.typ" #pagebre...
https://github.com/LDemetrios/TypstParserCombinators
https://raw.githubusercontent.com/LDemetrios/TypstParserCombinators/master/README.md
markdown
Proof of concept of parser combinators in Typst.
https://github.com/alberto-lazari/cns-report
https://raw.githubusercontent.com/alberto-lazari/cns-report/main/our-approach.typ
typst
= Our Approach <our_approach> We managed to solve the critical aspects described in the previous section by implementing several key solutions. == Virtualizing the device Instead of relying on physical smartphones, we employ virtualization techniques. This eliminates the need for physical devices and monitors, thus i...
https://github.com/christophermanning/typst-docker
https://raw.githubusercontent.com/christophermanning/typst-docker/main/README.md
markdown
MIT License
# typst-docker Run [Typst](https://github.com/typst/typst) in Docker to recursively watch and compile `*.typ` files. ## Running ``` make up ``` ## Examples [![hello-world](examples/hello-world.png)](examples/hello-world.typ) | [![resume](examples/resume.png)](examples/resume.typ) -- | --
https://github.com/Leedehai/typst-physics
https://raw.githubusercontent.com/Leedehai/typst-physics/master/README.md
markdown
MIT License
:green_book: The [manual](https://github.com/Leedehai/typst-physics/blob/v0.9.3/physica-manual.pdf). <p align="center"> <img width="545" alt="logo" src="https://github.com/Leedehai/typst-physics/assets/18319900/ed86198a-8ddb-4473-aed3-8111d5ecde60"> </p> # The physica package for Typst (v0.9.3) [![CI](https://github....
https://github.com/isaacholt100/isaacholt
https://raw.githubusercontent.com/isaacholt100/isaacholt/main/public/maths-notes/4-cambridge%3A-part-III/logic-and-computability/logic-and-computability.typ
typst
MIT License
#import "../../template.typ": * #show: doc => template(doc, hidden: (), slides: false) #let proves = sym.tack.r #let satisfies = sym.tack.r.double #let False = sym.perp = Non-classical logic == Intuitionistic logic Idea: a statement is true if there is a proof of it. A proof of $phi => psi$ is a "procedure" that ca...
https://github.com/Fr4nk1inCs/typreset
https://raw.githubusercontent.com/Fr4nk1inCs/typreset/master/src/styles/basic.typ
typst
MIT License
#import "../utils/font.typ": set-font #let base-style(lang: "en", body) = { // font show: set-font.with(lang: lang) // paragraph set par(linebreaks: "optimized", justify: true) // heading show heading: strong // page set page( numbering: "1", number-align: center, ) // FIX: fixes typst's li...
https://github.com/pranphy/tymer
https://raw.githubusercontent.com/pranphy/tymer/main/tymer.typ
typst
MIT License
// ============================== // ======== GLOBAL STATE ======== // ============================== #let section = state("section", none) #let slide-ct = counter("slide-ct") #let global-theme = state("global-theme", none) #let backup-st = state("backup-st",false) #let backup-no = counter("backup-no") #let new-secti...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Personal%20Notes/HandsOnMl/Modules/MachineLearningLandscape.typ
typst
#import "../../../template.typ": * = The Machine Learning Landscape == Types of Machine Learning systems There are many different Types of ML systems that it is often useful to classify them in broad categories based on : - Whether or not they are trained with human supervision (supervised, unsupervised, reinforcement...
https://github.com/xdoardo/co-thesis
https://raw.githubusercontent.com/xdoardo/co-thesis/master/thesis/chapters/imp/index.typ
typst
= The Imp programming language <chapter-imp> In this chapter we will go over the implementation of a simple -- but Turing complete -- imperative language called *Imp*, as described in @software-foundations. After defining its syntax, we will give rules for its semantics and show its implementation in Agda. After this ...
https://github.com/KmaEE/ee
https://raw.githubusercontent.com/KmaEE/ee/main/outline2.typ
typst
#set text(font: "IBM Plex Sans") #set par(leading: 1em) = To what extent can elliptic curves be used to establish a shared secret over an insecure channel? \ === Outline 1. Describe $ZZ_p^times$ as a group\ a. Group properties: closure, invertibility, existence of identity, associativity 2. Describe the discrete ...
https://github.com/pawarherschel/typst
https://raw.githubusercontent.com/pawarherschel/typst/main/modules/projects.typ
typst
Apache License 2.0
#import "../template/template.typ": * #import "../helpers/helpers.typ": * #let SOT = yaml("../SOT.yaml") #let projects = () #if SOT.keys().contains("projects") { projects = SOT.projects } #if projects.len() != 0 { cvSection("Projects & Associations") for project in projects { let title = project.title let ...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/notes.typ
typst
#let cntrs_id = "note_cntr" #let notes = state("dict", (:)) #let note(it, note) = { locate(loc => { let pg = loc.page() let cntr = counter(cntrs_id + str(pg)) cntr.step() notes.update(dict => { let vec = () if str(pg) in dict.keys() { vec = dict.at(str(pg)) } vec.push(note) dict.insert(str(...
https://github.com/HPDell/typst-cineca
https://raw.githubusercontent.com/HPDell/typst-cineca/main/test/month-view.typ
typst
MIT License
#import "@preview/cineca:0.2.0": * #set page(margin: 0.5in) #let events = ( (datetime(year: 2024, month: 2, day: 1, hour: 9, minute: 0, second: 0), [Lecture]), (datetime(year: 2024, month: 2, day: 1, hour: 10, minute: 0, second: 0), [Tutorial]), (datetime(year: 2024, month: 2, day: 2, hour: 10, minute: 0, secon...
https://github.com/Sckathach/adversarial-gnn-based-ids
https://raw.githubusercontent.com/Sckathach/adversarial-gnn-based-ids/main/mini-survey/sckathach.typ
typst
#import "@preview/ctheorems:1.1.2": * #import "@preview/showybox:2.0.1": showybox #let rainbow(content, color_from: orange, color_to: purple, angle: 70deg) = { set text(fill: gradient.linear(color_from, color_to, angle: angle)) box(content) } #let celeste(x, padding: 0.7, color_from: orange, color_to: purple, ang...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/repeat-02.typ
typst
Other
// Test empty repeat. A #box(width: 1fr, repeat[]) B
https://github.com/francescoo22/masters-thesis
https://raw.githubusercontent.com/francescoo22/masters-thesis/main/vars/kt-to-vpr-examples.typ
typst
#let intro-kt = ```kt class A( var n: Int ) fun f(x: A, y: A) { x.n = 1 y.n = 2 } fun use_f(a: A) { f(a, a) } ``` #let intro-vpr = ```vpr field n: Int method f(x: Ref, y: Ref) requires acc(x.n) && acc(y.n) { x.n := 1 y.n := 2 } method use_f(a: Ref) requires acc(a.n) { f(a, a) // verification ...
https://github.com/cafeclimber/typst-psu
https://raw.githubusercontent.com/cafeclimber/typst-psu/main/psu_thesis.typ
typst
#let appendix(title) = { heading(title, supplement: "Appendix") } #let appendices(body) = { counter(heading).update(0) counter("appendices").update(1) set heading( numbering: (..nums) => { let vals = nums.pos() let value = "ABCDEFGHIJ".at(vals.at(0) - 1) if vals.len() == 1 { retu...
https://github.com/lxl66566/my-college-files
https://raw.githubusercontent.com/lxl66566/my-college-files/main/信息科学与工程学院/嵌入式系统/实验/报告/3/3.typ
typst
The Unlicense
#import "../template.typ": * #show: project.with( title: "实验报告 3", authors: ( "absolutex", ) ) = 电容触摸按键实验 == 实验目的 通过STM32F429的TIM2的通道1(PA5)实现输入捕获功能,并实现一个简单的电容触摸按键,通过该按键控制灯DS1的亮灭。了解触摸按键的原理,并能针对此动作进行简单的反馈。 == 实验原理 使用检测电容充放电时间的方法来判断是否有触摸,图1中R是外接的电容充电电阻,Cs是没有触摸按下时TPAD与PCB之间的杂散电容。而Cx则是有手指按下的时候,手指与TPAD之间形成的电容...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS2340/RequirementsEngineering.typ
typst
#import "../../template.typ": * = Requirements Engineering #definition[ Requirements Engineering, (RE) is the process of establishing the needs of *stakeholders* that are to be solved by software. ] #blockquote[ So, what is the importance of RE? ] One of the reasons that RE exists today is because of most softw...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/par-bidi-08.typ
typst
Other
// Test setting a vertical direction. // Ref: false // Error: 16-19 text direction must be horizontal #set text(dir: ttb)
https://github.com/typst/typst-snap
https://raw.githubusercontent.com/typst/typst-snap/main/README.md
markdown
Apache License 2.0
# Typst Snap for Linux This repository serves as the uploader for the Typst Snap. Currently, this is experimental. Releases are triggered by pushes on this repository. If we decide to offer this Snap permanently, they will be triggered by a Repository Dispatch from [Typst's main repository](https://github.com/typst/ty...
https://github.com/fyuniv/CornellNoteTemplate
https://raw.githubusercontent.com/fyuniv/CornellNoteTemplate/main/example.typ
typst
Other
#import "template.typ": * #show: cornellnote.with( college: text(2em)[*University of ... or logo*], topic: [*Identities of Trigonometric Functions*], term: [*Fall 2023*], instructor: [*Dr. Math*] ) = Introduction #lorem(100) = Methods #lorem(100) $ a + b = gamma $ + Applying the half-angle formulas twic...
https://github.com/Pesteves2002/devops-nixos-presentation
https://raw.githubusercontent.com/Pesteves2002/devops-nixos-presentation/master/README.md
markdown
# Compile slides `typst c slides.typ` # Create notes `polylux2pdfpx slides.typ` # Present slides `pdfpc -w both slides.pdf`
https://github.com/tedaco1/typst-example
https://raw.githubusercontent.com/tedaco1/typst-example/main/document-files/extra-file.typ
typst
MIT License
= i am an extra file == rand1 #lorem(85) == rand2 #lorem(42)
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-39.typ
typst
Other
// Error: 17-22 expected integer, found string #range(4, step: "one")
https://github.com/shunichironomura/iac-typst-template
https://raw.githubusercontent.com/shunichironomura/iac-typst-template/main/lib.typ
typst
MIT No Attribution
#let project( paper-code: "", title: "", abstract: [], authors: (), organizations: (), keywords: (), header: [], body, ) = { // Set the document's basic properties. set document(author: authors.map(a => a.name), title: title) set page( paper: "us-letter", header: align(center, text(8pt, h...
https://github.com/Akida31/anki-typst
https://raw.githubusercontent.com/Akida31/anki-typst/main/typst/src/raw.typ
typst
#import "config.typ": anki_config #import "utils.typ": assert_ty, to_plain, get_label_page, to_string /// Same as `anki_export` but takes the config. /// /// This is to remove double reads/ state dependencies. /// /// - config (dict): `anki_config` /// - id (str): The id of the card. Used to update the card later on. ...
https://github.com/ukihot/igonna
https://raw.githubusercontent.com/ukihot/igonna/main/articles/data-science/analytics.typ
typst
== 単回帰分析 == 重回帰分析 == 最小二乗法 == 最尤法 == スプライン回帰 == ロジスティック回帰モデル == 線形判別 == フィッシャー判別 == k近傍法 == 主成分分析 == 階層的クラスタリング == 混合正規分布 == スペクトラルクラスタリング
https://github.com/ekmanib/curriculum-vitae
https://raw.githubusercontent.com/ekmanib/curriculum-vitae/main/docs/education.typ
typst
#text(font: "Jost", size: 16pt)[ Educación ] BsC. Economía, Universidad San Francisco de Quito. Quito, Ecuador, 2022. _Cum laude_. Estudiante de intercamio, Pontificia Universidad Católica de Chile. Santiago, Chile, 2021.
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/数学模型/论文/pkuthss-typst/contributors.typ
typst
#let contributor-link(name, url) = link(url, text(fill: blue)[#name]) #let contributors = ( TeddyHuang-00: contributor-link("@TeddyHuang-00", "https://github.com/TeddyHuang-00") )
https://github.com/sa-concept-refactoring/doc
https://raw.githubusercontent.com/sa-concept-refactoring/doc/main/chapters/personalReportJeremy.typ
typst
Contributing to an open source project as part of this SA was very exciting. I am really looking forward to our features getting merged and released as part of clangd. It was really helpful that I already have experience working with GitHub and open source projects. Actually programming was quite tedious at times due ...
https://github.com/WinstonMDP/math
https://raw.githubusercontent.com/WinstonMDP/math/main/knowledge/fields.typ
typst
#import "../cfg.typ": cfg #show: cfg = Fields $(F, +, *)$ is a field $:=$ + $(F, +, *)$ is an associative commutative ring with a unit. + $abs(F) > 1$. + All elements except zero are invertible. A field is prime $:=$ it doesn't have an own subfield. A field has exactly only one prime subfield. A finite prime subfie...
https://github.com/andreasKroepelin/lovelace
https://raw.githubusercontent.com/andreasKroepelin/lovelace/main/lovelace.typ
typst
MIT License
#let line-label(it) = { if type(it) == str { it = label(it) } else if type(it) == label { // nothing } else { panic("line-label requires either a string or a label.") } metadata(( identifier: "lovelace line label", label: it )) } #let normalize-line(line) = { if type(line) == content...
https://github.com/taooceros/MATH-542-HW
https://raw.githubusercontent.com/taooceros/MATH-542-HW/main/HW9/HW9.typ
typst
#import "@local/homework-template: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: project.with(title: "Math 542 HW9", authors: ("<NAME>",)) = == 14.11 Suppose $f lr((x)) in bb(Z) lr([x])$ is an irreducible quartic whose splittin...
https://github.com/TycheTellsTales/typst-pho
https://raw.githubusercontent.com/TycheTellsTales/typst-pho/main/lib.typ
typst
///////////// // Imports // ///////////// #import "@preview/oxifmt:0.2.1": strfmt #import "./private.typ" as __private #import "./people.typ" #import "./boards.typ" //////////////////// // Main Functions // //////////////////// #let pho( viewer: "<NAME>", poster: "", date: "April 10th 2011", startPage: 1, ...
https://github.com/mrtz-j/typst-thesis-template
https://raw.githubusercontent.com/mrtz-j/typst-thesis-template/main/modules/abbreviations.typ
typst
MIT License
#import "@preview/glossarium:0.5.0": print-glossary // Only print short and long, disregard rest #let custom-print-title(entry) = { let short = entry.at("short") let long = entry.at("long", default: "") [#strong(smallcaps(short)) #h(0.5em) #long] } #let abbreviations-page(abbreviations) = { // --- List of Abb...
https://github.com/joshuabeny1999/unisg-thesis-template-typst
https://raw.githubusercontent.com/joshuabeny1999/unisg-thesis-template-typst/main/layout/disclaimer.typ
typst
Other
#let disclaimer( title: "", author: "", language: "en", submissionDate: datetime, ) = { set page( margin: (left: 30mm, right: 30mm, top: 40mm, bottom: 40mm), numbering: none, number-align: center, ) let body-font = "New Computer Modern" let sans-font = "New Computer Modern Sans" set text...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/034%20-%20Dominaria/003_Return%20to%20Dominaria%3A%20Episode%203.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Return to Dominaria: Episode 3", set_name: "Dominaria", story_date: datetime(day: 28, month: 03, year: 2018), author: "<NAME>", doc ) It had taken all day and all night, but sure enough, as Ziva promised, the morning after the merfolk had b...
https://github.com/quiode/CurriculumVitae
https://raw.githubusercontent.com/quiode/CurriculumVitae/main/resume.typ
typst
MIT License
// Generic Template for a CV, falls under the MIT License specified in the same folder as this file. #let head(name, headlines) = { heading(text(size: 1.5em, upper(name)), level: 1) v(0.3cm) par(leading: 0.8em)[ #for headline in headlines { headline.join(" " + sym.diamond.stroked + " ") linebrea...
https://github.com/ma4096/mvar
https://raw.githubusercontent.com/ma4096/mvar/main/typst/test.typ
typst
MIT License
#import "mvar.typ": * // a ist der namespace #let a = loadvariables("test.txt") //#let a = (b: 1, bsi: 2) Access variable via $ #a.b $ Access variable with unit: $ #a.bsi $ //#a.debug #mlogic(a.l,[Test],[Falsch])
https://github.com/Quaternijkon/notebook
https://raw.githubusercontent.com/Quaternijkon/notebook/main/content/数据结构与算法/.chapter-算法/数学/回文数.typ
typst
#import "../../../../lib.typ":* === #Title( title: [回文数], reflink: "https://leetcode.cn/problems/palindrome-number/description/", level: 1, )<回文数> #note( title: [ 回文数 ], description: [ 给你一个整数 x ,如果 x 是一个回文整数,返回 true ;否则,返回 false 。 回文数是指正序(从左向右)和倒序(从右向左)读都是一样的整数。 例如,121 是回文,而 123 不是。 *你能不将整数转为字符串来解决这个问...