repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/hitszosa/universal-hit-thesis
https://raw.githubusercontent.com/hitszosa/universal-hit-thesis/main/harbin/bachelor/utils/states.typ
typst
MIT License
#import "../config/constants.typ": current-date #let thesis-info-state = state( "thesis-info", ( title-cn: "", title-en: "", author: "▢▢▢", student-id: "▢▢▢▢▢▢▢▢▢▢", supervisor: "▢▢▢ 教授", profession: "▢▢▢ 专业", collage: "▢▢▢ 学院", institute: "哈尔滨工业大学", year: current-date.year(), ...
https://github.com/KhalilAMARDJIA/booker
https://raw.githubusercontent.com/KhalilAMARDJIA/booker/master/_extensions/booker/typst-show.typ
typst
// Typst custom formats typically consist of a 'typst-template.typ' (which is // the source code for a typst template) and a 'typst-show.typ' which calls the // template's function (forwarding Pandoc metadata values as required) // // This is an example 'typst-show.typ' file (based on the default template // that shi...
https://github.com/curvenote-templates/ncssm
https://raw.githubusercontent.com/curvenote-templates/ncssm/main/template.typ
typst
MIT License
#import "ncssm.typ": * [-IMPORTS-] #let tableStyle = ( map-cells: cell => { if (cell.y == 0) { return (..cell, content: strong(text(cell.content, 9pt))) } (..cell, content: text(cell.content, 9pt)) }, auto-vlines: false, map-hlines: line => { if (line.y == 0 or line.y == 1) { line....
https://github.com/saurabtharu/Internship-repo
https://raw.githubusercontent.com/saurabtharu/Internship-repo/main/Internship%20Report%20-%20typst/chapters/0-cover.typ
typst
#import "../template.typ": * #align(center, image("../images/TU Logo.svg",height: 19%) ) #align(center, text(16pt)[ *Tribhuvan University \ Institute of Science and Technology \ \ Asian College of Higher Studies \ Ekantakuna, Lalitpur, Nepal* \ \ ]) #align(center, text(14pt)[ ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/plotst/0.1.0/README.md
markdown
Apache License 2.0
# A plotting library for Typst A Typst library for drawing graphs and plots. Made by Gewi413 and Pegacraffft ## Currently supported graphs - Scatter plots - Graph charts - Histograms - Bar charts - Pie charts - Overlaying plots/charts (more to come) ## How to use To use the package you can import it throug...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/array-00.typ
typst
Other
// Ref: true #set page(width: 150pt) // Empty. #() // Not an array, just a parenthesized expression. #(1) // One item and trailing comma. #(-1,) // No trailing comma. #(true, false) // Multiple lines and items and trailing comma. #("1" , rgb("002") ,)
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/print-unity-mantissa/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": num, metro-setup #set page(width: auto, height: auto) #num(1, e: 4) #num(1, e: 4, print-unity-mantissa: false)
https://github.com/k0tran/cont_labs
https://raw.githubusercontent.com/k0tran/cont_labs/master/reports/lab2.typ
typst
#import "template.typ": * #show: lab.with(n: 2) #align(center)[#text(size: 17pt)[*Предисловие*]] Перед началом хода лабораторной работы стоит сказать несколько слов про её предыдущую версию. Дело в том, что вся работа уже была выполнена за исключением одной небольшой детали -- использовались статичные айпишники вида ...
https://github.com/tfachmann/unveiling-the-dark-arts-of-rotations
https://raw.githubusercontent.com/tfachmann/unveiling-the-dark-arts-of-rotations/main/tfachmann-theme.typ
typst
#import "@preview/polylux:0.3.1": * #import logic #let simple-footer = state("simple-footer", []) #let simple-theme( aspect-ratio: "16-9", footer: [], background: white, foreground: black, body ) = { set page( paper: "presentation-" + aspect-ratio, margin: 2em, header: none, footer: none,...
https://github.com/clementjumel/resume-template
https://raw.githubusercontent.com/clementjumel/resume-template/main/resume-english.typ
typst
#import "template.typ": * #show: resume.with( author: "<NAME>", description: [Member of the Night's Watch, Bastard of Winterfell, King in the North], phone: "+00 1 23 45 67 89", location: "Westeros", email: "<EMAIL>", github: "https://github.com/johnsnow", linkedin: "https://www.linkedin.com/in/johnsnow/...
https://github.com/The-Notebookinator/notebookinator
https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/packages.typ
typst
The Unlicense
#import "@preview/tablex:0.0.8" #import "@preview/showybox:2.0.1" #import "@preview/timeliney:0.0.1" #import "@preview/cetz:0.2.0"
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/06-features-2/virama-pos.typ
typst
Other
#import "/lib/draw.typ": * #import "/template/lang.typ": hind #let start = (0, 0) #let end = (1000, 1000) #let _diamond = (point, offset, fill, ..args) => { let (x, y) = point shape( (x, y - offset), (x + offset, y), (x, y + offset), (x - offset, y), fill: fill, ..args.named(), ) } #let...
https://github.com/dashuai009/dashuai009.github.io
https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/005/005.typ
typst
#let date = datetime( year: 2022, month: 5, day: 14, ) #metadata(( "title": "angular服务端渲染", "author": "dashuai009", description: "", pubDate: date.display(), subtitle: [angular,angular_universal,ssr], ))<frontmatter> #import "../../__template/style.typ": conf #show: conf #date.display(); #outline() ...
https://github.com/HEIGVD-Experience/docs
https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S4/ARO/docs/8-Pipeline/pipeline-aleas.typ
typst
#import "/_settings/typst/template-note.typ": conf #show: doc => conf( title: [ Pipeline aléas ], lesson: "ARO", chapter: "8 - Pipeline", definition: "TBD", col: 1, doc, ) = Dépendances Deux instructions ont une dépendance si elles ont besoin de la même chose pour fonctionner correctement, comme un m...
https://github.com/linhduongtuan/DTU-typst-presentation
https://raw.githubusercontent.com/linhduongtuan/DTU-typst-presentation/main/slide_sections.typ
typst
#import "slides.typ": * #import "slide_footnotes.typ": * // Meine eigene Implementation für ein Inhaltsverzeichnis. // Überschreibt die Standardfunktion "new-section" aus "slides.typ" #let new-section(title) = { // Und eine neue Folie wird erzeugt, zusammen mit einer Überschrift. slide(theme-variant: "section-sli...
https://github.com/ralphmb/typst-template-stats-dissertation
https://raw.githubusercontent.com/ralphmb/typst-template-stats-dissertation/main/writeup/sections/introduction.typ
typst
Apache License 2.0
In this project we hope to examine...\ We will first look at... \ Afterwards we will look at...\ #heading([Notes], outlined: false, numbering: none) // No numbering - I didn't want this to show up in contents or change numbering of later sections. #let wordcount = 10000 Word count excluding bibliography, appendices ...
https://github.com/SergeyGorchakov/russian-phd-thesis-template-typst
https://raw.githubusercontent.com/SergeyGorchakov/russian-phd-thesis-template-typst/main/parts/part2.typ
typst
MIT License
#import "../lib.typ": * #part_count.step() // Обновление счетчика разделов #show: fix-indent() = Длинное название главы, в которой мы смотрим на примеры того, как будут верстаться изображения и списки <ch2> == Одиночное изображение <ch2:sec1> Вставить одиночное изображение можно следующим образом: #figure( image(...
https://github.com/SkiFire13/master-thesis
https://raw.githubusercontent.com/SkiFire13/master-thesis/master/chapters/background/2-tuples.typ
typst
#import "../../config/common.typ": * == Tuples In order to define systems of fixpoint equations we will need to refer to multiple equations/variables/values together, and to do that we will use $n$-tuples. We now introduce some basic notions regarding tuples, along with some convenient notation for referring to them ...
https://github.com/MLAkainu/Network-Comuter-Report
https://raw.githubusercontent.com/MLAkainu/Network-Comuter-Report/main/metadata.typ
typst
Apache License 2.0
#let meta = ( course-name: "Mạng máy tính", course-id: "CO3094", title: "DEVELOP A SIMPLE FILE-SHARING APPLICATION", semester: 231, date: "11/2023", students: ( "2110527": "<NAME>", "2112594": "<NAME>", "2110342": "<NAME>" ), advisor: "<NAME>", )
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/while-04.typ
typst
Other
// Error: 2:2-2:24 loop seems to be infinite #let i = 1 #while i > 0 { i += 1 }
https://github.com/grodino/uni-rennes-typst
https://raw.githubusercontent.com/grodino/uni-rennes-typst/main/src/colors.typ
typst
MIT License
#let primary = (dark: rgb("#000000"), light: rgb("#ffffff")) #let accent-green = (dark: rgb("#007852"), light: rgb("#65b32e")) #let accent-cyan = (dark: rgb("#004070"), light: rgb("#00abe4")) #let accent-blue = (dark: rgb("#3a1c67"), light: rgb("#4054a1")) #let accent-purple = (dark: rgb("#751b74"), light: rgb("#a877b2...
https://github.com/adfaure/invoice-template
https://raw.githubusercontent.com/adfaure/invoice-template/main/example.typ
typst
MIT License
#import "invoice.typ" : invoice #let my-information = ( name: [<NAME>], // Only in france ? siret: [00000000000000], immatriculation: [], mail: [#link("mailto:<EMAIL>")], address: [ 1 road Somewhere \ Anywhere ], tel: [+00000000000], conditions: [ ] ) // This is the client info, needs to ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10A00.typ
typst
Apache License 2.0
#let data = ( ("KHAROSHTHI LETTER A", "Lo", 0), ("KHAROSHTHI VOWEL SIGN I", "Mn", 0), ("KHAROSHTHI VOWEL SIGN U", "Mn", 0), ("KHAROSHTHI VOWEL SIGN VOCALIC R", "Mn", 0), (), ("KHAROSHTHI VOWEL SIGN E", "Mn", 0), ("KHAROSHTHI VOWEL SIGN O", "Mn", 0), (), (), (), (), (), ("KHAROSHTHI VOWEL LENGT...
https://github.com/r8vnhill/apunte-bibliotecas-de-software
https://raw.githubusercontent.com/r8vnhill/apunte-bibliotecas-de-software/main/Unit2/Extension.typ
typst
== Funciones de Extensión Las funciones de extensión en Kotlin permiten añadir nuevas funcionalidades a una clase sin necesidad de heredar de ella o modificar su código original. Estas funciones no modifican la clase extendida de ninguna manera y se resuelven estáticamente, lo que significa que no forman parte de la ...
https://github.com/azduha/typst-templates
https://raw.githubusercontent.com/azduha/typst-templates/main/dite.typ
typst
MIT License
#import "template.typ": * #let data = json.decode("{}") #show: duha.with( title:"Závazná přihláška dítěte", author: "<NAME>" ) #title("Závazná přihláška dítěte", subtitle: "na letní dětský tábor Duha AZ") #v(-0.3em) #credentials(fields: ( "Organizátor:": [ Duha Alternativní Zóna (dále jen Duha AZ) \ ...
https://github.com/herbhuang/utdallas-thesis-template-typst
https://raw.githubusercontent.com/herbhuang/utdallas-thesis-template-typst/main/content/summary.typ
typst
MIT License
#import "/utils/todo.typ": TODO = Summary #TODO[ This chapter includes the status of your thesis, a conclusion and an outlook about future work. ] == Status #TODO[ Describe honestly the achieved goals (e.g. the well implemented and tested use cases) and the open goals here. if you only have achieved goals, you di...
https://github.com/3w36zj6/textlint-plugin-typst
https://raw.githubusercontent.com/3w36zj6/textlint-plugin-typst/main/test/fixtures/Comment/input.typ
typst
MIT License
// This is a comment. // This is another comment. This is a /* comment */. Our study design is as follows: /* Somebody write this up: - 1000 participants. - 2x2 data design. */
https://github.com/ralphmb/typst-template-stats-dissertation
https://raw.githubusercontent.com/ralphmb/typst-template-stats-dissertation/main/writeup/main.typ
typst
Apache License 2.0
#import "./other/template.typ": getHeader #let my_name = "<NAME>" #let thesis_title = "Project Title" #let thesis_domain = "Mathematics and Statistics" #let my_institution = "Coventry University" #set document(author: my_name, title: thesis_title) #set text(font: "New Computer Modern", lang: "en") #set heading(number...
https://github.com/gongke6642/tuling
https://raw.githubusercontent.com/gongke6642/tuling/main/Math/equation.typ
typst
#set text( size:10pt, ) #set page( paper:"a5", margin:(x:1.8cm,y:1.5cm), ) #set par( justify: true, leading: 0.52em, ) = 方程式 一个数学方程式。 可以与文本内嵌显示,也可以作为单独的块显示。 = 例 #image("22.png") = 语法 此函数还具有专用语法:在美元符号内编写数学标记以创建方程式。以至少一个空格开始和结束方程会将其提升到水平居中的单独块中。有关数学语法的更多详细信息,请参阅 math 主页。 = 参数 #image("23.png") = 块 方程式是否显示为单独...
https://github.com/han0126/MCM-test
https://raw.githubusercontent.com/han0126/MCM-test/main/2024亚太杯typst/chapter/chapter1.typ
typst
= 问题重述 == 问题背景 洪水是世界上最严重的自然灾害之一,洪水事件对人类社会自然环境都形成了强烈的冲击。随着全球变暖,气温上升,人类活动的日益影响下,洪水的发生频率和强度都在显著上升,为此,对于洪水灾害的数据分析和预测是十分有必要的。为了有效进行分析和预测,我们需要依据各项指标,通过科学精确的方法建立洪水预测模型,从而提前采取相应措施来降低自然灾害带给人类的影响。 == 问题提出 根据以上背景,以及给出的三个附件,需要解决以下问题: 1. 分析附件'train.csv'中洪水概率与各指标的相关性,提出合理建议和措施。 2. 将洪水概率聚类成不同类别,选取合适指标,建立预警模型。 3. 基于相关性分析,选取合适指标...
https://github.com/linsyking/messenger-manual
https://raw.githubusercontent.com/linsyking/messenger-manual/main/hello%20world.typ
typst
#import "@preview/fletcher:0.4.4" as fletcher: diagram, node, edge #pagebreak() = Hello World in Messenger == Installation To create a simple game in Messenger, the first step is to install the Messenger CLI tool: Messenger CLI is written in Python. You need to install `python>=3.7`. #link("https://pipx.pypa.io/stab...
https://github.com/jomaway/typst-bytefield
https://raw.githubusercontent.com/jomaway/typst-bytefield/main/lib/utils.typ
typst
MIT License
#import "asserts.typ": * // insert a value into an dict and return the dict #let dict-insert-and-return(dict, key, value) = { assert.eq(type(dict), dictionary); assert.eq(type(key), str); dict.insert(key,value); return dict } #let get-field-type(field) = { assert-bf-field(field); return field.at("field-ty...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/post_type_check/user_func_pos.typ
typst
Apache License 2.0
#let tmpl3(font, stroke) = text(font: font, stroke: stroke)[] #tmpl3(("Agency FB"),/* position */)
https://github.com/fontlos/FengruCup-template
https://raw.githubusercontent.com/fontlos/FengruCup-template/main/main.typ
typst
MIT License
#import "template.typ": * #show: frb.with( title: "\"冯如杯\" 竞赛主赛道项目论文 Typst 模板", subtitle: "基于 Typst 的论文模板", header: "北京航空航天大学“冯如杯”竞赛主赛道参赛作品论文模板", author: "Fontlos", abstract-CN: [ 本 Typst 模板是北京航空航天大学大学第三十四届 "冯如杯" 竞赛主赛道论文模板, 相比 Word 排版更加强大, 相比 Latex 模板更加轻量方便快捷 ], keyword-CN...
https://github.com/herbhuang/utdallas-thesis-template-typst
https://raw.githubusercontent.com/herbhuang/utdallas-thesis-template-typst/main/layout/abstract.typ
typst
MIT License
#let abstract(body, lang: "en") = { let title = (en: "Abstract", de: "Zusammenfassung") set page( margin: (left: 30mm, right: 30mm, top: 40mm, bottom: 40mm), numbering: none, number-align: center, ) let body-font = "New Computer Modern" let sans-font = "New Computer Modern Sans" set text( ...
https://github.com/HEIGVD-Experience/docs
https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S5/AMT/docs/4-JDBCandJPA/java-presistence-api.typ
typst
#import "/_settings/typst/template-note.typ": conf #show: doc => conf( title: [ Java Persistence API (JPA) ], lesson: "AMT", chapter: "4. JDBC and JPA", definition: "Definition", col: 1, doc, ) = Object Relational Mapping (ORM) pour Java L'Object Relational Mapping (ORM) est une technique permettant...
https://github.com/TheRealKaup/Journal
https://raw.githubusercontent.com/TheRealKaup/Journal/main/draft/cosmological_argument_book_review.typ
typst
#set text(dir: rtl, font: "<NAME>", size: 12pt, hyphenate: false) #set par(justify: true) #set page( paper: "a4", numbering: "1 / 1" ) #set heading(numbering: "1.") #set outline(indent: auto) #set quote(block: true) #set smartquote(enabled: true) // LTR footnotes in RTL document #show footnote.entry: set text(dir: ...
https://github.com/OverflowCat/typecharts
https://raw.githubusercontent.com/OverflowCat/typecharts/neko/lib.typ
typst
#import "@preview/jogs:0.2.3": * #let echarts = read("echarts.js") #let bytecode = compile-js(echarts) #let render(config, option, theme: none) = { let svg = call-js-function(bytecode, "renderChart", config, option, theme) image.decode(svg) } #let evalRender(config, option, theme: none) = { let svg = eval-js(e...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/place-float-figure_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page(height: 250pt, width: 150pt) = Introduction #lorem(10) #footnote[Lots of Latin] #figure( placement: bottom, caption: [A glacier #footnote[Lots of Ice]], image("/assets/files/glacier.jpg", width: 80%), ) #lorem(40) #figure( pla...
https://github.com/Amelia-Mowers/typst-tabut
https://raw.githubusercontent.com/Amelia-Mowers/typst-tabut/main/doc/example-snippets/group-aggregation.typ
typst
MIT License
#import "@preview/tabut:<<VERSION>>": tabut, group #import "usd.typ": usd #import "example-data/titanic.typ": titanic, classes #tabut( group(titanic, r => r.Pclass), ( (header: [*Class*], func: r => classes.at(r.value)), (header: [*Total Fare*], func: r => usd(r.group.map(r => r.Fare).sum())), ( ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-AB70.typ
typst
Apache License 2.0
#let data = ( ("CHEROKEE SMALL LETTER A", "Ll", 0), ("CHEROKEE SMALL LETTER E", "Ll", 0), ("CHEROKEE SMALL LETTER I", "Ll", 0), ("CHEROKEE SMALL LETTER O", "Ll", 0), ("CHEROKEE SMALL LETTER U", "Ll", 0), ("CHEROKEE SMALL LETTER V", "Ll", 0), ("CHEROKEE SMALL LETTER GA", "Ll", 0), ("CHEROKEE SMALL LETTER...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/gentle-clues/0.4.0/gentle-clues.typ
typst
Apache License 2.0
// gentle-clues #let gc_header-title-lang = state("lang", "en") #let gc_task-counter = counter("gc-task-counter") #let gc_enable-task-counter = state("gc-task-counter", true) #let title_dict = ( abstract: (de: "Einführung", en: "Abstract", fr: "Résumé"), info: (de: "Info", en: "Info", fr: "Info"), question: (de...
https://github.com/GartmannPit/Praxisprojekt-II
https://raw.githubusercontent.com/GartmannPit/Praxisprojekt-II/main/Praxisprojekt%20II/PVA-Templates-typst-pva-2.0/abstract.typ
typst
#let showAbstract()=[ = Abstract // Write your abstract under the heading and remove the edit information Edit your abstract to the document in _abstract.typ_ \ // delete me #lorem(150) // delete me ]
https://github.com/typst-community/org
https://raw.githubusercontent.com/typst-community/org/main/GOVERNANCE.md
markdown
This document describes the governance structure of the project and how decisions are made. ## Organization Governance The following member(s) hold ownership positions over the organization: - [@huwaireb](https://github.com/huwaireb) > [!NOTE] > The numbers of owners is intentionally kept small to allow for quick dec...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/themes/gallery/clean.typ
typst
#import "../../../../polylux.typ": * #import themes.clean: * #set text(font: "Inria Sans") #show: clean-theme.with( footer: [Author, institution], short-title: [Short title], logo: image("dummy-logo.png"), ) #title-slide( title: [Presentation title], subtitle: [Presentation subtitle], authors: ([Author ...
https://github.com/csimide/SEU-Typst-Template
https://raw.githubusercontent.com/csimide/SEU-Typst-Template/master/seu-thesis/parts/abstract-bachelor-fn.typ
typst
MIT License
#import "../utils/fonts.typ": 字体, 字号 #let abstract-conf( cn-abstract: none, cn-keywords: none, en-abstract: none, en-keywords: none, ) = { // 摘要使用罗马字符的页码 set page(numbering: "I", number-align: center) counter(page).update(1) set text(font: 字体.宋体, size: 字号.小四) if not cn-abstract in (none, [], "") or...
https://github.com/Origami404/kaoyan-shuxueyi
https://raw.githubusercontent.com/Origami404/kaoyan-shuxueyi/main/扩展/01-有理分式积分.typ
typst
= 有理分式积分 有理分式是指形如 $P(x) / Q(x)$ 的式子, 其中 $P$ 和 $Q$ 都是多项式. 我们可以假定分子 $P$ 的阶数比 $Q$ 小. 若否, 我们就可以把高次的部分提出来, 从而使积分变为 $R + P'/Q$ 的积分, 其中 $P = R * Q + P'$, $P'$ 的阶数小于 $Q$. 由代数基本定理, 任何多项式 $Q(x)$ 都会有 $n$ 个复根, 所以任何多项式肯定可以表示为一堆一次项和一堆 $Delta < 0$ 二次项的积, 前者代表该多项式的所有实根, 后者代表该多项式的所有复根: $ Q(x) = product_(i = 0)^(n - 1) (x - x_i)^(k_...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/layout/pad.typ
typst
// Test the `pad` function. --- pad-basic --- // Use for indentation. #pad(left: 10pt, [Indented!]) // All sides together. #set rect(inset: 0pt) #rect(fill: conifer, pad(10pt, right: 20pt, rect(width: 20pt, height: 20pt, fill: rgb("eb5278")) ) ) Hi #box(pad(left: 10pt)[A]) there --- pad-expanding-contents -...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/attach-p2_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set text(size: 8pt) // Test that the attachments are aligned horizontally. $ x_1 p_1 frak(p)_1 2_1 dot_1 lg_1 !_1 \\_1 ]_1 "ip"_1 op("iq")_1 \ x^1 b^1 frak(b)^1 2^1 dot^1 lg^1 !^1 \\^1 ]^1 "ib"^1 op("id")^1 \ x_1 y_1 "_"_1 x^1 l^1 "`"^1 attac...
https://github.com/Mouwrice/resume
https://raw.githubusercontent.com/Mouwrice/resume/main/letter.typ
typst
#import "brilliant-CV/template.typ": * #show: layout #set text(size: 12pt) //set global font size #letterHeader( myAddress: [Gent, Belgium], recipientName: [IQGeo], recipientAddress: none, date: [10/04/2024], subject: "Job Application: Software Engineer R&D" ) Dear Sir/Madam, I am writing this brief cover ...
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/7e1810-algo_hw/hw7.typ
typst
#import "@preview/diagraph:0.2.1": * #import "utils.typ": * == HW7 (Week 8) Due: 2024.04.28 === Question 21.1-1 Let $(u,v)$ be a minimum-weight edge in a connected graph $G$. Show that $(u,v)$ belongs to some minimum spanning tree of $G$. #[ #set text(fill: black) #align(center)[ #scale(55%, reflow: true)[ ...
https://github.com/GZTimeWalker/GZ-Typst-Templates
https://raw.githubusercontent.com/GZTimeWalker/GZ-Typst-Templates/main/usage.typ
typst
MIT License
#import "templates/report.typ": * #show: report.with( title: "实验报告实验", subtitle: "尝试使用 Typst 编写实验报告", name: "张三", stdid: "22223333", classid: "实验二班", major: "实验报告编写技术", school: "实验报告学院", time: "2022~2023 学年第二学期", banner: "../images/sysu.png" ) // write your report here #title(content: "尝试使用 Typst 编...
https://github.com/dasayan05/typst-ai-conf-templates
https://raw.githubusercontent.com/dasayan05/typst-ai-conf-templates/master/neurips/neurips.typ
typst
MIT License
#let abstract_fn(doc) = [ #if type(doc) == "content" { // only content blocks allowed as abstract align(center)[ #box(width: 4.5in)[ #align(center)[ #text(size: 12pt)[*Abstract*] ] #align(left)[ #doc ...
https://github.com/maxgraw/bachelor
https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/5-implementation/import.typ
typst
Wie im Kapitel der Konzeption festgelegt, sollen die Modelle und Metadaten mithilfe von verschachtelten Komponenten geladen werden. Hierbei ermöglicht der zuvor definierte Web Component "ar-element-interactive" das Laden von 3D-Modellen und Metadaten. Der Component "ar-option" definiert ein Möbelstück und erhählt den D...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/show-node-12.typ
typst
Other
// Error: 7-25 show is only allowed directly in code and content blocks #(1 + show heading: none)
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Courses/数据库系统/数据库设计理论.typ
typst
--- order: 4 --- #import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "数据库系统", lang: "zh", ) #let null = math.op("null") #let Unknown = math.op("Unknown") #counter(heading).update(3) = 第四部分: 数据库设计理论 == 复杂数据类型 === 面向对象数据库 <OOP> - 在关系数据库中融入面向对象的思想 - Build an #redt[object-oriented data...
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/apa7/template/sections/lists.typ
typst
MIT License
= Lists == Bulleted lists - Item 1 - #lorem(20) - #lorem(20) - #lorem(20) - #lorem(20) - #lorem(20) - #lorem(20) - #lorem(20) - #lorem(10) - #lorem(10) \ // add a line break to separate the list with a new indented paragraph #lorem(30) == Numbered lists + Item 1 + #lorem(20) + #lorem(20) + #lorem(20) + #...
https://github.com/EgorGorshen/typster-scripts
https://raw.githubusercontent.com/EgorGorshen/typster-scripts/main/README.md
markdown
MIT License
# typster-scripts ## tabler скрипт для создания таблиц истиности (note: `<=` тоде самое что `xor` | `->` ) ```sh $ ./tabler "lambda x, y, z: x and y <= z" ``` ```typ #let fal = table.cell( fill: red.lighten(60%) )[False] #let tru = table.cell( fill: green.lighten(60%) )[False] #table( columns: 4, strok...
https://github.com/TillWege/nSim
https://raw.githubusercontent.com/TillWege/nSim/main/paper/main.typ
typst
zlib License
#import "template.typ": * #show: project.with( title: "Simulation von Gravitation im Sonnensystem", subtitle: "Hochschule Rhein-Waal\nFakultät Kommunikation und Umwelt\nMethoden und Werkzeuge der modernen Astronomie", authors: ( "<NAME> (28891)", ), date: "9.July 2024", ) #set heading(numbering: "1.1") ...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/121.%20really.html.typ
typst
really.html What Startups Are Really Like Want to start a startup? Get funded by Y Combinator. October 2009(This essay is derived from a talk at the 2009 Startup School.)I wasn't sure what to talk about at Startup School, so I decided to ask the founders of the startups we'd funded. What hadn't I written abou...
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/1a79a4-example/main.typ
typst
#set heading(numbering: "1.") = Fibonacci sequence The Fibonacci sequence is defined through the recurrence relation $F_n = F_(n-1) + F_(n-2)$. It can also be expressed in _closed form:_ $ F_n = round(1 / sqrt(5) phi.alt^n), quad phi.alt = (1 + sqrt(5)) / 2 $ #let count = 8 #let nums = range(1, count + 1) #let fib(n...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1680.typ
typst
Apache License 2.0
#let data = ( ("OGHAM SPACE MARK", "Zs", 0), ("OGHAM LETTER BEITH", "Lo", 0), ("OGHAM LETTER LUIS", "Lo", 0), ("OGHAM LETTER FEARN", "Lo", 0), ("OGHAM LETTER SAIL", "Lo", 0), ("OGHAM LETTER NION", "Lo", 0), ("OGHAM LETTER UATH", "Lo", 0), ("OGHAM LETTER DAIR", "Lo", 0), ("OGHAM LETTER TINNE", "Lo", 0)...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/docs/tinymist/frontend/helix.typ
typst
Apache License 2.0
#import "/docs/tinymist/frontend/mod.typ": * #show: book-page.with(title: "Tinymist Helix Extension") Run and configure tinymist in helix for Typst. == Features <features> See #link("https://github.com/Myriad-Dreamin/tinymist#features")[Tinymist Features] for a list of features. #include "common-finding-executable....
https://github.com/ctenopoma/SoftwareDesignTypst
https://raw.githubusercontent.com/ctenopoma/SoftwareDesignTypst/main/031.software_function_structure_definition.typ
typst
#import ".\software_designe_templete.typ": * #show: software_requirements.with( title: "データベース構造定義書" ) = 概要 本書は〇〇を対象としたソフトウェアのデータベース構造定義書である。 == 目的 本書の目的は〇〇のデータベース構造を定義することである。 == 参照 本書で参照する図書を示す。 #v(10pt) + 参考図書1 + 参考図書2 == 定義 本書で使用する用語を定義する。 #v(30pt) #tbl(table( columns: 3, [用語], [意味], [備考], [...
https://github.com/Le-foucheur/dotfile
https://raw.githubusercontent.com/Le-foucheur/dotfile/main/.config/Code/User/History/-489ce262/3ylC.typ
typst
#import "transposition.typ": * #import "@preview/drafting:0.2.0": * #let question = counter("questions") #let nonumeq = math.equation.with(block: true, numbering: none) #let dm(x) = box[#nonumeq[#x]] #let dfrac(x, y) = math.frac(dm(x), dm(y)) #let lbar(..args) = math.display(math.cases(delim: "|", ..args)) #let ubar(b...
https://github.com/YouXam/soviet-matrix
https://raw.githubusercontent.com/YouXam/soviet-matrix/main/template/main.typ
typst
MIT License
#import "@preview/soviet-matrix:0.1.0": game #show: game.with(seed: 0) /* Move Left: a Move Right: d Soft Drop: s Hard Drop: f Rotate Left: q Rotate Right: e 180-degree Rotate: w Enter characters below to get started. */
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/feebf7-2023_fall_TA/graphs/graph_1.typ
typst
#import "@preview/cetz:0.1.1" #cetz.canvas({ import cetz.draw: * // Your drawing code goes here let chart(..values, name: none) = { let values = values.pos() let offset = 0 let total = values.fold(0, (s, v) => s + v.at(0)) let segment(from, to) = { merge-path( close: true, ...
https://github.com/touying-typ/touying
https://raw.githubusercontent.com/touying-typ/touying/main/themes/themes.typ
typst
MIT License
#import "default.typ" #import "simple.typ" #import "metropolis.typ" #import "dewdrop.typ" #import "university.typ" #import "aqua.typ" #import "stargazer.typ"
https://github.com/Isaac-Duan/ousr_typst_templates
https://raw.githubusercontent.com/Isaac-Duan/ousr_typst_templates/main/证件照片A4复印排版.typ
typst
MIT License
#set page("a4") // 身份证照片,一页正反面 // 长85.6mm, 高 54.0mm #place( dx: 20%, dy: 10%, image("__身份证正面照片模板.jpg", width: 85.6mm, height: 54.0mm), ) #place( dx: 20%, dy: 60%, image("__身份证反面照片模板.jpg", width: 85.6mm, height: 54.0mm), ) #pagebreak() // 户口本单页照片 // 单页尺寸长143毫米,宽105毫米 #place(...
https://github.com/typst-community/valkyrie
https://raw.githubusercontent.com/typst-community/valkyrie/main/tests/utility.typ
typst
Other
#import "/src/lib.typ" as z #let show-rule(body, ..args) = { set page(height: auto) body } #let utility-expect-eq( schema: none, test: none, truth: none, ) = block.with( width: 100%, inset: 8pt, radius: 4pt, fill: if (z.parse(test, schema, ctx: z.z-ctx(soft-error: true)) == truth) { rgb("#c4e4bd...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS3001/Modules/WritingAnArgument.typ
typst
#import "../../../template.typ": * = How to Argue? *Classical Structure* Introduction #sym.arrow.r Presentation of writer's position #sym.arrow.r Summary of Opposing views #sym.arrow.r response to opposing views #sym.arrow.r conclusion == Classical Appeals #definition[ *Logos*: appear to logic, focuses attention ...
https://github.com/Wybxc/typst-nix
https://raw.githubusercontent.com/Wybxc/typst-nix/main/templates/handout/handout.typ
typst
Apache License 2.0
#let project(title: "", authors: (), date: none, body) = { // Set the document's basic properties. set document(author: authors, title: title) set page(numbering: "1 / 1", number-align: end) set text( font: ( "Inria Serif", "Source Han Serif SC" ), weight: "medium", lang: "zh" ...
https://github.com/touying-typ/touying
https://raw.githubusercontent.com/touying-typ/touying/main/examples/simple.typ
typst
MIT License
#import "../lib.typ": * #import themes.simple: * #show: simple-theme.with( aspect-ratio: "16-9", footer: [Simple slides], ) #title-slide[ = Keep it simple! #v(2em) Alpha #footnote[Uni Augsburg] #h(1em) Bravo #footnote[Uni Bayreuth] #h(1em) Charlie #footnote[Uni Chemnitz] #h(1em) July 23 ] == First ...
https://github.com/wenzlawski/typst-cv
https://raw.githubusercontent.com/wenzlawski/typst-cv/main/modules/skills.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Skills") #cvSkill( type: [Languages], info: [German (native) #hBar() English (fluent) #hBar() French (limited)] ) #cvSkill( type: [Technology], info: [Python (Pandas/Numpy) #hBar() R (tidyerse) #hBar() Julia #hBar() SQL #hBar() Rust] ) #cvSkill( ...
https://github.com/ntjess/typst-drafting
https://raw.githubusercontent.com/ntjess/typst-drafting/main/README.md
markdown
The Unlicense
# Margin Notes ## Setup `drafting` exists in the official typst package repository, so the recommended approach is to import it from the `preview` namespace: ``` typst #import "@preview/drafting:0.2.0" ``` Margin notes cannot lay themselves out correctly until they know your page size and margins. To this end, make...
https://github.com/jomaway/typst-bytefield
https://raw.githubusercontent.com/jomaway/typst-bytefield/main/bytefield.typ
typst
MIT License
// Bytefield - generate protocol headers and more // pull in the user facing api #import "lib/api.typ": bytefield, bit, bits, byte, bytes, flag, group, note, bitheader, section #import "lib/states.typ": bf-config // import common network protocols #import "common.typ";
https://github.com/rabotaem-incorporated/calculus-notes-2course
https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/01-leftovers/!sec.typ
typst
#import "../../config.typ" = Остатки сладки #include "01-cond-extremes.typ"
https://github.com/mrcinv/nummat-typst
https://raw.githubusercontent.com/mrcinv/nummat-typst/master/15_avtomatsko_odvajanje.typ
typst
= Avtomatsko odvajanje z dualnimi števili == Naloga - Definirajte podatkovni tip za dualna števila. - Za podatkovni tip dualnega števila definirajte osnovne operacije in elementarne funkcije, kot so $sin$, $cos$ in $exp$. - Uporabite dualna števila in izračunajte hitrost nebesnega telesa, ki se giblje po Kepler...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/grid/array.typ
typst
Apache License 2.0
#grid( columns: (60pt, 1fr, 2fr), rows: (auto, 60pt), gutter: 3pt, rect[Fixed width, auto height], rect[1/3 of the remains], rect[2/3 of the remains], rect(height: 100%)[Fixed height], [image], [image] )
https://github.com/pauladam94/ENS-Rennes-Typst-Slides-Template
https://raw.githubusercontent.com/pauladam94/ENS-Rennes-Typst-Slides-Template/main/slides.typ
typst
#let slide-number = counter("slide-number") #let sections = state("section") #let global-title = state("title") #let global-short-title = state("short-title") #let global-subtitle = state("subtitle") #let global-authors = state("authors") #let global-short-authors = state("short-authors") #let global-date = state("date...
https://github.com/gomazarashi/Typst_report
https://raw.githubusercontent.com/gomazarashi/Typst_report/main/typst_report.typ
typst
#set text(lang: "ja") // 言語を日本語に設定 #set text(font: ("<NAME>","New Computer Modern"),size: 10pt,) // フォントを設定 #set table(inset: 7pt) // 表の余白を設定 // 表のキャプションを上部に表示するよう設定 #show figure.where( kind: table ): set figure.caption(position: top) // 見出しの設定 #show heading: set text(font: ("<NAME>"),weight:500 ) #set hea...
https://github.com/Error0229/-
https://raw.githubusercontent.com/Error0229/-/main/__/__%20....typ
typst
The Unlicense
#set text(font: ("Microsoft Sans Serif", "New Computer Modern")) #align(center, text(24pt)[ *現代科技概論 期末心得報告*\ *淺談如何面對死亡* ]) #align(right, [資工三 110590004 林奕廷]) = 導言 死亡是人類共通的終極經歷,它帶來的恐懼和未知感深深影響著每個人的生活態度和決策。理解和接受死亡,不僅是個人的心理挑戰,更是文化和社會結構中的一部分。不同的文化對死亡有著不同的解讀和儀式,這些文化觀念塑造了我們對死亡的認知和應對方式。通過深入探討臨終治療、老年生活品質以及重大疾病時的安排,本文旨在探討...
https://github.com/platformer/typst-homework-template
https://raw.githubusercontent.com/platformer/typst-homework-template/main/README.md
markdown
MIT License
# typst-homework-template Just a simple Typst template for homework assignments. To use it, add `hw-template.typ` to your project and import it: ```typst #import "hw-template.typ": hw, problem ``` See `hw-example.typ` and `hw-example.pdf` for example usage. Look at `hw-template.typ` to see the options the different ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-31350.typ
typst
Apache License 2.0
#let data = ( "0": ("<CJK Ideograph Extension H, First>", "Lo", 0), "105f": ("<CJK Ideograph Extension H, Last>", "Lo", 0), )
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/supercharged-dhbw/1.3.0/template/abstract.typ
typst
Apache License 2.0
#let abstract = [ #lorem(200) ]
https://github.com/Hao-Yuan-He/resume_typst
https://raw.githubusercontent.com/Hao-Yuan-He/resume_typst/main/resume.typ
typst
#let resume( author: "", location: "", email: "", github: "", linkedin: "", phone: "", personal-site: "", accent-color: "#000000", img:"", body, ) = { // Sets document metadata set document(author: author, title: author) // Document-wide formatting, including font and margins set text( ...
https://github.com/Tran-Thu-Le/tybank
https://raw.githubusercontent.com/Tran-Thu-Le/tybank/main/template.typ
typst
#import "utils.typ": * // --------------------------------------------- // Parameters of the template // --------------------------------------------- // A4 size #let page_width = 210mm #let page_height = 297mm #let text_percent = 0.8 #let margin_percent = calc.max(1-text_percent, 0)/2 #let margin_width = margin_...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/lib/params.typ
typst
MIT License
#import "catppuccin.typ": * #import "lib.typ": * #import "diff.typ": diffdict #import "dict.typ": leafmap, leafzip, leafflatten #import "equation.typ" #import "seq.typ": fib #let seeds = (0, 31, 227, 252, 805) #let na = $N "/" A$ #let syms = ( delta_t: $Delta_t$, m_r: $M_E$, m_i: $M_I$, sigma_d: $sigma_d$, ...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2018/MS-12.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], [3631], [2], [<NAME>], [CHN], [3558], [3], [XU Xin], [CHN], [3347], [4], [LIANG Jingkun], [CHN], [3...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/grid-rtl_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set text(dir: rtl) #table(columns: 2)[A][B][C][D]
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1B000.typ
typst
Apache License 2.0
#let data = ( ("KATAKANA LETTER ARCHAIC E", "Lo", 0), ("HIRAGANA LETTER ARCHAIC YE", "Lo", 0), ("HENTAIGANA LETTER A-1", "Lo", 0), ("HENTAIGANA LETTER A-2", "Lo", 0), ("HENTAIGANA LETTER A-3", "Lo", 0), ("HENTAIGANA LETTER A-WO", "Lo", 0), ("HENTAIGANA LETTER I-1", "Lo", 0), ("HENTAIGANA LETTER I-2", "L...
https://github.com/kdog3682/mathematical
https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/dialogue.typ
typst
#import "@local/typkit:0.1.0": * #import "meta-content-layouts/simple.typ": simple-meta-layout // #import "meta-content-layouts/extended.typ": extended-meta-content // TODO #let dialogue-layout(dialogue-items, body-width: auto, row-gutter: 15pt, spacing: 0.8em) = { set table.cell(breakable: false) set block(break...
https://github.com/i-am-wololo/cours
https://raw.githubusercontent.com/i-am-wololo/cours/master/main/i21/tri.typ
typst
= Algos de tri 3 types d'algos de tri: - tri par selection - tri par propagation - tri par insertion tout les algorithmes reposent sur une méthode d'echange d'items basé sur leurs indice: ```python def swap(T, i, j): a = T[i] T[i] = T[j] T[j] = a ``` == tri par selection bien que simple, l'algorithme est co...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/exponent/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": num, metro-setup #set page(width: auto, height: auto) #num(e: [10])[1] #num(e: 10)[1] #num(1, e: 10) #num(1, e: [10]) $num(1, e: 10)$
https://github.com/miliog/typst-penreport
https://raw.githubusercontent.com/miliog/typst-penreport/master/typst-penreport/penreport.typ
typst
MIT No Attribution
#import "@preview/chic-hdr:0.3.0": * #import "./helper/tlp.typ": ShowTLP, TLP #import "./helper/vuln.typ": vuln #import "./helper/severity.typ": Severity #import "./helper/author.typ": getAuthorString #import "../intro.typ": intro #let penreport( title: "", subtitle: "Penetration Test Report #1", id: none, dat...
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Courses/计算机组成与设计/Memory.typ
typst
--- order: 5 --- #import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "计算机组成与设计", lang: "zh", ) #let tbl_white(white_row: 1 , content_size: 9pt,..args) = align(center, block[ #show table.cell: it => if it.y <= white_row - 1 { set text(fill: white, stroke: white) it } else { ...
https://github.com/MyPedagogicalRessources/BUT1-R1-01-Initiation-developpement
https://raw.githubusercontent.com/MyPedagogicalRessources/BUT1-R1-01-Initiation-developpement/main/TP/TP0-Introduction.typ
typst
#import "../TD_TP_Commons.typ": * == R1.01 - Introduction === Avant de commencer chaque séance TP + Ouvrez un terminal et créez un dossier dans votre espace (disque H). + Placez vous dans le dossier et créez un dossier TP\<_num. du TP_\>. + Travaillez dans le dossier TP\<_num. du TP_\>. + Oubliez les accents dans l...
https://github.com/fiit-community/base-typst-template
https://raw.githubusercontent.com/fiit-community/base-typst-template/main/template/assets/mod.typ
typst
MIT License
#let logo = image.with("fiit-logo.svg")
https://github.com/freundTech/typst-typearea
https://raw.githubusercontent.com/freundTech/typst-typearea/main/tests/basic.visual.typ
typst
MIT License
#import "../typearea.typ": * #show: typearea.with( header: block(width: 100%, height: 100%, above: 0pt, below: 0pt, fill: red), footer: block(width: 100%, height: 100%, above: 0pt, below: 0pt, fill: blue), ) #block(width: 100%, height: 100%, above: 0pt, below: 0pt, fill: green)
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/014%20-%20Khans%20of%20Tarkir/003_Sorin's%20Revelation.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Sorin's Revelation", set_name: "Khans of Tarkir", story_date: datetime(day: 24, month: 09, year: 2014), author: "<NAME>", doc ) #emph[Sarkhan Vol is not the only one who has come to Tarkir in search of something. The vampire Planeswalker So...