repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/takotori/PhAI-Spick | https://raw.githubusercontent.com/takotori/PhAI-Spick/main/sections/grundlagen.typ | typst | = Grundlagen
== Trigometrie
#image("../figures/triangle.png")
#table(
columns: (1fr, 1fr, 1fr, 1fr, 1fr, 1fr),
inset: 5pt,
align: (center, center, center, center, center, center),
fill: (column, row) => if column == 0 or row == 0 { gray },
[], [$0^circle.stroked.small$], [$30^circle.stroked.small$], [$45^circ... | |
https://github.com/jdsee/htw_titlepage_typst | https://raw.githubusercontent.com/jdsee/htw_titlepage_typst/main/htw_titlepage.typ | typst | Apache License 2.0 | #let titlepage(
title: "",
subtitle: "Bachelorarbeit",
subject: (
name: "",
area: 0
),
author: "",
examiners: (
first: "",
second: ""
),
body
) = {
align(center, image(height: 10%, "images/htw_logo.jpg"))
line(length: 100%, stroke: 0.5pt)
v(10mm, weak: true)
align(center, text... |
https://github.com/usami-k/technote | https://raw.githubusercontent.com/usami-k/technote/main/2024/iosdc-2024-article-and-poster/iosdc-2024-article-and-poster.typ | typst | Creative Commons Attribution 4.0 International | #import "@preview/touying:0.4.2": *
#let s = themes.metropolis.register(
aspect-ratio: "16-9",
footer: self => states.current-section-title,
)
#let s = (s.methods.info)(
self: s,
title: [ポスターセッション紹介:クォータニオンをiOSのsimdモジュールで扱う],
author: [宇佐見公輔],
date: [2024-08-14],
institution: [株式会社ゆめみ],
)
#let (init, slide... |
https://github.com/RafDevX/distinction-cybsoc | https://raw.githubusercontent.com/RafDevX/distinction-cybsoc/master/mod4-cybersecurity-law/memorandum.typ | typst | #import "template.typ": cover_page, header, footer, setup_page
#let title = [Legal Memorandum]
#let subtitle = [on the development of a comprehensive Cybersecurity Policy]
#let date = [December 2023]
#cover_page(title: title, subtitle: subtitle, date: date)
#pagebreak()
#show: setup_page
#set page("a4", header: he... | |
https://github.com/robinhundt/tpmpc24-talk | https://raw.githubusercontent.com/robinhundt/tpmpc24-talk/main/template.typ | typst | MIT License | #import "@preview/polylux:0.3.1": *
#let encrypto-title = state("encrypto-title", [])
#let encrypto-authors = state("encrypto-author", [])
#let encrypto-note-slides = state("encrypto-note-slides", true)
#let encrypto-blue = rgb("#00679c")
#let encrypto-full-line = line.with(length: 100%)
#let encrypto-theme(
aspec... |
https://github.com/jrihon/multi-bibs | https://raw.githubusercontent.com/jrihon/multi-bibs/main/lib/multi-bib.typ | typst | MIT License |
/* Utility functions */
// Works for Linux/MacOS only
#let basename_yml(pathtofile) = {
if pathtofile.ends-with(".yml") == false {
panic("The called file : (" + pathtofile + ") does end in the .yml format")
}
let basename = ""
if pathtofile.contains("/") {
basename = pathtofile.split("/").at(-1).spl... |
https://github.com/Jollywatt/typst-fletcher | https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/diagram-implicit-coords/test.typ | typst | MIT License | #set page(width: auto, height: auto, margin: 1em)
#import "/src/exports.typ" as fletcher: diagram, node, edge
#diagram(edge((0,0), (1,0), [label], "->"))
#diagram(edge((1,0), [label], "->"))
#diagram(edge([label], "->"))
#diagram(
node((1,2), [prev]),
edge("->", bend: 45deg),
node((2,1), [next]),
edge((1,2), ".."... |
https://github.com/edsomjr/RLT | https://raw.githubusercontent.com/edsomjr/RLT/main/computacao/linux_shell_scripting_tutorial_ver_1_0/README.md | markdown | MIT License | ## Linux Shell Scripting Tutorial (LSST) v1.0 - v1.05r3
<NAME>
Vivek faz uma pequena introdução a linguagem Shell do sistema operacional Linux mostrando comandos primários e interfaces básicas do todo, com alguns pequenos exercícios.
Para os exercícios, [nossas soluções estão aqui](./resume.pdf) escritas em [Bash](h... |
https://github.com/Hobr/njust_thesis_typst_template | https://raw.githubusercontent.com/Hobr/njust_thesis_typst_template/main/layout/xgsLesson.typ | typst | MIT License | // 字体
#import "../util/font.typ": fonts, fontSize
// 文档
#let setDocument(title, author, doc) = {
set document(
// 标题
title: title,
// 作者
author: author.map(author => author.name),
)
doc
}
// 页眉
#let pageHeader(title) = locate(loc => {
if loc.page() > 1 [
#align(
center,
text(
... |
https://github.com/tingerrr/masters-thesis | https://raw.githubusercontent.com/tingerrr/masters-thesis/main/src/de/chapters/5-implementation.typ | typst | #import "/src/util.typ": *
#import "/src/figures.typ"
Da keine eindeutigen Beweise gefunden werden konnten, welche eine sichere API der C++-Implementierung generischer Fingerbäume auf Typ-Ebene umsetzten können, wurden 2-3-Fingerbäume in C++ übersetzt um deren Verhlaten mit dem von QMap zu vergleichen.
Auf eine Implem... | |
https://github.com/dyc3/senior-design | https://raw.githubusercontent.com/dyc3/senior-design/main/balancer-design.typ | typst | = Balancer Design
== Internal Architecture
#figure(
image("figures/balancer-internals-class.svg", width: 90%),
caption: "Class diagram showing the structure and relationships between types in the Balancer.",
) <Figure::balancer-internals-class>
#pagebreak()
Shown in @Figure::balancer-internals-class is the interna... | |
https://github.com/schmidma/typst-workshop | https://raw.githubusercontent.com/schmidma/typst-workshop/main/README.md | markdown | Creative Commons Zero v1.0 Universal | # Typst: The Modern Alternative to LaTeX
This repository contains a presentation on Typst, a modern, markup-based typesetting system designed to be a powerful and user-friendly alternative to LaTeX, Word, or Google Docs.
This presentation covers the basics of Typst, including how to use it, why it is advantageous, and... |
https://github.com/wjwei-handsome/personal_poster_typst | https://raw.githubusercontent.com/wjwei-handsome/personal_poster_typst/main/README.md | markdown | # personal_poster_typst
## Personal Poster template in typst
## Please install and learn the tutorial of [typst](https://github.com/typst/typst) first.
## Look up usage in `example.typ`
## On the content, just follow the typst syntax and write done.
## 可能不支持中文
| |
https://github.com/knuesel/typst-minideck | https://raw.githubusercontent.com/knuesel/typst-minideck/main/themes/simple.typ | typst | MIT License | // Theme variants
#let variants = (
light: (
bg: white,
fg: rgb("#3c3c3c"),
),
dark: (
bg: rgb("#3c3c3c"),
fg: rgb("#eff1f3"),
),
)
// The paper and variant parameters must be set by the caller
#let template(page-size: none, variant: none, it) = {
show heading: set block(below: 1em)
let mar... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/polygon.typ | typst | Apache License 2.0 | // Test polygons.
---
#set page(width: 50pt)
#set polygon(stroke: 0.75pt, fill: blue)
// These are not visible, but should also not give an error
#polygon()
#polygon((0em, 0pt))
#polygon((0pt, 0pt), (10pt, 0pt))
#polygon.regular(size: 0pt, vertices: 9)
#polygon((5pt, 0pt), (0pt, 10pt), (10pt, 10pt))
#polygon(
(0pt... |
https://github.com/HiiGHoVuTi/requin | https://raw.githubusercontent.com/HiiGHoVuTi/requin/main/main.typ | typst | #import "template.typ": pset
#import "lib.typ": *
#show: pset.with(
title: "REQUIN",
author: "<NAME>",
date: datetime.today(),
// collaborators: ("<NAME>", "<NAME>")
)
#import "@preview/codly:1.0.0": *
#show: codly-init.with()
// -------------------- PREMIERE PAGE --------------------
#v(1fr)
#align(center)... | |
https://github.com/augustebaum/epfl-thesis-typst | https://raw.githubusercontent.com/augustebaum/epfl-thesis-typst/main/example/tail/appendix.typ | typst | MIT License | = An appendix
#lorem(100)
#pagebreak()
#lorem(100)
|
https://github.com/akagiyuu/math-document | https://raw.githubusercontent.com/akagiyuu/math-document/main/sum/sin.typ | typst | #set text(size: 20pt)
$ sin(x) = Im(e^(i x)) = (e^(i x) - e^(-i x))/2 $
$
sin(1) + sin(2) + ... + sin(n)
&= sum_(k=1)^(n) sin(k) \
&= Im(sum_(k=1)^(n) e^(i k)) \
&= Im(e^i (e^(i n) - 1)/(e^i - 1)) \
&= Im(
e^i (e^(i n/2)(e^(i n/2) - e^(-i n/2))) / (e^(i/2)(e^(i/2) - e^(-i/2)))
) \
&= Im(e^... | |
https://github.com/Starkillere/TIPE-detection-informations-cachees | https://raw.githubusercontent.com/Starkillere/TIPE-detection-informations-cachees/main/documentation-prototypage/definition_inductive_information.typ | typst | #line(length: 500pt)
#align(center)[
= Définition inductive de l'information par des matrices de n-uplet de nombres réel
]
\
#grid(
columns: (1fr, 1fr),
align(left)[
_par <NAME>_
],
align(right)[
_10/10/2024_
]
)
#line(length: 500pt)
#set heading(numbering: "1.1.1")
On s'interesse ici à donner une d... | |
https://github.com/buxx/cv | https://raw.githubusercontent.com/buxx/cv/master/modules/skills.typ | typst | #import "../brilliant-CV/template.typ": *
#import "../src/utils.typ": *
#cvSection("Compétences", highlighted: true, letters: 3)
#cvSkill(
type: [Pile technique],
info: [#img("crab") Rust | #img("snake") Python | #img("typescript", size: 8.0pt) TypeScript/Javascript | #img("gnulinux", size: 8.0pt) GNU/Linux],
)
... | |
https://github.com/ntjess/typst-tada | https://raw.githubusercontent.com/ntjess/typst-tada/main/src/tabledata.typ | typst | The Unlicense | #import "helpers.typ" as H
#import "display.typ": DEFAULT-TYPE-FORMATS
#let _get-n-rows(data) = {
if data.values().len() == 0 { 0 } else { data.values().at(0).len() }
}
#let _data-to-records(data) = {
let values = data.values()
let records = range(_get-n-rows(data)).map(ii => {
let row-values = values.map(... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/016%20-%20Fate%20Reforged/005_The%20Doom%20of%20the%20Golden%20Fang.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Doom of the Golden Fang",
set_name: "Fate Reforged",
story_date: datetime(day: 04, month: 02, year: 2015),
author: "<NAME>",
doc
)
Tasigur lifted a banana from the bowl at his side and turned it over in his hands. A large brown spot mar... | |
https://github.com/fjebaker/rse-seminar-zig-2024 | https://raw.githubusercontent.com/fjebaker/rse-seminar-zig-2024/main/presentation/main.typ | typst | MIT License | #import "@preview/polylux:0.3.1": *
#import "tamburlaine.typ": *
#show: tamburlaine-theme.with(aspect-ratio: "4-3")
#show link: item => underline(text(blue)[#item])
#let citation(b) = {
[
#v(1fr)
#set text(size: 12pt)
#set align(right)
#b
#v(2em)
]
}
#enable-handout-mode(true)
#let zig_logo ... |
https://github.com/davidedellagiustina/uniud-slides | https://raw.githubusercontent.com/davidedellagiustina/uniud-slides/master/src/main.typ | typst | MIT License | // Usage example of the uniud-slides template
// File: ./src/main.typ
#import "./uniud-slides/template.typ": *
// +-----------------------+
// | Presentation metadata |
// +-----------------------+
#show: uniud-slides.with(
lang: "en", // Supported: 'en', 'it'
department: "dmif", // Supported: 'dmed', 'dill'... |
https://github.com/SnowManKeepsOnForgeting/NoteofModernControlTheory | https://raw.githubusercontent.com/SnowManKeepsOnForgeting/NoteofModernControlTheory/main/Homework/Homework_4.typ | typst | #import "@preview/physica:0.9.3":*
#import "@preview/i-figured:0.2.4"
#let xb = $bold(x)$
#let ub = $bold(u)$
#let Qb = $bold(Q)$
#let xbd = $accent(bold(x),dot)$
+ Determine the controllability of the following systems:
(1) $xbd = mat(delim: "[",1,1;1,0)xb + mat(delim: "[",1;0)ub$
(2) $xbd = mat(delim: "[",0,1... | |
https://github.com/Dherse/ugent-templates | https://raw.githubusercontent.com/Dherse/ugent-templates/main/slides/main.typ | typst | MIT License | #import "@preview/polylux:0.3.1": *
#import "@preview/codly:0.1.0": *
#import "ugent-theme.typ": *
// Get the current date, you can also replace it with your
// presentation's date:
// #let date = datetime(year: 2023, month: 06, day: 29)
#let date = datetime.today()
// Configure the slides:
#show: ugent-theme.with(
... |
https://github.com/andreasKroepelin/TypstJlyfish.jl | https://raw.githubusercontent.com/andreasKroepelin/TypstJlyfish.jl/main/assets/logo.typ | typst | MIT License | #set page(width: auto, height: auto, margin: 15pt)
#set text(font: "Bellota", weight: "bold", size: 3cm, fill: rgb("#4063d8"))
#set align(horizon)
#stack(
dir: ltr,
image("jellyfish.svg"),
[Jlyfish]
)
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/showybox/1.1.0/lib/sections.typ | typst | Apache License 2.0 | /*
* ShowyBox - A package for Typst
* <NAME> and Showybox Contributors (c) 2023
*
* lib/sections.typ -- The package's file containing all the
* internal functions for drawing sections.
*
* This file is under the MIT license. For more
* information see LICENSE on the package's main folder.
*/
#import "func.typ... |
https://github.com/alberto-lazari/cv | https://raw.githubusercontent.com/alberto-lazari/cv/main/modules_en/volunteering.typ | typst | #import "/common.typ": *
= Volunteering
#entry(
title: [Scout Leader],
society: [AGESCI Mestre 2],
date: [Mar 2021 - Present],
logo: image("/images/agesci.png"),
)
#entry(
title: [Blood Donor],
society: [Avis],
date: [Aug 2023 - Present],
logo: image("/images/avis.jpg"),
)
| |
https://github.com/typst-jp/typst-jp.github.io | https://raw.githubusercontent.com/typst-jp/typst-jp.github.io/main/docs/reference/context.md | markdown | Apache License 2.0 | ---
description: |
文書内の位置に応じて反応するコンテンツの扱い方を説明します。
---
# コンテキスト
時には、文書内の位置に応じて反応するコンテンツを作成したいことがあります。
これは、設定されたテキストの言語に依存するローカライズされたフレーズや、
前にいくつの見出しがあったかに基づいて正しい値を表示する、
見出し番号のような単純なものかもしれません。
しかし、Typstコードは直接的に文書内の位置を認識しているわけではありません。
ソーステキストの冒頭にあるコードが、文書の最後に配置されるコンテンツを生成する可能性があります。
そのため、周囲の環境に反応するコンテンツを生成するためには、Typs... |
https://github.com/sysu/better-thesis | https://raw.githubusercontent.com/sysu/better-thesis/main/template/thesis.typ | typst | MIT License | // 建议在正式编辑论文时,采用 typst.app 中的已发布版本模板
// #import "@preview/modern-sysu-thesis:0.3.0": bachelor as thesis
// 仅供开发调试使用
#import "/lib.typ": bachelor as thesis
#import thesis: abstract, acknowledgement, appendix
// 你首先应该安装 https://gitlab.com/sysu-gitlab/thesis-template/better-thesis/-/tree/main/fonts 里的所有字体,
// 如果是 Web Ap... |
https://github.com/ClazyChen/Table-Tennis-Rankings | https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history_CN/2014/MS-06.typ | typst |
#set text(font: ("Courier New", "NSimSun"))
#figure(
caption: "Men's Singles (1 - 32)",
table(
columns: 4,
[排名], [运动员], [国家/地区], [积分],
[1], [马龙], [CHN], [3518],
[2], [许昕], [CHN], [3411],
[3], [张继科], [CHN], [3232],
[4], [蒂姆 波尔], [GER], [3212],
[5], [樊振东], [CHN], [3207],
... | |
https://github.com/gyarab/2023-4e-ruzicka-jako_pavouk | https://raw.githubusercontent.com/gyarab/2023-4e-ruzicka-jako_pavouk/main/src-docs/kapitoly/design.typ | typst | = Design
Vizuální stránka aplikace je podle mého názoru skoro tak důležitá jako její funkčnost. I když staré dobré programy jako 7-Zip nebo FileZilla jsou výjimkou, která potvrzuje pravidlo. Z toho důvodu jsem si dal s vizáží webu práci, a to převážně, co se týče ilustrací.
== Ilustrace
Důležitá pro mě byla jedn... | |
https://github.com/i-am-wololo/cours | https://raw.githubusercontent.com/i-am-wololo/cours/master/main/cheatsheeti21.typ | typst | #import "./templates.typ": *
#show: chshtemplate.with(matiere: "i21")
= Conception d'algorithme
#definition(title:"Invalider un algo")[Pour montrer qu'un algo n'est pas valide, il suffit de montrer un contre exemple, soit un cas ou l'algorithme ne marcherait pas]
= Analyse asymptotique
#definition(title:"Analyser ... | |
https://github.com/nath-roset/suiviProjetHekzamGUI | https://raw.githubusercontent.com/nath-roset/suiviProjetHekzamGUI/master/typ%20sources/Documentation%20Technique.typ | typst | Apache License 2.0 | #import "template.typ" : base, dirpath
#show: doc => base(
// left_header:[],
right_header : [scan-GUI-Spring-2024 Team],
title: [Hekzam-GUI Project - Spring 2024],
subtitle: [Technical documentation],
version: [1.0],
authors:(
(
name: "<NAME>",
affiliation:"Paul Sabatier University",
... |
https://github.com/Mayu-onakasuita/typst_japanese_thesis | https://raw.githubusercontent.com/Mayu-onakasuita/typst_japanese_thesis/main/README.md | markdown | # typst_japanese_thesis
## 元のパッケージ
[NTNU Typst](https://github.com/saimnaveediqbal/thesis-NTNU-typst)
変更点
- Margin
- 日本語に適した形に
- Appendixや章といった言葉の日本語化
- 日本語に適したフォント
## 使い方
- Typstをインストール
- VS Codeで拡張機能[Tinymist](https://github.com/Myriad-Dreamin/tinymist)を導入
- お好きなbibファイルと使う(推奨:paperpileのgoogle drive integ... | |
https://github.com/kdog3682/typkit | https://raw.githubusercontent.com/kdog3682/typkit/main/0.1.0/src/assertion.typ | typst | #import "is.typ": *
#let assert-is-color-value-object-array(args) = {
let p = args.at(0)
let message = "the arg must take the shape of a dictionary: (fill, value)"
assert(is-object(p) and "value" in p and "fill" in p, message: message)
}
#let assert-is-ratio-divisible(n, ratios) = {
assert(is-divisib... | |
https://github.com/heinwol/master-thesis | https://raw.githubusercontent.com/heinwol/master-thesis/main/typst/main.typ | typst | #import "./template.typ": thmrules, template, definition, theorem, proof, claim, code, lemma, corollary, remark, turn-on-first-line-indentation as fli, indent
#let sp = h(0.5em)
#let state_dict(d) = {
// assert(type(d) == dictionary)
${
#(d
.pairs()
.map(((k, v)) => $bold(#(k+":")) #v$)
.join(",... | |
https://github.com/sa-concept-refactoring/doc | https://raw.githubusercontent.com/sa-concept-refactoring/doc/main/chapters/personalReportVina.typ | typst | Contributing to an open source project like LLVM was a great experience even though the changes are not yet merged.
For me this was the first time to work on an open source project and I learned a lot while doing so.
At first it seemed to be a very difficult project to work with, but we were able to get it running qui... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/fh-joanneum-iit-thesis/1.2.2/template/chapters/3-related.typ | typst | Apache License 2.0 | #import "global.typ": *
= Related Work
#lorem(30)
#todo(
[
Describe the work of other research teams and noteworthy approaches related to
your work. State what is different to your solution.
+ Related literature might/should contain: theoretical foundations,
- definitions of key terms,
- ... |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/dialogue.body.typ | typst | // #import "base-utils.typ": *
// #import "classroom.typ"
// #import "designer.typ"
#import "dialogue.header.typ": header
#import "dialogue.problemset.typ": problemset
#import "dialogue.clip.typ": body
#import "page-templates.typ"
#show: page-templates.dialogue
#let header-data = (
student-group: "ravenclaw",
... | |
https://github.com/mumblingdrunkard/mscs-thesis | https://raw.githubusercontent.com/mumblingdrunkard/mscs-thesis/master/src/methodology-and-results/index.typ | typst | #import "../utils/utils.typ": *
= Methodology and Results <ch:methodology-and-results>
Here, we describe our approach to gathering the results for the implementation and list these results.
The results are interpreted and discussed in the next chapter.
== Running Programs and Extracting Results
The best approach wo... | |
https://github.com/typst-community/typst-community.github.io | https://raw.githubusercontent.com/typst-community/typst-community.github.io/main/README.md | markdown | MIT License | # typst-community.github.io
🌐 typst.community website
|
https://github.com/SillyFreak/typst-packages-old | https://raw.githubusercontent.com/SillyFreak/typst-packages-old/main/crudo/docs/manual.typ | typst | MIT License | #import "@preview/tidy:0.3.0"
#import "template.typ": *
#import "../src/lib.typ" as crudo
#let package-meta = toml("../typst.toml").package
// #let date = none
#let date = datetime(year: 2024, month: 5, day: 14)
#show: project.with(
title: "Crudo",
// subtitle: "...",
authors: package-meta.authors.map(a => a.... |
https://github.com/SkiFire13/master-thesis | https://raw.githubusercontent.com/SkiFire13/master-thesis/master/config/common.typ | typst | #let baseline-list(body) = {
show list.item: it => context [
#let marker = list.marker.at(0)
#let height = measure[#it.body].height
#box(height: height)[#marker #it.body]\
]
body
}
#let _real_label = label
#let environment(name, style: "italic") = {
let env_counter = counter(name)
let fig_counte... | |
https://github.com/hongjr03/shiroa-page | https://raw.githubusercontent.com/hongjr03/shiroa-page/main/WXAPP/lab1/main.typ | typst | #import "template.typ": *
#import "@preview/tablex:0.0.8": tablex, cellx, rowspanx, colspanx, vlinex, hlinex
#import "@preview/cetz:0.2.2"
#import "/book.typ": book-page
#show: book-page.with(title: "实验 1:第一个微信小程序")
#let title = "实验 1:第一个微信小程序"
#let author = "洪佳荣"
#let course_id = "移动软件开发"
#let instructor = "高峰老师"
#l... | |
https://github.com/markcda/unitech-typst | https://raw.githubusercontent.com/markcda/unitech-typst/master/README.md | markdown | MIT License | # unitech-typst
В данном репозитории представлены основные шаблоны работ для студентов, оформленные в типографической системе [Typst](https://typst.app):
1. Пример студенческой работы (титульный лист, оглавление, ссылки на источники)
|
https://github.com/rabotaem-incorporated/calculus-notes-2course | https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/02-measure-theory/02-volume-and-measure.typ | typst | #import "../../utils/core.typ": *
== Объем и мера
#def(label: "def-measure")[
$Pp$ --- полукольцо подмножеств в $X$. $mu: Pp --> [0; +oo]$.
#sublabel("volume")
- $mu$ --- _объем_, если:
1. $mu nothing = 0$
2. $P_1, ..., P_n in Pp; quad union.sq.big_(k = 1)^n P_k in Pp ==> mu (union.s... | |
https://github.com/maxluoXIII/resume | https://raw.githubusercontent.com/maxluoXIII/resume/master/README.md | markdown | # Welcome to my resume repository!
Each branch is for specific industries, but only the master branch is guaranteed
to be updated. Please take a look, and reach out if you're interested.
## Word Diff
This section is basically a note to self. In order to diff the `.docx` files
properly, the `.gitattributes` file has a... | |
https://github.com/Turkeymanc/notebook | https://raw.githubusercontent.com/Turkeymanc/notebook/main/entries/example-entry.typ | typst | #import "/packages.typ": *
#import components: *
// The show rule passes all content in this file into the `create-body-entry` function.
// This just means that we don't need an extra level of indentation when writing this entry.
#show: create-body-entry.with(
title: "Example Entry",
type: "identify",
date: date... | |
https://github.com/QuadnucYard/pigeonful-typ | https://raw.githubusercontent.com/QuadnucYard/pigeonful-typ/main/src/lib.typ | typst | MIT License | #let pigeonful(
application-title: [志愿信息],
entries: (:),
notice-kind: "dailuqu",
notice-title: auto,
notice-hint: auto,
notice-body: [],
notifier: [],
acceptance: [],
width: 768pt,
) = {
if notice-title == auto {
notice-title = if notice-kind == "fushi" {
[复试通知]
} else if notice-kind =... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/link_09.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test link to label.
Text <hey>
#link(<hey>)[Go to text.]
|
https://github.com/htlwienwest/da-vorlage-typst | https://raw.githubusercontent.com/htlwienwest/da-vorlage-typst/main/template/anhang.typ | typst | MIT License | Im Anhang kann Material, das nicht in den Text eingebunden wurde, beigefügt werden, z.B. Fragebögen, Interviews, Projektdokumnetation (Begleitprotokoll, Antrag, etc.).
Bitte sprecht mit eurer Betreuerin/eurem Betreuer ab, was alles im Anhang enthalten sein soll.
|
https://github.com/PhilipNelson5/Resume-Typst | https://raw.githubusercontent.com/PhilipNelson5/Resume-Typst/main/resume.typ | typst | Apache License 2.0 | #import "cv.typ": *
// Load CV data from YAML
#let cvdata = yaml("resume.yml")
#let uservars = (
headingfont: "Linux Libertine", // Set font for headings
bodyfont: "Linux Libertine", // Set font for body
fontsize: 10pt,
margin: (
x: 1.25cm,
y: 1cm
),
linespacing: 6pt,
sho... |
https://github.com/Its-Alex/resume | https://raw.githubusercontent.com/Its-Alex/resume/master/lib/experiences.typ | typst | MIT License | #import "components/title.typ": customTitle
#import "components/link_with_icon.typ": linkWithIcon
#let experiences(
title,
experiences
) = [
#customTitle(title)
#grid(
columns: (100%),
gutter: 0pt,
row-gutter: 1.5em,
..experiences.map((experience) => [
#block(breakable: false)[
#g... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/string-07.typ | typst | Other | // Test the `slice` method.
#test("abc".slice(1, 2), "b")
#test("abc🏡def".slice(2, 7), "c🏡")
#test("abc🏡def".slice(2, -2), "c🏡d")
#test("abc🏡def".slice(-3, -1), "de")
|
https://github.com/jxpeng98/typst-coverletter | https://raw.githubusercontent.com/jxpeng98/typst-coverletter/main/modernpro-coverletter.typ | typst | MIT License | ///////////////////////////////
// modernpro-coverletter.typ
// A cover letter template with modern Sans font for job applications and other formal letters.
// Copyright (c) 2024
// Author: <NAME>
// License: MIT
// Version: 0.0.5
// Date: 2024-10-21
// Email: <EMAIL>
///////////////////////////////
#let cove... |
https://github.com/Zuttergutao/Typstdocs-Zh-CN- | https://raw.githubusercontent.com/Zuttergutao/Typstdocs-Zh-CN-/main/Classified/Part%20II.typ | typst | #import "format.typ":*
#[
#set heading(numbering: none)
#show heading: it => block[
#set align(center)
#set text(size:28pt,weight:700)
#it.body
]
= Part II 简明教程
]
// align
= 内容对齐
```para
// 水平/垂直对直内容
align(
set alignment 2d alignment,
// 沿两个轴排列 ... | |
https://github.com/crd2333/crd2333.github.io | https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Reading/Reconstruction/3DGS.typ | typst | #import "/src/components/TypstTemplate/lib.typ": *
#show: project.with(
title: "3DGS",
lang: "zh",
)
= 3DGS
- 原论文:3D Gaussian Splatting for Real-Time Radiance Field Rendering(time: 2023.8)
- 原论文方法部分讲得不直观,结合这篇综述 A Survey on 3D Gaussian Splatting(time: 2024.1),一起理解 3DGS
== 前言
- 初看 3DGS 感觉有点像是 Plenoxels
- 二者都是完全不... | |
https://github.com/PA055/5839B-Notebook | https://raw.githubusercontent.com/PA055/5839B-Notebook/main/Notebooks/building.typ | typst | #import "/lib.typ": *
#import themes.radial: radial-theme, components, colors
#import colors: *
#show: notebook.with(theme: radial-theme, team-name: "5839B", season: "Water Game", year: "2024-2025")
#create-frontmatter-entry(
title: "Table of Contents",
date: datetime(year: 2024, month: 1, day: 9),
)[
#compone... | |
https://github.com/TycheTellsTales/typst-pho | https://raw.githubusercontent.com/TycheTellsTales/typst-pho/main/people.typ | typst | ////////////////
// PHO People //
////////////////
#let normalise_name(name) = {
lower(name.replace(regex("\W"), "_"))
}
// Populate the initial data.
#let __initial_data() = {
let data = (:)
for (name, tags) in (
"Bagrat": ([Veteran Member], [The Guy in the Know]),
"AverageAlexandros": ([Cape Husband]... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/039%20-%20Theros%3A%20Beyond%20Death/001_Theros%20Beyond%20Death%20Story%20Summary.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Theros: Beyond Death Story Summary",
set_name: "Theros: Beyond Death",
story_date: datetime(day: 10, month: 01, year: 2020),
author: "<NAME>",
doc
)
Elspeth was dead.
But we must begin far before that, centuries ago. Before the gods of The... | |
https://github.com/TideDra/seu-thesis-typst | https://raw.githubusercontent.com/TideDra/seu-thesis-typst/main/utils.typ | typst | #import "constants.typ": 字体, 字号, 行距
#import "@preview/a2c-nums:0.0.1": int-to-cn-num
#import "@preview/cuti:0.2.0": show-cn-fakebold
#let part_state = state("part")
// 使用terms模拟latex的paragraph
#let paragraph(content) = {
set terms(hanging-indent: 0pt, indent: 0pt)
set par(first-line-indent: 0pt)
content
[#v(-... | |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/05-features/positioning.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note
#import "/template/lang.typ": devanagari
#import "/lib/glossary.typ": tr
#show: web-page-template
// ## Positioning rules
== #tr[positioning]规则
// We've talked a lot about substitution so far, but that's not the only thing ... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/modern-sysu-thesis/0.1.0/pages/bachelor-abstract-en.typ | typst | Apache License 2.0 | #import "../utils/style.typ": 字号, 字体
#import "../utils/invisible-heading.typ": invisible-heading
// 本科生英文摘要页
#let bachelor-abstract-en(
// documentclass 传入的参数
anonymous: false,
twoside: false,
fonts: (:),
info: (:),
// 其他参数
keywords: (),
outline-title: "ABSTRACT",
outlined: false,
body,
) = {
pag... |
https://github.com/SeniorMars/tree-sitter-typst | https://raw.githubusercontent.com/SeniorMars/tree-sitter-typst/main/examples/compiler/field.typ | typst | MIT License | // Test field access.
// Ref: false
---
// Test field on dictionary.
#let dict = (nothing: "ness", hello: "world")
#test(dict.nothing, "ness")
#{
let world = dict
.hello
test(world, "world")
}
---
// Test fields on elements.
#show list: it => {
test(it.children.len(), 3)
}
- A
- B
- C
---
// Error: 6-13 ... |
https://github.com/astrale-sharp/typstfmt | https://raw.githubusercontent.com/astrale-sharp/typstfmt/main/README.md | markdown | Apache License 2.0 | Basic formatter for the Typst language ~~with a future~~ without a future 😄!
It's been a fun ride everyone but that's where I stop, feel free to fork etc.
last typst supported version is 0.10.
If I get the formatter fever again I'll probably try contributing to https://github.com/Enter-tainer/typstyle/ and you shou... |
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/pandoc-post.typ | typst | #let intb(x) = []
#let iintb(x) = []
#let iiintb(x) = []
#let project(body, ..args) = {
body
}
#let definition(x, name: "") = [#x]
#let theorem(x, name: "") = [#x]
#let lemma(x, name: "") = [#x]
#let corollary(x, name: "") = [#x]
#let property(x, name: "") = [#x]
#let conclusion(x, name: "") = [#x]
#let problem(x, ... | |
https://github.com/Robotechnic/diagraph | https://raw.githubusercontent.com/Robotechnic/diagraph/main/examples/filerender.typ | typst | MIT License | #import "@preview/diagraph:0.3.0": *
#render(read("./VERYlargegraph.txt"), width: 100%)
|
https://github.com/MordragT/type-down | https://raw.githubusercontent.com/MordragT/type-down/master/readme.md | markdown | MIT License | <div align=center>
# TypeDown ✒️
[](https://nixos.org) 
Simple Markup language, easily embeddable and extendable.
</div>
## Abo... |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/07-localisation/letter-i.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note, cross-link
#import "/lib/glossary.typ": tr
#show: web-page-template
// ## The letter "i"
== 麻烦的字母 i
// The Latin letter "i" (and sometimes "j") turns out to need special handling. For one thing, in Turkish, as we've mentio... |
https://github.com/Misaka19986/typst-template | https://raw.githubusercontent.com/Misaka19986/typst-template/main/README.md | markdown | A personal typst template
| |
https://github.com/Le-foucheur/Typst-VarTable | https://raw.githubusercontent.com/Le-foucheur/Typst-VarTable/main/documentation.typ | typst | MIT License | #import "@preview/tidy:0.3.0"
#import "tabvar.typ": tabvar
#set page(numbering: "1/1")
#align(center, text(20pt)[*VarTable*\ ])
#align(center)[
VarTable is a package to make variation table, in a simple way\
This package is build on top of #link("https://github.com/Jollywatt/typst-fletcher")[#underline(stroke: b... |
https://github.com/saurabtharu/CV | https://raw.githubusercontent.com/saurabtharu/CV/main/template.typ | typst | #import "@preview/octique:0.1.0": *
#import "lib.typ": *
// https://github.com/tzx/NNJR/blob/main/template.typ
#let resume(body) = {
set list(indent: 1em)
show list: set text(size: 0.99em)
show link: underline
show link: set underline(offset: 3pt)
set page(
paper: "us-letter",
margin: (x: 0.5in, ... | |
https://github.com/OctarineSourcerer/NeonInTheDark | https://raw.githubusercontent.com/OctarineSourcerer/NeonInTheDark/main/templates/documentTemplate.typ | typst | #let bladesDoc(
title: none,
subtitle: none,
doc
) = {
let headingFont = "Bebas Neue"
set document(title: title)
set text(font: "Exo 2")
show heading: set text(font: "Bebas Neue")
// This is a little awkward. I'd like to set the default heading size here, then override it in the Crews se... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/lang_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Verify that writing script/language combination has an effect
#{
set text(size:20pt)
set text(script: "latn", lang: "en")
[Ş ]
set text(script: "latn", lang: "ro")
[Ş ]
set text(script: "grek", lang: "ro")
[Ş ]
}
|
https://github.com/lebinyu/typst-thesis-template | https://raw.githubusercontent.com/lebinyu/typst-thesis-template/main/thesis/metadata.typ | typst | Apache License 2.0 | // Here edit mata data
#let title = "This is a Title of thesis"
#let supervisor = ("Prof. Dr. <NAME>", "Prof. Dr. <NAME>")
#let group_name = "Physics Group"
#let institute = "Institute of Physics"
#let author = "<NAME>"
#let ID = "123-456-789"
#let address = ("Street 7", "Zurich", "Switzerland")
#let email = "<EMAIL... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/vec_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test alternative delimiter.
#set math.vec(delim: "[")
$ vec(1, 2) $
|
https://github.com/AsiSkarp/grotesk-cv | https://raw.githubusercontent.com/AsiSkarp/grotesk-cv/main/src/template/content/profile.typ | typst | The Unlicense | #let meta = toml("../info.toml")
#import "@preview/fontawesome:0.4.0": *
#let icon = meta.section.icon.profile
#let language = meta.personal.language
#let include-icon = meta.personal.include_icons
// = Summary
= #if include-icon [#fa-icon(icon) #h(5pt)] #if language == "en" [Summary] else if language == "es" [Resume... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/gradient-text-other.typ | typst | Apache License 2.0 | // Test text gradients with radial and conic gradients.
---
#set page(width: 200pt, height: auto, margin: 10pt)
#set par(justify: true)
#set text(fill: gradient.radial(red, blue))
#lorem(30)
---
#set page(width: 200pt, height: auto, margin: 10pt)
#set par(justify: true)
#set text(fill: gradient.conic(red, blue, angl... |
https://github.com/0x1B05/nju_os | https://raw.githubusercontent.com/0x1B05/nju_os/main/book_notes/content/02_virtualization_01_CPU_01_sheduling.typ | typst | #import "../template.typ": *
#pagebreak()
= Scheduling
== Scheduling: Introduction
We have yet to understand the high-level policies that an OS scheduler employs. We will now present a series of *scheduling policies* (sometimes called *disciplines*)
=== Workload Assumptions
The more you know about *worklo... | |
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/exponent/exponent-mode/test.typ | typst | Apache License 2.0 | #import "/src/lib.typ": unit, metro-setup, num, qty
#set page(width: auto, height: auto)
#let test = [
#num[0.012] \
#num[0.00123] \
#num[0.0001234] \
#num[0.000012345] \
#num[0.00000123456] \
#num[123] \
#num[1234] \
#num[12345] \
#num[123456] \
#num[1234567] \
]
#test
#metro-setup(exponent-mode... |
https://github.com/r8vnhill/apunte-bibliotecas-de-software | https://raw.githubusercontent.com/r8vnhill/apunte-bibliotecas-de-software/main/Unit2/Constructors.typ | typst | == Constructores en Kotlin
Un constructor en Kotlin es un bloque especial de código que se ejecuta durante la creación de una instancia de una clase.
Su función principal es inicializar el objeto recién creado con los datos necesarios o realizar configuraciones iniciales.
Kotlin ofrece dos tipos de constructores: *pr... | |
https://github.com/dainbow/FunctionalAnalysis2 | https://raw.githubusercontent.com/dainbow/FunctionalAnalysis2/main/themes/4.typ | typst | #import "../conf.typ": *
= Спектр. Резольвента.
== Операторозначные функции комплексного переменного. Аналитичность резольвенты. Спектральный радиус. Основная теорема о спектре
#definition[
*Резольвентным множеством* оператора $A$ называется следующее множество:
#eq[
$rho(A) = {lambda in CC | exists (A - lambd... | |
https://github.com/christmascoding/DHBW_LAB_GET | https://raw.githubusercontent.com/christmascoding/DHBW_LAB_GET/main/appendix.typ | typst | #let appendix = {
lorem(100)
} | |
https://github.com/Meisenheimer/Notes | https://raw.githubusercontent.com/Meisenheimer/Notes/main/src/Integration.typ | typst | MIT License | #import "@local/math:1.0.0": *
= Integration
#env("Definition")[
A *weighted quadrature formula* $I_n (f)$ is a linear function
$ I_n (f) = sum_(i=1)^n w_i f(x_i), $
which approximates the integral of a function $f in C[a, b]$,
$ I(f) = integral_a^b rho(x) f(x) upright("d") x, $
where the weight functio... |
https://github.com/stephane-klein/typst-sklein-resume-poc | https://raw.githubusercontent.com/stephane-klein/typst-sklein-resume-poc/main/src/template.typ | typst | #let headerFont = ("Roboto")
#import "@preview/fontawesome:0.1.0": *
#let regularColors = (
subtlegray: rgb("#ededee"),
lightgray: rgb("#343a40"),
darkgray: rgb("#212529"),
)
#let hBar() = [
#h(5pt) | #h(5pt)
]
#let headerFirstNameStyle(str) = {text(
font: headerFont,
size: 32pt,
weight: "l... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/universal-hit-thesis/0.2.0/common/components/figure.typ | typst | Apache License 2.0 | #let algorithm-figure(content, caption: [], supplement: [算法], label-name: "") = {
let fig = figure(
[#line(length: 100%, stroke: 0.05mm)
#v(0.5em, weak: true)
#align(left)[
#content
]
],
kind: "algorithm",
supplement: supplement,
caption: caption,
)
[
#if label-na... |
https://github.com/crd2333/crd2333.github.io | https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Math/index.typ | typst | ---
order: 3
---
基本没有什么东西。 | |
https://github.com/AnsgarLichter/hka-thesis-template | https://raw.githubusercontent.com/AnsgarLichter/hka-thesis-template/main/README.md | markdown | # Typst Template HKA <a href="https://github.tools.sap/I573017/hka-thesis-template/generate"><img src="https://img.shields.io/badge/Generate_from_Template-8A2BE2?logo=github" /></a>
This is a thesis template written in [Typst](https://typst.app/),
based on the [I573021/hka-template-typst](https://github.tools.sap/I57... | |
https://github.com/hongjr03/shiroa-page | https://raw.githubusercontent.com/hongjr03/shiroa-page/main/DIP/chapters/10特征提取和模式识别.typ | typst | #import "../template.typ": *
#import "@preview/fletcher:0.5.0" as fletcher: diagram, node, edge
#import fletcher.shapes: house, hexagon, ellipse
#import "@preview/pinit:0.1.4": *
#import "@preview/cetz:0.2.2"
#import "/book.typ": book-page
#show: book-page.with(title: "数字图像处理基础 | DIP")
= 特征提取和模式识别 Feature Extraction ... | |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/basics/scripting/basics.md | markdown | MIT License | # Basics
## Variables I
Let's start with _variables_.
The concept is very simple, just some value you can reuse:
```typ
#let author = "<NAME>"
This is a book by #author. #author is a great guy.
#quote(block: true, attribution: author)[
\<Some quote\>
]
```
## Variables II
You can store _any_ Typst... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/out-of-flow-in-block_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// No item in the first region.
#set page(height: 5cm, margin: 1cm)
No item in the first region.
#block(breakable: true, stroke: 1pt, inset: 0.5cm)[
#rect(height: 2cm, fill: gray)
]
|
https://github.com/xdoardo/co-thesis | https://raw.githubusercontent.com/xdoardo/co-thesis/master/thesis/includes.typ | typst | #import "@preview/prooftrees:0.1.0"
#import "@local/boxes:0.1.0": *
#import "@preview/tablex:0.0.5": tablex, rowspanx, colspanx
#import "@preview/cetz:0.1.1": *
#import "@preview/diagraph:0.1.0": *
#let print = false
//Function to insert TODO
#let todo(body, inline: false, big_text: 40pt, small_text: 15pt, gap: 2mm) ... | |
https://github.com/shuosc/SHU-Bachelor-Thesis-Typst | https://raw.githubusercontent.com/shuosc/SHU-Bachelor-Thesis-Typst/main/contents/info.typ | typst | Apache License 2.0 | // 题目
#let title = "上海大学毕业设计 Typst 模板"
// 学院
#let college = "上海大学计算机学院"
// 专业
#let major = "计算机科学与技术"
// 学号
#let student_id = "19123456"
// 学生姓名
#let student_name = "张三"
// 指导老师
#let advisor = "李四"
// 起讫日期
#let start_and_end_date = "00000000 - ffffffff" |
https://github.com/fabriceHategekimana/master | https://raw.githubusercontent.com/fabriceHategekimana/master/main/3_Theorie/Typage.typ | typst | #import "../src/module.typ" : *
#pagebreak()
== Sémantique de typage
#Definition()[Règle de typage part.1
$ #proof-tree(typing("T-NUM",
$"n":"int"$,
$"n" in NN$
)) $
$ #proof-tree(typing("T-PLUS",
$Gamma tack.r "E1" + "E2" : "int"$,
$Gamma tack.r "E1" : "int"$, $"E2" : "int"$)) $
$ #proof-tree(typing("T-T... | |
https://github.com/tobiaswuttke/rss-submission-template | https://raw.githubusercontent.com/tobiaswuttke/rss-submission-template/main/rss-template.typ | typst |
#let conf(title, author, email, type, abstract, reviewer, doc) = {
set page(
paper: "a4",
margin: (x: 4.2cm, y: 5.25cm),
)
set text(
font: "Times New Roman",
size: 10pt,
)
set par(
justify: true,
)
// Bibliography in APA Style
set bibliography(style: "apa", title: "Refer... | |
https://github.com/gumelarme/nuist-master-thesis-proposal | https://raw.githubusercontent.com/gumelarme/nuist-master-thesis-proposal/main/pages/spv-comment.typ | typst | #text(
size: 1.3em,
"3. Comments of Supervisor, Thesis Proposal Panel, School Affiliated",
)
#block(
height: 100% - 2.5em,
width: 100%,
stroke: 0.5pt + black,
inset: 0.5em,
)[
Supervisor's comprehensive opinion on the thesis proposal:
#align(
bottom,
stack(
dir: ltr,
rect(width: 50... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/rivet/0.1.0/README.md | markdown | Apache License 2.0 | # rivet-typst
RIVET _(Register / Instruction Visualizer & Explainer Tool)_ is a [Typst](https://typst.app) package for visualizing binary instructions or describing the contents of a register, using the [CeTZ](https://typst.app/universe/package/cetz) package.
It is based on the [homonymous Python script](https://git.... |
https://github.com/yongweiy/cv | https://raw.githubusercontent.com/yongweiy/cv/master/cv.typ | typst | // Imports
#import "@preview/brilliant-cv:2.0.2": cv
#let metadata = toml("./metadata.toml")
#let importModules(modules) = {
for module in modules {
include {
module + ".typ"
}
}
}
#show: cv.with(
metadata,
profilePhoto: image("./src/avatar.png")
)
#importModules((
"education",
"experience",... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.