repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/rxt1077/it610 | https://raw.githubusercontent.com/rxt1077/it610/master/markup/slides/automation.typ | typst | #import "/templates/slides.typ": *
#show: university-theme.with(
short-title: [Automation],
)
#title-slide(
title: [Automate the Boring Stuff],
)
#alternate(
title: [Python],
image: licensed-image(
file: "/images/python-logo.svg",
license: "fairuse",
title: [Python SVG Vector],
url: "https://... | |
https://github.com/Zuttergutao/Typstdocs-Zh-CN- | https://raw.githubusercontent.com/Zuttergutao/Typstdocs-Zh-CN-/main/Classified/Symbol.typ | typst | #[
#import "symm.typ":*
#set page(
paper:"a4",
margin: (
top:2mm,
bottom:2mm,
left:2mm,
right:2mm
),
numbering: none,
header: none,
)
#set text(size:18pt)
#set box(baseline:40%,fill:luma(2... | |
https://github.com/TOD-theses/paper-T-RACE | https://raw.githubusercontent.com/TOD-theses/paper-T-RACE/main/main.typ | typst | #import "@preview/definitely-not-tuw-thesis:0.1.0": flex-caption
#import "@preview/lovelace:0.3.0": *
#import "utils.typ": *
/*
Checklist:
- [ ] past vs present (in particular experiments)
- [ ] reference after or before dot?
*/
= Introduction
Ethereum is a blockchain that keeps track of a world state and updates th... | |
https://github.com/fkasatt/myTypstConf | https://raw.githubusercontent.com/fkasatt/myTypstConf/main/thesis/0.1.0/thesis.typ | typst | #let pageSettings(doc, title, author) = {
set document(author: author, title: title)
set page("a4")
set par(justify: true)
show par: set block(spacing: 0.65em) // 段落ごとの間隔
show list: set block(spacing: 0.65em)
show emph: set text(font: ("Nimbus Roman", "Noto Sans CJK JP"))
show strong: set text(font: ("N... | |
https://github.com/Lulliter/cv_typst | https://raw.githubusercontent.com/Lulliter/cv_typst/master/cv_ita.typ | typst | #import "@preview/fontawesome:0.1.0": *
//------------------------------------------------------------------------------
// Style
//------------------------------------------------------------------------------
// const color
#let color-darknight = rgb("#131A28")
#let color-darkgray = rgb("#333333")
#let color-middle... | |
https://github.com/RandomcodeDev/FalseKing-Design | https://raw.githubusercontent.com/RandomcodeDev/FalseKing-Design/main/engine/libraries.typ | typst | = Libraries
#table(
columns: 2,
[*Library*], [*Use*],
[#link("https://github.com/winsiderss/phnt")[phnt]], [Internal Windows APIs],
[#link("https://github.com/microsoft/mimalloc")[mimalloc]], [malloc replacement],
[#link("https://github.com/NVIDIAGameWorks/nvrhi")[nvrhi]], [Graphics API abstraction, makes ren... | |
https://github.com/RaphGL/ElectronicsFromBasics | https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap4/4_metric_prefix_conversions.typ | typst | Other | #import "../../core/core.typ"
=== Metric prefix conversions
To express a quantity in a different metric prefix that what it was
originally given, all we need to do is skip the decimal point to the
right or to the left as needed. Notice that the metric prefix \"number
line\" in the previous section was laid out from l... |
https://github.com/jamesrswift/frackable | https://raw.githubusercontent.com/jamesrswift/frackable/main/tests/example/test.typ | typst | The Unlicense | #import "/src/lib.typ" as frackable: frackable, generator
#set page(
width: auto,
height: auto,
margin: 0.25cm,
background: none
)
#frackable(1, 2)
#frackable(1, 3)
#frackable(3, 4, whole: 9)
#frackable(9, 16)
#frackable(31, 32)
#frackable(0, "000")
|
https://github.com/ukihot/igonna | https://raw.githubusercontent.com/ukihot/igonna/main/articles/algo/sort.typ | typst | #import "@preview/codly:0.2.0": *
#let ruby(rt, rb, size: 0.4em, alignment: "between") = {
let gutter = if (alignment=="center" or alignment=="start") {h(0pt)} else if (alignment=="between" or alignment=="around") {h(1fr)}
let chars = if(alignment=="around") {
[#h(0.5fr)#rt.clusters().join(gutter)#h(0.5... | |
https://github.com/elipousson/typstdoc | https://raw.githubusercontent.com/elipousson/typstdoc/main/_extensions/typstdoc/typst-template.typ | typst | Creative Commons Zero v1.0 Universal | // 2023-10-09: #fa-icon("fa-info") is not working, so we'll eval "#fa-info()" instead
// 2024-01-29: copied from quarto-cli and revised to use em units
#let callout(
body: [],
title: "Callout",
background_color: rgb("#dddddd"),
icon: none,
icon_color: black,
) = {
block(
breakable: false,
fill: back... |
https://github.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024 | https://raw.githubusercontent.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024/master/expt03/findContours.typ | typst | 假设输入图像为 $F= f_(i j)$,将初始 NBD(Next Boundary
Descriptor)设为 1(将 F
的#strong[框架];看作第一个边界)。使用光栅扫描法扫描图像
F,当扫描到某个像素点 $(i , j)$ 的灰度值 $f_(i j) eq.not 0$
时执行下面的步骤。每次当我们扫描到图像的新行的起始位置时,将
#strong[LNBD];(Last Next Boundary Descriptor)重置为 1。
+ 根据以下情况选择一种操作:
- 如果 $f_(i j) = 1$ 并且 $f_(i , j - 1) = 0$,则 $(i , j)$
是#stro... | |
https://github.com/caro3dc/typststuff | https://raw.githubusercontent.com/caro3dc/typststuff/main/jx-date.typ | typst | #let sadave = datetime.today().display("[day padding:none] [month repr:short] [year repr:full]");
#let daycolours = (
rgb("#93C5FD50"),
rgb("#FCA5A550"),
rgb("#86EFAC50"),
rgb("#FDE04750"),
rgb("#67E8F950"),
rgb("#F0ABFC50"),
rgb("#D4D4D450"),
)
#let wdn = datetime.today().weekday() - 1;
#let weekdays = (... | |
https://github.com/dldyou/Operation-System | https://raw.githubusercontent.com/dldyou/Operation-System/main/typst/main.typ | typst | #import "template.typ": *
#show: project.with(title: title, authors: authors,)
#let img(src, width:100%) = {
figure(
image("img/" + src + ".png", width: width)
)
}
= 14-Concurrency and Threads
== Threads
- Multi-threaded 프로그램
- 스레드 하나의 상태는 프로세스의 상태와 매우 비슷하다.
- 각 스레드는 그것의 PC(Program C... | |
https://github.com/Gekkio/gb-ctr | https://raw.githubusercontent.com/Gekkio/gb-ctr/main/chapter/peripherals/p1.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "../../common.typ": *
== Port P1 (Joypad, Super Game Boy communication)
#reg-figure(
caption: [#hex("FF00") - P1 - Joypad/Super Game Boy communication register]
)[
#reg-table(
[U], [U], [W-0], [W-0], [R-x], [R-x], [R-x], [R-x],
unimpl-bit(), unimpl-bit(), [P15], [P14], [P13], [P12], [P11], [P10],
... |
https://github.com/dismint/docmint | https://raw.githubusercontent.com/dismint/docmint/main/networks/lec6-7.typ | typst | #import "template.typ": *
#show: template.with(
title: "Lecture 6-7",
subtitle: "14.15"
)
= Random Graphs
A reason to study random graphs is the idea that once we go beyond a couple nodes, it is often times not very meaningful or feasible to analyze the exact structure of a network. However, taking the entire gra... | |
https://github.com/miliog/typst-penreport | https://raw.githubusercontent.com/miliog/typst-penreport/master/typst-penreport/content/title_page.typ | typst | MIT No Attribution | #let titlePage(title, subtitle, date) = {
set align(horizon + center)
v(-50%)
line(length: 100%)
text(30pt, title + "\n")
v(-23pt)
text(16pt, subtitle + "\n")
line(length: 100%, stroke: 2pt)
date.display("[month repr:long] [day], [year]")
set align(bottom + right)
pagebreak()
} |
https://github.com/Quaternijkon/notebook | https://raw.githubusercontent.com/Quaternijkon/notebook/main/content/数据结构与算法/.chapter-算法/滑动窗口与双指针/移动零.typ | typst | #import "../../../../lib.typ":*
=== #Title(
title: [移动零],
reflink: "https://leetcode.cn/problems/move-zeroes/description/",
level: 1,
)<移动零>
#note(
title: [
移动零
],
description: [
给定一个数组 nums,编写一个函数将所有 0 移动到数组的末尾,同时保持非零元素的相对顺序。
请注意 ,必须在不复制数组的情况下原地对数组进行操作。
],
examples: ([
输入: nums = [0,1,0,3,12]
输出:... | |
https://github.com/MatheSchool/typst-g-exam | https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/test/questions/test-002-subquestion.typ | typst | MIT License | #import "../../src/lib.typ": *
#show: g-exam.with()
#g-question(points: 1)[Question 1]
#g-subquestion(points: 1)[Subquestion 1]
#g-subquestion(points: 1.5)[Subquestion 2] |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz-plot/0.1.0/src/plot/bar.typ | typst | Apache License 2.0 | #import "/src/cetz.typ": draw, util
#import "errorbar.typ": draw-errorbar
#let _transform-row(row, x-key, y-key, error-key) = {
let x = row.at(x-key)
let y = if y-key == auto {
row.slice(1)
} else if type(y-key) == array {
y-key.map(k => row.at(k, default: 0))
} else {
row.at(y-key, default: 0)
... |
https://github.com/herbhuang/utdallas-thesis-template-typst | https://raw.githubusercontent.com/herbhuang/utdallas-thesis-template-typst/main/layout/acknowledgement.typ | typst | MIT License | #let acknowledgement(body) = {
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(
font: body-font,
size: 12pt,
lang: "en"
)
se... |
https://github.com/Lypsilonx/boxr | https://raw.githubusercontent.com/Lypsilonx/boxr/main/demo.typ | typst | MIT License | #import "@preview/boxr:0.1.0": *
#set page(
"a3",
margin: 0mm
)
#set align(center + horizon)
#render-structure(
"box",
width: 100pt,
height: 100pt,
depth: 100pt,
tab-size: 20pt
)
// #let size = get-structure-size(
// "box",
// width: 100pt,
// height: 100pt,
// depth: 100pt,
// tab-size: 20pt
/... |
https://github.com/tiankaima/typst-notes | https://raw.githubusercontent.com/tiankaima/typst-notes/master/2bc0c8-2024_spring_TA/lecture_9.typ | typst | #set text(
font: ("linux libertine", "Source Han Serif SC", "Source Han Serif"),
size: 10pt,
)
#show math.equation: set text(11pt)
#show math.equation: it => [
#math.display(it)
]
#let dcases(..args) = {
let dargs = args.pos().map(it => math.display(it))
math.cases(..dargs)
}
#show image: it => [
#set ali... | |
https://github.com/jeffa5/typst-todo | https://raw.githubusercontent.com/jeffa5/typst-todo/main/todo.typ | typst | Apache License 2.0 | #let todo_counter = counter("todos")
#let todo(content, inline: false, fill: orange, note: "", numbers: none, border_radius: 4pt, border_stroke: 1pt, inline_width:100%, line_stroke: orange + 0.1em, underline_content: true) = {
locate(loc => {
let heading_counter = counter(heading).at(loc)
let todo_... |
https://github.com/TJ-CSCCG/tongji-undergrad-thesis-typst | https://raw.githubusercontent.com/TJ-CSCCG/tongji-undergrad-thesis-typst/main/paddling-tongji-thesis/tongjithesis.typ | typst | MIT License | #import "elements.typ": *
#set pagebreak(weak: true)
#let thesis(
school: "某学院", major: "某专业", id: "0000000", student: "某某某", teacher: "某某某", title: "某标题", subtitle: "某副标题", title-english: "Some Title", subtitle-english: "Some Subtitle", date: datetime.today(), abstract: "慧枫尚萍氢,驳展妙棚端梦称委竞励。绘象臂淬人壳闭营风混仓、问抬兽村蜡胡锹挤污艰烃伏惧派... |
https://github.com/noahjutz/CV | https://raw.githubusercontent.com/noahjutz/CV/main/body/section.typ | typst | #let section(title) = block[
#text(
size: 20pt,
font: "Roboto Slab",
title
)
] | |
https://github.com/wuespace/delegis | https://raw.githubusercontent.com/wuespace/delegis/main/README.md | markdown | MIT License | # delegis
<table>
<tr>
<td><img src="demo-1.png" alt="Page containing a logo at the top-right and a geric (example) title"></td>
<td><img src="demo-2.png" alt="Page containing an outline"></td>
<td><img src="demo-3.png" alt="Page containing a German-style legislative content including a preamble, division titles, sect... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/in-dexter/0.1.0/sample-usage.typ | typst | Apache License 2.0 | #import "./in-dexter.typ": *
// This typst file demonstrates the usage of the in-dexter package.
#set text(lang: "en", font: "Arial", size: 10pt)
#set heading(numbering: "1.1")
// Index-Entry hiding : this rule makes the index entries in the document invisible.
#show figure.where(kind: "jkrb_index"): it => {}
// Fr... |
https://github.com/piepert/typst-seminar | https://raw.githubusercontent.com/piepert/typst-seminar/main/Beispiele/UniHausaufgabe/template.typ | typst | #set text(size: 12pt)
#let tasks_points_state = state("tasks_points")
#let subtask_counter = counter("subtask_counter")
#let st_color = rgb("#e1e1e1")
#let st_color_border = rgb("#8e8e8e")
#let init_task_points() = {
tasks_points_state.update(k => {
if k == none {
return (points: (0,), tasks: 0... | |
https://github.com/ysthakur/PHYS121-Notes | https://raw.githubusercontent.com/ysthakur/PHYS121-Notes/main/Notes/Ch07.typ | typst | MIT License | = Chapter 7
== Describing Circular and Rotational Motion
/ Rotational motion: Motion of objects that spin about an axis.
/ Angular position: $theta$ is angular position of particle when measured counterclockwise from positive x-axis. Uses radians.
/ Arc length: The arc length $s = r theta$ is the distance a particl... |
https://github.com/peterpf/modern-typst-resume | https://raw.githubusercontent.com/peterpf/modern-typst-resume/main/lib.typ | typst | The Unlicense | #let colors = (
primary: rgb("#313C4E"),
secondary: rgb("#222A33"),
accentColor: rgb("#449399"),
text-primary: black,
text-secondary: rgb("#7C7C7C"),
text-tertiary: white,
)
#let page-margin = 16pt
#let text-size = (
super-large: 24pt,
large: 14pt,
normal: 11pt,
small: 9pt,
)
// assets contains the... |
https://github.com/paugarcia32/CV | https://raw.githubusercontent.com/paugarcia32/CV/main/modules/skills.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Skills")
#cvSkill(
type: [Languages],
info: [Spanish #hBar() Catalan #hBar() English #hBar() German]
)
#cvSkill(
type: [Soft Skills],
info: [Willingness to learn #hBar() Teamwork #hBar() Agile & SCRUM methodologies #hBar() Problem Solving]
)
#cvSkill(
... |
https://github.com/MultisampledNight/diagram | https://raw.githubusercontent.com/MultisampledNight/diagram/main/source/linux-audio/linux-audio.typ | typst | Other | #import "../template.typ": *
#show: template
#canvas(length: 1em, {
import draw: *
content((0, 30), text(2em)[Linux audio system overview])
let inner-base = oklch(58.31%, 0.175, 299.73deg)
let outer-base = oklch(48.81%, 0.125, 309.26deg)
let pw = inner-base
let pa = inner-base.rotate(120deg).darken(5%)... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/show-node-11.typ | typst | Other | // Error: 7-10 expected function, label, string, regular expression, symbol, or selector, found color
#show red: []
|
https://github.com/han0126/MCM-test | https://raw.githubusercontent.com/han0126/MCM-test/main/2024校赛typst/chapter/chapter2.typ | typst | #import "../template/template.typ":*
= 问题分析
== 问题一分析
针对第一问,由于原始数据样本数据太多造成计算难度较大,因此先系统选取了14个数据样本进行分析。选取合适的指标进行分析评价。使用秩和比综合评价法进行评估得到结论对选取的14种竞赛赛事进行了三等级的分级评价。
== 问题二分析
本题要求给出赛事的科学评价方法,从而对其综合评价并排序,分析题目知属于多指标决策分析的问题,由此选择熵值法这一常用于多指标决策分析的数学方法,其核心原理在于,对于数据集中的每个指标,通过计算其分布的不确定性,来衡量其在综合决策中的重要性。这种方法既考虑到了指标之间的关联性和权重分配,又具有较好的... | |
https://github.com/xdoardo/co-thesis | https://raw.githubusercontent.com/xdoardo/co-thesis/master/thesis/chapters/imp/related.typ | typst | #import "/includes.typ": *
== Related works<section-related>
The important aspect of this thesis is about the use of coinduction and sized
types to express properties about the semantics of a language. Of course, this
is not a new theoretical breakthrough, as it draws on a plethora of previous
works, such as @danielsso... | |
https://github.com/duskmoon314/THU_AMA | https://raw.githubusercontent.com/duskmoon314/THU_AMA/main/docs/ch1/3-例题与应用.typ | typst | Creative Commons Attribution 4.0 International | #import "/book.typ": *
#show: thmrules
#show: book-page.with(title: "例题与应用") |
https://github.com/The-Notebookinator/notebookinator | https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/themes/linear/components/pro-con.typ | typst | The Unlicense | #import "../colors.typ": *
#import "/utils.typ"
#let pro-con = utils.make-pro-con((pros, cons) => {
table(
columns: (50%, 50%),
inset: 0.75em,
fill: (col, row) => if row == 0 {
if col == 0 {
pro-green
}
if col == 1 {
con-red
}
},
align(
center,
... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/051%20-%20March%20of%20the%20Machine/005_Arcavios%3A%20A%20Radiant%20Heart.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Arcavios: A Radiant Heart",
set_name: "March of the Machine",
story_date: datetime(day: 20, month: 04, year: 2023),
author: "<NAME>",
doc
)
In the tunnels beneath Strixhaven, where dwelled the relics of bygone eras, Quintorius said, "I beli... | |
https://github.com/darkMatter781x/OverUnderNotebook | https://raw.githubusercontent.com/darkMatter781x/OverUnderNotebook/main/entries/pure_pursuit/pure_pursuit.typ | typst | #import "/packages.typ": notebookinator, gentle-clues
#import notebookinator: *
#import themes.radial.components: *
#import gentle-clues: *
#import "/util.typ": qrlink
#show: create-body-entry.with(
title: "Concept: Pure Pursuit",
type: "concept",
date: datetime(year: 2024, month: 3, day: 6),
author: "<NAME>"... | |
https://github.com/barddust/Kuafu | https://raw.githubusercontent.com/barddust/Kuafu/main/src/Logic/intro.typ | typst | = Introduction
About mathematical logic, we mainly concern about three questions:
+ What does it mean for one sentance to "follow logically" from certain others? (What is *logically reasoning*?)
+ If a sentance does follow logically from certain others, what methods of proof might be necessary to establish this fact? ... | |
https://github.com/8LWXpg/jupyter2typst | https://raw.githubusercontent.com/8LWXpg/jupyter2typst/master/convert_list.md | markdown | MIT License | # KaTeX Convert List
full list in [KaTeX](https://katex.org/docs/support_table)
## TODOs
- affect following - 18
- begin - 4
- binary - 6
- no alternative - 12
- not sure - 9
- spacing - 7
- scripting - 14
- overlap - 8
- TeX - 3
## References
something too long to fit in the table
- `boxed`, `colorbox`, `fbox`, ... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/fauxreilly/0.1.0/lib.typ | typst | Apache License 2.0 | #let orly(
font: "",
color: blue,
top-text: "",
pic: "",
title: "",
title-align: left,
subtitle: "",
publisher: "",
publisher-font: ("Noto Sans", "Arial Rounded MT"),
signature: "",
margin: (top: 0in)
) = {
page(
margin: margin,
[
/************... |
https://github.com/GZTimeWalker/GZ-Typst-Templates | https://raw.githubusercontent.com/GZTimeWalker/GZ-Typst-Templates/main/templates/homework.typ | typst | MIT License | #import "shared.typ": *
#let report(subject: "课程", title: "作业一", name: "张三", stdid: "11223344", body) = {
set document(title: title)
show: shared
let fieldname(name) = [
#set align(right + horizon)
#set text(font: fonts.serif)
#name
]
let cell = rect.with(width: 100%, radius: 6pt, stroke: none)... |
https://github.com/hitszosa/universal-hit-thesis | https://raw.githubusercontent.com/hitszosa/universal-hit-thesis/main/README.md | markdown | MIT License | # 哈尔滨工业大学论文模板
适用于哈尔滨工业大学学位论文的 Typst 模板

> [!WARNING]
> 本模板正处于积极开发阶段,存在一些格式问题,适合尝鲜 Typst 特性
>
> 本模板是民间模板,**可能不被学校认可**,正式使用过程中请做好随时将内容迁移至 Word 或 LaTeX 的准备
## 关于本项目
[Typs... |
https://github.com/rwblickhan/resume | https://raw.githubusercontent.com/rwblickhan/resume/main/resume.typ | typst | #import "template.typ": *
#let asana = {
experience_item(
"Asana",
none,
"Jul 2019 - Present",
)[
#set list(indent: 1em)
#experience_subheader[Senior Software Engineer][Jan 2023 - Current]
- Took ownership of Smart Status, one of Asana's first LLM-powered features,
working across fron... | |
https://github.com/Clamentos/FabRISC | https://raw.githubusercontent.com/Clamentos/FabRISC/main/README.md | markdown | Creative Commons Attribution Share Alike 4.0 International | # FabRISC ISA
**This the official repository for the FabRISC project.**
FabRISC is an open-source, modular, RISC-like instruction set architecture for 32 and 64-bit microprocessors (8 and 16-bit are also possible too). Some features of this specifications are:
- Variable length instructions of 2, 4 and 6 bytes.
- Sc... |
https://github.com/goshakowska/Typstdiff | https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_working_types/link/link_updated.typ | typst | https://typst.app/docs/
https://pl.wikipedia.org/ | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1D400.typ | typst | Apache License 2.0 | #let data = (
("MATHEMATICAL BOLD CAPITAL A", "Lu", 0),
("MATHEMATICAL BOLD CAPITAL B", "Lu", 0),
("MATHEMATICAL BOLD CAPITAL C", "Lu", 0),
("MATHEMATICAL BOLD CAPITAL D", "Lu", 0),
("MATHEMATICAL BOLD CAPITAL E", "Lu", 0),
("MATHEMATICAL BOLD CAPITAL F", "Lu", 0),
("MATHEMATICAL BOLD CAPITAL G", "Lu", 0)... |
https://github.com/DawnEver/typst-academic-cv | https://raw.githubusercontent.com/DawnEver/typst-academic-cv/main/main_en.typ | typst | #import "template.typ": *
#show: project.with(
)
#info_en(
name: "<NAME>",
phone:"+86 19551570317",
email:"<EMAIL>",
github:"github.com/DawnEver",
// youtube:"youtu.be/LordBaobao",
orcid:"0009-0009-6694-2782",
blog:"www.baomingyang.site"
)
= Education Background
#event(
date:"2021 Sep. - 2025 Jun.",
... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/043%20-%20Innistrad%3A%20Midnight%20Hunt/001_Episode%201%3A%20The%20Witch%20of%20the%20Woods.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Episode 1: The Witch of the Woods",
set_name: "Innistrad: Midnight Hunt",
story_date: datetime(day: 02, month: 09, year: 2021),
author: "<NAME>",
doc
)
#emph[Don't hunt in Kessig] , they said. #emph[The dogs will find you.]
Maybe that had ... | |
https://github.com/dainbow/MatGos | https://raw.githubusercontent.com/dainbow/MatGos/master/themes/28.typ | typst | #import "../conf.typ": *
= Линейные обыкновенные дифференциальные уравнения с постоянными коэффициентами и правой частью - квазимногочленом
#definition[
Уравнение вида
#eq[
$F(x, y, ..., y^((n))) = 0$
]
называется *обыкновенным дифференциальным уравнением* $n$-го порядка.
]
#definition[
Функция $phi(x)$... | |
https://github.com/Harkunwar/attractive-typst-resume | https://raw.githubusercontent.com/Harkunwar/attractive-typst-resume/main/README.md | markdown | MIT License | This is an Attractive Resume Template built with Typst, an open source Latex alternative written in Rust, and compiles to PDF.
To compile it to pdf, make sure typst is installed. The provided flake.nix and .envrc is useful if you have nix and direnv installed. This template using the Mulish Google Font and is provided... |
https://github.com/BrainTmp/MetaNote | https://raw.githubusercontent.com/BrainTmp/MetaNote/main/Typst/Notations/BMFSymbols.typ | typst | // This is the notations for writing Bird-Meertens Formalism
#let opl = math.plus.circle // oplus
#let omi = math.minus.circle // ominus
#let oti = math.times.circle // otimes
#let odo = math.dot.circle // odot
#let m2 = math.arrow.t // Up arrow, Max of two operator
#let cat = math.op([$plus$ #h(-0.5em) $plus$]) // ... | |
https://github.com/ParaN3xus/numblex | https://raw.githubusercontent.com/ParaN3xus/numblex/main/manual.typ | typst | MIT License | #import "@preview/pinit:0.1.4": *
#import "@preview/showybox:2.0.1": showybox as sb
#import "@preview/badgery:0.1.1" as bgy
// Copied from https://github.com/typst-doc-cn/tutorial/blob/main/src/mod.typ
#let exec-code(cc, res: none, scope: (:), eval: eval) = {
rect(
width: 100%,
inset: 10pt,
{
// D... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/par-justify_04.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test that the last line can be shrunk
#set page(width: 155pt)
#set par(justify: true)
This text can be fitted in one line.
|
https://github.com/bchaber/typst-template | https://raw.githubusercontent.com/bchaber/typst-template/main/documents/example.typ | typst | #import "ncn.typ": *
#show: ncn.with(
bibliography-file: "bibliography.bib",
)
= Introduction
This document will be finished soon @bezanson2017.
| |
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/content/introduction/tool_research/enso.typ | typst | #import "../../../../acronyms.typ": *
= Enso
Enso is a functional programming language designed for data science that Enso International Inc @enso-language created.
There is a text and a visual editor to create programs.
The visual editor allows a user to define components that can be connected, symbolizing the data ... | |
https://github.com/Mouwrice/thesis-typst | https://raw.githubusercontent.com/Mouwrice/thesis-typst/main/sota.typ | typst | #import "lib.typ": *
= A brief overview of the State Of The Art <sota>
In this section, we will provide a brief overview of some recent body pose estimation tools and papers that have been published. Moreover, for every tool or paper, we will provide a short summary of the key features and limitations.
Some rather ... | |
https://github.com/tiankaima/typst-notes | https://raw.githubusercontent.com/tiankaima/typst-notes/master/2bc0c8-2024_spring_TA/function_analysis_intro.typ | typst | #set text(
font: ("linux libertine", "Source Han Serif SC", "Source Han Serif"),
size: 10pt,
)
#show math.equation: set text(11pt)
#show math.equation: it => [
#math.display(it)
]
#let dcases(..args) = {
let dargs = args.pos().map(it => math.display(it))
math.cases(..dargs)
}
#let blue_note(it) = [
#rect(... | |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/05-features/shaping/flags.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note
#import "/lib/glossary.typ": tr
#show: web-page-template
// ### Lookup Flags
=== #tr[lookup]选项
// One more thing about the lookup application process - each lookup can have a set of *flags* which alters the way that it oper... |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/rahmenplaene/fragen_kant.typ | typst | Other | #import "/src/template.typ": *
== Grundlage: Die vier #ix("Kantischen Fragen", "Kantische Fragen")
Grundlage der Inhalte des Rahmebereiches bilden die vier Kantischen Grundfragen der Philosophie aus Kants Logik-Vorlesung:#ens[Vgl. Kant, Immanuel: Log, AA 9, 25.][Vgl. @MBWKMV1996_RP56[S. 12]][Vgl. @MBWKMV2002_RP710[S.... |
https://github.com/omarcospo/resume | https://raw.githubusercontent.com/omarcospo/resume/main/README.md | markdown | MIT License | # Typst Resume
A resume template based on https://github.com/wusyong/resume.typ with minor
modifications.

|
https://github.com/yuenalaw/languageappreport | https://raw.githubusercontent.com/yuenalaw/languageappreport/main/main.typ | typst | #set align(
center
)
#import "template.typ": *
#show: ams-article.with(
title: [],
bibliography-file: "refs.bib",
)
#let formatText = (header) => {
set align(center)
set text(size: huge-size, weight: 700)
smallcaps[
#v(15pt, weak: true)
#header
#v(normal-size, weak: true)
]
}
#import "@pre... | |
https://github.com/YunkaiZhang233/PMT-notes | https://raw.githubusercontent.com/YunkaiZhang233/PMT-notes/main/README.md | markdown | MIT License | # PMT-Notes
This set of notes is a collection of extended footnotes, covering some topics that are sometimes difficult, sometimes slightly "out-of-scope" for PMT sessions at Imperial College London, 2024-2025, written in Typst.
## Contributing
Pull requests are highly welcome. For major changes, please open an issue... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/rubby/0.10.1/README.md | markdown | Apache License 2.0 | # rubby (Typst package)
## Usage
```typ
#import "@preview/rubby:0.10.1": get-ruby
#let ruby = get-ruby(
size: 0.5em, // Ruby font size
dy: 0pt, // Vertical offset of the ruby
pos: top, // Ruby position (top or bottom)
alignment: "center", // Ruby alignment ("center", "start", "... |
https://github.com/sbleblanc/typst-templates | https://raw.githubusercontent.com/sbleblanc/typst-templates/main/README.md | markdown | # Personnal repository of Typst templates
This repo holds my Typst templates | |
https://github.com/MasterTemple/typst-bible-plugin | https://raw.githubusercontent.com/MasterTemple/typst-bible-plugin/main/README.md | markdown | # Typst Bible
**I wrote a more complete README in Typst.
View the documentation [here](./README.pdf).**
## Explanation
- To easily reference Bible verses for personal, ministerial, or academic papers
- ESV is currently only supported translation
- If you have any great ideas, please open a [GitHub Issue](https://git... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-18B00.typ | typst | Apache License 2.0 | #let data = (
("KHITAN SMALL SCRIPT CHARACTER-18B00", "Lo", 0),
("KHITAN SMALL SCRIPT CHARACTER-18B01", "Lo", 0),
("KHITAN SMALL SCRIPT CHARACTER-18B02", "Lo", 0),
("KHITAN SMALL SCRIPT CHARACTER-18B03", "Lo", 0),
("KHITAN SMALL SCRIPT CHARACTER-18B04", "Lo", 0),
("KHITAN SMALL SCRIPT CHARACTER-18B05", "Lo"... |
https://github.com/HiiGHoVuTi/requin | https://raw.githubusercontent.com/HiiGHoVuTi/requin/main/graph/univers.typ | typst | #import "@preview/diagraph:0.2.1": *
#import "../lib.typ": *
#show heading: heading_fct
On dit qu'un mot $w in Sigma^*$ est $n$-univers si tout les mots de $Sigma^n$ sont des facteurs de $w$. On s'intéresse à créer les plus petits mots $n$-univers.
#question(0)[Montrer qu'un mot $n$-univers sur un alphabet à $k$ lett... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/image_08.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 2-25 failed to parse SVG (found closing tag 'g' instead of 'style' in line 4)
// #image("/assets/files/bad.svg") |
https://github.com/f7ed0/typst-template | https://raw.githubusercontent.com/f7ed0/typst-template/master/project.typ | typst | #import "lib/blocks.typ" : *
#import "lib/PDCA.typ" : *
#let init(
doc,
col : gray.lighten(85%),
title : [TITLE],
code : [CODE],
logos : [LOGOS],
clients : [CLIENTS],
team : [TEAM],
analyse : [ANALYSE],
objectif : [OBJECTIF],
PDCA : [#PDCA(dx : 86%)],
cost : [COST],
P : [PLAN],
D : [DO],
C ... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/a2c-nums/0.0.1/README.md | markdown | Apache License 2.0 | # a2c-nums
Convert Arabic numbers to Chinese characters.
## usage
```typst
#import "@preview/a2c-nums:0.0.1": int-to-cn-num, int-to-cn-ancient-num, int-to-cn-simple-num, num-to-cn-currency
#int-to-cn-num(1234567890)
#int-to-cn-ancient-num(1234567890)
#int-to-cn-simple-num(2024)
#num-to-cn-currency(1234567890.12)... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/scholarly-tauthesis/0.7.0/template/content/use-of-ai.typ | typst | Apache License 2.0 | I hereby declare, that the AI-based applications used in generating this work are as follows:
#table(
align: left,
columns : (70%,30%),
table.header(
[*Application*],
[*Version*]
),
[...],
[...],
[...],
[...],
)
== Purpose of the use of AI
Explain here _in detail_, for which purpose and how AI was utiliz... |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CU/oktoich/1_generated/0_all/Hlas5.typ | typst | #import "../../../all.typ": *
#show: book
= #translation.at("HLAS") 5
#include "../Hlas5/0_Nedela.typ"
#pagebreak()
#include "../Hlas5/1_Pondelok.typ"
#pagebreak()
#include "../Hlas5/2_Utorok.typ"
#pagebreak()
#include "../Hlas5/3_Streda.typ"
#pagebreak()
#include "../Hlas5/4_Stvrtok.typ"
#pagebreak()
#include "../H... | |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/themes/simple.typ | typst | // This theme is from https://github.com/andreasKroepelin/polylux/blob/main/themes/simple.typ
// Author: <NAME>
#import "../utils/utils.typ"
#import "../utils/states.typ"
#let slide(self: none, title: none, footer: auto, ..args) = {
// show strong:set text(weight: 1000)
if footer != auto {
self.simple-footer ... | |
https://github.com/akagiyuu/asymptotic-notation | https://raw.githubusercontent.com/akagiyuu/asymptotic-notation/main/main.typ | typst | #import "@preview/ctheorems:1.1.2": *
#show: thmrules.with(qed-symbol: $square$)
#show figure.caption: emph
#show link: underline
#set text(size: 14pt)
#set heading(numbering: "1.")
#let theorem = thmbox("theorem", "Theorem", fill: rgb("#eeffee"))
#let corollary = thmplain("corollary", "Corollary", base: "theorem", t... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/set-01.typ | typst | Other | // Test that lists are affected by correct indents.
#let fruit = [
- Apple
- Orange
#list(body-indent: 20pt)[Pear]
]
- Fruit
#[#set list(indent: 10pt)
#fruit]
- No more fruit
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.0.1/cmd.typ | typst | Apache License 2.0 | #import "matrix.typ"
#import "vector.typ"
#import "util.typ"
#import "path-util.typ"
#let typst-path = path
#let content(x, y, w, h, c) = {
((
type: "content",
segments: (("pt", (x,y)),),
bounds: (
(x + w/2, y - h/2),
(x - w/2, y + h/2)
),
draw: (self) => {
let (x, y) = self.se... |
https://github.com/lxl66566/my-college-files | https://raw.githubusercontent.com/lxl66566/my-college-files/main/信息科学与工程学院/算法导论/readme.md | markdown | The Unlicense | # 算法导论(2 学分)(选修)
没有考试,最后是考核。分数全靠作业。
typst version >= 0.10.0
|
https://github.com/hrbrmstr/2023-10-20-wpe-quarto-typst | https://raw.githubusercontent.com/hrbrmstr/2023-10-20-wpe-quarto-typst/main/README.md | markdown | # Quarto/Typst Custom Templates
Companion repo for [Daily Drop #357](https://dailyfinds.hrbrmstr.dev/p/drop-357-2023-10-20-weekend-project) | |
https://github.com/oresttokovenko/resume-workflow | https://raw.githubusercontent.com/oresttokovenko/resume-workflow/main/README.md | markdown | # Resume Workflow CLI
Are you tired of the tedious task of tailoring each resume for every job application? Well you still have to do that, but the Resume Workflow CLI tool is here to help make it easier! This tool automates the creation of folders for each company you apply to and copies over template files (if you h... | |
https://github.com/mariunaise/HDA-Thesis | https://raw.githubusercontent.com/mariunaise/HDA-Thesis/master/graphics/quantizers/two-metric/reconstruction.typ | typst | #import "@preview/cetz:0.2.2": canvas, plot
#let line_style_aqua = (stroke: (paint: teal, thickness: 2pt))
#let line_style_eastern = (stroke: (paint: maroon, thickness: 2pt))
#let dashed = (stroke: (dash: "dashed"))
#let fill_aqua = (stroke: none, fill: aqua)
#let fill_olive = (stroke: none, fill: eastern)
#canvas({
... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/page_04.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Just page followed by pagebreak.
// Should result in one forest-colored A11 page and one auto-sized page.
#page("a11", flipped: true, fill: forest)[]
#pagebreak()
|
https://github.com/zenor0/FZU-report-typst-template | https://raw.githubusercontent.com/zenor0/FZU-report-typst-template/main/fzu-report/utils/fake-par.typ | typst | MIT License | // by Myriad-Dreamin
#let empty-par = par[#box()]
#let fake-par = context empty-par + v(-measure(empty-par + empty-par).height)
|
https://github.com/SillyFreak/typst-packages-old | https://raw.githubusercontent.com/SillyFreak/typst-packages-old/main/scrutinize/src/questions.typ | typst | MIT License | /// A boolean state storing whether solutions should currently be shown in the document.
/// This can be set using the Typst CLI using `--input solution=true` (or `false`, which is already
/// the default) or by updating the state:
///
/// ```typ
/// #questions.solution.update(true)
/// ```
///
/// Additionally, @@with... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/fh-joanneum-iit-thesis/1.1.0/lib.typ | typst | Apache License 2.0 | // The FH JOANNEUM Template
//
// requires parameters set in the main file "thesis.typ"
//
// ******************
// Helper functionality: todo / quote / fhjcode / textit / textbf / fhjtable / ...
// ******************
// Helper to support long and short captions for outlines (list of figures)
// author: laurmaedje
/... |
https://github.com/Enter-tainer/typstyle | https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/markup/multi-tick-raw.typ | typst | Apache License 2.0 | `single tick`
``double backtick. Actually this is not raw text.``
```js
function fib(n) {
if (n <= 1) return 1;
return fib(n - 1) + fib(n - 2);
}
```
````md
# This is a markdown code block
```cpp
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}
```
````
|
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/content/design/functional_requirements.typ | typst | #import "../../../acronyms.typ": *
= Functional Requirements <functional_requirements>
The following section describes all actors and use cases identified for the
VisualFP application.
== Actors
VisualFP has two actors:
#terms(
terms.item(
"Student User",
[
The student user is the pr... | |
https://github.com/Mouwrice/thesis-typst | https://raw.githubusercontent.com/Mouwrice/thesis-typst/main/lib.typ | typst | #import "@preview/fontawesome:0.2.0": *
#import "@preview/codly:0.2.0": *
#import "@preview/drafting:0.2.0": *
#let link-icon = super[#fa-arrow-up-right-from-square()]
// Workaround for the lack of an `std` scope.
#let std-bibliography = bibliography
// This function gets your whole document as its `body` and forma... | |
https://github.com/MatheSchool/typst-g-exam | https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/test/fonts/test-003-page-letter.typ | typst | MIT License | #import "../../src/lib.typ": *
#set page(
"us-letter",
// "a4",
// width: 12cm,
// height: 4cm,
// margin: (x: 58pt, y: 4pt)
)
#show: g-exam.with(
school: (
name: "Sunrise Secondary School",
// logo: read("./logo.png", encoding: none),
),
exam-info: (
... |
https://github.com/xhalo32/constructive-logic-course | https://raw.githubusercontent.com/xhalo32/constructive-logic-course/master/slides/slidetheme.typ | typst | // This theme is inspired by https://github.com/matze/mtheme
// The origin code was written by https://github.com/Enivex
#import "@preview/touying:0.4.2": *
// Consider using: NOTE doesn't work?
// #set text(font: "Fira Sans", weight: "light", size: 20pt)
// #show math.equation: set text(font: "Fira Math")
// #set st... | |
https://github.com/gaoachao/uniquecv-typst | https://raw.githubusercontent.com/gaoachao/uniquecv-typst/main/README.md | markdown | # uniquecv-typst
> 一个使用 [Typst](https://typst.app/) 编写的简历模板,基于 [uniquecv](https://github.com/dyinnz/uniquecv)
## 使用
### 在线
Typst提供了非常好用的 [webapp](https://typst.app)
- 创建 project
- 复制 main.typ 和 template.typ 到项目目录
- 在线编译
### 本地
- 安装 Typst
- macOS/Linux: `brew install typst`
- Arch Linux: `pacman -S typst`
... | |
https://github.com/donabe8898/typst-slide | https://raw.githubusercontent.com/donabe8898/typst-slide/main/README.md | markdown | MIT License | # typst-slide
typstで作ったスライド集。サークル活動のやつとか色々。
|
https://github.com/SkymanOne/zk-learning | https://raw.githubusercontent.com/SkymanOne/zk-learning/main/notes/snark_overview/snark_overview.typ | typst | #import "../base.typ": *
#show: note
= Overview of Modern SNARK Constructions
From this time we focus on the non-interactive proofs.
#def([
*SNARK*: a succint proof that a certain statement is true.
])
Example statement: "I know an `m` s.t. `SHA256(m) = 0`"
The proof is *short* and *fast* to verify.
*zk-SNARK*... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/ops-invalid-15.typ | typst | Other | // Error: 3-19 cannot divide relative length by ratio
#((10% + 1pt) / 5%)
|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/foundations-20.typ | typst | Other | // Error: 23-30 cannot access file system from here
#show raw: it => eval(it.text)
```
image("test/assets/files/tiger.jpg")
```
|
https://github.com/Merovius/go-talks | https://raw.githubusercontent.com/Merovius/go-talks/master/2024-07-09_gophercon/slides.typ | typst | #import "@preview/polylux:0.3.1": *
#import "./theme.typ": *
// Note: This is the first time I've used Typst to create a presentation and I
// was under big time pressure, so all of this is full of hacks and not very
// nice - Don't judge me :)
#show: simple-theme.with(
aspect-ratio: "16-9",
background: rgb("#ffffd... | |
https://github.com/Tiggax/zakljucna_naloga | https://raw.githubusercontent.com/Tiggax/zakljucna_naloga/main/src/figures/pid.typ | typst | #import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge
#import "@preview/cetz:0.2.2": canvas, plot, draw, vector
#let pid_graph = canvas(
length: .9cm,
{
import draw: *
let sig(pos, ..args) = group(
..args,
{
circle((rel: (.1,-.03), to: pos), radius: .8, fill: black)
... | |
https://github.com/goshakowska/Typstdiff | https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_working_types/ordered_list/ordered_list_inserted.typ | typst | + The first
+ The second
+ The third | |
https://github.com/typst-doc-cn/tutorial | https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/basic/writing-scripting.typ | typst | Apache License 2.0 | #import "mod.typ": *
#show: book.page.with(title: [初识脚本模式])
从现在开始,示例将会逐渐开始出现脚本。不要担心,它们都仅涉及脚本的简单用法。
== 内容块 <grammar-content-block>
有时,文档中会出现连续大段的标记文本。
#code(````typ
*从前有座山,山会讲故事,故事讲的是*
*从前有座山,山会讲故事,故事讲的是*
*...*
````)
这可行,但稍显麻烦。如下代码则显得更为整洁,它不必为每段都打上着重标记:
#code(````typ
#strong[
从前有座山,山会讲故事,故事讲的是
从前有座山,山会讲故事... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.