repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1D300.typ
typst
Apache License 2.0
#let data = ( ("MONOGRAM FOR EARTH", "So", 0), ("DIGRAM FOR HEAVENLY EARTH", "So", 0), ("DIGRAM FOR HUMAN EARTH", "So", 0), ("DIGRAM FOR EARTHLY HEAVEN", "So", 0), ("DIGRAM FOR EARTHLY HUMAN", "So", 0), ("DIGRAM FOR EARTH", "So", 0), ("TETRAGRAM FOR CENTRE", "So", 0), ("TETRAGRAM FOR FULL CIRCLE", "So",...
https://github.com/ttalVlatt/Blueprint
https://raw.githubusercontent.com/ttalVlatt/Blueprint/main/YAML/typst-template.typ
typst
// This is an example typst template (based on the default template that ships // with Quarto). It defines a typst function named 'article' which provides // various customization options. This function is called from the // 'typst-show.typ' file (which maps Pandoc metadata function arguments) // // If you are creati...
https://github.com/MrAMS/FUJIFILM-X-T3-Note
https://raw.githubusercontent.com/MrAMS/FUJIFILM-X-T3-Note/master/README.md
markdown
# FUJIFILM XT-3 个人实践 权当笔记,欢迎Pr交流 ## 下载 ![](imgs/preview1.png) 见目录下`FUJIFILM XT-3 Note.pdf` ## 协作 请先安装[Typst](https://github.com/typst/typst)和[思源黑体](https://github.com/notofonts/noto-cjk/releases)字体 `Noto Serif CJK SC`,任何参考来源请在`ref.yml`中按照[hayagriva](https://github.com/typst/hayagriva)列出并在文中引用。
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.0.2/lib/palette.typ
typst
Apache License 2.0
/// Define a new palette /// /// A palette is a function in the form `index -> style` that takes an /// index (int) and returns a canvas style dictionary. If passed the /// string `"len"` it must return the length of its styles. /// /// - stroke (stroke): Single stroke style. /// - fills (array): List of fill styles. /...
https://github.com/ceopaludetto/curriculum
https://raw.githubusercontent.com/ceopaludetto/curriculum/main/index.typ
typst
#let language = "pt" #set text(font: "Roboto", lang: language) #set page(paper: "a4", margin: 1.5cm) #set par(justify: true, leading: 0.7em) #set list(marker: ([•], [--])) #show heading.where(level: 2): set block(below: 1em) #let strings = json("./locales/" + language + ".json") #stack(dir: ltr, spacing: 6pt, [ ...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Capture/physics.typ
typst
// Copyright 2023 Leedehai // Use of this code is governed by a MIT license in the LICENSE.txt file. // For a manual on this package, see manual.pdf. // Returns whether a Content object holds an integer. The caller is responsible // to ensure the input argument is a Content object. #let __content_holds_number(content)...
https://github.com/gforges/PowerMEMs_template
https://raw.githubusercontent.com/gforges/PowerMEMs_template/main/proceeding_power_mems_2024.typ
typst
#import "template_proceeding_power_mems.typ": template_proceeding #show: corps_du_texte => template_proceeding( title: [ My Paper ], authors: ( ( name: "<NAME>", affiliation: ("1","2"), ), ( name: "<NAME>", affiliation: ("1",), ), ), affiliations: ( ( name : "Github...
https://github.com/loqusion/typix
https://raw.githubusercontent.com/loqusion/typix/main/docs/api/utilities/clean-typst-source.md
markdown
MIT License
# cleanTypstSource Filters a source tree to only contain `*.typ` files and special files such as [`typst.toml`][typst-blog-package-manager]. <!-- markdownlint-disable heading-increment --> #### Example <!-- markdownlint-restore --> ```nix { outputs = { nixpkgs, typix }: let system = "x86_64-linux"; typix...
https://github.com/sky-y/pandoc-online-20240818
https://raw.githubusercontent.com/sky-y/pandoc-online-20240818/master/sky-y_pandoc-online_20240818.md
markdown
--- title: Pandocのトレンド2024:DjotとTypst subtitle: Pandoc ONLINE \#1 author: <NAME> (sky_y) date: 2024-08-18 --- # Pandocのトレンド - Djot [^djot-pronunciation] - <NAME> (jgm) が開発した新しいマークアップ言語 - CommonMarkを一から作り直したような感じ - Typst - 次世代の組版システム - タイプセットが速く、リアルタイムプレビューできる - マークアップ言語がフレンドリー [^djot-pronunciation]: \texti...
https://github.com/PumasAI/SummaryTables.jl
https://raw.githubusercontent.com/PumasAI/SummaryTables.jl/master/CHANGELOG.md
markdown
MIT License
# Changelog ## Unreleased ## 3.0.1 - 2024-10-24 - Added single-argument method to `table_one` which summarizes all columns in the passed table except those used for grouping [#48](https://github.com/PumasAI/SummaryTables.jl/pull/48). - Fixed issue with using `missing` as a group in `table_one`. This PR also removes ...
https://github.com/catarinacps/typst-abnt
https://raw.githubusercontent.com/catarinacps/typst-abnt/main/pages.typ
typst
MIT License
#import "@preview/glossarium:0.3.0": print-glossary #import "presets.typ": bachelors #let blank-page() = page(align(center + bottom)[_Page intentionally left blank._]) #let cover-page(institution, course, author, advisor, date) = { page(align(center, context { set align(top) upper()[ ...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/languageService.typ
typst
```ts export class LanguageService { constructor(private http: HttpClient) {} private languageURL: string = environment.backendURL + "language"; languageSubject = new BehaviorSubject(this.languageCode); getLanguages() { return this.http.get<LanguageDto[]>(this.languageURL); } set languageCode(value: ...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/048%20-%20Dominaria%20United/006_The%20Education%20of%20Ulf.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Education of Ulf", set_name: "Dominari United", story_date: datetime(day: 15, month: 08, year: 2022), author: "<NAME>", doc ) #align(center)[#strong[I]] Ulf was, he reluctantly admitted to himself, a better researcher than a mage. His ...
https://github.com/dvdvgt/typst-letter
https://raw.githubusercontent.com/dvdvgt/typst-letter/main/README.md
markdown
MIT License
# Description A [typst](https://typst.app) template for a [DIN 5008](https://de.wikipedia.org/wiki/DIN_5008) inspired letter with the goal to fit nicely into C6/5 envelops. ![example picture](examples/example.png) # Contributing I have yet to use the template in practice. Feel free open issues and pull requests.
https://github.com/yonatankremer/matrix-utils
https://raw.githubusercontent.com/yonatankremer/matrix-utils/main/src/complex.typ
typst
MIT License
#let _is-number(t) = { let ty = type(t) return ty == "integer" or ty == "float" } #let _to-number(n) = { if n == "" { return 0 } if n == "+" { return 1 } if n == "-" { return -1 } if n.contains(".") { return float(n) } return int(n) } #let _content-to-string(n) = { let ...
https://github.com/shunichironomura/ukaren-typst-template
https://raw.githubusercontent.com/shunichironomura/ukaren-typst-template/main/example.typ
typst
#import "template.typ": * #show: project.with( id: "1X01", title-ja: "第68回宇宙科学技術連合講演会原稿見本", title-en: "Sample Format of Paper for the 68th Symposium on Space Science and Technology", authors: ( ( name-ja: "航空一郎", name-en: "<NAME>", affiliation-ja: "日本航空宇宙学会", affiliation-en: "JSASS"...
https://github.com/hweissi/nix-typst-base
https://raw.githubusercontent.com/hweissi/nix-typst-base/main/README.md
markdown
# Nix typst base project Includes typst, some useful programs, and support for fonts from the flake. To be used as a base for new typst projects. PDF can be built locally with `nix build`. Tagging a commit will create a release on github and upload the resulting PDF. To use automatic releases, make sure you enable w...
https://github.com/chamik/gympl-skripta
https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-autori/exupery.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/helper.typ": autor #autor("<NAME>-<NAME>, comte de Saint-Exupéry", "1900", "1944 (44 let)", "letec, spisovatel", "Villa St. Jean International School (katolická škola)", "existencialismus", "/cj-autori/media/exupery.jpg") Antoine de Saint-Exupéry byl francouzský spisovatel, letec a filozof, narodil se 29. č...
https://github.com/Namacha411/shogi-board
https://raw.githubusercontent.com/Namacha411/shogi-board/main/shogi-board.typ
typst
MIT License
// 参考: SFENの形式については以下を参照してください。 // http://shogidokoro.starfree.jp/usi.html #let shogi-board(ranks, sente: (""), gote: ("")) = { // SFENの駒文字列では、成駒を表す文字が2文字で1つの駒を表す // #str.clusters()で分解するために便宜上アクセント記号を使っている。 let pieces = ( K: "王", R: "飛", B: "角", G: "金", S: "銀", N: "桂", L: "香", P: ...
https://github.com/jdupak/cv
https://raw.githubusercontent.com/jdupak/cv/master/cv.template.typ
typst
// Style #let large(content) = text(size: 1.5em, weight: "bold", content) // Items #let chronological(entries) = { grid( columns: (40pt, 1fr), column-gutter: 35pt, row-gutter: 12pt, ..entries.map(e => ( emph[ #e.start \ #e.end ], { block(ins...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/foundations/calc.typ
typst
--- calc-round --- #test(calc.round(calc.e, digits: 2), 2.72) #test(calc.round(calc.pi, digits: 2), 3.14) #test(type(calc.round(3.1415, digits: 2)), float) #test(type(calc.round(5, digits: 2)), int) #test(type(calc.round(decimal("3.1415"), digits: 2)), decimal) --- calc-round-large-inputs --- #test(calc.round(31114, d...
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/notizen/sortieralgorithmen/insertion_sort/induction_3.typ
typst
#import "/components/num_row.typ": single_num_row, braced, arrowed #import "/config.typ": theme #let nums = (4, 4, 5, 3, 2) #single_num_row( nums, hl_success: range(1, 3), labels: ( (0, 1, arrowed[`i`]), (1, 3, braced[`i+1:j+1`]) ), arrow: ( from: 0, to: 1, ), )
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/026%20-%20Eldritch%20Moon/001_The%20Archmage%20of%20Goldnight.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Archmage of Goldnight", set_name: "Eldritch Moon", story_date: datetime(day: 08, month: 06, year: 2016), author: "<NAME>", doc ) #emph[The world of Innistrad has been descending into madness for some time now; from cultists to cathars, ...
https://github.com/raffiii/kit-thesis-typst-template
https://raw.githubusercontent.com/raffiii/kit-thesis-typst-template/main/main.typ
typst
#import "kit-template.typ": * #show: doc => thesis( title: "A thesis example", abstract: (german: [Dies ist die Zusammenfassung in Deutsch. Weiter geht es, um den Platz zu füllen, mit #lorem(200)], english: [This is the english abstract. To fill further space, we'll continue with #lorem(200)]), institute: (dep...
https://github.com/Han-duoduo/mathPater-typest-template
https://raw.githubusercontent.com/Han-duoduo/mathPater-typest-template/main/chapter/chap2.typ
typst
Apache License 2.0
= 问题分析 == 问题的总体分析 本文研究的问题围绕PCI如何合理配置展开,主要从PCI冲突、PCI混淆和PCI模3干扰这三个方面考虑,从而降低ICI,提升网络质量。在实际中,表征PCI冲突、混淆和模3干扰的数量的方法有许多,本文采用MR数据作为反应PCI的指标,因此需要考虑冲突MR数、混淆MR数和模3干扰的MR数。 为了确定这些MR数,则需要先明确PCI冲突、PCI混淆和PCI模3干扰发生的条件。在筛选出符合条件的小区之间,构建各类型的初始MR矩阵,即冲突矩阵A,混淆矩阵B,干扰矩阵C。进一步考虑分配PCI导致的冲突、混淆和干扰——若两个小区被分配到的PCI相同,则这两个小区之间的冲突数、混淆数、干扰数被重新计算。本文就是在此基...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.3.0/src/drawable.typ
typst
Apache License 2.0
#import "vector.typ" #import "util.typ" #import "path-util.typ" /// Applies a transform to drawables. If a single drawable is given it will be returned in a single element <Type>array</Type>. /// - transform (matrix): The transformation matrix. /// - drawables (drawable): The drawables to transform. /// -> drawable #l...
https://github.com/mismorgano/UG-DifferentialGeometry23
https://raw.githubusercontent.com/mismorgano/UG-DifferentialGeometry23/main/Tareas/Tarea-05/Tarea-05.typ
typst
#import "@preview/lemmify:0.1.4": * #let ( theorem, lemma, corollary, remark, proposition, example, proof, rules: thm-rules ) = default-theorems("thm-group", thm-numbering: thm-numbering-heading) #show: thm-rules #set text(font: "New Computer Modern", size: 12pt) #let x = $mono(bold(x))$ #let circ = $ space ...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Maths.comp.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: "Maths.comp", authors: ( "<NAME>", ), date: "13 Octobre, 2023", ) #set heading(numbering: "1.1.") ```mcomp let results = find_backlink...
https://github.com/SkytAsul/INSA-Typst-Template
https://raw.githubusercontent.com/SkytAsul/INSA-Typst-Template/main/exemples/exemple-lettre-insa.typ
typst
MIT License
#import "../insa-template/letter-template.typ" : insa-letter #show: doc => insa-letter( author: [ <NAME>\ 3 INFO G2.1 ], insa: "rennes", doc ) Document INSA sans page de garde mais avec le logo en en-tête partout.\ Pas de règles de numérotation, équations, etc. incluses. La numérotation en bas à droit...
https://github.com/ludwig-austermann/typst-timetable
https://raw.githubusercontent.com/ludwig-austermann/typst-timetable/main/lib/helper.typ
typst
MIT License
#let weekdays = ("Mon", "Tue", "Wed", "Thu", "Fri") #let load-language(lang, language-file: "languages.toml") = { let language-dict = toml(language-file) if lang in language-dict { language-dict.at(lang) } else { panic("Unfortunately, `" + lang + "` does not exist in `" + language-file + "`.") } } #le...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/foundations/version.typ
typst
// Test versions. --- version-constructor --- // Test version constructor. // Empty. #test(array(version()), ()) // Plain. #test(version(1, 2).major, 1) // Single Array argument. #test(version((1, 2)).minor, 2) // Mixed arguments. #test(version(1, (2, 3), 4, (5, 6), 7).at(5), 6) --- version-equality --- // Test e...
https://github.com/cwreed/cv
https://raw.githubusercontent.com/cwreed/cv/main/src/modules/awards.typ
typst
#import "../template.typ": cvHonor #let gaylord-donnelley = cvHonor( date: "2019", title: "Gaylord Donnelley Prize in Environmental Studies", issuer: "Yale University, Department of Environmental Studies", url: "https://evst.yale.edu/gaylord-donnelley-prize", ) #let yale-gff-2 = cvHonor( date: "2019", tit...
https://github.com/gongke6642/tuling
https://raw.githubusercontent.com/gongke6642/tuling/main/可视化/颜色/yanse.typ
typst
= 颜色 特定颜色空间中的颜色。 Typst 支持: sRGB通过rgb函数 通过 cmyk 函数实现设备 CMYK D65 Gray 通过亮度功能 Oklab 通过 oklab 函数 通过 oklch 函数的 Oklch 通过 color.linear-rgb 函数实现线性 RGB HSL 通过 color.hsl 函数 HSV 通过 color.hsv 函数 = 例 #image("1.png") = 预定义颜色 Typst 定义了以下内置颜色: #image("2.png") 预定义的颜色和最重要的颜色构造函数在全局可用,也可以在颜色类型的范围内使用,因此您可以编写 或只编写 .color.redred #i...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-11380.typ
typst
Apache License 2.0
#let data = ( ("TULU-TIGALARI LETTER A", "Lo", 0), ("TULU-TIGALARI LETTER AA", "Lo", 0), ("TULU-TIGALARI LETTER I", "Lo", 0), ("TULU-TIGALARI LETTER II", "Lo", 0), ("TULU-TIGALARI LETTER U", "Lo", 0), ("TULU-TIGALARI LETTER UU", "Lo", 0), ("TULU-TIGALARI LETTER VOCALIC R", "Lo", 0), ("TULU-TIGALARI LETT...
https://github.com/alberto-lazari/cns-report
https://raw.githubusercontent.com/alberto-lazari/cns-report/main/automation.typ
typst
= Automation <automation> Automation plays a crucial role in our framework, since many different technologies need to be installed and, once installed, they have to be able to communicate with each other. The original toolkit exclusively offered basic scripts for installing dependencies and initiating application test...
https://github.com/An-314/typst-templates
https://raw.githubusercontent.com/An-314/typst-templates/main/article.typ
typst
#import "template.typ": * #show: project.with( title: [模板的使用方法], info: [这是文章的模板], authors: ( "AnZrew", "AnZreww", "AnZrewww", ), time: "这是一个时间", abstract: [这里是摘要。也可以不要这个摘要,`abstract`的缺省值是`none`,不需要的时候可以不写在函数里。逻辑是要显示`keywords`一定要有`abstract`;没有`keywords`也可以显示`abstract`。], keywords: ( "用", ...
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/brainstorm-driver-control/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: "Brainstorm: Driver Control", type: "brainstorm", date: datetime(year: 2023, month: 8, day: 20), author: "<NAME>", witness: "<NAME>", ) = Options There are many differ...
https://github.com/0x1B05/nju_os
https://raw.githubusercontent.com/0x1B05/nju_os/main/lecture_notes/content/03_硬件视角的操作系统.typ
typst
#import "../template.typ": * #pagebreak() = 硬件视角的操作系统 == 回顾:计算机硬件 === 计算机硬件 = 数字电路 数字电路模拟器 (Logisim) - 基本构件:wire, reg, NAND - 每一个时钟周期 - 先计算 wire 的值 - 在周期结束时把值锁存至 reg "模拟" 的意义 - 程序是 "严格的数学对象" - 实现模拟器意味着 "完全掌握系统行为" === 计算机硬件的状态机模型 不仅是程序, 整个计算机系统也是一个状态机 - 状态:内存和寄存器数值 - 初始状态:手册规定 (CPU Reset) - 状态迁移 - 任意选择一个处理器 c...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/lang-with-region-00.typ
typst
Other
// without any region #set text(lang: "zh") #outline()
https://github.com/goshakowska/Typstdiff
https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_complex/ordered_list/ordered_list_deleted.typ
typst
+ The climate - Precipitation - Temperature + degree - hot - cold
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/02-concepts/dimension/kerns-1.typ
typst
Other
#import "/lib/draw.typ": * #import "/lib/glossary.typ": tr #import "/template/lang.typ": armenian #let start = (0, 0) #let end = (1300, 930) #let base = (430, 340) #let up = 540 #let down = 195 #let width = 426 #let line-color = gray.darken(30%) #let lt = (base.at(0), base.at(1) + up) #let rb = (base.at(0) + width, ba...
https://github.com/N3M0-dev/Notes
https://raw.githubusercontent.com/N3M0-dev/Notes/main/Math/Probability/Ch_2/ch2.typ
typst
#import "@local/note_template:0.0.1": * #set par(justify: true) #set heading(numbering: "1.1") #set page(numbering: "1", number-align: center) #frontmatter( title: "Chapter 2: Discrete Random Variables", date: "2023 Oct 15", authors: ("Nemo",) ) #outline(indent: auto) #pagebreak() = Basic Comcepts In many ...
https://github.com/Tyrn/wei
https://raw.githubusercontent.com/Tyrn/wei/master/the-hundred-squares-ru.typ
typst
#import "robinson-toc.typ": style-outline, part, chapter #set text(lang: "ru") #show par: set block(spacing: 0.65em) #set par(first-line-indent: 1em, justify: true) #set text(hyphenate: true) #place(center + horizon, dy: -10em)[ #text(size: 25pt)[ Сто полей ] #text(size: 15pt)[ Ю<NAME> ] ] #pagebr...
https://github.com/marisbaier/Typst_eineTeXAlternative
https://raw.githubusercontent.com/marisbaier/Typst_eineTeXAlternative/main/README.md
markdown
# Typst, eine TeX Alternative In diesem Workshop möchte ich euch eine moderne Alternative zu LaTeX ans Herz legen: [https://typst.app](https://typst.app) Typst ist ein neues markup-basiertes Schriftsatzsystem, das so leistungsfähig wie LaTeX, aber viel einfacher zu erlernen und zu benutzen ist. ![](https://github.com...
https://github.com/Mouwrice/resume
https://raw.githubusercontent.com/Mouwrice/resume/main/modules/certificates.typ
typst
#import "../brilliant-CV/template.typ": * #cvSection("Certificates") #cvHonor( date: [2019], title: [Fourth Degree in Music: Classical Piano], issuer: [Conservatorium Aan Zee, Ostend] ) #cvHonor( date: [2019], title: [International Driving License: Category B], issuer: [EU] ) #cvHonor( date: [2019], ...
https://github.com/jskherman/cv.typ-example-repo
https://raw.githubusercontent.com/jskherman/cv.typ-example-repo/main/docs/README.md
markdown
# `cv.typ` Example Setup This is an example setup for the [`cv.typ` template in Typst](https://github.com/jskherman/cv.typ). This repository shows how to use the template to easily create a CV and multiple résumés with easily maintainable content, consistent formatting, and minimal effort. All one has to do is to inpu...
https://github.com/jbirnick/typst-great-theorems
https://raw.githubusercontent.com/jbirnick/typst-great-theorems/master/example.typ
typst
MIT License
#import "@preview/great-theorems:0.1.1": * #import "@preview/rich-counters:0.2.1": * #set heading(numbering: "1.1") #show: great-theorems-init #show link: text.with(fill: blue) #let mathcounter = rich-counter( identifier: "mathblocks", inherited_levels: 1 ) #let theorem = mathblock( blocktitle: "Theorem", c...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/universal-hit-thesis/0.2.0/harbin/bachelor/pages/outline.typ
typst
Apache License 2.0
#import "../config/constants.typ": special-chapter-titles #let outline-page() = [ #set par(first-line-indent: 0em) #[ #show heading: none #heading(special-chapter-titles.目录, level: 1, outlined: false) ] #outline(title: align(center)[#special-chapter-titles.目录], indent: auto) ]
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/tiaoma/0.2.0/lib.typ
typst
Apache License 2.0
#let zint-wasm = plugin("./zint_typst_plugin.wasm") // handles option conversion #let _proc_options(options) = { let result = options let proc_color(opt, name) = { let c = opt.at(name, default: none) if c != none { if type(c) == color { return c.to-hex().slice(1) } else if type(c) == s...
https://github.com/howardlau1999/sysu-thesis-typst
https://raw.githubusercontent.com/howardlau1999/sysu-thesis-typst/master/templates/abstract-en.typ
typst
MIT License
#import "../functions/style.typ": * #import "../custom.typ": * #import "../info.typ": * #par(justify: true, first-line-indent: 2em, leading: 行距)[ // #[ // #set text(字号.小二) // #set align(center) // #strong(论文英文题目) // ] // #[ // #set align(center) // #英文作者名 \(#英文专业\) \ // Directed by #英文导师名...
https://github.com/rabotaem-incorporated/calculus-notes-2course
https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/03-lebesgue-integral/03-limit-integral-perm.typ
typst
#import "../../utils/core.typ": * == Перестановки предела и интеграла #th(name: "Леви (напоминание)")[ Пусть $0 <= f_1 <= f_2 <= f_3 <= ...$ и $f_n --> f$ почти везде. Тогда $lim INT(f_n) = INT(f)$#rf("levy"). ] #follow(plural: true, label: "integral-sum-perm-mfn")[ 1. Если $f_n >= 0$, то $INT(sum_(n = 1)^o...
https://github.com/dssgabriel/master-thesis
https://raw.githubusercontent.com/dssgabriel/master-thesis/main/README.md
markdown
Apache License 2.0
# Master's thesis - Rust and GPU programming ## About This repository contains the source files for my end-of-studies internship report/master's thesis at [CEA](https://www.cea.fr/english) (French Commission for Alternative Energies and Atomic Energy), as part of my [M.Sc. in High Performance Computing and Simulation]...
https://github.com/dyc3/senior-design
https://raw.githubusercontent.com/dyc3/senior-design/main/join-process.typ
typst
#import "@preview/in-dexter:0.0.5": * = Join Process <Chapter::JoinProcess> There are 2 types of nodes in this architecture. The first type is the OTT Monolith, which refers to the current node.js monolithic server. The second type is the Smart Load Balancer, which needs to know which Monoliths control which rooms, a...
https://github.com/ahxt/typst-TMLR
https://raw.githubusercontent.com/ahxt/typst-TMLR/main/readme.md
markdown
# Typst TMLR Template A typst TMLR template ## Typst and Latex pdfs [Typst TMLR pdf](typst_TMLR.pdf) [Latex TMLR pdf](latex_TMLR.pdf) ## Typst pdf Preview <p align="center"> <img width="300" src="typst_TMLR.png"> This template uses the CSL file for [repo](https://github.com/daskol/typst-templates/blob/main/icm...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/021%20-%20Battle%20for%20Zendikar/002_The%20Silent%20Cry.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Silent Cry", set_name: "Battle for Zendikar", story_date: datetime(day: 26, month: 08, year: 2015), author: "<NAME>", doc ) #emph[Having finally let go of the doubt and fear that was holding her back, Nissa has bonded fully with the pow...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/match_def/param_in_init2.typ
typst
Apache License 2.0
#let f(a) = { set text(/* ident after */ fill: a); };
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-28.typ
typst
Other
// Test the `perm` function. #test(calc.perm(0, 0), 1) #test(calc.perm(5, 3), 60) #test(calc.perm(5, 5), 120) #test(calc.perm(5, 6), 0)
https://github.com/istudyatuni/sublime-typst
https://raw.githubusercontent.com/istudyatuni/sublime-typst/master/README.md
markdown
# Typst in Sublime Text Archived in favor of better package: https://github.com/hyrious/typst-syntax-highlight ## Install Just clone in `{sublime-text-folder}/Packages/`
https://github.com/TimPaasche/Typst.Template.CoverLetter
https://raw.githubusercontent.com/TimPaasche/Typst.Template.CoverLetter/master/template/style.typ
typst
MIT License
// +-------------------------------------------+ // | SETTINGS OF THE DOCUMENT | // +-------------------------------------------+ #let loadStyle(doc) = { set text( font: "Roboto", size: 11pt, lang: "de" ) set heading(numbering: "1.1.1.") show heading.where(level: 1): it => b...
https://github.com/fabriceHategekimana/master
https://raw.githubusercontent.com/fabriceHategekimana/master/main/1_Intro/Context.typ
typst
#import "../src/module.typ" : * #pagebreak() = Introduction == Context Aujourd'hui les science des données jouent un rôle capital dans la dynamique de nos sociétés. Avec internet, les réseaux sociaux et même des domaines comme l'IoT, une quantité immense de données sont générées quotidiennement. C'est ce que l'on a...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/代数学二/作业/hw3.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月19日) #let dirSum = $plus.circle$ #set heading(numbering: none) = 14 $ forall x_i in ...
https://github.com/GYPpro/Java-coures-report
https://raw.githubusercontent.com/GYPpro/Java-coures-report/main/.VSCodeCounter/2023-12-14_23-06-43/diff.md
markdown
# Diff Summary Date : 2023-12-14 23:06:43 Directory d:\\Desktop\\Document\\Coding\\JAVA\\Rep\\Java-coures-report Total : 7 files, 453 codes, 80 comments, 52 blanks, all 585 lines [Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md) ## Languages | language | files | code |...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/shop-posters/band_saw-metal-vertical-materials.typ
typst
#import "/meta-environments/env-posters.typ": * #show: doc => small_poster( title: "Approved Materials", category: "Vertical Metal Band Saw", authors: ("<NAME> <<EMAIL>>",), doc ) // Content goes here #block[ #set text(size: 14pt) #let app_materials = csv("/data-reference/band_saw-metal-vertical/ba...
https://github.com/jomaway/typst-teacher-templates
https://raw.githubusercontent.com/jomaway/typst-teacher-templates/main/ttt-exam/README.md
markdown
MIT License
# ttt-exam `ttt-exam` is a *template* to create exams and belongs to the [typst-teacher-tools-collection](https://github.com/jomaway/typst-teacher-templates). ## Usage Run this command inside your terminal to init a new exam. ```sh typst init @preview/ttt-exam my-exam ``` This will scaffold the following folder...
https://github.com/LDemetrios/TypstParserCombinators
https://raw.githubusercontent.com/LDemetrios/TypstParserCombinators/master/json-combi-parser.typ
typst
#import "combinators.typ" : delay, comp, partial, cons, conj, apply, constantly, stringify, reduce, reduce_v, result, fail-r, map-result, noparse, char-p, char-list, char-not-p, char-not-list, exactly, exactly-as, combine, either, map-p, ignore, iconj, seq, seqf, seqn, or-p, opt, star, plus, stringifing, whole_parser, ...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/urlSegmentService.typ
typst
```ts getIdFromSegment(segment: string): string | undefined { const segments = this.router.url.split("/"); const segmentIndex = segments.indexOf(segment); return segmentIndex !== -1 ? segments[segmentIndex + 1] : undefined; }```
https://github.com/fredguth/abnt-typst
https://raw.githubusercontent.com/fredguth/abnt-typst/main/cap1.typ
typst
#import("_config.typ"): config, metadados, estilo #let blockquote = (q) => block(spacing: 1.5cm, par(leading:0.63em, text(font: estilo.fonte.serif, weight: "regular", size: 90%*estilo.fonte.tamanho.regular, align(right+bottom, pad(left: 4cm, q))))) #pagebreak(to:"odd") #heading(numbering: none, [Introdução]) A questã...
https://github.com/CreakZ/mirea-algorithms
https://raw.githubusercontent.com/CreakZ/mirea-algorithms/master/reports/work_7/work_7.typ
typst
#import "../title_page_template.typ": title_page #import "../layouts.typ": * #set text(font: "New Computer Modern", size: 14pt) #set page(margin: 2cm, paper: "a4") #set heading(numbering: "1.") #set figure(supplement: [Рисунок]) #set figure.caption(separator: [ -- ]) #title_page(7, [Линейные динамические спи...
https://github.com/mohe2015/not-tudabeamer-2023
https://raw.githubusercontent.com/mohe2015/not-tudabeamer-2023/main/lib.typ
typst
The Unlicense
#import "@preview/touying:0.5.2": * #let margin = ( left: 0.39in, right: 0.34in, top: 1.2in, bottom: 0.33in ) #let show-copyright = state("show-copyright", false) #let figure-with-copyright(copyright: none, caption: none, ..args) = { figure(caption: context [ #if show-copyright.get() { copyright ...
https://github.com/DashieTM/ost-5semester
https://raw.githubusercontent.com/DashieTM/ost-5semester/main/experiment/weeks/week12.typ
typst
#import "../../utils.typ": * #section("Testing Practices") The idea is that we want to model reality to test improvements, and at the end implement these improvements in reality. For this, our model needs to be somewhat comparable to reality and the improvement needs to be *statistically signfificant*. #align( cente...
https://github.com/freundTech/typst-notebook
https://raw.githubusercontent.com/freundTech/typst-notebook/main/typst-notebook.typ
typst
#let _notebook-id = state("_notebook-id", none) #let _kernel = state("_kernel", none) #let _notebook-data = json(".typst-notebook/output.json") #let _int-to-bits(int, length: -1) = { let bits = () let count = 0 while int > 0 or (length != -1 and count < length) { bits.push(if calc.even(int) { 0 } e...
https://github.com/jens-hj/ds-exam-notes
https://raw.githubusercontent.com/jens-hj/ds-exam-notes/main/lectures/2.typ
typst
#import "../lib.typ": * #show link: it => underline(emph(it)) #set math.equation(numbering: "(1)") #set enum(full: true) #set math.mat(delim: "[") #set math.vec(delim: "[") #set list(marker: text(catppuccin.latte.lavender, sym.diamond.filled)) #show heading.where(level: 1): it => text(size: 22pt, it) #show heading.wh...
https://github.com/mrcinv/nummat-typst
https://raw.githubusercontent.com/mrcinv/nummat-typst/master/17_nde_aproksimacija.typ
typst
= Aproksimacija podatkov z dinamičnim modelom == Naloga - Poišči parametre $bold(p)$ dinamičnega modela Lotka-Volterra na podlagi izmerjenih vrednosti v določenih časovnih trenutkih. - Napiši funkcijo $r(bold(p))$, ki izračuna vsoto kvadratov razlik med vrednostmi modela in izmerjenimi vrednostmi. - Poišči min...
https://github.com/zurgl/typst-resume
https://raw.githubusercontent.com/zurgl/typst-resume/main/resume.typ
typst
#import "templates/main.typ": * #import "templates/resume/header.typ": * #import "templates/resume/footer.typ": * #import "templates/resume/entry.typ": * #import "@preview/fontawesome:0.1.0": * #show: layout #cvHeader(hasPhoto: true, align: left) #autoImport("professional") #autoImport("education") #autoImport(...
https://github.com/B-Ricey763/resume
https://raw.githubusercontent.com/B-Ricey763/resume/main/resume.typ
typst
/* Got this resume format from https://github.com/tzx/NNJR */ #import "template.typ": resume, header, resume_heading, edu_item, exp_item, project_item, skill_item #show: resume /* - Maybe add relevant coursework, either to education or skills/interests? cater resume to specific company - STAR: Situation, Task, Action...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas7/6_Sobota.typ
typst
#let V = ( "HV": ( ("","Ne ktomú vozbraňájemi","Múčenicy ťmú bezbóžija prohnáša, vsím pokazávše čelovíkom bohorazúmija svít."), ("","","Učéniji pravoslávnymi, božéstvennymi zarjámi osijáste Hospódňu cérkov, pástyrije vsemúdriji."), ("","","Bisóv sokrušíste síti, vodvorjájemi v pustýňach neprochódnych prís...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/MS-latest.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Men's Singles (1 - 32)", table( columns: 4, [Ranking], [Player], [Country/Region], [Rating], [1], [<NAME>], [CHN], [3548], [2], [<NAME>], [CHN], [3377], [3], [<NAME>], [CHN], [3350], [4], [<NAME>], [CHN], [3334], ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/stroke_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Set rules with stroke #set line(stroke: (paint: red, thickness: 1pt, cap: "butt", dash: "dash-dotted")) #line(length: 60pt) #v(3pt) #line(length: 60pt, stroke: blue) #v(3pt) #line(length: 60pt, stroke: (dash: none))
https://github.com/benjamineeckh/kul-typst-template
https://raw.githubusercontent.com/benjamineeckh/kul-typst-template/main/tests/test1/example-thesis.typ
typst
MIT License
#import "../../src/lib.typ": template #show: template.with( // Your title goes here title: "Doing some very fancy and complicated testing for some new and innovative thing", // Give or only the year you started in (eg: 2024), or a tuple with the start and end year (eg: (2024, 2040)) academic-year: 2023, //...
https://github.com/dbarr0s/CV
https://raw.githubusercontent.com/dbarr0s/CV/main/template/resume.typ
typst
Other
#import "@preview/modern-cv:0.4.0": * #show: resume.with( author: ( firstname: "Diogo", lastname: "Barros", email: "<EMAIL>", phone: "(+351) 968 288 288", github: "dbarr0s", linkedin: "www.linkedin.com/in/diogo-barros-1766a0296", address: "Braga, Braga", positions: ( "Engenheiro...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/PianoDiProgetto/sections/PreventivoSprint/TredicesimoSprint.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 ==== Tredicesimo preventivo *Inizio*: Venerdì 15/03/2024 *Fine*: Giovedì 21/03/2024 #prospettoOrario(sprintNumber: "13") #prospettoEconomico(sprintNumber: "13...
https://github.com/Its-Alex/resume
https://raw.githubusercontent.com/Its-Alex/resume/master/lib/template.typ
typst
MIT License
#let blockWithoutSpacing( fill: none, body ) = { block( inset: (x: 10pt, y: 14pt), outset: (x: 0pt, y: 0pt), above: 0pt, below: 0pt, width: 100%, fill: fill, body ) } #let blockWithoutSpacingFullHeight( fill: none, body ) = { block( inset: (x: 10pt, y: 14pt), outset: (x...
https://github.com/HeZeBang/shtthesis-typst
https://raw.githubusercontent.com/HeZeBang/shtthesis-typst/main/main.typ
typst
MIT License
#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: ("基于Typst 的 SHTthesis 模板", "SHTthesis - based on typst"), authors: (( "糌粑", "Test" ),( "ZAMBAR", "Test" )), ids: ("114514", "19190...
https://github.com/mariunaise/HDA-Thesis
https://raw.githubusercontent.com/mariunaise/HDA-Thesis/master/graphics/quantizers/s-metric/3_2_en.typ
typst
#import "@preview/cetz:0.2.2": canvas, plot, draw, decorations, vector #let line_style = (stroke: (paint: black, thickness: 2pt)) #let dashed = (stroke: (dash: "dashed")) #canvas({ import draw: * set-style(axes: (shared-zero: false)) plot.plot(size: (8,6), x-tick-step: 0.25, y-label: $cal(E)(3, 2, tilde(...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/lovelace/0.2.0/README.md
markdown
Apache License 2.0
# Lovelace This is a package for writing pseudocode in [Typst](https://typst.app/). It is named after the computer science pioneer [Ada Lovelace](https://en.wikipedia.org/wiki/Ada_Lovelace) and inspired by the [pseudo package](https://ctan.org/pkg/pseudo) for LaTeX. ![GitHub license](https://img.shields.io/github/lice...
https://github.com/dankelley/typst_templates
https://raw.githubusercontent.com/dankelley/typst_templates/main/memo/sample_memo.typ
typst
MIT License
#import "@local/memo:0.0.1": conf #show: doc => conf( category: "Memo", title: "A beautiful day", date: "2024-10-17", fontsize: 13pt, preface: [*Abstract.* I wonder, what's not to love?], doc, ) Crisp air, blue sky with scattered clouds, sunlight through colouring leaves. It's just a little bit of heaven, in this love...
https://github.com/daskol/typst-templates
https://raw.githubusercontent.com/daskol/typst-templates/main/jmlr/format-appendix.typ
typst
MIT License
= Natbib Reference Examples The following formatting examples are intended to be illustrative, not exhaustive. If you are uncertain about the proper format for a reference, please contact the JMLR editors. *Book* <NAME>. Dynamic Programming. Princeton University Press, Princeton, New Jersey, 1957. *Edited Book* <N...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/board-n-pieces/0.3.0/README.md
markdown
Apache License 2.0
# Board & Pieces Display chessboards in Typst. ## Displaying chessboards The main function of this package is `board`. It lets you display a specific position on a board. ```typ #board(starting-position) ``` ![image](examples/example-1.svg) `starting-position` is a position that is provided by the package. It re...
https://github.com/LucaCiucci/bob-typ
https://raw.githubusercontent.com/LucaCiucci/bob-typ/main/typst-package/examples/basic-example.typ
typst
MIT License
#set page(width: 10cm, height: 5cm, margin: 0cm) #import "../lib.typ": * #render(``` /\_/\ bob -> ( o.o ) \ " / .------/ / ( | | `====== o o ```)
https://github.com/munzirtaha/typst-cv
https://raw.githubusercontent.com/munzirtaha/typst-cv/main/README.md
markdown
MIT License
# Typst CV Template A clean, customizable CV template created with Typst. ![CV Template Preview](preview.svg) [View full example PDF](cv.pdf) ## Features - Separate files for layout/styling (`lib.typ`) and content (`cv.typ`) - Customizable color scheme - Photo option in the header - Easy-to-use functions for diffe...
https://github.com/voXrey/cours-informatique
https://raw.githubusercontent.com/voXrey/cours-informatique/main/typst/graphes.typ
typst
#import "@preview/codly:0.2.1": * #show: codly-init.with() #codly() #set text(font: "Roboto Serif") = Partie 6 : Algorithmique des Graphes <partie-6-algorithmique-des-graphes> #link( "https://csacademy.com/app/graph_editor/", )[Génération de graphes de contrôle] $V = lr([0 , n - 1])$ ```python n = 7 E = { (0,...
https://github.com/taooceros/MATH-542-HW
https://raw.githubusercontent.com/taooceros/MATH-542-HW/main/HW4/HW4.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 HW4", authors: ("<NAME>",), ) #show: thmrules #let tensor = $times.circle$ #let qt(x,y) = $#x\/#y$ #let div = $\/...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/array-21.typ
typst
Other
// Test the `map` method. #test(().map(x => x * 2), ()) #test((2, 3).map(x => x * 2), (4, 6))
https://github.com/rxt1077/it610
https://raw.githubusercontent.com/rxt1077/it610/master/markup/syllabus.typ
typst
#import "templates/syllabus.typ": syllabus #show: doc => syllabus( course: [IT 610 Systems Administration], office-hours: [4:00PM to 5:30PM on Tuesdays or via Zoom (email to schedule)], objective: [ This course is a hands-on project intensive exploration of the advanced topics in systems administration. ...
https://github.com/Ourouk/typst-vscode-environnement
https://raw.githubusercontent.com/Ourouk/typst-vscode-environnement/main/README.md
markdown
# This project is a simple template to use typst inside window or linux without having to mannually install the environnement. ## Install ### Windows I use docker desktop to setup docker with wsl ### Linux You should probably use docker-ce but this should probably work with docker or podman.
https://github.com/OverflowCat/BUAA-Data-and-Error-Analysis-Sp2024
https://raw.githubusercontent.com/OverflowCat/BUAA-Data-and-Error-Analysis-Sp2024/neko/project-2/cuda.typ
typst
#set text(cjk-latin-spacing: auto, lang: "cmn") #import "helper.typ": average, stderr, c, c2, r, r0 #import "@preview/unify:0.5.0": num, qty #let tDistribution(n, alpha) = { let data = ( "4": (4.79, 11.46), "5": (3.56, 6.53), "6": (3.04, 5.04), "7": (2.78, 4.36), "8": (2.62, 3.96), "9": (2.51...
https://github.com/minijackson/2024-04-hepix-nix
https://raw.githubusercontent.com/minijackson/2024-04-hepix-nix/master/main.typ
typst
#import "@preview/polylux:0.3.1": * #import "@preview/pinit:0.1.3": * #import "@preview/tiaoma:0.2.0": qrcode #import "./theme.typ": * #show: cea-theme #pdfpc.config(duration-minutes: 20) #title-slide( title: [ Packaging and system administration\ with Nix and NixOS ], author: [<NAME>], subtitle: [CEA/DRF/I...
https://github.com/GartmannPit/Praxisprojekt-II
https://raw.githubusercontent.com/GartmannPit/Praxisprojekt-II/main/Praxisprojekt%20II/PVA-Templates-typst-pva-2.0/template/bib.typ
typst
#let createBibliography() = { par[= Literaturverzeichnis] // change heading here for another language // add bib and yml files in this list, feel free to remove the standard lists bibliography(("../bib/example.yml", "../bib/bib.yml"), title: none, full:false) ...
https://github.com/TomPlanche/typst-template
https://raw.githubusercontent.com/TomPlanche/typst-template/main/conf.typ
typst
MIT License
/** * This is a template for a document that can be used to create a report. * * This uses the [CNAM](https://www.cnam.fr/) logo and colors. * * @author <NAME>. * @license MIT. */ // FUNCTIONS // Exported /** * Create a blockquote. * * @param {string} color - The color of the text. * @param {string} fill - T...
https://github.com/levinion/typst-dlut-templates
https://raw.githubusercontent.com/levinion/typst-dlut-templates/main/templates/thesis/decl.typ
typst
MIT License
#import "../util/style.typ":font_family,font_size #let decl()=[ #set align(center) #set text(font: font_family.huawen_xihei, size: font_size.er, weight: "medium") #set par(leading: 1.25em) 原创性声明\ \ #set align(left) #set text(font: font_family.songti, size: font_size.xiao_san, weight: "regular") #set p...