repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/GYPpro/DS-Course-Report
https://raw.githubusercontent.com/GYPpro/DS-Course-Report/main/Rep/09.typ
typst
#import "@preview/tablex:0.0.6": tablex, hlinex, vlinex, colspanx, rowspanx #import "@preview/codelst:2.0.1": sourcecode // Display inline code in a small box // that retains the correct baseline. #set text(font:("Times New Roman","Source Han Serif SC")) #show raw.where(block: false): box.with( fill: luma(230), ins...
https://github.com/typst-community/valkyrie
https://raw.githubusercontent.com/typst-community/valkyrie/main/tests/schemas/author/test.typ
typst
Other
#import "/src/lib.typ" as z #import "/tests/utility.typ": * #show: show-rule.with(); = Integration == Author schema #[ #z.parse( ( name: "<NAME>", email: "<EMAIL>", // test: true, ), z.schemas.author, ctx: z.z-ctx(strict: true), ) ]
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/ctheorems/1.0.0/README.md
markdown
Apache License 2.0
# ctheorems An implementation of numbered theorem environments in [typst](https://github.com/typst/typst). ### Features - Numbered theorem environments can be created and customized. - Environments can share the same counter, via same `identifier`s. - Environment counters can be _attached_ (just as subheadings are at...
https://github.com/Ryoga-itf/numerical-analysis
https://raw.githubusercontent.com/Ryoga-itf/numerical-analysis/main/report1/report.typ
typst
#import "../template.typ": * #import "@preview/codelst:2.0.1": sourcecode, sourcefile #show: project.with( week: 1, authors: ( ( name: sys.inputs.STUDENT_NAME, id: sys.inputs.STUDENT_ID, affiliation: "情報科学類2年" ), ), date: "2024 年 5 月 20 日", ) == 課題1 === (1.1) 作成した関数のソースコードは以下の通り: #...
https://github.com/rabotaem-incorporated/calculus-notes-2course
https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/02-measure-theory/06-function-sequences.typ
typst
#import "../../utils/core.typ": * == Последовательности функций #let converges = sym.arrows.rr #remind(label: "def-fn-converge")[ 1. $f_n, f: E --> overline(RR)$, $f_n$ поточечно сходится к $f$, если $f(x) = lim_(n -> oo) f_n (x)$ для всех $x in E$. 2. $f_n, f: E --> RR$, $f_n converges f$ на $E$ (равномерно...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/common-software/lightburn.typ
typst
= LightBurn <software-lightburn> LightBurn is layout, editing, and control software for the large format lasers: https://lightburnsoftware.com/ LightBurn is only available on the desktops dedicated for use with the lasers. LightBurn is capable of handling all stages of a laser project, from art design through to ...
https://github.com/RhenzoHideki/dlp2
https://raw.githubusercontent.com/RhenzoHideki/dlp2/main/relatorio-01/relatorio-01.typ
typst
#import "../typst-ifsc/template/article.typ": article #show: doc => article( title: "Relatorio 01", subtitle: "DISPOSITIVOS LÓGICOS PROGRAMÁVEIS II (DLP029007 )", // Se apenas um autor colocar , no final para indicar que é um array authors:("<NAME>",), date: "20 de Setembro de 2023", doc, ...
https://github.com/storopoli/Bayesian-Statistics
https://raw.githubusercontent.com/storopoli/Bayesian-Statistics/main/slides/00-tools.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "@preview/polylux:0.3.1": * #import themes.clean: * #import "utils.typ": * #new-section-slide("Tools") #slide(title: "Recommended References")[ - #cite(<geTuringLanguageFlexible2018>, form: "prose") - Turing paper - #cite(<carpenterStanProbabilisticProgramming2017>, form: "prose") - Stan paper - #cite...
https://github.com/hongjr03/shiroa-page
https://raw.githubusercontent.com/hongjr03/shiroa-page/main/DIP/template.typ
typst
// TODO: 1. Make sure no page breaks between the blocks and their titles #let font = ( main: "IBM Plex Sans", mono: "IBM Plex Mono", cjk: "Noto Sans SC", quote: ("IBM Plex Serif", "Noto Serif SC"), ) #let principle_class(body) = { grid(columns: (1em, body.len() / 3 * 1em, 1fr), column-gutter: 8pt)[ #v(4p...
https://github.com/LilNick0101/Bachelor-thesis
https://raw.githubusercontent.com/LilNick0101/Bachelor-thesis/main/content/appendix.typ
typst
= Appendice == Lista requisiti <requirements-list> I requisiti sono classificati con la seguente codifica: #align( center )[ *R[Tipo]-numero* ] - *R*: Acronimo di _Requisito_ - *Tipo*: Tipo di requisito, può essere: - *F*: _Funzionale_ - *V*: _Vincolo_ - *Q*: _Qualità_ #let RFcounter = counter(...
https://github.com/Error0229/-
https://raw.githubusercontent.com/Error0229/-/main/-.-.%20.-/..__.__._.typ
typst
The Unlicense
#import "@preview/lovelace:0.2.0": * #show: setup-lovelace #set text(font: "New Computer Modern") #align(center, text(16pt)[ *Design and Analysis of Computer Algorithms Assignment \#5* ]) #align(right, [資工三 110590004 林奕廷]) #set heading(numbering: "1.a.") #set enum() = == Since the bucket sort use the insertion sor...
https://github.com/typst-community/guidelines
https://raw.githubusercontent.com/typst-community/guidelines/main/src/chapters/style/modes.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/src/util.typ": * #import mantys: * = Mode Switching Prefer staying in the primary mode of your current context, this avoids unnecessarily frequent use of `#` and unintended leading and trailing whitespace in #mode.mark. #do-dont[ ```typst // we switched into code mode once and stay in it #figure(captio...
https://github.com/tingerrr/hydra
https://raw.githubusercontent.com/tingerrr/hydra/main/tests/features/footer/test.typ
typst
MIT License
// Synopsis: // - the query results are correct if an anchor is placed #import "/src/lib.typ": hydra, anchor #set page( paper: "a7", header: anchor(), footer: context hydra(), ) #set heading(numbering: "1.1") #show heading.where(level: 1): it => pagebreak(weak: true) + it #set par(justify: true) = Introductio...
https://github.com/ukihot/igonna
https://raw.githubusercontent.com/ukihot/igonna/main/articles/algo/order.typ
typst
== 空間計算量 プログラムで問題を処理するとき、条件分岐$italic("if")$や繰り返し$italic("for")$を組み合わせることが多々ある。 問題が解けるまでに要する手順(ステップ)の数を時間計算量といい、かたや問題が解けるまでに必要なメモリサイズを空間計算量という。 空間計算量も時間計算量も少ないアルゴリズムが優れたアルゴリズムであるが、一般的にはメモリを多く費やせば短時間で解け、長時間かければ少ないメモリ容量で済むという「時間と空間のトレードオフ」の関係がある。 同じ問題に対して、複数のアルゴリズムが存在している中、解決したい問題のデータ量が増大しても計算量が膨大に膨れ上がらないアルゴリズムは優秀といえる。 ...
https://github.com/MALossov/YunMo_Doc
https://raw.githubusercontent.com/MALossov/YunMo_Doc/main/template/body.typ
typst
Apache License 2.0
#import "font.typ": * #import "utils.typ": * #counter(page).update(1) // 章节计数器,记录公式层级 // ----------------- // 2023/4/11 update log: // - 增加计数器,把元素序号转为 `x.x` 的格式 #let counter_chapter = counter("chapter") #let counter_equation = counter(math.equation) #let counter_image = counter(figure.where(kind: image)) #let counte...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/type_check/control_flow.typ
typst
Apache License 2.0
#let x0 = if true { 1 } #let x1 = if false { 2 } #let x2 = context if here().page() > 0 { 1 } else { 2 }
https://github.com/TGM-HIT/typst-diploma-thesis
https://raw.githubusercontent.com/TGM-HIT/typst-diploma-thesis/main/src/utils.typ
typst
MIT License
/// *Internal function.* Returns whether the current page is one where a chapter begins. This is /// used for styling headers and footers. /// /// This function is contextual. /// /// -> bool #let is-chapter-page() = { // all chapter headings let chapters = query(heading.where(level: 1)) // return whether one of ...
https://github.com/antran22/typst-cv-builder
https://raw.githubusercontent.com/antran22/typst-cv-builder/main/lib/resume/certification.typ
typst
MIT License
#import "/lib/util.typ": * #import "./components.typ": * #let ResumeCertification(certification, date) = { justified-header(certification, date) } #let ResumeCertificationSection(certifications, column_count: 1) = [ #stick_together( threshold: 40pt, [= Certifications], grid( columns: equal_column...
https://github.com/Duolei-Wang/modern-sustech-thesis
https://raw.githubusercontent.com/Duolei-Wang/modern-sustech-thesis/main/template/README.md
markdown
MIT License
# modern-sustech-thesis 功能需求、合作开发请移步模板对应的 github 仓库:[modern-sustech-thesis](https://github.com/Duolei-Wang/modern-sustech-thesis). # 模板使用说明 (Usage) ## typst.app 网页版使用说明 (Use online) 使用步骤: - 打开 typst.app 从模板新建项目(start from template) - 论文所需字体需要手动上传到你的项目文件列表. 点击左侧 Explore Files,上传字体文件,上传后的字体文件存储位置没有特殊要求,typst...
https://github.com/timetraveler314/Note
https://raw.githubusercontent.com/timetraveler314/Note/main/Discrete/main.typ
typst
#import "@local/MetaNote:0.0.1" : * #let detm = math.mat.with(delim: "|") #show: doc => MetaNote( title: [ Discrete Mathematics ], authors: ( ( name: "timetraveler314", affiliation: "University of Genshin", email: "<EMAIL>", ), ), doc, ) #include "sets.typ" #include "categori...
https://github.com/jomaway/typst-gentle-clues
https://raw.githubusercontent.com/jomaway/typst-gentle-clues/main/CHANGELOG.md
markdown
MIT License
# Changelog ## v.1.0.0 (2024/09/04) - !refactor(predefined): use catppuccin palette as default theme colors. - fix(predefined): show notify clue correctly now - refactor(docs): add API docs with tidy ## v.0.9.0 (2024/07/01) - feat: allow gradient and pattern as color settings. - feat: add experiment clue - fea...
https://github.com/adrianvillanueva997/cv
https://raw.githubusercontent.com/adrianvillanueva997/cv/main/modules_en/professional.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("Professional Experience") #cvEntry( title: [Data Engineer], society: [Woven by Toyota], d...
https://github.com/Kirchoffs/typst-demo
https://raw.githubusercontent.com/Kirchoffs/typst-demo/main/document-hello-world/demo-1.typ
typst
= Introduction In this report, we will explore the various factors that influence _fluid dynamics_ in glaciers and how they contribute to the formation and behavior of these natural structures. + The climate - Temperature - Precipitation + The topography + The geology Glaciers as the one shown in @glaciers will c...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/VerbaliEsterni/VerbaleEsterno_231206/content.typ
typst
MIT License
#import "meta.typ": inizio_incontro, fine_incontro, luogo_incontro, company #import "functions.typ": glossary, team #let participants = csv("participants.csv") #let participants_company = csv("participants_company.csv") = Partecipanti / Inizio incontro: #inizio_incontro / Fine incontro: #fine_incontro / Luogo incontro...
https://github.com/Danmushu/missingSemester
https://raw.githubusercontent.com/Danmushu/missingSemester/main/git%26latex/main.typ
typst
#import "template.typ": * /***** para *****/ #let title = "Git & Latex" #let author = "梁子毅" #let course_id = "系统开发工具基础" #let instructor = "周小伟,范浩" #let semester = "2024 Summer" #let due_time = "Aug 28, 2024" #let id = "22090001041" #show: assignment_class.with(title, author, course_id, instructor, semester, due_time...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/meppp/0.1.0/template/main.typ
typst
Apache License 2.0
#import ("@preview/meppp:0.1.0"):* #let abstract=[ 这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。这是摘要。 ] #show: doc => meppp-lab-report( title: "这是实验标题", author: "我是作者", info: "这是作者信息", abstract: abs...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.4.0/src/main.typ
typst
Apache License 2.0
#import calc: floor, ceil, min, max #import "utils.typ": * #import "layout.typ": * #import "draw.typ": * #import "marks.typ": * /// Draw a labelled node in an diagram which can connect to edges. /// /// - pos (point): Dimensionless "elastic coordinates" `(x, y)` of the node, /// where `x` is the column and `y` is th...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/hyphenate_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test shy hyphens. #set text(lang: "de", hyphenate: true) #grid( columns: 2 * (20pt,), gutter: 20pt, [Barankauf], [Bar-?ankauf], )
https://github.com/danilasar/conspectuses-3sem
https://raw.githubusercontent.com/danilasar/conspectuses-3sem/master/Основы_теории_изучаемого_языка/241001_сложноподчинённые предложения.typ
typst
= Сложноподчинённые предложения В сложноподчинённом предложени выделяется одно главное предложение, не обусловленное зависимостью от других частей и находящееся на высшем синтаксическом уровне, и один чурка. == Классификация придаточных предложений - подлежащные - предикативные - дополнительные или изъяснительные - оп...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/input-decimal-markers/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": num, metro-setup #set page(width: auto, height: auto) // Decimal Point #num[1.2] #num("1.2") $num(1.2)$ // Comma #num[1,2] #num("1,2") $num(1\,2)$ // Custom #metro-setup(input-decimal-markers: (sym.minus,)) #num[1-2] #num("1-2") $num(1-2)$
https://github.com/voXrey/cours-informatique
https://raw.githubusercontent.com/voXrey/cours-informatique/main/typst/tris.typ
typst
#set text(font: "Roboto Serif") = Complément sur les Tris <complément-sur-les-tris> == Introduction <introduction> Vocabulaire - Tri #strong[comparatif] : fonctionne pour n’importe quel ensemble $lr((X , lt.eq))$ totalement ordonné. - Tri #strong[en place] : on trie le tableau d’entrée en place, via le souvent des é...
https://github.com/eduardz1/Bachelor-Thesis
https://raw.githubusercontent.com/eduardz1/Bachelor-Thesis/main/README.md
markdown
# Design and Development of the Digital Twin of a Greenhouse The thesis is written in [typst](https://github.com/typst/typst), a new markup-based typesetting system that is meant to replace LaTeX. To compile you need to have typst installed, the project was compiled with `version 0.9`. # Background The thesis was wr...
https://github.com/luickk/QuantumGameOfLife
https://raw.githubusercontent.com/luickk/QuantumGameOfLife/main/physics_notes.typ
typst
#let assumption = text(fill: red)[ASSUMPTION] #let hbar = math.planck.reduce #let todo = text(fill: red)[TODO] = Math/ Physics Summary \ \ Src: MIT-Path-Integral-paper.pdf \ - General Prequests - Lagragian - Represents the difference between the kinetic and potential energy of a system at given n-dim point in...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2009/MS-04.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Men's Singles (1 - 32)", table( columns: 4, [Ranking], [Player], [Country/Region], [Rating], [1], [MA Long], [CHN], [3203], [2], [WANG Hao], [CHN], [3156], [3], [MA Lin], [CHN], [3126], [4], [BOLL Timo], [GER], [30...
https://github.com/Quaternijkon/notebook
https://raw.githubusercontent.com/Quaternijkon/notebook/main/theme.typ
typst
// Workaround for the lack of an `std` scope. #let std-bibliography = bibliography #let std-smallcaps = smallcaps #let std-upper = upper // Overwrite the default `smallcaps` and `upper` functions with increased spacing between // characters. Default tracking is 0pt. #let smallcaps(body) = std-smallcaps(text(tracking: ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1D360.typ
typst
Apache License 2.0
#let data = ( ("COUNTING ROD UNIT DIGIT ONE", "No", 0), ("COUNTING ROD UNIT DIGIT TWO", "No", 0), ("COUNTING ROD UNIT DIGIT THREE", "No", 0), ("COUNTING ROD UNIT DIGIT FOUR", "No", 0), ("COUNTING ROD UNIT DIGIT FIVE", "No", 0), ("COUNTING ROD UNIT DIGIT SIX", "No", 0), ("COUNTING ROD UNIT DIGIT SEVEN", "N...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/string-14.typ
typst
Other
// Test the `replace` method with `Str` replacements. #test("ABC".replace("", "-"), "-A-B-C-") #test("Ok".replace("Ok", "Nope", count: 0), "Ok") #test("to add?".replace("", "How ", count: 1), "How to add?") #test("AB C DEF GH J".replace(" ", ",", count: 2), "AB,C,DEF GH J") #test("Walcemo" .replace("o", "k") .repla...
https://github.com/dccsillag/moremath.typ
https://raw.githubusercontent.com/dccsillag/moremath.typ/main/moremath.typ
typst
MIT License
// === GENERIC === // A handy thing to slightly increase parentheses size. E.g.: // `big((x - y) - (y - z))` will make the external parentheses a bit bigger #let big(x) = math.lr(x, size: 150%) #let bigp(x) = big($(#x)$) // A wrapper to number a single equation #let numbered(x) = { set math.equation(numbering: "(1)...
https://github.com/litchipi/docgen
https://raw.githubusercontent.com/litchipi/docgen/main/.invoice.typ
typst
#set page( paper: "a4", margin: 8%, ) #set text(font: "Roboto", 13pt) #let table_color() = rgb(110, 140, 180, 205) #let horiz_line_color() = rgb(53, 80, 220, 100) #let sep_par() = 28pt #grid( columns: (1fr, auto), align(left, text(23pt)[Timothée CERCUEIL]), align(right)[LOGO ICI] ) #align(left, text(14pt)[...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/guide/all-in-one-inputs.typ
typst
Apache License 2.0
=== Example: get output from input get output with *single input file*: ```ts const mainContent = 'Hello, typst!'; // into vector format await $typst.vector({ mainContent }); // into svg format await $typst.svg({ mainContent }); // into pdf format await $typst.pdf({ mainContent }); // into canvas operations await $ty...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/039_Theros%3A%20Beyond%20Death.typ
typst
#import "@local/mtgset:0.1.0": conf #show: doc => conf("Theros: Beyond Death", doc) #include "./039 - Theros: Beyond Death/001_Theros Beyond Death Story Summary.typ"
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/04-opentype/designspace.typ
typst
Other
#import "/lib/draw.typ": * #import "/template/lang.typ": khmer #let start = (0, 0) #let end = (900, 580) #let graph = with-unit((ux, uy) => { // mesh((0, 0), (1000, 600), (100, 100), stroke: 1pt + gray) shape( ((150, 200), (150, 150)), ((150, 400), (150, 350)), ((250, 500), (200, 500)), ((750, 50...
https://github.com/chendaohan/bevy_tutorials_typ
https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/08_queries/queries.typ
typst
#set page(fill: rgb(35, 35, 38, 255), height: auto, paper: "a3") #set text(fill: color.hsv(0deg, 0%, 90%, 100%), size: 22pt, font: "Microsoft YaHei") #set raw(theme: "themes/Material-Theme.tmTheme") = 1. 查询 查询可以让你访问实体的组件。使用 Query 系统参数,你可以指定要访问的数据,并可选择额外的过滤器。 你在 Query 中输入的类型,作为你想要访问的实体的“规范”。查询将匹配符合你规范的 ECS 世界中的哪些实体。然...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/digit-group-size/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": num, metro-setup #set page(width: auto, height: auto) #num[1234567890] #num(digit-group-size: 5)[1234567890] #num(digit-group-other-size: 2)[1234567890]
https://github.com/weeebdev/cv
https://raw.githubusercontent.com/weeebdev/cv/main/modules/education.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Education") #cvEntry( title: [Master of Computer Science], society: [Nazarbayev University, Astana], date: [2022 - 2024], location: [Kazakhstan], logo: "../src/logos/ucla.png", description: list( [Thesis: Federated Learning for Wearab...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/shop-posters/large_format_laser-prohibited_materials.typ
typst
#import "/meta-environments/env-posters.typ": * #show: doc => large_poster( title: "Prohibited Materials", category: "Large Format Laser", authors: ("<NAME> <<EMAIL>>",), doc ) // Content goes here #block[ #set text(size: 32pt) #let pro_materials = csv("/data-reference/large_format_laser/prohibited_materia...
https://github.com/morrisfeist/cvgen
https://raw.githubusercontent.com/morrisfeist/cvgen/master/template/theme.typ
typst
MIT License
#import "data.typ": data #let theme = (:) #{ for (key, value) in json(sys.inputs.THEME).at(data.theme.flavor).colors { theme.insert(key, rgb(value.hex)) } theme.insert("primary", theme.at(data.theme.primary)) theme.insert("secondary", theme.at(data.theme.secondary)) }
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/upsa-bo/estudio-de-factibilidad/template/estudio-de-factibilidad.typ
typst
MIT License
#import "../lib.typ": * #show: estudio-de-factibilidad.with( título: [Estudio de Factibilidad], materia: [SIGLA: Proyectos], fecha: [Segundo Semestre, 2024], docente: [Ing. <NAME>], estudiantes: [ Estudiante 1 Nombre#super[4] \ Estudiante 2 Nombre#super[5] \ ], facultades-carreras: [ #super[4...
https://github.com/LDemetrios/TypstTuringMachine
https://raw.githubusercontent.com/LDemetrios/TypstTuringMachine/main/README.md
markdown
# The Turing Machine in Typst You all know that Typst is Turing-complete, right? Well, I wrote an actual Turing Machine! ### But why? Well, I had a lab in University with task to write several programs in TM language. And all the interpreters I found on internet are quite slow or have an inconvenient interface, so...
https://github.com/lxl66566/my-college-files
https://raw.githubusercontent.com/lxl66566/my-college-files/main/信息科学与工程学院/电子认识实习/report.typ
typst
The Unlicense
// typst 0.10.0 #import "../template.typ": * #import "@preview/mitex:0.2.2": * #import "@preview/tablem:0.1.0": tablem #let project( title: "电子认识实习", authors: ("absolutex"), body, ) = { set document(author: authors, title: title) set text(font: 字体.宋体, size: 字号.小四, lang: "zh", region: "cn") set page( ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/features_04.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test number type. #set text(number-type: "old-style") 0123456789 \ #text(number-type: auto)[0123456789]
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-AB00.typ
typst
Apache License 2.0
#let data = ( (), ("ETHIOPIC SYLLABLE TTHU", "Lo", 0), ("ETHIOPIC SYLLABLE TTHI", "Lo", 0), ("ETHIOPIC SYLLABLE TTHAA", "Lo", 0), ("ETHIOPIC SYLLABLE TTHEE", "Lo", 0), ("ETHIOPIC SYLLABLE TTHE", "Lo", 0), ("ETHIOPIC SYLLABLE TTHO", "Lo", 0), (), (), ("ETHIOPIC SYLLABLE DDHU", "Lo", 0), ("ETHIOPIC ...
https://github.com/CodeHex16/documentazione
https://raw.githubusercontent.com/CodeHex16/documentazione/main/template/documenti.typ
typst
#let documento( titolo: "Titolo del documento", email: "<EMAIL>", data: [], versione : [0.1.0], presenze: ( ), contenuto, ) = { set text(font: "Noto Sans") set text(size: 12pt) set par(justify: true, linebreaks: "optimized",first-line-indent:1em) show link : set text(font:"Jetbrains Mono"); gr...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2005/WS-10.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Women's Singles (1 - 32)", table( columns: 4, [Ranking], [Player], [Country/Region], [Rating], [1], [ZHANG Yining], [CHN], [2946], [2], [GUO Yue], [CHN], [2686], [3], [GUO Yan], [CHN], [2667], [4], [NIU Jianfeng], ...
https://github.com/Otto-AA/definitely-not-tuw-thesis
https://raw.githubusercontent.com/Otto-AA/definitely-not-tuw-thesis/main/template/content/main.typ
typst
MIT No Attribution
#import "@preview/definitely-not-tuw-thesis:0.1.0": flex-caption = Once upon an ipsum #lorem(100) = There was a long ipsum In @tuwi-logo, we can see the TUWI Logo, followed by @some-table and @lorem-ipsum-alg. The algorithm was discussed here: @team2019people. #figure( image("../graphics/TUWI-Logo-Code.png", wid...
https://github.com/AHaliq/DependentTypeTheoryReport
https://raw.githubusercontent.com/AHaliq/DependentTypeTheoryReport/main/chapters/chapter3/index.typ
typst
#import "../../preamble/dtt.typ": * #import "../../preamble/catt.typ": * #import "@preview/curryst:0.3.0": rule, proof-tree #import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge #import "@preview/cetz:0.2.2" = Intensional Type Theory (ITT) We now attempt to redefine propositional equality that has the n...
https://github.com/wuespace/vos
https://raw.githubusercontent.com/wuespace/vos/main/vo/lizvo.typ
typst
#import "@preview/delegis:0.3.0": * #show: delegis.with( logo: image("wuespace.svg"), title: "Vereinsordnung zu Lizenzen im WüSpace e. V.", abbreviation: "LizVO", resolution: "2. Vorstandsbeschluss vom 23.05.2024, 2024/V-27", draft: false, in-effect: "23.05.2024" ) #heading(outlined: false, numbering: non...
https://github.com/vaibhavjhawar/typst-cv-template1
https://raw.githubusercontent.com/vaibhavjhawar/typst-cv-template1/main/README.md
markdown
MIT License
# Typst Resume/CV Template A Typst Resume/CV template Inspired by <NAME> Graduate CV LaTex template ## Requires Compilation of this project requires the following: - [Typst CLI](https://github.com/typst/typst) - [Fontin Fonts](https://www.exljbris.com/fontin.html) ## Preview See [cv1.pdf](https://github.com/vai...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/edge_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Error: 21-23 expected "ascender", "cap-height", "x-height", "baseline", "bounds", or length, found array // #set text(top-edge: ())
https://github.com/mabeh19/typst.nvim
https://raw.githubusercontent.com/mabeh19/typst.nvim/master/README.md
markdown
# Typst.nvim __Very__ small script for automatically watching typst files and viewing them with xdg-open.
https://github.com/mrcinv/nummat-typst
https://raw.githubusercontent.com/mrcinv/nummat-typst/master/01_julia.typ
typst
#import "admonitions.typ": opomba #import "julia.typ": jlfb, jlf, repl, code_box, pkg, blk, readlines = Uvod v programski jezik Julia V knjigi bomo uporabili programski jezik #link("https://julialang.org/")[Julia]. Zavoljo učinkovitega izvajanja, uporabe #link("https://docs.julialang.org/en/v1/manual/types/")[dinamič...
https://github.com/Sckathach/adversarial-gnn-based-ids
https://raw.githubusercontent.com/Sckathach/adversarial-gnn-based-ids/main/mini-survey/neurips.typ
typst
// Workaround for the lack of an `std` scope. #let std-bibliography = bibliography // Metrical size of page body. #let viewport = ( width: 5.5in, height: 9in, ) // Default font sizes from original LaTeX style file. #let font-defaults = ( tiny: 7pt, scriptsize: 7pt, footnotesize: 9pt, small: ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/smartquotes_04.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Error: 25-45 expected 2 quotes, found 4 quotes // #set smartquote(quotes: (single: ("'",) * 4))
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/commute/0.1.0/example.typ
typst
Apache License 2.0
#import "@preview/commute:0.1.0": node, arr, commutative-diagram A minimal diagram #align(center, commutative-diagram( node((0, 0), [$X$]), node((0, 1), [$Y$]), node((1, 0), [$X \/ "ker"(f)$]), arr((0, 0), (0, 1), [$f$]), arr((1, 0), (0, 1), [$tilde(f)$], label-pos: -1em, "dashed", "inj"), arr((0, 0), (1, ...
https://github.com/Enter-tainer/typst-preview
https://raw.githubusercontent.com/Enter-tainer/typst-preview/main/docs/standalone.typ
typst
MIT License
#import "./book.typ": book-page #import "./templates/gh-page.typ": page-width, is-dark-theme #import "@preview/fontawesome:0.1.0": * #import "@preview/colorful-boxes:1.1.0": * #show: book-page.with(title: "Configuration") #show link: underline = Use Without VSCode The `typst-preview` cli tool can be used to preview ...
https://github.com/sa-concept-refactoring/doc
https://raw.githubusercontent.com/sa-concept-refactoring/doc/main/abstract-image.typ
typst
#set align(center) #show raw: it => { let backgroundColor = luma(0xF0) if (it.block) { block( fill: backgroundColor, inset: 8pt, radius: 5pt, it, ) } else { box( fill: backgroundColor, outset: 2pt, radius: 2pt, it, ) } } == Inline Concept Requir...
https://github.com/0x1B05/nju_os
https://raw.githubusercontent.com/0x1B05/nju_os/main/book_notes/content/review.typ
typst
#import "../template.typ": * = 简介 操作系统三座大山: 虚拟化,并发,持久化 总目标: easy to use 设计目标:高性能,低能耗,保护(隔离),可靠性(系统崩溃了,寄) #tip("Tip")[ 其他目标:节能,安全性,可移植性.... ] 早期操作系统,就是一个库。 -> 有了保护 -> 多程序 -> 现代 = CPU 虚拟化 == 进程 问题:1个CPU如何制造出有许多CPU的假象? 答:多个程序之间来回切换。(time-sharing) 如何实现? - machinery low lever 机制: time-sharing - 高级策略:调度策略 进程的抽象: 进程是...
https://github.com/mintyfrankie/brilliant-CV
https://raw.githubusercontent.com/mintyfrankie/brilliant-CV/main/utils/lang.typ
typst
Apache License 2.0
#let isNonLatin(lang) = { let nonLatinLanguageCode = ("zh", "ja", "ko", "ru") return nonLatinLanguageCode.contains(lang) }
https://github.com/mem-courses/calculus
https://raw.githubusercontent.com/mem-courses/calculus/main/note-2/4.重积分.typ
typst
#import "../template.typ": * #show: project.with( course: "Calculus II", course_fullname: "Calculus (A) II", course_code: "821T0160", semester: "Spring-Summer 2024", title: "Note #4: 重积分", authors: ( ( name: "memset0", email: "<EMAIL>", id: "3230104585", ), ), date: "April 9, ...
https://github.com/Mouwrice/thesis-typst
https://raw.githubusercontent.com/Mouwrice/thesis-typst/main/main.typ
typst
#import "lib.typ": * #show: template.with( title: [Air Drumming: Applied on-device body pose estimation], abstract: [ Body pose estimation is a new and exciting field in Computer Vision. It allows for the estimation of the position of key body parts in images or videos. In this paper, we explore the use of Medi...
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Languages/Markdown.md
markdown
--- html: embed_local_images: true # 设置为 true,那么所有的本地图片将会被嵌入为 base64 格式 embed_svg: true offline: false # toc: undefined # 默认是缺省的,目录会被启动,但是不会显示。可以设置为 true 或 false,来主动 显示 或 隐藏 # 导出设置 puppeteer: landscape: false format: "A4" # timeout: 3000 markdown: image_dir: ./assets # path: ou...
https://github.com/AntonioSilva03/CurriculumVitae
https://raw.githubusercontent.com/AntonioSilva03/CurriculumVitae/main/Curriculum em Português/lib.typ
typst
#import "@preview/fontawesome:0.2.1": * #import "@preview/linguify:0.4.0": * // const color #let color-darknight = rgb("#131A28") #let color-darkgray = rgb("#333333") #let color-gray = rgb("#5d5d5d") #let default-accent-color = rgb("#262F99") // const icons #let linkedin-icon = box( fa-icon("linkedin", fill: color-...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.0.1/lib.typ
typst
Apache License 2.0
#import "canvas.typ": canvas #import "draw.typ" #import "coordinate.typ" #import "vector.typ" #import "matrix.typ" // These are aliases to prevent name collisions // You can use them for importing the module into the // root namespace: // #import "@.../cetz": canvas, cetz-draw #let cetz-draw = draw #let cetz-vector ...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/034%20-%20Dominaria/002_Return%20to%20Dominaria%3A%20Episode%202.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Return to Dominaria: Episode 2", set_name: "Dominaria", story_date: datetime(day: 22, month: 03, year: 2018), author: "<NAME>", doc ) Liliana strode through the Morass under the hazy dawn light, the muddy grass dragging at her clothes. Ahea...
https://github.com/k-84mo10/typst_modification
https://raw.githubusercontent.com/k-84mo10/typst_modification/main/tests/typ/meta/bibliography-ordering.typ
typst
Apache License 2.0
#set page(width: 300pt) @mcintosh_anxiety, @psychology25 @netwok, @issue201, @arrgh, @quark, @distress, @glacier-melt, @issue201, @tolkien54, @sharing, @restful #bibliography("/files/works.bib")
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/image_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test loading different image formats. // Load an RGBA PNG image. #image("/assets/files/rhino.png") // Load an RGB JPEG image. #set page(height: 60pt) #image("/assets/files/tiger.jpg")
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/weave/0.2.0/README.md
markdown
Apache License 2.0
# weave A helper library for chaining lambda abstractions, imitating the `|>` or `.` operator in some functional languages. The function `compose` is the `pipe` function in the mathematical order. Functions suffixed with underscore have their arguments flipped. ## Changelog - 0.2.0 Redesigned interface to work with t...
https://github.com/jeffa5/typst-cambridge
https://raw.githubusercontent.com/jeffa5/typst-cambridge/main/thesis/manual-3.typ
typst
MIT License
#import "cambridge.typ": * #show: chapter = Work piece 2 #lorem(300) == Some context #lorem(800)
https://github.com/Area-53-Robotics/53B-Notebook-Over-Under-2023-2024
https://raw.githubusercontent.com/Area-53-Robotics/53B-Notebook-Over-Under-2023-2024/master/entries/mid_season/cata_fix.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/templates/entries.typ": * #import "/templates/headers.typ": * #import "/templates/text.typ": * #create_default_entry( title: [Catapult Maintenance], date: [November 17th, 2023], witness: [Juan], design: [Deb], content: [ #box_header( title: [Cata Fix], color: red.lighte...
https://github.com/yingziyu-llt/blog
https://raw.githubusercontent.com/yingziyu-llt/blog/main/typst_document/linear_algebra/main.typ
typst
#import "template.typ": * #show: template.with( // 笔记标题 title: [线性代数], // 在页眉展示的短标题(选填) short-title: "线性代数学习笔记", // 笔记描述(选填) description: [ 此笔记基于LADR(Linear Algebra Done Right) 5th edition \ 2024 Summer ], // 笔记创建日期(选填) date: datetime(year: 2024, month: 7, day: 2), // 作者信息(除 name 外,其他参数选填) au...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/place-float-auto_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Error: 2-45 floating placement must be `auto`, `top`, or `bottom` // #place(center + horizon, float: true)[Hello]
https://github.com/denizenging/site
https://raw.githubusercontent.com/denizenging/site/master/page/links/index.tr.typ
typst
#import "@local/pub-page:0.0.0": * #show: template( title: "Bağlantılar", menu: (4, "link"), links: ( ( "ORCID iD", "ORCID iD, araştırmacılar ve yayınları için eşsiz bir kimlik sağlar.", "https://orcid.org/0009-0004-9445-8502", "img/orcid.webp", ), ( "GitHub", "GitHub, yazılım projelerimin b...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/hydra/0.3.0/src/util/queryable-functions.typ
typst
Apache License 2.0
/// A list of queryable element functions. #let queryable-functions = ( bibliography, cite, figure, footnote, heading, locate, math.equation, metadata, ref, )
https://github.com/mattyoung101/uqthesis_eecs_hons
https://raw.githubusercontent.com/mattyoung101/uqthesis_eecs_hons/master/pages/appendices/example.typ
typst
ISC License
// TODO auto increment "Appendix A, B, etc." = Appendix A: Example appendix #lorem(100) ```c #include <stdio.h> int main(int argc, char *argv[]) { printf("Hello, world!\n"); return 0; } ``` #lorem(10)
https://github.com/bpkleer/typst-academicons
https://raw.githubusercontent.com/bpkleer/typst-academicons/main/README.md
markdown
MIT License
# typst-use-academicons A Typst library for Academicons through the desktop fonts. This is based on the code from `duskmoon314` and the package for [**typst-fontawesome**](https://github.com/duskmoon314/typst-fontawesome). p.s. The library is based on the Academicons desktop fonts (v1.9.4) ## Usage ### Install the...
https://github.com/TOD-theses/paper-T-RACE
https://raw.githubusercontent.com/TOD-theses/paper-T-RACE/main/appendix.typ
typst
#import "utils.typ": colls = Overview of Generative AI Tools Used I used #link("http://grammarly.com/")[Grammarly] to improve the readability of the text. The whole work was analyzed and I applied several small suggestions. = Case studies == Analysis of definition differences <app:analysis-of-definition-differences...
https://github.com/benjamineeckh/kul-typst-template
https://raw.githubusercontent.com/benjamineeckh/kul-typst-template/main/tests/test-work/test.typ
typst
MIT License
#let page-is-inserted(loc) = { let pairs = state("chapter-markers").at(loc) if pairs == none { return false } // page is inserted if surrounded by end- and start-marker for any chapter return pairs.any(((end-page, start-page)) => { loc.page() > end-page and loc.page() < start-page }) } #set heading(numbe...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/t4t/0.1.0/def.typ
typst
Apache License 2.0
// Defaults #let if-true( test, default, value ) = if test { return default } else { return value } #let if-false( test, default, value ) = if not test { return default } else { return value } #let if-none( default, value ) = if value == none { return default } else { return value } #let if-auto( default...
https://github.com/nath-roset/suiviProjetHekzamGUI
https://raw.githubusercontent.com/nath-roset/suiviProjetHekzamGUI/master/typ%20sources/Rapport%20de%20Gestion.typ
typst
Apache License 2.0
#import "template.typ": base #show: doc => base( // left_header:[], right_header : [Equipe scan-GUI-Printemps-2024], title: [Projet Hekzam-GUI - Printemps-2024], subtitle: [Rapport de gestion], version: [], authors:( ( name: "<NAME>", affiliation:"Université Paul Sabatier", email:"Licence In...
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/build-wedges/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: "Build: Pushing Robots", type: "build", date: datetime(year: 2023, month: 10, day: 6), author: "<NAME>", witness: "<NAME>", ) #grid( columns: (1fr, 1fr), gutter: 20...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/universal-hit-thesis/0.2.0/harbin/bachelor/conf.typ
typst
Apache License 2.0
#import "../../common/theme/type.typ": 字体, 字号 #import "components/typography.typ": main-format-heading, special-chapter-format-heading #import "utils/numbering.typ": heading-numbering #import "config/constants.typ": special-chapter-titles #import "config/constants.typ": current-date #import "utils/states.typ": thesis-i...
https://github.com/EricWay1024/Homological-Algebra-Notes
https://raw.githubusercontent.com/EricWay1024/Homological-Algebra-Notes/master/ha/6-df.typ
typst
#import "../libs/template.typ": * = Derived Functors <derived-functor> == Homological $delta$-functors @weibel[Section 2.1]. The next two definitions are stated separately for clarity. #definition[ Let $cA, cB$ be abelian categories. A *homological $delta$-functor* $T$ from $cA$ to $cB$ is a collection of additi...
https://github.com/augustebaum/petri
https://raw.githubusercontent.com/augustebaum/petri/main/tests/fletcher/two-concurrent-processes/test.typ
typst
MIT License
#import "/src/lib.typ": * #set page(width: auto, height: auto, margin: 1cm) #import "@preview/fletcher:0.4.2" as fletcher: edge /// node distance=2cm, /// on grid, /// every transition/.style={fill=black,minimum width=.1cm, minimum height=0.9cm}, /// every place/.style={fill=red!25,draw=red!75}, /// every label/...
https://github.com/SergeyGorchakov/russian-phd-thesis-template-typst
https://raw.githubusercontent.com/SergeyGorchakov/russian-phd-thesis-template-typst/main/common/acronyms.typ
typst
MIT License
#let acronyms-entries = {( ( key: "si", short: "СИ", long: "Система интернациональная", ), ( key: "ацп", short: "АЦП", long: "Аналого-Цифровой Преобразователь", ), )}
https://github.com/ana-jiangR/Himcm-Typst-Template
https://raw.githubusercontent.com/ana-jiangR/Himcm-Typst-Template/main/README.md
markdown
MIT License
## HIMCM Typst Template(Under Development) ⚠Warning: This project remains unfinished. *HIMCM-Typst-Template* provides a template and toolset for HIMCM [High School Mathematical Contest in Modeling](https://www.contest.comap.com/highschool/contests/himcm/index.html) participants to create well-formatted competitio...
https://github.com/pornmanut/resume
https://raw.githubusercontent.com/pornmanut/resume/main/resume.typ
typst
#import "template.typ": * #set page( margin: ( left: 10mm, right: 10mm, top: 15mm, bottom: 15mm ), ) #set text(font: "Mulish") #show: project.with( theme: rgb("#4B2885"), first_name: "Pornmanut", last_name: "Hormsgasorn", title: "Software Engineer", profile_img: "assets/portrait/pro...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/matrix-gaps_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set math.cases(gap: 1em) $ x = cases(1, 2) $
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1E7E0.typ
typst
Apache License 2.0
#let data = ( ("ETHIOPIC SYLLABLE HHYA", "Lo", 0), ("ETHIOPIC SYLLABLE HHYU", "Lo", 0), ("ETHIOPIC SYLLABLE HHYI", "Lo", 0), ("ETHIOPIC SYLLABLE HHYAA", "Lo", 0), ("ETHIOPIC SYLLABLE HHYEE", "Lo", 0), ("ETHIOPIC SYLLABLE HHYE", "Lo", 0), ("ETHIOPIC SYLLABLE HHYO", "Lo", 0), (), ("ETHIOPIC SYLLABLE GUR...
https://github.com/Dav1com/minerva-report-fcfm
https://raw.githubusercontent.com/Dav1com/minerva-report-fcfm/master/docs/preamble.typ
typst
MIT No Attribution
#import "../minerva-report-fcfm.typ" as minerva #let main-file = read("../minerva-report-fcfm.typ") #let lib-files = { let names = ("departamentos", "footer", "front", "header", "rules", "states", "util") let dict = (:) for name in names { dict.insert(name, read("../lib/" + name + ".typ")) } dict }
https://github.com/Sematre/typst-letter-pro
https://raw.githubusercontent.com/Sematre/typst-letter-pro/main/template/src/main.typ
typst
MIT License
#import "@preview/letter-pro:2.1.0": letter-simple #set text(lang: "de") #show: letter-simple.with( sender: ( name: "<NAME>", address: "Deutschherrenufer 28, 60528 Frankfurt", extra: [ Telefon: #link("tel:+4915228817386")[+49 152 28817386]\ E-Mail: #link("mailto:<EMAIL>")[<EMAIL>]\ ], ...