repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/MobtgZhang/sues-thesis-typst-bachelor
https://raw.githubusercontent.com/MobtgZhang/sues-thesis-typst-bachelor/main/thesis.typ
typst
MIT License
// 定义一些常见的变量 // 定义行距 #let linespacing = 1.5em // 定义字体的大小 #let fontsizedict = ( 初号: 42pt, 小初: 36pt, 一号: 26pt, 小一: 24pt, 二号: 22pt, 小二: 18pt, 三号: 16pt, 小三: 15pt, 四号: 14pt, 中四: 13pt, 小四: 12pt, 五号: 10.5pt, 小五: 9pt, 六号: 7.5pt, 小六: 6.5pt, 七号: 5.5pt, 小七: 5pt, ) // 定义文章中使用到的字体信息 #let fontstyped...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/072.%20microsoft.html.typ
typst
microsoft.html Microsoft is Dead April 2007A few days ago I suddenly realized Microsoft was dead. I was talking to a young startup founder about how Google was different from Yahoo. I said that Yahoo had been warped from the start by their fear of Microsoft. That was why they'd positioned themselves as a "media com...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/stack-2_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page(height: 3.5cm) #stack( dir: ltr, spacing: 1fr, ..for c in "ABCDEFGHI" {([#c],)} ) Hello #v(2fr) from #h(1fr) the #h(1fr) wonderful #v(1fr) World! 🌍
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/comment/comment-convergence.typ
typst
Apache License 2.0
#[ /* bar */ ] - /* bar */ 123 - /* bar */ #[ /* Somebody write this up: - 1000 participants. - 2x2 data design. */ ] #[ // Somebody write this up: // - 1000 participants. // - 2x2 data design. ]
https://github.com/max-niederman/CS250
https://raw.githubusercontent.com/max-niederman/CS250/main/hw/2.typ
typst
#import "../lib.typ": * #show: homework.with(title: "CS 250 Homework #2") = Formal Logic == 1 #[ #set enum(numbering: "a.") + Yes + No, because "he" is ambiguous + Yes + No, because "the game" is ambiguous + No, because "next year" is ambiguous + No, for the same reason + No, becaus...
https://github.com/JeyRunner/tuda-typst-templates
https://raw.githubusercontent.com/JeyRunner/tuda-typst-templates/main/tests/test_tudapub.typ
typst
MIT License
// imports #import "@preview/cetz:0.1.2": canvas, plot #import "@preview/glossarium:0.2.5": make-glossary, print-glossary, gls, glspl #import "@preview/mitex:0.2.3": * #import "@preview/drafting:0.1.2": * #show: make-glossary #import "../templates/tudapub/tudapub.typ": tudapub #import "../templates/tudapub/tudacolor...
https://github.com/SeniorMars/tree-sitter-typst
https://raw.githubusercontent.com/SeniorMars/tree-sitter-typst/main/grammar.md
markdown
MIT License
## Typst Grammar Below is an approximate EBNF grammar for the Typst language that is based on our handwritten recursive descent parser. We follow these conventions: – Production names are all lowercase. – Text enclosed in single (') or double quotes (") defines a terminal. – * for an arbitrary number of r...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Derivative.typ
typst
#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: project.with( title: "Derivative", authors: ( "<NAME>", ), date: "30 Octobre, 2023", ) #set heading(numbering: "1.1.") = The Derivative <the-derivative> ==...
https://github.com/pedrofp4444/BD
https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[4] Modelação Lógica/interrogações.typ
typst
#import "@preview/commute:0.2.0": node, arr, commutative-diagram #let interrogações = { [ == Validação do Modelo com Interrogações do Utilizador No âmbito do projeto, é fundamental garantir que o modelo lógico concebido satisfaz os requisitos de manipulação estabelecidos. Uma das formas de validação do mod...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/text/coma.typ
typst
--- coma --- // LARGE #set page(width: 450pt, margin: 1cm) *Technische Universität Berlin* #h(1fr) *WiSe 2019/2020* \ *Fakultät II, Institut for Mathematik* #h(1fr) Woche 3 \ Sekretariat MA \ Dr. <NAME> \ <NAME>, <NAME> #v(3mm) #align(center)[ #set par(leading: 3mm) #text(1.2em)[*3. Übungsblatt Computerorientiert...
https://github.com/rdboyes/resume
https://raw.githubusercontent.com/rdboyes/resume/main/modules_zh/projects.typ
typst
// Imports #import "@preview/brilliant-cv:2.0.2": cvSection, cvEntry #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) #cvSection("项目与协会") #cvEntry( title: [志愿数据分析师], society: [ABC 非营利组织], date: [2019 - 现在], location: ...
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/kanban-board/entry.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: "Kanban Board", type: "management", date: datetime(year: 2023, month: 9, day: 30), author: "<NAME>", witness: "<NAME>", ) Today we had a workshop presentation from one ...
https://github.com/SkiFire13/master-thesis
https://raw.githubusercontent.com/SkiFire13/master-thesis/master/chapters/background/4-applications.typ
typst
#import "../../config/common.typ": * #import "@preview/cetz:0.2.2": canvas, draw == Applications In this section we discus two classical verification problems, model checking behavioral properties expressed in the $mu$-calculus and checking behavioral equivalence formalized as bisimilarity. We show that both can be s...
https://github.com/AnsgarLichter/hka-thesis-template
https://raw.githubusercontent.com/AnsgarLichter/hka-thesis-template/main/abbreviations.typ
typst
#let abbreviations = ( ( key: "oidc", short: "OIDC", long: "Open ID Connect" ), )
https://github.com/kdog3682/typkit
https://raw.githubusercontent.com/kdog3682/typkit/main/0.1.0/src/fills.typ
typst
#let blue = blue #let red = red #let green = green #let purple = purple #let black = black #let gray = gray #let rotate = rotate
https://github.com/liuguangxi/suiji
https://raw.githubusercontent.com/liuguangxi/suiji/main/README.md
markdown
MIT License
# Suiji [Suiji](https://github.com/liuguangxi/suiji) (随机 in Chinese, /suíjī/, meaning random) is a high efficient random number generator in Typst. Partial algorithm is inherited from [GSL](https://www.gnu.org/software/gsl) and most APIs are similar to [NumPy Random Generator](https://numpy.org/doc/stable/reference/...
https://github.com/OrangeX4/typst-cheq
https://raw.githubusercontent.com/OrangeX4/typst-cheq/main/README.md
markdown
MIT License
# Cheq Write markdown-like checklist easily. ## Usage Checklists are incredibly useful for keeping track of important items. We can use the cheq package to achieve checklist syntax similar to [GitHub Flavored Markdown](https://github.github.com/gfm/#task-list-items-extension-) and [Minimal](https://minimal.guide/che...
https://github.com/loreanvictor/master-thesis
https://raw.githubusercontent.com/loreanvictor/master-thesis/main/common/math_utils.typ
typst
MIT License
#let dex = counter(label("Definition")) #let definition(content) = { dex.step() block( width: 100%, [ *Definition #dex.display()*. #content ] ) } #let pex = counter(label("Proposition")) #let proposition(content) = { pex.step() block( width: 100%, [ *Proposition #pex.display()*. #content ] ) } ...
https://github.com/EpicEricEE/typst-plugins
https://raw.githubusercontent.com/EpicEricEE/typst-plugins/master/droplet/src/droplet.typ
typst
#import "extract.typ": extract #import "split.typ": split #import "util.typ": inline // Sets the font size so the resulting text height matches the given height. // // If not specified otherwise in "text-args", the top and bottom edge of the // resulting text element will be set to "bounds". If the given body does not...
https://github.com/Anastasia-Labs/project-close-out-reports
https://raw.githubusercontent.com/Anastasia-Labs/project-close-out-reports/main/f10-production-grade-dapps-closeout-report/prod-grade-dapps-closeout.typ
typst
#let image-background = image("../images/Background-Carbon-Anastasia-Labs-01.jpg", height: 100%) #set page(background: image-background, paper :"a4", margin: (left : 20mm,right : 20mm,top : 40mm,bottom : 30mm) ) #set text(15pt, font: "Barlow") #v(3cm) #align(center)[#box(width: 75%, im...
https://github.com/DaAlbrecht/lecture-notes
https://raw.githubusercontent.com/DaAlbrecht/lecture-notes/main/discrete_mathematics/glossary-of-mathematical-symbols.typ
typst
MIT License
= Glossary of Mathematical Symbols This is a glossary of the mathematical symbols used in this document. == Set Theory #table( columns: (auto,auto,2fr), align: (center,center,left), table.header( [Symbol], [Usage], [Interpretation] ), $emptyset$,${ }$,"The empty set", ${ }$,${a,b,c...}$,[A set contai...
https://github.com/touying-typ/touying
https://raw.githubusercontent.com/touying-typ/touying/main/themes/university.typ
typst
MIT License
// University theme // Originally contributed by <NAME> - https://github.com/drupol #import "../src/exports.typ": * /// Default slide function for the presentation. /// /// - `config` is the configuration of the slide. You can use `config-xxx` to set the configuration of the slide. For more several configurations, y...
https://github.com/zenor0/simple-neat-typst-cv
https://raw.githubusercontent.com/zenor0/simple-neat-typst-cv/master/cv/templates/cv.typ
typst
MIT License
#import "../utils/fonts.typ": font_lib, size_lib #import "../utils/set-cv.typ": set-cv #import "../utils/packages.typ": * #import "../utils/icons.typ": show-icon-text, set-up-icon // icon set-up #let cv-conf( name: "zenor0", intention: "求职意向", photo: "../assets/photo_example.jpg", wechat: "zenor0...
https://github.com/LugsoIn2/typst-htwg-thesis-template
https://raw.githubusercontent.com/LugsoIn2/typst-htwg-thesis-template/main/README.md
markdown
MIT License
# HTWG-Konstanz CI - Typst Template für die Bachelor / Master Thesis ## How to use 1. Put your Thesis metadata to main.typ 2. Customise the template settings in the main.typ 3. Include your chapters in the main.typ [**Example physicalPrint pdf export**](docs/example-physicalPrint-main.pdf) [**Example digital pdf...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/list-marker-00.typ
typst
Other
// Test en-dash. #set list(marker: [--]) - A - B
https://github.com/MultisampledNight/flow
https://raw.githubusercontent.com/MultisampledNight/flow/main/src/util.typ
typst
MIT License
#import "palette.typ": * #let separator = line( length: 100%, stroke: gamut.sample(25%), ) + v(-0.5em)
https://github.com/duwenba/typst-pkgs
https://raw.githubusercontent.com/duwenba/typst-pkgs/master/packages/local/PPT模板/0.1.0/lib.typ
typst
#import "@preview/touying:0.4.2": * #set text(lang: "zh") // Themes: default, simple, metropolis, dewdrop, university, aqua #let s = themes.aqua.register(aspect-ratio: "16-9") #let s = (s.methods.info)( self: s, title: [系泊系统设计], subtitle: [Subtitle], author: [杜文霸], date: datetime.today(), institution: [In...
https://github.com/Floffah/documents
https://raw.githubusercontent.com/Floffah/documents/main/main.typ
typst
MIT License
#import "lib/template.typ": * #show: project.with( title: "Title", logo: "../images/napier.png", authors: ( (name: "", affiliation: ""), ), date: "March 20, 2024", formal: true, figure-index: ( enabled: true ) )
https://github.com/hekzam/test
https://raw.githubusercontent.com/hekzam/test/main/style.typ
typst
//todo! #let qr_code_size = 50pt
https://github.com/gabrielrovesti/UniPD-Swiss-Knife-Notes-Slides
https://raw.githubusercontent.com/gabrielrovesti/UniPD-Swiss-Knife-Notes-Slides/main/Notes/Typst/main.typ
typst
MIT License
#import "unipd-doc.typ": * #counter(page).update(0) #show: unipd-doc( title: [Title], subtitle: [Subtitle], author: [X Y], date: [Date], ) = Heading #lorem(50) #set align(center) ciao #set align(left) #link("https://www.google.com")[here] == Heading 2 #lorem(30) #lorem(20) === A list - A lis...
https://github.com/catppuccin/typst
https://raw.githubusercontent.com/catppuccin/typst/main/src/tidy/styles.typ
typst
MIT License
#import "../catppuccin.typ": themes, get-palette #import "../utils.typ": dict-at #import "@preview/tidy:0.3.0" #import "@preview/tidy:0.3.0": utilities /// A style that can be used to generate documentation using #link("https://typst.app/universe/package/tidy")[Tidy] for the Catppuccino theme. The returned dictionary...
https://github.com/schmidma/typst-workshop
https://raw.githubusercontent.com/schmidma/typst-workshop/main/examples/03-markup.typ
typst
Creative Commons Zero v1.0 Universal
Okay, let's move to _emphasis_ and *bold* text. Markup syntax is generally similar to `AsciiDoc` (this was `raw` for mono space text!) ... and even "smart quotes" :)
https://github.com/mitsuyukiLab/grad_thesis_typst
https://raw.githubusercontent.com/mitsuyukiLab/grad_thesis_typst/main/contents/related_study.typ
typst
= 関連研究 <related_study> == 〇〇に関する関連研究 <related_study_on_aaa> あれもこれもある == ××に関する関連研究 <related_study_on_bbb> あれもこれもある == 本研究の位置づけ <contribution_of_this_study> 本研究の新規性は・・・。
https://github.com/voxell-tech/velyst
https://raw.githubusercontent.com/voxell-tech/velyst/main/assets/typst/hello_world.typ
typst
Apache License 2.0
#import "styles/monokai_pro.typ": * #set page( width: auto, height: auto, fill: black, margin: 0pt, ) #let PI = 3.142 #let main( width, height, animate: 0.0, ) = { let width = (width * 1pt) let height = (height * 1pt) box( width: width, height: height, )[ #set text(size: 48pt, fill...
https://github.com/rinmyo/titech-thm
https://raw.githubusercontent.com/rinmyo/titech-thm/main/example-jp.typ
typst
Other
#import "template.typ": * #show: project.with( authors: ((affiliation: "所属など", name: "氏名氏名氏名"),), lang: "jp", //"jp" for japnese, "en" for english. thanks page will be changed perspectively title: [タイトルタイトルタイトル\ タイトルタイトルタイトル], subtitle: "開催日時、場所、サブタイトル等", date: "April 2023", aspect-ratio: "...
https://github.com/typst-tud/tud-slides
https://raw.githubusercontent.com/typst-tud/tud-slides/main/colors.typ
typst
Apache License 2.0
// Corporate Design colors of TU Dresden // primary color #let cddarkblue = cmyk(100%, 70%, 10%, 50%) // HKS41 #let blue = cddarkblue // secondary color #let cdgray = cmyk(10%, 0%, 5%, 65%) // HKS92 #let cdgrey = cdgray // distinction color 1. category #let cdblue = cmyk(100%, 50%, 0%, 0%) // HKS44 #let cdcyan = cmy...
https://github.com/RaphGL/ElectronicsFromBasics
https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap5/4_conductance.typ
typst
Other
#import "../../core/core.typ" === Conductance When students first see the parallel resistance equation, the natural question to ask is, \"Where did #emph[that] thing come from?\" It is truly an odd piece of arithmetic, and its origin deserves a good explanation. Resistance, by definition, is the measure of #emph[fri...
https://github.com/mathias-aparicio/simple-preavis
https://raw.githubusercontent.com/mathias-aparicio/simple-preavis/main/example.typ
typst
MIT License
#import "lib.typ": lettre_preavis, locataire, adresse, proprietaire #lettre_preavis( locataire: locataire( "<NAME>", "Jean", adresse( "123 rue de la Paix", "75000", "Paris", complement: "Appartement 2" ) ), proprietaire: proprietaire( "<NAME>", "Sophie", ...
https://github.com/prettyroseslover/CV_July_24
https://raw.githubusercontent.com/prettyroseslover/CV_July_24/main/style.typ
typst
// Colors #import "@preview/fontawesome:0.2.0" as fa #let light = rgb("#F4EBD9") #let gray = rgb("#50514F") #let color_1 = rgb("#F176AC") #let color_2 = rgb("#9E5FB6") #let color_3 = rgb("#004F2D") #let color_4 = rgb("#A4303F") #let link_list(cols, links) = { box(height: 100%, columns(cols, links.map(l =>...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/036%20-%20Guilds%20of%20Ravnica/010_The%20Gathering%20Storm%3A%20Chapter%204.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Gathering Storm: Chapter 4", set_name: "Guilds of Ravnica", story_date: datetime(day: 26, month: 06, year: 2019), author: "<NAME>", doc ) Ral woke up to a loud knock at the door, heart still pounding from a rush of bad memories. Tomik—...
https://github.com/mismorgano/UG-FunctionalAnalyisis-24
https://raw.githubusercontent.com/mismorgano/UG-FunctionalAnalyisis-24/main/tareas/Tarea-03/Tarea-03.typ
typst
#import "../../config.typ": config, exercise, proof #show: doc => config([Tarea 3], doc) #let cls(S) = $overline(#S)$ #exercise[1.17][Muestra que un e.n $X$ es espacio de Banach ssi $sum y_n$ converge siempre que $norm(y_n) <2^(-n)$ para todo $n in NN$.] #proof[Sabemos que $X$ es un e.B ssi cualquier serie absolut...
https://github.com/mimed95/typst-cv-template
https://raw.githubusercontent.com/mimed95/typst-cv-template/main/main.typ
typst
MIT License
#import "@preview/modern-cv:0.5.0": * #show: resume.with( author: ( firstname: "Michael", lastname: "Medvedovski", email: "<insert email>", phone: "<insert phone>", github: "mimed95", // positions: ( // "Software Engineer", // "Software Architect" // ) )...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/heading_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Heading vs. no heading. // Parsed as headings if at start of the context. /**/ = Level 1 #[== Level 2] #box[=== Level 3] // Not at the start of the context. No = heading // Escaped. \= No heading
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/style_04.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test font fallback. $ よ and 🏳️‍🌈 $
https://github.com/UntimelyCreation/typst-neat-cv
https://raw.githubusercontent.com/UntimelyCreation/typst-neat-cv/main/src/content/fr/languages.typ
typst
MIT License
#import "../../template.typ": * #cvSection("Langues") #cvLanguage( name: "Anglais", info: "Langue maternelle", ) #cvLanguage( name: "Français", info: "Langue maternelle", ) #cvLanguage( name: "Allemand", info: "B2, Deutsches Sprachdiplom I", ) #cvLanguage( name: "Japonais", info: "B...
https://github.com/ningvin/typst-resume-template
https://raw.githubusercontent.com/ningvin/typst-resume-template/main/example-1.typ
typst
Apache License 2.0
#import "resume.typ": * #show: resume.with( name: "<NAME>", job-title: "Developer", image-path: "user.png", primary-color: rgb(30, 30, 40) ) = Statement #lorem(20) = Experience #time-line( events: ( ( date: [since 2020], details: [ *Job 2* \ _Company 2_ #{ ...
https://github.com/Student-Smart-Printing-Service-HCMUT/ssps-docs
https://raw.githubusercontent.com/Student-Smart-Printing-Service-HCMUT/ssps-docs/main/contents/categories/task1/1.conclude.typ
typst
Apache License 2.0
#{include "./1.1.typ"} #{include "./1.2.typ"} #{include "./1.3.typ"}
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/text/emphasis.typ
typst
Apache License 2.0
// Test emph and strong. --- // Basic. _Emphasized and *strong* words!_ // Inside of a word it's a normal underscore or star. hello_world Nutzer*innen // Can contain paragraph in nested content block. _Still #[ ] emphasized._ --- // Inside of words can still use the functions. P#strong[art]ly em#emph[phas]ized. -...
https://github.com/HEIGVD-Experience/docs
https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S4/ARO/docs/TE/EXAM.typ
typst
#import "/_settings/typst/template-te.typ": * #show: resume.with( "Résumé ARO - Examen", "<NAME>", cols: 2 ) == Taille mot mémoire La taille d'un mot mémoire est forcément un multiple de $8$. C'est pourquoi nous pouvons appliquer le tableau suivant : #image("/_src/img/docs/image.png") == Gestion des adresses E...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/droplet/0.1.0/src/droplet.typ
typst
Apache License 2.0
// Element function for space. #let space = [ ].func() // Elements that can be split and have a 'body' field. #let splittable = (strong, emph, underline, stroke, overline, highlight) // Sets the font size so the resulting text height matches the given height. // // If not specified otherwise in "text-args", the top a...
https://github.com/rijuyuezhu/latex-typst-template
https://raw.githubusercontent.com/rijuyuezhu/latex-typst-template/main/README.md
markdown
# latex-typst-template my latex & typst template, work fine with <https://github.com/rijuyuezhu/temgen>.
https://github.com/fufexan/cv
https://raw.githubusercontent.com/fufexan/cv/typst/modules_ro/projects.typ
typst
#import "../src/template.typ": * #cvSection("Proiecte și Asocieri") #cvEntry( title: [#link("https://github.com/fufexan/dotfiles")[dotfiles]], society: [], date: [2021 - Prezent], location: [], description: list( [Gestionarea calculatoarelor personale rulând NixOS, utilizând Git și Flakes], [Fiecare calculat...
https://github.com/crd2333/Astro_typst_notebook
https://raw.githubusercontent.com/crd2333/Astro_typst_notebook/main/src/docs/here/test/基本测试.typ
typst
--- order: 1 --- #import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "This is a title", // show_toc: false, lang: "zh", ) $arrow.t$ 中看不中用的目录(引用问题) Pay attention to the order. This file has order: $1$. = 大标题测试 == 小标题测试 加载到这页有点慢?可能是因为 typst 目前的 “html” 导出有点慢。。。 === 三级标题测试 <title> ...
https://github.com/Wallbreaker5th/fuzzy-cnoi-statement
https://raw.githubusercontent.com/Wallbreaker5th/fuzzy-cnoi-statement/main/README.md
markdown
MIT No Attribution
# Fuzzy CNOI Statement Fuzzy CNOI Statement is a template for CNOI(Olympiad in Informatics in China)-style statements for competitive programming. Fuzzy CNOI Statement 是一个 CNOI 题面排版风格的 Typst 模板。 It is mainly designed to mimic the appearance of official CNOI-style statements, which are usually generated by [TUACK](ht...
https://github.com/felsenhower/kbs-typst
https://raw.githubusercontent.com/felsenhower/kbs-typst/master/examples/13.typ
typst
MIT License
#set document( title: "Mein Paper", author: "Ruben" ) #set page( paper: "a4", margin: 20mm ) #set text( font: "Latin Modern Roman", size: 12pt, lang: "de" ) #set par( justify: true )
https://github.com/mrknorman/evolving_attention_thesis
https://raw.githubusercontent.com/mrknorman/evolving_attention_thesis/main/template.typ
typst
// The project function defines how your document looks. // It takes your content and some metadata and formats it. // Go ahead and customize it to your liking! #let project(title: "", subtitle: "", authors: (), logo: none, body) = { // Set the document's basic properties. set document(author: authors, title: tit...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/016%20-%20Fate%20Reforged/001_A%20New%20Tarkir%20of%20Old.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "A New Tarkir of Old", set_name: "Fate Reforged", story_date: datetime(day: 31, month: 12, year: 2014), author: "<NAME>", doc ) #emph[Sarkhan Vol has been following the voice in his head—the whispers of Ugin, the Spirit Dragon—for years now,...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/055.%20whyyc.html.typ
typst
whyyc.html Why YC March 2006, rev August 2009Yesterday one of the founders we funded asked me why we started Y Combinator. Or more precisely, he asked if we'd started YC mainly for fun.Kind of, but not quite. It is enormously fun to be able to work with Rtm and Trevor again. I missed that after we sold Viaweb, and...
https://github.com/Namacha411/typst-template
https://raw.githubusercontent.com/Namacha411/typst-template/master/main.typ
typst
Apache License 2.0
#import "template.typ": * #show: project.with( title: "タイトル", authors: ( "山田 太郎", ), date: "2024/01/06" ) = サンプル == 文章 #lorem(60) @crazy-rich @quantized-vortex == 図 サンプル図を @img に示す。 #figure( image("assets/graph.png"), caption: [グラフ] ) <img> == 表 #figure( table( columns: (auto, 1fr, 1fr, 1...
https://github.com/typst-community/glossarium
https://raw.githubusercontent.com/typst-community/glossarium/master/examples/groups/groups.typ
typst
MIT License
#import "../../glossarium.typ": make-glossary, register-glossary, print-glossary, gls, glspl // Replace the local import with a import to the preview namespace. // If you don't know what that mean, please go read typst documentation on how to import packages at https://typst.app/docs/packages/. #show: make-glossary #l...
https://github.com/bogdan-nikitin/os-signal
https://raw.githubusercontent.com/bogdan-nikitin/os-signal/master/main.typ
typst
#let indent = 2em #let no-indent(body) = { set par(first-line-indent: 0em) [#body] set par(first-line-indent: indent) } #set text(lang: "ru") #set page(numbering: "1") #set par( first-line-indent: indent, justify: true, ) #show par: set block(spacing: 0.65em) = Сигналы в Linux <NAME>, M3236 = Введение ...
https://github.com/so298/typst-devcontainer-images
https://raw.githubusercontent.com/so298/typst-devcontainer-images/main/README.md
markdown
# DevContainer Images for typst ## Image list - `base`: Based on `mcr.microsoft.com/vscode/devcontainers/base:debian`, add typst binary. - `extra-fonts`: Based on `base`, add extra fonts. - `bare-extra-fonts`: Based on `debian:bookworm-slim`, add typst binary and extra fonts. ## Build images At the root of this rep...
https://github.com/iceghost/resume
https://raw.githubusercontent.com/iceghost/resume/main/3-activities.typ
typst
== Activities #block[ === Teaching Assistant #h(1fr) \@ HCMUT #box[ / Language: C++. ] #h(1fr) Oct 2022 - _current_ I was in charge of three lab courses: Intro to Computing, Programming Fundamentals and Data Structures and Algorithms. In these courses, I helped students learn the bas...
https://github.com/falkaer/resume
https://raw.githubusercontent.com/falkaer/resume/main/main.typ
typst
MIT License
#import "style.typ": * // icons are from https://simpleicons.org and https://feathericons.com // phone/email obscured from crawlers, idk if it really matters #let codes2str(codes) = codes.map(str.from-unicode).sum() #let email_codepoints = ( 107, 101, 110, 110, 121, 64, 102, 97, 108, 107, 97, 1...
https://github.com/yanwenywan/typst-packages
https://raw.githubusercontent.com/yanwenywan/typst-packages/master/dndstatblock/0.1.0/template/main.typ
typst
Apache License 2.0
// ========================================== #import "@preview/dndstatblock:0.1.0": * #show: conf.with( header_left: "Typst Monster statblocks", header_right: "Sample document", footertext: [--Yanwenyuan--] ) // ========================================== #statheading("Snakecaller Acolyte", desc: "Medium h...
https://github.com/abzrg/gre_learning
https://raw.githubusercontent.com/abzrg/gre_learning/master/synonyms/syns.typ
typst
// Variables #let TextFont = "Times New Roman" #let TitleFont = "Times New Roman" #let HeadingFont = "Times New Roman" // #let IPAFont = "CMU Typewriter Text Variable Width" #let IPAFont = "Times New Roman" // #let AccentColor = rgb("#0f0f70") #let AccentColor = maroon // Title and page settings --------------------...
https://github.com/ahplev/notes
https://raw.githubusercontent.com/ahplev/notes/main/qm/fm.typ
typst
#set text( font: "Noto Sans SignWriting Regular", ) #set math.equation(numbering: "1", supplement: [Eq.]) = Formalism - An operator $Q$ is hermitian operator if $ angle.l f bar.v hat(Q) g angle.r = angle.l hat(Q) f bar.v g angle.r space "for all" space f space "and" space g $ - *Observables are represented by hermitia...
https://github.com/pku-typst/PKU-typst-template
https://raw.githubusercontent.com/pku-typst/PKU-typst-template/main/templates/思政课/课程论文/example.typ
typst
MIT License
#import "@local/PKU-Typst-Template:0.1.0": 思政课课程论文 #show: 思政课课程论文.config #思政课课程论文.title( title: "测试标题测试标题:测试《测试标题》测试标题", faculty: "测试测试系", author: "赵测试", abstract: [测试测试测试测试测试测试测,试测试测试测试测试测试,测试测试测试测试《测试书籍测试》测试测试测试测。试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试摘要测试测试测试测试,测试摘要测试测试测试测试测试测试测试测试测试。测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试...
https://github.com/HarryLuoo/sp24
https://raw.githubusercontent.com/HarryLuoo/sp24/main/431/notes/BriefTheoryOfPrabability.typ
typst
#set heading(numbering: "1.1") #set page(margin: (x: 3cm, y: 1cm)) #import "@preview/wrap-it:0.1.0": wrap-content #text(font: "Cambria",size: 14pt,weight: "black")[Brief Theory of Probability: Notes from MATH 431]\ Compiled by <NAME> #line(length:100%, stroke:(thickness: 2pt)) #outline( indent: auto, ) #pagebreak() ...
https://github.com/lcharleux/LCharleux_Teaching_Typst
https://raw.githubusercontent.com/lcharleux/LCharleux_Teaching_Typst/main/src/courses/MECA510_Statique/MECA510_Statique.typ
typst
MIT License
// TEMPLATE IMPORT #import "../../templates/conf.typ": conf, todo, comment, idea, note, important #import "../../templates/drawing.typ": dvec, dpoint, dangle3p, dimension_line, arotz90, arrnumprod, arrsub, anorm, normalize, rotmat2D, dispvcol, arradd, mvec, arrcrossprod, arrdotprod, torseur1, torseur2, torseur6, part_l...
https://github.com/typst-community/glossarium
https://raw.githubusercontent.com/typst-community/glossarium/master/glossarium.typ
typst
MIT License
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY,...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/shift_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #table( columns: 3, [Typo.], [Fallb.], [Synth], [x#super[1]], [x#super[5n]], [x#super[2 #box(square(size: 6pt))]], [x#sub[1]], [x#sub[5n]], [x#sub[2 #box(square(size: 6pt))]], )
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/README.md
markdown
MIT License
# Collection of Typst templates All templates/works in this repository are made by me under my free time, and licensed under the MIT License. ## Usage To use a template from this project, simply copy/clone the contents. ### Cloning or Using Submodules You can clone the whole repository inside your working director...
https://github.com/Enter-tainer/natrix
https://raw.githubusercontent.com/Enter-tainer/natrix/main/demo.typ
typst
Apache License 2.0
#import "lib.typ": * #set page(height: auto, width: auto, fill: white) = Natural and consistent matrix --- #smallcaps[Natrix] Switch your *#underline(`mat`)* to *#underline(`nat`)* and you will get a natural and consistent matrix. ```typ #import "@preview/natrix:0.1.0": * $ bnat(a,b;c,d) bnat(x;y) = x bnat(a;c) + ...
https://github.com/cadojo/vita
https://raw.githubusercontent.com/cadojo/vita/main/src/experience.typ
typst
MIT License
#let experiencelist = state("experiencelist", ()) #let experience( organization, role: none, start: none, stop: none, notes ) = { let content = [ #grid( columns: (65%, 33%, 1fr), heading(level: 2, organization), align(right)[ #set text(rgb(130,130,130)) #start #if st...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/docs/tinymist/commands.typ
typst
Apache License 2.0
#import "mod.typ": * #show: book-page.with(title: "Tinymist Command System") The extra features are exposed via LSP's #link("https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_executeCommand")[`workspace/executeCommand`] request, forming a command system. The command...
https://github.com/ojas-chaturvedi/typst-templates
https://raw.githubusercontent.com/ojas-chaturvedi/typst-templates/master/assignments/template.typ
typst
MIT License
#let assignment(title, author, course_id, professor_name, semester, due_time, body) = { set document(title: title, author: author) set text(12pt) set page( paper:"us-letter", header: locate( loc => if ( counter(page).at(loc).first()==1) { none } else if (counter(page).at(loc)...
https://github.com/rlpundit/typst
https://raw.githubusercontent.com/rlpundit/typst/main/Typst/en-Report/Class.typ
typst
MIT License
#import "@preview/colorful-boxes:1.2.0": outlinebox #import "common/metadata.typ": * // --- Chapter Titles --- #let chap(ref, ack: false) = { set page(header: none) v(8cm) if ack == false { text(white)[= #ref] } place( center, rect(height: 50pt,radius: (rest: 2pt))[ #text(3em, weight: 700, ref) ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/suiji/0.2.0/src/random.typ
typst
Apache License 2.0
//============================================================================== // Random number generator // // Public functions are: // gen-rng // integers, random, uniform, normal // shuffle, choice //============================================================================== #import "tau...
https://github.com/FrightenedFoxCN/cetz-cd
https://raw.githubusercontent.com/FrightenedFoxCN/cetz-cd/main/src/snipets.typ
typst
#import "cetz-cd.typ": * // need to be rewrite completely // a grid with downwards and rightwards array // #let grid-rd(table) = { // let line-number = table.len() // let line-length = table.at(0).len() // for line in table { // if line.len() != line-length { // panic("Numbers of item...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/journal/main.typ
typst
MIT License
#let locations = (beumer: [Beumer], au: [AU 5124 139], home: [From Home], ol: [OrbitLab]) #let important-datetimes = ( project: ( start: datetime(day: 29, month: 01, year: 2024), end: datetime(day: 04, month: 06, year: 2024), ), ) #let datetime-display-format = "[weekday] (week [week_number padding:space]) [d...
https://github.com/kdog3682/mathematical
https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/formulas.typ
typst
#let midpoint(a, b) = { return ( a.at(0) + (0.5 * (b.at(0) - a.at(0))), a.at(1) + (0.5 * (b.at(1) - a.at(1))), ) } #let hypot(a, b) = { return calc.sqrt(calc.pow(a, 2) + calc.pow(b, 2)) } #let quadratic(a, b, c) = { let discriminant = b*b - 4*a*c if discriminant < 0 { return () } ...
https://github.com/sthenic/technogram
https://raw.githubusercontent.com/sthenic/technogram/main/src/registers.typ
typst
MIT License
#import "descriptions.typ": * #import "grouped-outline.typ" as _grouped-outline #import "palette.typ": get-palette /* TODO: Short description + typesetting in some compact way? */ /* States */ #let register-size = state("register-size", 32) #let _number-cells(low, high, top: true) = { let color = luma(240) let s...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/subelement-panic_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // #2530 #figure(caption: [test])[].caption
https://github.com/typst/templates
https://raw.githubusercontent.com/typst/templates/main/badformer/template/main.typ
typst
MIT No Attribution
#import "@preview/badformer:0.1.0": game #show: game(read("main.typ")) // Move with WASD and jump with space.
https://github.com/MultisampledNight/interpretation
https://raw.githubusercontent.com/MultisampledNight/interpretation/main/README.md
markdown
Other
# interpretation Das, was ich für Interpretationen in Deutsch gerne früher gewusst hätte. Nun ja, jetzt nützt mir das Wissen nichts mehr, also gebe ich es an andere Entitäten weiter. Damit diese hoffentlich schneller in Deutsch besser werden, als es bei mir gedauert hat. ## Hilfe ich will nur ein PDF Einfach unter d...
https://github.com/pedrofp4444/BD
https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[1] Definição do sistema/motivacao.typ
typst
#let motivacao = { [ == Motivação e Objetivos do Trabalho Atormentada pelo crescimento exponencial da criminalidade, a pequena cidade necessitava agora, mais do que nunca, de um novo regime de segurança e organização que permitisse restabelecer a ordem local. Nesse contexto, os líderes comunitários, lid...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/quote_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Text direction affects block alignment #set quote(block: true) #quote(attribution: [<NAME>])[cogito, ergo sum] #set text(lang: "ar") #quote(attribution: [عالم])[مرحبًا]
https://github.com/0xPARC/0xparc-intro-book
https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/src/copy-constraints.typ
typst
#import "preamble.typ":* #let rbox(s) = [#text(red)[#ellipse(stroke: red, inset: 2pt, s)]] #let bbox(s) = [#text(blue)[#rect(stroke: blue, inset: 4pt, s)]] = Copy constraints in PLONK <copy-constraints> Now we elaborate on Step 3 which we deferred back in @copy-constraint-deferred. As an example, the constraints mig...
https://github.com/hrutvikyadav/typst
https://raw.githubusercontent.com/hrutvikyadav/typst/main/testfile.typ
typst
= Intro In this report, we will explore the various factors that influence fluid dynamics in glaciers and how they contribute to the formation and behaviour of these natural structures. + asdf - zcv - zxcv + akkdfsaj + jkllk == Test heading V is a vector of _x1_, _x2_, _x3_. $ v := vec(x_1, x_2, x_3) $ Hones...
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Research/Fall%202024/Toby%20Quals%20Notes.typ
typst
#import "/Templates/generic.typ": latex #import "/Templates/notes.typ": chapter_heading #import "/Templates/monograph.typ": style, frontpage, outline_style, chapter_headings, start_outline #import "@preview/ctheorems:1.1.0": * #import "/Templates/math.typ": * #import "@preview/cetz:0.2.1" #import "/Templates/i-figure.t...
https://github.com/chengluyu/ucs-artifact-document
https://raw.githubusercontent.com/chengluyu/ucs-artifact-document/main/main.typ
typst
#import "@preview/cetz:0.2.2": canvas, draw, tree #import "@preview/codly:0.2.0": * #set raw(syntaxes: ("syntaxes/MLscript.sublime-syntax")) #show: codly-init.with() #codly( enable-numbers: false, display-icon: false, zebra-color: white, languages: ( mls: (name: "MLscript", icon: (), color: blue.lighten(7...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/代数学二/作业/hw4.typ
typst
#import "../../template.typ": * #import "@preview/commute:0.2.0": node, arr, commutative-diagram #show: note.with( title: "作业3", author: "YHTQ", date: none, logo: none, withOutlined : false, withTitle :false, ) (应交时间为3月27日) #let dirSum = $plus.circle$ = 取 $phi: M -> Inv(S) M$ - 显然若 $exists s in S$ 使得 ...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/canActivateNew.typ
typst
```ts async canActivate(context: ExecutionContext): Promise<boolean> { // canActivate() will inject the context of the current request // we need to call it first to be able to access the user later (@User() user:UserDto) let canActivate = super.canActivate(context); try { if (isObservable(canActivate)) { ...
https://github.com/drupol/ipc2023
https://raw.githubusercontent.com/drupol/ipc2023/main/src/ipc2023/software-builder.typ
typst
#import "imports/preamble.typ": * #focus-slide[ #set align(center + horizon) #set text(size: 1.5em, fill: white, font: "Virgil 3 YOFF") Nix is just#uncover("2-4")[.]#uncover("3-4")[.]#uncover("4-4")[.] #uncover("5-")[a *software builder*] #pdfpc.speaker-note(```md Nix is many things as you can see, th...
https://github.com/0xPARC/0xparc-intro-book
https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/src/bigbook-frontmatter.typ
typst
#import "preamble.typ":* = About this novel This novel _Notes on Programmable Cryptography_ is a sequel to the novella _Four Easy Pieces in Programmable Cryptography_, from the #link("https://0xparc.org", "0xPARC Foundation"). Whereas the novella was short enough to print and give to friends as a souvenir to read on ...
https://github.com/ericthomasca/resume-v1
https://raw.githubusercontent.com/ericthomasca/resume-v1/main/modules/skills.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Skills") #cvSkill( type: [Languages], info: [C\# #hBar() Python #hBar() Java #hBar() Go] ) #cvSkill( type: [Web], info: [React #hBar() Material-UI #hBar() ASP.NET #hBar() HTML5 #hBar() CSS3 #hBar() JavaScript #hBar() TypeScript] ) #cvSkill( type: [Back...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/note-me/0.2.1/README.md
markdown
Apache License 2.0
# GitHub Admonition for Typst > [!NOTE] > Add GitHub style admonitions (also known as alerts) to Typst. ## Usage Import this package, and do ```typ = Basic Examples #note[ Highlights information that users should take into account, even when skimming. ] #tip[ Optional information to help a user be more succes...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/rename/cross-module.typ
typst
Apache License 2.0
// path: user.typ #let f() = 1; ----- #import "user.typ": f #(/* position after */ f);
https://github.com/Doublonmousse/pandoc-typst-reproducer
https://raw.githubusercontent.com/Doublonmousse/pandoc-typst-reproducer/main/formatting/underbrace.typ
typst
$ underbrace(sum x_n,=2) $