repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/arran4/resume | https://raw.githubusercontent.com/arran4/resume/main/README.md | markdown | # <NAME> Resume
This is my attempt at a public resume / cv. An unabridged version, abridged versions might be discoverable in snapshots. If you have any suggestions, issues, and the like please raise an issue or a PR. Why else would I do this in git.
You can download the latest compiled version (in PDF form) from:
... | |
https://github.com/WooSeongChoi/perl-5-study | https://raw.githubusercontent.com/WooSeongChoi/perl-5-study/main/chapters/chapter01/introduction.typ | typst | #set image(width: 70%)
= Introduction
== 어디에 Perl을 사용하는가?
=== 어디에 좋은가?
- 수분 내 빠르게 실행되는 것을 만들 때
- 텍스트를 다루는 것이 거의 대부분인 경우
=== 어디에 별로인가?
- 고성능이 필요한 곳
- 불투명한 바이너리 생성
== windows perl 설치
#figure(
image("./resource/install/01_search_google.png"),
caption: [
구글에서 perl 검색
]
)
구글에서 perl을 검색해서 Strawberry Perl을 선택한... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-2980.typ | typst | Apache License 2.0 | #let data = (
("TRIPLE VERTICAL BAR DELIMITER", "Sm", 0),
("Z NOTATION SPOT", "Sm", 0),
("Z NOTATION TYPE COLON", "Sm", 0),
("LEFT WHITE CURLY BRACKET", "Ps", 0),
("RIGHT WHITE CURLY BRACKET", "Pe", 0),
("LEFT WHITE PARENTHESIS", "Ps", 0),
("RIGHT WHITE PARENTHESIS", "Pe", 0),
("Z NOTATION LEFT IMAGE BR... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/closure-11.typ | typst | Other | // Too many arguments.
#{
let f(x) = x + 1
// Error: 8-13 unexpected argument
f(1, "two", () => x)
}
|
https://github.com/hrbrmstr/2023-10-20-wpe-quarto-typst | https://raw.githubusercontent.com/hrbrmstr/2023-10-20-wpe-quarto-typst/main/blank-test/blank-r.typ | typst | // needed for callout support
#import "@preview/fontawesome:0.1.0": *
// Some definitions presupposed by pandoc's typst output.
#let blockquote(body) = [
#set text( size: 0.92em )
#block(inset: (left: 1.5em, top: 0.2em, bottom: 0.2em))[#body]
]
#let horizontalrule = [
#line(start: (25%,0%), end: (75%,0%))
]
#l... | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/zalmy/Z_PaneJaVolam.typ | typst | #import "/style.typ": *
#set par(first-line-indent: 1em)
#subheader[Psalóm 140]
#note[(... Pokračovanie)]
Položí Hóspodi chranénije ustóm mojím, \* i dvér ohraždénija o ustnách mojích.
Ne ukloní sérdca mojehó v slovesá lukávstvija, \* nepščeváti viný o hrisích.
So čelovíki ďílajuščimi bezzakónije, \* i ne sočtús... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/bytefield/0.0.1/README.md | markdown | Apache License 2.0 | # typst-bytefield
A simple way to create network protocol headers in typst.
Using [tablex](https://github.com/PgBiel/typst-tablex) under the hood.
## Example

```typst
bytefield(
bits(4)[V... |
https://github.com/StanleyDINNE/php-devops-tp | https://raw.githubusercontent.com/StanleyDINNE/php-devops-tp/main/documents/Rapport/Typst/Template_default.typ | typst |
#import "Util.typ": to_string, add_title, insert_code-snippet
#let __constants_toml = toml("__private_tools/constants.toml")
#let __local_placeholder_constants = (
title: "Title",
authors: "",
context: none,
date: datetime.today().display(),
header_logo: none,
)
#let set_config_header_footer(
title: __lo... | |
https://github.com/morrisLuke/typst_quarto_barebones_report_template | https://raw.githubusercontent.com/morrisLuke/typst_quarto_barebones_report_template/main/typst-show.typ | typst | #show: psc-report.with(
$if(title)$
title: "$title$",
$endif$
) | |
https://github.com/gomazarashi/typst_slydst | https://raw.githubusercontent.com/gomazarashi/typst_slydst/main/example.typ | typst | #set text(lang: "ja") // 言語を日本語に設定
#set text(font: ("Yu Gothic")) // フォントを設定
#set heading(numbering: none)
#import "@preview/slydst:0.1.1": *
#import "@preview/codelst:2.0.1":*
#import "@preview/showybox:2.0.1":*
#show: slides.with(
title: "Typstでスライドを作成する ", // 必須
authors: ("ごま"),
date: [#datetime.today().dis... | |
https://github.com/valentinvogt/npde-summary | https://raw.githubusercontent.com/valentinvogt/npde-summary/main/src/colors.typ | typst | #let darkmode = "false"
#let page-color = white
#let text-color = black
#let brown-box = rgb(255, 236, 217)
#let tip-stroke = rgb(170, 170, 200)
#let unimportant-color = rgb("f6f6f6")
#let link-color = blue.darken(30%)
#if darkmode == "true" {
page-color = rgb(39, 43, 50)
text-color = white
brown-box = rg... | |
https://github.com/Robotechnic/diagraph | https://raw.githubusercontent.com/Robotechnic/diagraph/main/examples/test.typ | typst | MIT License | #import "@preview/diagraph:0.3.0": *
#let labels = (
"a" :$1$,
"b" :$2$,
"c" :$3$,
"d" :$4$,
"e" :$5$,
"f" :$9$,
"g" :$10$,
"h" :$11$,
"i" :$12$,
"j" :$13$,
"k" :$14$,
"l" :$15$,
"m" :$19$,
"n": $20$,
"p" : $50$
)
#let graph = (nodes) => {
let result = "digraph {"
for (i,n) in nodes.keys().enumerate(... |
https://github.com/rayfiyo/myTypst | https://raw.githubusercontent.com/rayfiyo/myTypst/main/mystyle_report/main.typ | typst | BSD 3-Clause "New" or "Revised" License | #import "./template.typ": *
#import "@preview/codelst:2.0.0": sourcecode, sourcefile, lineref, code-frame
#show: cover.with(
number: "7", title: "Typstで書く修論のテンプレ", id: "12-34567", author: "右往 左往", university: "東京大学大学院", school: "工学系研究科", department: "航空宇宙工学専攻", mentor: "魚 竿", room: "すごい実験室", //
// Experiment enviro... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.3.0/src/lib.typ | typst | Apache License 2.0 | #import "version.typ": version
#import "canvas.typ": canvas
#import "draw.typ"
// Expose utilities
#import "vector.typ"
#import "matrix.typ"
#import "styles.typ"
#import "coordinate.typ"
#import "intersection.typ"
#import "drawable.typ"
#import "process.typ"
#import "util.typ"
#import "path-util.typ"
#import "mark.ty... |
https://github.com/totikom/slides | https://raw.githubusercontent.com/totikom/slides/main/2024-05-01-turing-blockchain/colors.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #let background-color = rgb("#111122")
#let text-color = rgb("#dddddd")
#let dim-text-color = text-color.darken(30%)
|
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/docs/thinking-ide.md | markdown | Apache License 2.0 | I have implemented nearly all LSP features. The implementations are incomplete but bring some insights. The requirement of analysis may unveil some shortcomings to building incremental analysis (computation) for typst-ide with existing crates, e.g. comemo.
First, to get LSP features, we have two approaches to extract ... |
https://github.com/loreanvictor/master-thesis | https://raw.githubusercontent.com/loreanvictor/master-thesis/main/thesis_typ/acknowledgement.typ | typst | MIT License | #let acknowledgement() = {
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"
)
set pa... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/037%20-%20Ravnica%20Allegiance/007_The%20Gathering%20Storm%3A%20Chapter%2013.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Gathering Storm: Chapter 13",
set_name: "Ravnica Allegiance",
story_date: datetime(day: 04, month: 09, year: 2019),
author: "<NAME>",
doc
)
Vraska looked down at her map, inked lines on parchment covered in pencil cross-hatching. Just l... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/path_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 7-9 path vertex must have 1, 2, or 3 points
// #path(()) |
https://github.com/ryuryu-ymj/mannot | https://raw.githubusercontent.com/ryuryu-ymj/mannot/main/src/lib.typ | typst | MIT License | #import "mark.typ": mark, core-mark
#import "annot.typ": annot, core-annot
|
https://github.com/choglost/LessElegantNote | https://raw.githubusercontent.com/choglost/LessElegantNote/main/pages/elegant-cover.typ | typst | MIT License | #import "../utils/style.typ": 字号, 字体
#let elegant-cover(
// documentclass 传入的参数
twoside: false,
info: (:),
// datetime-display: datetime-display,
) = {
// 1. 默认参数
info = (
title: ("LessElegantNote\n一个Typst笔记模版"),
author: "张三",
date: datetime.today(),
cover-image: "",
) + info
// 2. 对... |
https://github.com/rlpundit/typst | https://raw.githubusercontent.com/rlpundit/typst/main/Typst/fr-Rapport/chaps/chpt1.typ | typst | MIT License | /* ------------------------------- NE PAS MODIFIER ------------------------------ */
#import "../common/metadata.typ": title, chap1
#set page(header: smallcaps(title) + h(1fr) + emph(chap1) + line(length: 100%))
#text(white)[= #chap1 <chp:chap1>]#v(-1cm)
/* -------------------------------------------------------------... |
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/05-group-theory/08-group-on-set.typ | typst | Other | #import "../../utils/core.typ": *
== Действие группы на множестве
#ticket[Действие группы на множестве. Определение и примеры]
#def[
Здесь и далее $G$ --- группа, $X$ --- множество.
Действие $G$ на $X$ --- гомоморфизм, $G --> S(X)$.
($S(X)$ --- множество биекций из $X$ на себя.)
]
#def[
Действи... |
https://github.com/SillyFreak/tu-wien-software-engineering-notes | https://raw.githubusercontent.com/SillyFreak/tu-wien-software-engineering-notes/main/optimizing-compilers/notes.typ | typst | #import "../template/template.typ": notes
#import "oc/oc.typ": instr, succ, pred, Spec, Func, fw, bw, Const, Id, Vars, Consts, Terms, Ops, Eval, path, Paths, CM, BCM, ALCM, LCM, SpCM, Insert, Repl, Comp, Transp, Safe, Correct, Available, VeryBusy, Earliest, Delayed, Latest, Isolated
#import "oc/lattices.typ": *
#impo... | |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/PianificazioneSprint/TerzoSprint.typ | typst | MIT License | #import "../../functions.typ": glossary
=== Terzo #glossary[sprint]
*Inizio*: Venerdì 08/12/2023
*Fine*: Giovedì 14/12/2023
*Obiettivi dello #glossary[sprint]*:
- Apportare modifiche al sito vetrina per semplificare il processo di consultazione dei documenti;
- Proseguire la stesura delle _Norme di Progetto_,... |
https://github.com/tingerrr/hydra | https://raw.githubusercontent.com/tingerrr/hydra/main/CONTRIBUTING.md | markdown | MIT License | # Contribution
## Bug fixes
If you want to fix an issue please leave a comment there so others know you are working on it. If
you want to fix a bug which doesn't have an issue yet, please create an issue first. Exceptions are
typos or minor improvements, just making the PR will be enough in those cases.
## Features
Wh... |
https://github.com/ryuryu-ymj/mannot | https://raw.githubusercontent.com/ryuryu-ymj/mannot/main/examples/usage3.typ | typst | MIT License | #import "/src/lib.typ": *
#set page(width: auto, height: auto, margin: (x: 2cm, y: 1cm), fill: white)
#set text(24pt)
#show: mannot-init
$
mark(x, tag: #<x>) // Need # before tags.
#annot(<x>)[Annotation]
$
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-2A00.typ | typst | Apache License 2.0 | #let data = (
("N-ARY CIRCLED DOT OPERATOR", "Sm", 0),
("N-ARY CIRCLED PLUS OPERATOR", "Sm", 0),
("N-ARY CIRCLED TIMES OPERATOR", "Sm", 0),
("N-ARY UNION OPERATOR WITH DOT", "Sm", 0),
("N-ARY UNION OPERATOR WITH PLUS", "Sm", 0),
("N-ARY SQUARE INTERSECTION OPERATOR", "Sm", 0),
("N-ARY SQUARE UNION OPERATO... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/par-bidi-07.typ | typst | Other | // Test whether L1 whitespace resetting destroys stuff.
الغالب #h(70pt) ن#" "ة
|
https://github.com/lf-/typst-algorithmic | https://raw.githubusercontent.com/lf-/typst-algorithmic/main/README.md | markdown | <!--
SPDX-FileCopyrightText: 2023 <NAME>
SPDX-License-Identifier: MIT
-->
# typst-algorithmic
This is a package inspired by the LaTeX [`algorithmicx`][algorithmicx] package
for Typst. It's useful for writing pseudocode and typesetting it all nicely.
[algorithmicx]: https://ctan.org/pkg/algorithmicx
![screenshot of... | |
https://github.com/coco33920/.files | https://raw.githubusercontent.com/coco33920/.files/mistress/typst_templates/dept-news/main.typ | typst | #import "template.typ": *
#show: dept-news.with(
title: "Chemistry Department",
edition: [
March 18th, 2023 \
Purview College
],
hero-image: (
path: "newsletter-cover.jpg",
caption: [Award-wining science],
),
publication-info: [
The Dean of the Department of Chemistry. \
Purview Coll... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/circuiteria/0.1.0/src/elements/logic/gate.typ | typst | Apache License 2.0 | #import "@preview/cetz:0.2.2": draw, coordinate
#import "../ports.typ": add-ports, add-port
#import "../element.typ"
#let default-draw-shape(id, tl, tr, br, bl, fill, stroke) = {
let f = {draw.rect(tl, br, fill: fill, stroke: stroke)}
return (f, tl, tr, br, bl)
}
/// Draws a logic gate. This function is also ava... |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/fudan.typ | typst | // This theme is based on "Clean" theme, which contains ideas from the former "bristol" theme, contributed by
// https://github.com/MarkBlyth
#import "polylux/logic.typ"
#import "polylux/helpers.typ"
#let fudan-footer = state("fudan-footer", [])
#let fudan-short-title = state("fudan-short-title", none)
#let fudan-co... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10EC0.typ | typst | Apache License 2.0 | #let data = (
"2": ("ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW", "Lo", 0),
"3": ("ARABIC LETTER TAH WITH TWO DOTS VERTICALLY BELOW", "Lo", 0),
"4": ("ARABIC LETTER KAF WITH TWO DOTS VERTICALLY BELOW", "Lo", 0),
"3c": ("ARABIC COMBINING ALEF OVERLAY", "Mn", 0),
"3d": ("ARABIC SMALL LOW WORD SAKTA", "Mn"... |
https://github.com/kilpkonn/msc-thesis | https://raw.githubusercontent.com/kilpkonn/msc-thesis/master/annotation.typ | typst | #set text(lang: "ee")
Rust on üldotstarbeline programmeerimiskeel nii süsteemi kui ka rakenduste tarkvara loomiseks.
Erinevalt teistest programmeerimiskeeltest suudab Rust garanteerida turvalise mälu kasutuse kasutamata spetsiaalset mäluhaldurit.
Rust konkureerib programmeerimiskeeltega C ja C++ pakkudes arendajale par... | |
https://github.com/pklaschka/typst-hidden-bib | https://raw.githubusercontent.com/pklaschka/typst-hidden-bib/main/hidden-citations.typ | typst | MIT License | #import "lib.typ": *
== Hidden Citations
In some documents, it may be necessary to include items in your bibliography which weren't explicitly cited at any specific point in your document. This can easily be achieved by using the `hidden-cite` function instead of `cite` after importing the `hidden-bib` package. @hidd... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-112B0.typ | typst | Apache License 2.0 | #let data = (
("KHUDAWADI LETTER A", "Lo", 0),
("KHUDAWADI LETTER AA", "Lo", 0),
("KHUDAWADI LETTER I", "Lo", 0),
("KHUDAWADI LETTER II", "Lo", 0),
("KHUDAWADI LETTER U", "Lo", 0),
("KHUDAWADI LETTER UU", "Lo", 0),
("KHUDAWADI LETTER E", "Lo", 0),
("KHUDAWADI LETTER AI", "Lo", 0),
("KHUDAWADI LETTER O... |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas8/3_Streda.typ | typst | #let V = (
"HV": (
("","Múčenicy Hospódni","Na kresťí Christé prihvóždsja, pronzájem v rúci i nózi, v rebró že svjatóje probodén býl jesí, istočája mí kápli božéstvennaho spasénija, preblahíj, króv že i vódu, jáko da omýješi mój hnój i skvérnu: sláva tvojéj vseščédre bláhosti."),
("","","Stradáti preterpíl je... | |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/06-features-2/features-2.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/heading.typ": chapter
#import "/template/components.typ": note
#import "/lib/glossary.typ": tr
#show: web-page-template
#chapter(
label: <chapter:substitution-positioning>
)[
// Substitution and Positioning Rules
#tr[substitution]和#tr[posit... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/raw-color-overwrite.typ | typst | Apache License 2.0 | // Test that the color of a raw block is not overwritten
---
#show raw: set text(fill: blue)
`Hello, World!`
```rs
fn main() {
println!("Hello, World!");
}
``` |
https://github.com/Enter-tainer/typst-preview | https://raw.githubusercontent.com/Enter-tainer/typst-preview/main/docs/ebook.typ | typst | MIT License | #import "@preview/book:0.2.2": *
#import "./templates/gh-ebook.typ" as ebook
#show: ebook.project.with(title: "Typst Preview Book", spec: "book.typ")
// set a resolver for inclusion
#ebook.resolve-inclusion(it => include it)
|
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/ham-components.typ | typst | #import "util.typ": *
#let ham-title-1(s, tags: none) = {
if exists(tags) {
cr-flex-row(
heading(s),
cr-hash-tags(tags)
)
line(length: 100%)
}
else if exists(tags) {
}
else {
heading(s)
line(length: 100%)
}
}
| |
https://github.com/barddust/Kuafu | https://raw.githubusercontent.com/barddust/Kuafu/main/src/BeforeMathematics/build.typ | typst | #{
import "/config.typ": project
import "/mathenv.typ": *
show: mathenv-init
project(
"夸父:数学基础",
"0.1",
"BeforeMathematics",
(
"intro.typ",
"logic.typ",
"proof.typ",
"set.typ",
),
bio: false
)
}
| |
https://github.com/FlyinPancake/bsc-thesis | https://raw.githubusercontent.com/FlyinPancake/bsc-thesis/main/thesis/preamble.typ | typst | #let student_surname = text[*Pálvölgyi*]
#let student_names = text[*Domonkos*]
#let student_name_hu = [#student_surname #student_names]
#let student_name_en = [#student_names #student_surname]
#let consultant = text[*Dr. <NAME>*, assosiate professor]
#let second_consultant = text[*<NAME>*, PhD student]
#let external_co... | |
https://github.com/ngoetti/knowledge-key | https://raw.githubusercontent.com/ngoetti/knowledge-key/master/template/sections/03-terraform.typ | typst | MIT License | #import "../utils.typ": *
= Terraform
The idea of Terraform is to help provision infrastructure (Infrastructure as code).
It has support for all common cloud provider.
Terraform and Ansible are complementary.
Terraform deals with the infrastructure stack, Ansible deals with the application stack.
In Terraform you in... |
https://github.com/ntjess/toolbox | https://raw.githubusercontent.com/ntjess/toolbox/main/examples/main.typ | typst | #import "/toolbox.typ": git-graph
#import git-graph: *
#set page(width: auto, height: auto, fill: black)
#cetz.canvas({
git-graph({
branch[main]
commit[initial commit]
branch[feature]
branch[feature2]
// Or pass branch instead of checking out
commit(branch: "feature")[commit 1]
commit(br... | |
https://github.com/thanhdxuan/dacn-report | https://raw.githubusercontent.com/thanhdxuan/dacn-report/master/report-week-5/contents/02-introduce.typ | typst | = Tổng quan
Báo cáo tuần 5 của nhóm tập trung vào giải quyết những vấn đề theo sự hướng dẫn của GVHD (Thầy Quang),
bao gồm:
- Tìm kiếm dữ liệu tin cậy về chủ đề *_Loan Approval Prediction_* và nghiên cứu, áp dụng những kỹ thuật khai phá dữ liệu lên đó.
- Bước đầu phân tích các yêu cầu chức năng, phi chức năng, vẽ sơ đ... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/frac_08.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test precedence.
$ a_1/b_2, 1/f(x), zeta(x)/2, "foo"[|x|]/2 \
1.2/3.7, 2.3^3.4 \
🏳️🌈[x]/2, f [x]/2, phi [x]/2, 🏳️🌈 [x]/2 \
+[x]/2, 1(x)/2, 2[x]/2 \
(a)b/2, b(a)[b]/2 \
n!/2, 5!/2, n !/2, 1/n!, 1/5! $
|
https://github.com/pascalguttmann/typst-template-report-lab | https://raw.githubusercontent.com/pascalguttmann/typst-template-report-lab/main/template/chapter/summary.typ | typst | MIT License | = Summary and Discussion
|
https://github.com/hewliyang/fyp-typst | https://raw.githubusercontent.com/hewliyang/fyp-typst/main/conclusion.typ | typst | #set heading(numbering: "1.")
= Conclusion
To recap, in this work, we have achieved the following:
1. Establish the basics for understanding speech processing and TTS
2. Curated a large dataset for training NISQA & MOSNet style of supervised models
3. Published these datasets for use by the public on the HuggingFace... | |
https://github.com/0x1B05/english | https://raw.githubusercontent.com/0x1B05/english/main/cnn10/content/20240312.typ | typst | #import "../template.typ": *
#pagebreak()
= 20240312
Hello, Superstar! And welcome to CNN10, #strike[Well, I'll tell you what let you decide and what to think.]where I tell you the what, letting you decide what to think. I'm *Coy Wire*.
== TikTok
And we begin #strike[ at ] #underline()[_on_] nation's capital, #stri... | |
https://github.com/DaAlbrecht/lecture-notes | https://raw.githubusercontent.com/DaAlbrecht/lecture-notes/main/computer_networks/network_topology.typ | typst | MIT License | = Network topology
A Network topology is the arrangement of the various elements (links, nodes, etc.) of a computer network.
Essentially, it is the topological structure of a network and may be depicted physically or logically.
== physical topology
Physical topology refers to the placement of the network's various c... |
https://github.com/v411e/optimal-ovgu-thesis | https://raw.githubusercontent.com/v411e/optimal-ovgu-thesis/main/titlepage.typ | typst | MIT License | #import "components.typ": sans-font, variable-pagebreak, author-fullname
#let oot-titlepage(
title: "",
document-type: "",
supervisor: "",
second-supervisor: "",
advisors: (),
author: none,
city: none,
date: none,
organisation: [],
organisation-logo: none,
header-logo: none,
is-doublesided: non... |
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/rotate-image/description/",
level: 1,
)<旋转图像>
#note(
title: [
旋转图像
],
description: [
给定一个 n × n 的二维矩阵 matrix 表示一个图像。请你将图像顺时针旋转 90 度。
你必须在 原地 旋转图像,这意味着你需要直接修改输入的二维矩阵。请不要 使用另一个矩阵来旋转图像。
],
examples: ([
#f... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/delimited_07.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test predefined delimiter pairings.
$floor(x/2), ceil(x/2), abs(x), norm(x)$
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/040%20-%20Zendikar%20Rising/007_Episode%204%3A%20Of%20Haunting%20Songs%20and%20Whispered%20Warnings.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Episode 4: Of Haunting Songs and Whispered Warnings",
set_name: "<NAME>",
story_date: datetime(day: 23, month: 09, year: 2020),
author: "<NAME>",
doc
)
#figure(image("007_Episode 4: Of Haunting Songs and Whispered Warnings/01.jpg", width: 1... | |
https://github.com/university-makino/Microcomputer-control-and-exercises | https://raw.githubusercontent.com/university-makino/Microcomputer-control-and-exercises/master/report/本レポート2/report.typ | typst | // ライブラリの実装 //
#import "@preview/codelst:2.0.1": sourcecode
//フォント設定//
#let gothic = "YuMincho"
//本文フォント//
#set text(11pt, font: gothic, lang: "ja")
//タイトル・見出しフォント//
#set heading(numbering: "1.1")
#let heading_font(body) = {
show regex("[\p{scx: Han}\p{scx: Hira}\p{scx: Kana}]"): set text(font: gothic)
body
}
... | |
https://github.com/jrihon/cv | https://raw.githubusercontent.com/jrihon/cv/main/sections/education.typ | typst | // import template here as well, to get all the functions
#import "../brilliant-template/template.typ": *
#v(-1.5em) // comment out when using profile picture
#boxEnvironment(
"About me",
right,
[
Currently a PhD candidate on the topic of modified nucleic acids by means of _in silico_ research.
... | |
https://github.com/flechonn/typst | https://raw.githubusercontent.com/flechonn/typst/main/data/doc1.typ | typst | = 1. Exercice : Appliquer la loi d'Ohm.
Solution : $V = I * R$
Niveau d'indice : Débutant
= 2. Exercice : Résoudre un problème de mouvement rectiligne uniformément accéléré.
Solution : $x(t) = x₀ + v₀t + (1/2)at²$
Niveau d'indice : Intermédiaire
| |
https://github.com/ns-shop/ns-shop-typst | https://raw.githubusercontent.com/ns-shop/ns-shop-typst/main/chapter3.typ | typst | #import "template.typ": *
#h1("Xây dựng sản phẩm")
#h2("Chuẩn bị môi trường phát triển")
#tabl(
columns: (auto, 1fr),
[OS], [Linux],
[Web hosting control panel], [cPanel],
[Webserver], [Apache],
[Version control system], [Git, Github],
[Web framework], [Laravel],
[Database], [MySQL],
... | |
https://github.com/dead-summer/math-notes | https://raw.githubusercontent.com/dead-summer/math-notes/main/notes/ScientificComputing/ch1-intro-to-scicomp/intro-to-scicomp.typ | typst | #import "/book.typ": book-page
#show: book-page.with(title: "Introduction to Scientific Computing")
Scientific computing uses computers to solve scientific problems. It is the third tool with which the human understands the world. The first two are physical experiments and theoretical analysis. The fourth one is arti... | |
https://github.com/saYmd-moe/note-for-statistical-mechanics | https://raw.githubusercontent.com/saYmd-moe/note-for-statistical-mechanics/main/contents/PartI/Chp03.typ | typst | #import "../../template.typ": *
== 单元系的相变
=== 热动平衡
==== 热动平衡判据
+ *熵判据:* $dif S = 1\/T dif U + p\/T dif V quad (U,V)$ 等能等容下,对于各种可能的变动来说,平衡态的熵为极大。有数学表述:$
cases(
display(delta S = 0 quad #[平衡的必要条件]),
display(delta^2 S < 0 quad #[平衡稳定条件]),
display(delta U =0\, delta V = 0\, delta N = 0 quad #[限制条件])
)
$
+ *自由能判据:... | |
https://github.com/Ngan-Ngoc-Dang-Nguyen/thesis | https://raw.githubusercontent.com/Ngan-Ngoc-Dang-Nguyen/thesis/main/theorems.typ | typst | // Store theorem environment numbering
#let thmcounters = state("thm",
(
"counters": ("heading": ()),
"latest": ()
)
)
#let thmenv(identifier, base, base_level, fmt) = {
let global_numbering = numbering
return (
body,
name: none,
numbering: "1.1",
base: base,
base_level: base_le... | |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Differential.typ | typst | #import "template.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: project.with(
title: "Differential",
authors: (
"<NAME>",
),
date: "10 Août, 2024",
)
#set heading(numbering: "1.1.")
= Differential Equations
<differentia... | |
https://github.com/magic3007/cv-typst | https://raw.githubusercontent.com/magic3007/cv-typst/master/doc/bio.typ | typst | I am a third-year Ph.D. student in the Department of Computer Science at Peking University associated with the Center for Energy-Efficient Computing and Applications (CECA). I am a member of the #emph[PKU-IDEA Lab], advised by #emph[Prof. <NAME>]. Previously, I received the B.S. degree in Computer Science and Technolog... | |
https://github.com/ivaquero/book-control | https://raw.githubusercontent.com/ivaquero/book-control/main/images/intro-closed.typ | typst | #import "@local/cetz-control:0.1.0": *
// 闭环控制器
#figure(
diagram(
spacing: (1.5em, 1.5em),
node-stroke: 1pt,
mark-scale: 80%,
let (R, T) = ((1, 0.5), (4, 0.5)),
let (O, H) = ((2, 2), (4, 2)),
let A = (5.5, 1.25),
rnode(R, $V(s)$),
onode(O, ""),
label((2, 2.65), ctext("误差表")),
... | |
https://github.com/tingerrr/hydra | https://raw.githubusercontent.com/tingerrr/hydra/main/doc/chapters/1-intro.typ | typst | MIT License | Hydra is a package which aims to query and display section elements, such as headings, legal
paragraphs, documentation sections, and whatever else may semantically declare the start of a
document's section.
== Terminology & Semantics
The following terms are frequently used in the remainider of this document.
/ primar... |
https://github.com/tweaselORG/ReportHAR | https://raw.githubusercontent.com/tweaselORG/ReportHAR/main/templates/en/report.typ | typst | MIT License | #import "style.typ": tweaselStyle
#show: tweaselStyle
#text(weight: 700, 1.75em)[Technical report: Analysis of {{ analysis.app.platform }} app "{{ analysis.app.name }}" ({{ analysis.app.version }})]
= Introduction
This report details the findings and methodology of an automated analysis concerning tracking and simil... |
https://github.com/kiwiyou/algorithm-lecture | https://raw.githubusercontent.com/kiwiyou/algorithm-lecture/main/advanced/06-advanced-number-theory.typ | typst | #import "@preview/cetz:0.1.2"
#import "@preview/algorithmic:0.1.0"
#import "../slide.typ"
#show: slide.style
#show link: slide.link
#show footnote.entry: slide.footnote
#let algorithm(..args) = text(
font: ("linux libertine", "Pretendard"),
size: 17pt,
)[#algorithmic.algorithm(..args)]
#let func(body) = text(font:... | |
https://github.com/Wiper-R/resume | https://raw.githubusercontent.com/Wiper-R/resume/main/resume.typ | typst | #import "@preview/modern-cv:0.3.0": *
#let format-role(role) = [#emph([#strong(role)])]
#show: resume.with(
author: (
firstname: "Shivang",
lastname: "Rathore",
email: "<EMAIL>",
phone: "(+91) 9830794364",
github: "Wiper-R",
linkedin: "wiperr",
address: "Lalitpur, India (284403)",
pos... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cheda-seu-thesis/0.2.0/seu-thesis/pages/title-page-degree-en-fn.typ | typst | Apache License 2.0 | #import "../utils/fonts.typ": 字体, 字号
#let title-en-conf(
author: (CN: "王东南", EN: "<NAME>", ID: "012345"),
thesisname: (
CN: "硕士学位论文",
EN: [
A Thesis submitted to \
Southeast University \
For the Academic Degree of Master of Touching Fish
],
heading: "东南大学硕士学位论文"
),
title: (
CN: ... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-104B0.typ | typst | Apache License 2.0 | #let data = (
("OSAGE CAPITAL LETTER A", "Lu", 0),
("OSAGE CAPITAL LETTER AI", "Lu", 0),
("OSAGE CAPITAL LETTER AIN", "Lu", 0),
("OSAGE CAPITAL LETTER AH", "Lu", 0),
("OSAGE CAPITAL LETTER BRA", "Lu", 0),
("OSAGE CAPITAL LETTER CHA", "Lu", 0),
("OSAGE CAPITAL LETTER EHCHA", "Lu", 0),
("OSAGE CAPITAL LET... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/docs/tinymist/inputs.typ | typst | Apache License 2.0 | #import "mod.typ": *
#show: book-page.with(title: "Tinymist LSP Inputs")
== Prefer to Using LSP Configurations
Though tinymist doesn't refuse to keep state in your disk, it actually doesn't have any data to write to disk yet. All customized behaviors (user settings) are passed to the server by LSP configurations. Th... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/meta/link-06.typ | typst | Other | // Transformed link.
#set page(height: 60pt)
#let mylink = link("https://typst.org/")[LINK]
My cool #box(move(dx: 0.7cm, dy: 0.7cm, rotate(10deg, scale(200%, mylink))))
|
https://github.com/thanhdxuan/dacn-report | https://raw.githubusercontent.com/thanhdxuan/dacn-report/master/datn-week-1/contents/05-refs.typ | typst | #bibliography("../ref.bib")
| |
https://github.com/KireinaHoro/research-plan | https://raw.githubusercontent.com/KireinaHoro/research-plan/master/systems-cover/systems-cover.typ | typst | #let dmy-format = "[day] [month repr:long] [year]"
/// Create a cover page at the *very* beginning of document. Has to be a show
/// rule since we want to go before preambles generated by the body template.
/// - doc-type (str): Type of document; must be one of `masterthesis`,
/// ... | |
https://github.com/maucejo/book_template | https://raw.githubusercontent.com/maucejo/book_template/main/template/front_matter/front_main.typ | typst | MIT License | #include "remerciements.typ"
#include "resume.typ" |
https://github.com/cyp0633/hnu-bachelor-thesis-typst-template | https://raw.githubusercontent.com/cyp0633/hnu-bachelor-thesis-typst-template/master/abstract.typ | typst | #let chinese_abstract(title,keywords,content)=[
// 狗屎目录的 dirty fix
#text(size:0em)[
#heading(level: 1)[摘 要]
]
#v(1em)
#align(center)[
#text(font: "Source Han Sans",size:15pt)[#title]
#v(1.3em)
#text(font: "Source Han Sans",size: 16pt)[摘#h(2em)要]
]
#show par: set block(spacing: 1.7em)
... | |
https://github.com/vimkat/typst-ohm | https://raw.githubusercontent.com/vimkat/typst-ohm/main/src/templates/_presentation.typ | typst | MIT License | #import "@preview/polylux:0.3.1" as plx
#import "../lib/vars.typ"
#import "../lib/utils.typ"
#import "../components/logo.typ": logo, logo-omega
#import "../templates/document.typ": document as ohm-document
#let margin = 32pt
#let ohm-logo-content = state("ohm-logo-content", none)
#let ohm-title = state("ohm-title", no... |
https://github.com/Area-53-Robotics/53E-Notebook-Over-Under-2023-2024 | https://raw.githubusercontent.com/Area-53-Robotics/53E-Notebook-Over-Under-2023-2024/giga-notebook/entries/brainstorm-program-structure/entry.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components: *
#show: create-body-entry.with(
title: "Brainstorm: Program Structure",
type: "brainstorm",
date: datetime(year: 2023, month: 8, day: 12),
author: "<NAME>",
witness: "Violet Ridge",
)
= Options
#grid(
co... |
https://github.com/rickysixx/unimore-informatica | https://raw.githubusercontent.com/rickysixx/unimore-informatica/main/high-performance-computing/riassunto_hpc.typ | typst | #set par(leading: 0.55em, justify: true, linebreaks: "optimized")
#set text(font: "New Computer Modern", lang: "en")
#set heading(numbering: "1. ")
#show raw: set text(font: "Courier New", size: 11pt)
#show raw.where(block: false): box.with(
fill: luma(240),
inset: (x: 3pt, y: 0pt),
outset: (y: 3pt),
radius: 2p... | |
https://github.com/ngyngcphu/tick3d-docs | https://raw.githubusercontent.com/ngyngcphu/tick3d-docs/main/contents/04_framework_technology/index.typ | typst | Apache License 2.0 | = Framework & Technology
Phần này sẽ giới thiệu sơ lược về các công nghệ được sử dụng trong dự án. Nhóm quản lý phiên bản mã nguồn với Git và GitHub, sử dụng framework ReactJs cho front-end, Fastify cho back-end, ánh xạ tới cơ sở dữ liệu với Prisma và sử dụng PostgreSQL để quản lý cơ sở dữ liệu. Dưới đây nhóm sẽ giới ... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/003%20-%20Gatecrash/006_The%20Greater%20Good.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Greater Good",
set_name: "Gatecrash",
story_date: datetime(day: 06, month: 02, year: 2013),
author: "<NAME>",
doc
)
When the massive doors of the war room swung open, <NAME> could feel energy hit him like a wave of heat from a smelting ... | |
https://github.com/jamesrswift/springer-spaniel | https://raw.githubusercontent.com/jamesrswift/springer-spaniel/main/template/main.typ | typst | The Unlicense | #import "@preview/springer-spaniel:0.1.0" as springer-spaniel
#import springer-spaniel.ctheorems: *
#import springer-spaniel.gentle-clues: *
#import "@preview/physica:0.9.3": *
#show: springer-spaniel.template(
title: [Towards Swifter Interstellar Mail Delivery],
authors: (
(
name: "<NAME>",
insti... |
https://github.com/SkiFire13/master-thesis | https://raw.githubusercontent.com/SkiFire13/master-thesis/master/preface/toc.typ | typst | #let extra-outline(title: none, target: none) = context {
if query(target).len() != 0 {
if query(target).any(it => it.caption == none) {
panic("Figure without caption")
}
outline(title: title, indent: auto, target: target, fill: repeat([.]))
}
}
#let toc() = page[
#[
#show outline.entry.whe... | |
https://github.com/Jollywatt/typst-fletcher | https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/src/default-marks.typ | typst | MIT License | #import "deps.typ"
#import deps.cetz.draw
#let DEFAULT_MARKS = (
// all numbers are interpreted as multiples of stroke thickness
head: (
size: 7, // radius of curvature
sharpness: 24.7deg, // angle at vertex between central line and arrow's edge
delta: 53.5deg, // angle spanned by arc of curved arrow edge
... |
https://github.com/qianxi0410/cv.typ | https://raw.githubusercontent.com/qianxi0410/cv.typ/master/main.typ | typst | MIT License | #import "template.typ": *
// 加载数据
#let data = toml("main.toml")
#let (name, email, phone, website, birthday, avatar) = data.cv;
#show: cv.with(
name: name,
email: email,
phone: phone,
website: website,
birthday: birthday,
avatar: avatar
)
#educations(data.educations)
#projects(data.projects)
#interns... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/013%20-%20Magic%202015/001_Beast.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Beast",
set_name: "Magic 2015",
story_date: datetime(day: 18, month: 06, year: 2014),
author: "<NAME>",
doc
)
#emph[Garruk Wildspeaker was once deeply in touch with nature, a potent beastcaller, and master of green magic...until the necroma... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/goto_definition/import_star_variable.typ | typst | Apache License 2.0 | // path: variable.typ
#let x = 2;
-----
.
#import "variable.typ": *
#(/* position after */ x);
|
https://github.com/dainbow/MatGos | https://raw.githubusercontent.com/dainbow/MatGos/master/themes/36.typ | typst | #import "../conf.typ": *
= Интегральная формула Коши. Разложение функции регулярной в окрестности точки в ряд Тейлора.
== Интегральная формула Коши.
#theorem[_Формула Коши для круга_
Пусть f голоморфна в D, $overline(O_rho (a)) in D$ тогда
#eq[$
f(z) = 1/(2 pi i) integral_(abs(zeta - a) = rho) (f(zeta)) / (... | |
https://github.com/RaphGL/ElectronicsFromBasics | https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap4/6_scientific_notation_in_spice.typ | typst | Other | === Scientific notation in SPICE
The SPICE circuit simulation computer program uses scientific notation
to display its output information, and can interpret both scientific
notation and metric prefixes in the circuit description files. If you
are going to be able to successfully interpret the SPICE analyses
throughout... |
https://github.com/alberto-lazari/computer-science | https://raw.githubusercontent.com/alberto-lazari/computer-science/main/dim/notes.typ | typst | #import "@local/unipd-doc:0.0.1": *
#show: notes()
#show: unipd-doc(
title: [Digital and Interactive Multimedia],
subtitle: [Notes],
author: [<NAME>],
date: [I Semester A.Y. 2023-2024],
)
= Presentation
== Outline
+ 3d vision and acquisition
+ Lab + 3d processing
+ Seminar?
+ Lidar and automotive
+ V... | |
https://github.com/khalilhannechi/labs | https://raw.githubusercontent.com/khalilhannechi/labs/main/Lab-4.typ | typst | #import "Class.typ": *
#show: ieee.with(
title: [#text(smallcaps("Lab #4: ROS2 using RCLPY in Julia"))],
authors:
(
(
name: "<NAME>",
department: [Senior-lecturer, Dept. of EE],
organization: [ISET Bizerte --- Tunisia],
profile: "a-mhamdi",
),
(
name: "<NAME>",... | |
https://github.com/ellmau/cv-typst | https://raw.githubusercontent.com/ellmau/cv-typst/main/cv_de.typ | typst | #import "cv.typ": *
#show: my-cv.with(language:"de") | |
https://github.com/grnin/Zusammenfassungen | https://raw.githubusercontent.com/grnin/Zusammenfassungen/main/Bsys2/11_Ext4.typ | typst | // Compiled with Typst 0.11.1
#import "../template_zusammenf.typ": *
#import "@preview/wrap-it:0.1.0": wrap-content
/*#show: project.with(
authors: ("<NAME>", "<NAME>"),
fach: "BSys2",
fach-long: "Betriebssysteme 2",
semester: "FS24",
tableofcontents: (enabled: true),
language: "de"
) */
= Ext4
In Ext4 si... | |
https://github.com/ayoubelmhamdi/typst-phd-AI-Medical | https://raw.githubusercontent.com/ayoubelmhamdi/typst-phd-AI-Medical/master/chapters/ch21.typ | typst | MIT License | #import "../functions.typ": heading_center, images, italic,linkb, dots
#import "../tablex.typ": tablex, cellx, rowspanx, colspanx, hlinex
#let finchapiter = text(fill:rgb("#1E045B"),"■")
// #linebreak()
// #linebreak()
// #counter("tabl").update(n=>n+20)
= DETECTION ET CLASSIFICATION DES NODULES PULMONAIRES À L’AIDE... |
https://github.com/arthurcadore/eng-telecom-workbook | https://raw.githubusercontent.com/arthurcadore/eng-telecom-workbook/main/semester-7/MEC/project1/project.typ | typst | MIT License | #import "@preview/klaro-ifsc-sj:0.1.0": report
#import "@preview/codelst:2.0.1": sourcecode
#show heading: set block(below: 1.5em)
#show par: set block(spacing: 1.5em)
#set text(font: "Arial", size: 12pt)
#set highlight(
fill: rgb("#c1c7c3"),
stroke: rgb("#6b6a6a"),
extent: 2pt,
radius: 0.2em,
)
#show: doc... |
https://github.com/Myriad-Dreamin/shiroa | https://raw.githubusercontent.com/Myriad-Dreamin/shiroa/main/packages/shiroa/summary.typ | typst | Apache License 2.0 |
#import "utils.typ": _store-content
#import "meta-and-state.typ": book-meta-state
#import "supports-link.typ": link2page, cross-link-path-label
/// Show template in [book.typ](https://myriad-dreamin.github.io/shiroa/format/book.html)
///
/// Example:
/// ```typ
/// #show book
/// ```
#let book(content) = {
[#metada... |
https://github.com/ludwig-austermann/typst-din-5008-letter | https://raw.githubusercontent.com/ludwig-austermann/typst-din-5008-letter/main/examples/envelope_ex.typ | typst | MIT License | #import "../letter.typ": envelope, helpers, letter-styling
#import envelope: envelope, envelope-styling
#let address-field = helpers.address-field([recipient name\ recipient address], return-information: [return information\ further information], styling: letter-styling())
#envelope(
envelope-format: "DL",
sender... |
https://github.com/Walker-00/cs-eik | https://raw.githubusercontent.com/Walker-00/cs-eik/rust/pages/cs_intro.typ | typst | Do What The F*ck You Want To Public License | #import "structure.typ": *
#show link: underline
#show: text_style
#align(center, [= စာအုပ် မိတ်ဆက်])
== ဒီစာအုပ်က ဘာအတွက်လဲ
ဒီစာအုပ် ကတော့ ကျွန်တော် နဲ့ ဒီစာအုပ်ရဲ့ Contributors တွေသိတဲ့ Computer Science နဲ့ ပတ်သက်တဲ့ အကြောင်းတွေကို
ရေးထားတာပဲဖြစ်ပါတယ်။ ကျွန်တော်တို့ သိတာတွေရေးတဲ့အတွက် မမှန်ရင်လည်း မမှန်နိုင်သလို မ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.