repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/data-06.typ | typst | Other | // Test reading JSON data.
#let data = json("test/assets/files/zoo.json")
#test(data.len(), 3)
#test(data.at(0).name, "Debby")
#test(data.at(2).weight, 150)
|
https://github.com/JeyRunner/tuda-typst-templates | https://raw.githubusercontent.com/JeyRunner/tuda-typst-templates/main/templates/lib.typ | typst | MIT License | #import "tudapub/tudapub.typ": tudapub
#import "tudapub/tudacolors.typ": tuda_colors
#import "tudapub/common/props.typ": *
#import "tudapub/common/tudapub_title_page.typ": *
#import "tudapub/common/outline.typ": * |
https://github.com/Its-Alex/resume | https://raw.githubusercontent.com/Its-Alex/resume/master/lib/volunteering.typ | typst | MIT License | #import "components/title.typ": customTitle
#import "components/link_with_icon.typ": linkWithIcon
#let volunteering(title, volunteering) = [
#customTitle(title)
#grid(
columns: (100%),
gutter: 0pt,
row-gutter: 1.5em,
..volunteering.map((volunteeringItem) => [
#block(breakable: false)[
... |
https://github.com/yonatanmgr/university-notes | https://raw.githubusercontent.com/yonatanmgr/university-notes/main/0366-%5BMath%5D/03661101-%5BCalculus%201A%5D/src/attachments/trigo.typ | typst | #import "@preview/cetz:0.2.0"
#show math.equation: block.with(fill: white, inset: 1pt)
#text(lang: "en", dir: ltr)[
#cetz.canvas(length: 2cm, {
import cetz.draw: *
set-style(
mark: (fill: black, scale: 2),
stroke: (thickness: 0.4pt, cap: "round"),
angle: (
radius: 0.3,
label-radius: .22,... | |
https://github.com/ohmycloud/computer-science-notes | https://raw.githubusercontent.com/ohmycloud/computer-science-notes/main/Misc/make_cover.typ | typst | #let cover = (
"课题名称": "Raku 中关于 Grammar 的研究",
"副标题": "Rakulang Rocks",
"学院": "霍格沃兹浪浪山学院",
"专业": "魔法与炼丹",
"学生姓名": "小猪妖",
"学号": "20080214107",
"指导老师": "邓布利多",
"日期": datetime.today().display(),
"我还没说的": "我的脑子乱哄哄的"
)
#let max_title_len = calc.max(..cover.keys().map(x => x.clusters().le... | |
https://github.com/Vortezz/fiches-mp2i-physique | https://raw.githubusercontent.com/Vortezz/fiches-mp2i-physique/main/chapitre_5.typ | typst | #import "@preview/cetz:0.0.1"
#import "@local/typst-plot:0.0.1": plot, sample
#set page(header: box(width: 100%, grid(
columns: (100%),
rows: (20pt, 8pt),
align(right, text("CHAPITRE 5. CIRCUITS ÉLECTRIQUES LINÉAIRES D'ORDRE 2")),
line(length: 100%),
)), footer: box(width: 100%, grid(
columns: (50%, 50%),
... | |
https://github.com/maucejo/book_template | https://raw.githubusercontent.com/maucejo/book_template/main/template/chapters/intro.typ | typst | MIT License | #import "../../src/book.typ": *
// #chapter("Introduction", abstract: lorem(50), numbered: false)[
#show: chapter.with(
title: "Introduction",
abstract: [#lorem(50)],
numbered: false
)
== Objectifs
#lorem(100)
#lorem(25)
$
y = f(x)
$
#v(1.25em)
=== Sous-objectifs
#figure(
image("..... |
https://github.com/Lypsilonx/Game-of-Intrigue | https://raw.githubusercontent.com/Lypsilonx/Game-of-Intrigue/main/cover.typ | typst | #import "data.typ": *
#set page(fill: black, width: 1024pt, height: 1024pt, margin: 0%)
#set text(font: "Inter Tight", fill: white, size: 2.6em)
#place(
center + horizon,
dx: -14pt
)[
#logo(banner: true)
] | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/docs/tinymist/module/preview.typ | typst | Apache License 2.0 | #import "mod.typ": *
#show: book-page.with(title: "Tinymist Preview")
Todo: rewrite this guide #link("https://enter-tainer.github.io/typst-preview/arch.html")[Developer Guide: Typst-Preview Architecture].
== Contributing
See #link("https://github.com/Myriad-Dreamin/tinymist/blob/main/CONTRIBUTING.md")[CONTRIBUTING.... |
https://github.com/darioglasl/Arbeiten-Vorlage-Typst | https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/01_Einleitung/05_problemstellung.typ | typst | == Aufgabenstellung <headingScope>
TODO: text
Genauere Informationen zu der Aufgabenstellung und der Beschreibung aus dem #link("https://avt.i.ost.ch/")[AVT] sind im @appendixScope zu finden. | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas5/5_Piatok.typ | typst | #let V = (
"HV": (
("","Prepodóbne ótče","Vsjá drevá dubrávnaja da vozrádujutsja, drévo víďašče vsečestnóje, strástiju Vladýčneju obrádovanno, blahodáť oblistavájuščeje jáko plámeň ohňá, istočájuščeje jákože vódy darovánija vsím, dúšy prosviščájuščeje i pomyšlénija, nedúhi očiščájuščeje i strásti othoňájuščeje ne... | |
https://github.com/chrischriscris/Tareas-CI5651-EM2024 | https://raw.githubusercontent.com/chrischriscris/Tareas-CI5651-EM2024/main/tarea07/src/ej3/main.typ | typst | #import "prefix-suffix.typ": prefix-suffix
#let string = json("inputs.json")
#for s in string {
[\"#s\" $=>$ #prefix-suffix(s)\ ]
}
| |
https://github.com/Error-418-SWE/Documenti | https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20interna/Verbali/24-03-03/24-03-03.typ | typst | #import "/template.typ": *
#show: project.with(
date: "03/03/24",
subTitle: "Meeting di retrospettiva e pianificazione",
docType: "verbale",
authors: (
"<NAME>",
),
timeStart: "15:10",
timeEnd: "16:20",
);
= Ordine del giorno
- Valutazione del progresso generale;
- Analisi retrospettiva;
- Schema ... | |
https://github.com/maxgraw/bachelor | https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/4-concept/wireframe.typ | typst | Um die Anforderungen an die Benutzeroberfläche zu visualisieren, wurden Wireframes erstellt. Dabei dienen die zuvor definierten Anforderungen sowie der User Flow als Grundlage. Die Wireframes wurden mithilfe des 3D-Modellierungsprogramms Blender erstellt. Das Wireframe stellt hierbei keine endgültige Version der Benutz... | |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/02-concepts/char-glyph.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note
#import "/lib/glossary.typ": tr
#show: web-page-template
// ## Characters and glyphs
== #tr[character]和#tr[glyph]
// We've been talking loosely about "letters" and "numbers" and "stuff you want to typeset". But that's a bit... |
https://github.com/Skimmeroni/Appunti | https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Matematica4AI/Math4AI_definitions.typ | typst | Creative Commons Zero v1.0 Universal | #import "@preview/ctheorems:1.1.2": *
#let theorem = thmbox("theorem", "Theorem", fill: rgb("#e7f7e6"))
#let lemma = thmbox("lemma", "Lemma", fill: rgb("#f7ebf4"))
#let corollary = thmbox("corollary", "Corollary", fill: rgb("#f7ebf4"))
#let proof = thmproof("proof", "Proof")
#let exercise = thmbox("exercise", "Exercis... |
https://github.com/The-Notebookinator/notebookinator | https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/themes/radial/components/title.typ | typst | The Unlicense | #import "../colors.typ": *
/// The title for an entry. This function is used internally by the theme, and not meant to be called by the user.
///
/// - color (color):
/// - beginning (content):
/// - end (content):
/// - body (content):
/// -> content
#let title(color: gray, beginning: none, end: none, body) = {
let... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/meta/numbering-03.typ | typst | Other | #set text(lang: "zh")
#for i in range(9,21, step: 2){
numbering("一", i)
[ and ]
numbering("壹", i)
[ for #i \ ]
}
|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/figure-localization_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test Russian
#set text(lang: "ru")
#figure(
polygon.regular(size: 1cm, vertices: 8),
caption: [Пятиугольник],
)
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/g-exam/0.2.0/examples/exam-localization.typ | typst | Apache License 2.0 | #import "../g-exam.typ": g-exam, g-question, g-subquestion
#show: g-exam.with(
localization: (
grade-table-queston: [Number of *questions*],
grade-table-total: [Total _poinst_],
grade-table-points: [#text(fill: red)[Points]],
grade-table-calification: [#text(fill: gradient.radial(..color.map.rainbow)... |
https://github.com/kdog3682/typkit | https://raw.githubusercontent.com/kdog3682/typkit/main/0.1.0/src/headers/chapter.typ | typst | // igidrawu
// https://discord.com/channels/1054443721975922748/1262779001735479298
// 07-16-2024
// pretty cool
// it is able to accurately display chapter titles
#let last-hd = state("body", [])
#set page(
header: context {
set text(size:12pt,hyphenate:false)
let first-heading = query(
heading.wher... | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CU/oktoich/1_generated/0_all/Hlas4.typ | typst | #import "../../../all.typ": *
#show: book
= #translation.at("HLAS") 4
#include "../Hlas4/0_Nedela.typ"
#pagebreak()
#include "../Hlas4/1_Pondelok.typ"
#pagebreak()
#include "../Hlas4/2_Utorok.typ"
#pagebreak()
#include "../Hlas4/3_Streda.typ"
#pagebreak()
#include "../Hlas4/4_Stvrtok.typ"
#pagebreak()
#include "../H... | |
https://github.com/noahjutz/AD | https://raw.githubusercontent.com/noahjutz/AD/main/notizen/sortieralgorithmen/heapsort/buildheap_step_1.typ | typst | #import "/components/lefttree.typ": lefttree, draw_node, number, note
#import "@preview/cetz:0.3.0"
#let nums = (45, 43, 38, 34, 23, 18, 12, 17, 34, 7)
#cetz.canvas({
import cetz.draw: *
import cetz.tree: tree
tree(
lefttree(nums.map(n => str(n))),
spread: 1.2,
draw-node: draw_node,
name: "tree... | |
https://github.com/fredguth/bid_produto_1 | https://raw.githubusercontent.com/fredguth/bid_produto_1/main/produto-1.v1.3.0.typ | typst | // 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%))
]
#let endnote(num, contents) = [
#stack(dir: ltr, spacing: 3pt, super[#n... | |
https://github.com/crd2333/crd2333.github.io | https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/AI/Reinforce%20Learning/价值学习.typ | typst | ---
order: 2
---
#import "/src/components/TypstTemplate/lib.typ": *
#show: project.with(
title: "AI 笔记之强化学习",
lang: "zh",
)
= 价值学习
== 价值估计
=== 蒙特卡洛方法
在现实问题中,通常不能假设对环境有完全了解,即无法明确地给出*状态转移和奖励函数*(例如,围棋的状态空间约为 $10^768$ 的大小)。因此需要一种*直接从经验数据*中学习价值和策略,无需构建马尔可夫决策过程模型的方法。
蒙特卡洛方法在强化学习中的基本思想是通过多次采样来估计状态或动作的值函数,随后利用*值函数*进行策... | |
https://github.com/mariuslb/thesis | https://raw.githubusercontent.com/mariuslb/thesis/main/content/02-theorie.typ | typst | = Theoretischer Hintergrund
== Grundlagen zu Elektro- und Verbrennerfahrzeugen
@ev und @ice stellen zwei grundlegend verschiedene Ansätze in der Automobiltechnologie dar,
die jeweils ihre eigenen einzigartigen Vorteile und Herausforderungen mit sich bringen.
=== Elektrofahrzeuge
Elektrofahrzeuge nutzen eine Batter... | |
https://github.com/Amelia-Mowers/typst-tabut | https://raw.githubusercontent.com/Amelia-Mowers/typst-tabut/main/doc/example-snippets/example-data/titanic.typ | typst | MIT License | #import "@preview/tabut:<<VERSION>>": records-from-csv
#let titanic = records-from-csv(csv("titanic.csv"));
#let classes = (
"N/A",
"First",
"Second",
"Third"
); |
https://github.com/long-paddy-field/typst_template | https://raw.githubusercontent.com/long-paddy-field/typst_template/main/README.md | markdown | # typst_template
my typst template
| |
https://github.com/jhnko/umu-templates | https://raw.githubusercontent.com/jhnko/umu-templates/main/report/README.md | markdown | The Unlicense | # En enkel rapportmall för Typst
Denna rapportmall är baserad på mallen från kursen _datastrukturer och algoritmer_, vårterminen 2024.
## Hur man använder denna mall
Du kan antingen skriva din rapport med webappen [typst.app](https://typst.app/), detta är [metod 1](#metod-1-skriva-på-typstapp), eller ladda ned denna... |
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/content/results/outlook_language.typ | typst | #import "../../../acronyms.typ": *
= Visual and Textual Language <outlook-visual-textual>
The function editor shown in the #ac("PoC") application could be extended
into a language that can be viewed, edited, and executed in both a visual and
textual fashion simultaneously.
One could imagine a dedicated application ... | |
https://github.com/RaphGL/ElectronicsFromBasics | https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap2/4_calculating_electric_power.typ | typst | Other | #import "../../core/core.typ"
=== Calculating electric power
We've seen the formula for determining the power in an electric circuit: by multiplying the voltage in "volts" by the current in "amps" we arrive at an answer in "watts." Let's apply this to a circuit example:
#image("static/4-circuit.png")
In the above... |
https://github.com/GYPpro/Java-coures-report | https://raw.githubusercontent.com/GYPpro/Java-coures-report/main/Report/5.typ | typst | #set text(font:("Times New Roman","Source Han Serif SC"))
#show raw.where(block: false): box.with(
fill: luma(240),
inset: (x: 3pt, y: 0pt),
outset: (y: 3pt),
radius: 2pt,
)
// Display block code in a larger block
// with more padding.
#show raw.where(block: true): block.with(
fill: luma(240),
inset: 10pt,... | |
https://github.com/kdog3682/typkit | https://raw.githubusercontent.com/kdog3682/typkit/main/0.1.0/src/ink.typ | typst | #import "typography.typ": factory
#let blue = factory.with(fill: blue)
#let purple = factory.with(fill: purple)
#let red = factory.with(fill: red)
#let green = factory.with(fill: green)
#let orange = factory.with(fill: orange)
#let black = factory.with(fill: black)
#let gray = factory.with(fill: gray)
| |
https://github.com/FlixCoder/typst-slides | https://raw.githubusercontent.com/FlixCoder/typst-slides/main/template.typ | typst | MIT License | #import "metadata.typ": *
#let slides(doc) = {
// Variables for configuration.
let scale = 2cm
let width = beamer_format.at(0) * scale
let height = beamer_format.at(1) * scale
// Setup.
set document(
title: presentation_title,
author: author,
)
set text(
font: font,
size: 25pt,
)
set page(
width:... |
https://github.com/thornoar/lambda-calculus-course | https://raw.githubusercontent.com/thornoar/lambda-calculus-course/master/main-lectures/problems-1.5.typ | typst | #import "template.lib.typ": *
#import "@local/common:0.0.0": *
#show: problemlist($(3 \/ 2)$, [ Редукционные графы ])
+ Нарисуйте редукционные графы выражений:\
[a]#hs $H #I H$, где $H == @x%y.. x(\z.. y z y)x$;\
[b]#hs $L L #I$, где $L == @x%y.. x(y y)x$;\
[c]#hs $P Q$, где $P == @u.. u #I u$, $Q == @x%y.. x y ... | |
https://github.com/pluttan/typst-bmstu | https://raw.githubusercontent.com/pluttan/typst-bmstu/main/bmstu/bmstu.typ | typst | MIT License | #import "report_tituls.typ": *
#import "g7.32-2017.typ": *
|
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/039.%20college.html.typ | typst | college.html
Undergraduation
Want to start a startup? Get funded by
Y Combinator.
March 2005(Parts of this essay began as replies to students who wrote to
me with questions.)Recently I've had several emails from computer science
undergrads asking what to do in college. I might not
be the best source of advice,... | |
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/project_documentation/content/quality_assurance.typ | typst | #import "../../acronyms.typ": ac
= Quality Assurance
The quality assurance concentrated on the #ac("PoC") application.
Since it is intended to prove the feasibility of the concept only and wouldn't
be released to end-users, we decided that the quality wasn't as important as the
included functionality. The time budge... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/.github/ISSUE_TEMPLATE/short_bug_report.md | markdown | Apache License 2.0 | ---
name: Short bug report
about: Create a short bug report if you are confident that the bug is simple and does not require a detailed report
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Package/Software version:**
tinymist extension version: `v0... |
https://github.com/kotfind/hse-se-2-notes | https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/cpp/lectures/2024-09-20.typ | typst | #import "/utils/math.typ": *
= Обобщенное программирование (шаблоны)
#def[
#defitem[Обобщенное программирование] --- набор методов для создания структур
и алгоритмов, которые могут работать в различных ситуациях и с различными
исходными данными.
]
Пример:
```cpp
double total(const double* data, size_t le... | |
https://github.com/imkochelorov/ITMO | https://raw.githubusercontent.com/imkochelorov/ITMO/main/src/algorithms/s2/l5/main.typ | typst | #import "../template.typ": *
#set page(margin: 0.4in)
#set par(leading: 0.55em, first-line-indent: 0em)
#set text(font: "New Computer Modern")
#show par: set block(spacing: 0.55em)
#show heading: set block(above: 1.4em, below: 1em)
#show heading.where(level: 1): set align(center)
#show heading.where(level: 1): set tex... | |
https://github.com/SkiFire13/master-thesis | https://raw.githubusercontent.com/SkiFire13/master-thesis/master/config/translated.typ | typst | #let translated(..dict) = context dict.named().at(text.lang)
#let degree = translated(
it: [ Tesi di Laurea ],
en: [ Master thesis ],
)
#let supervisor-prefix = translated(
it: [ Relatore ],
en: [ Supervisor ],
)
#let candidate-prefix = translated(
it: [ Laureando ],
en: [ Candidate ],
)
#let academic-year... | |
https://github.com/0xpapercut/wypst | https://raw.githubusercontent.com/0xpapercut/wypst/main/README.md | markdown | MIT License | # wypst
Typst math typesetting for the web.
## Current Project Status
I feel like there's something like 20% of work left to get Wypst in a more stable state, but for some months now I haven't been able to allocate the necessary time to do it.
There's still no conclusive roadmap for native HTML export in Typst, and b... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/g-exam/0.3.0/src/auxiliary.typ | typst | Apache License 2.0 | #import "./global.typ" : *
#let __g-student-data(show-line-two: true) = {
locate(loc => {
[#__g-localization.final(loc).family-name: #box(width: 2fr, repeat[.]) #__g-localization.final(loc).given-name: #box(width:1fr, repeat[.])]
if show-line-two {
v(1pt)
align(right, [#__g-localization... |
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/notebook-graphs/entry.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components: *
#import "/utils.typ": grid, plot-from-csv
#show: create-body-entry.with(
title: "Notebook: Graphing",
type: "notebook",
date: datetime(year: 2024, month: 1, day: 20),
author: "<NAME>",
witness: "<NAME>",
)
... |
https://github.com/noahjutz/AD | https://raw.githubusercontent.com/noahjutz/AD/main/notizen/sortieralgorithmen/mergesort/merge_algorithm_1.typ | typst | #import "/components/num_row.typ": num_row, arrowed
#let nums = (12, 23, 34, 45, 7, 17, 18, 38, 43)
#let n = nums.len()
#let m = calc.div-euclid(n, 2)
#table(
columns: (auto, ) + (1fr,) * nums.len(),
align: center,
..num_row(
nums,
hl_tertiary: (0, m+1),
hl_gray: m,
arrow_down: (
(0, 1), (... | |
https://github.com/Shedward/dnd-charbook | https://raw.githubusercontent.com/Shedward/dnd-charbook/main/dnd/game/character.typ | typst | #let character(
name: none,
class: none,
subclass: none,
race: none,
type: none,
alignment: none,
story: none,
spellcasting: none,
level: 1
) = (
name: name,
class: class,
subclass: subclass,
race: race,
type: type,
alignment: alignment,
story: story,
spellcasting: spellcasting,
leve... | |
https://github.com/ludwig-austermann/typst-funarray | https://raw.githubusercontent.com/ludwig-austermann/typst-funarray/main/examples/vertitable.typ | typst | MIT License | #import "../funarray.typ": chunks;
#let vertitable(..items) = chunks(items.pos(), 2).map(x => box(
x.at(0) + " (" + text(gray, x.at(1)) + ")"
)).join(h(5pt) + "|" + h(5pt))
Skills: #vertitable[German][C1][English][B2][Italian][B1] |
https://github.com/harrellbm/Bookletic | https://raw.githubusercontent.com/harrellbm/Bookletic/main/README.md | markdown | Apache License 2.0 | # Bookletic :book:
Create beautiful booklets with ease.
The current version of this library (0.3.0) contains a single function to take in an array of content blocks and order them into a ready to print booklet, bulletin, etc. No need to fight with printer settings or document converters.
### Example Output
Here i... |
https://github.com/huyufeifei/grad | https://raw.githubusercontent.com/huyufeifei/grad/master/docs/paper/src/template/ch_padding.typ | typst | #let ch_padding(pad: 0.5em, s) = {
// if regex lookaround feature is supported, use ".(?=.)" instead these two
show regex("."): it => {
context {
it + h(pad)
}
}
show regex(".$"): it => {
context {
it + h(-pad)
}
}
s
} | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/string-09.typ | typst | Other | // Test the `clusters` and `codepoints` methods.
#test("abc".clusters(), ("a", "b", "c"))
#test("abc".clusters(), ("a", "b", "c"))
#test("🏳️🌈!".clusters(), ("🏳️🌈", "!"))
#test("🏳️🌈!".codepoints(), ("🏳", "\u{fe0f}", "\u{200d}", "🌈", "!"))
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/033%20-%20Rivals%20of%20Ixalan/005_Wool%20Over%20the%20Eyes.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Wool Over the Eyes",
set_name: "Rivals of Ixalan",
story_date: datetime(day: 14, month: 02, year: 2018),
author: "<NAME> & <NAME>",
doc
)
= HUATLI, ON KALADESH
#figure(image("005_Wool Over the Eyes/01.jpg", width: 100%), caption: [Inspirin... | |
https://github.com/posit-dev/bcorp-report | https://raw.githubusercontent.com/posit-dev/bcorp-report/main/README.md | markdown | # Posit's Benefit Corporation Annual Report
This repository holds the source for the PDF version of Posit's Benefit Corporation Annual Report found at <https://posit.co/about/pbc-report/>.
The report content lives in `pbc-report.qmd` and is produced using `format: typst` with the custom template partials in `typst-te... | |
https://github.com/liuguangxi/erdos | https://raw.githubusercontent.com/liuguangxi/erdos/master/Problems/typstdoc/figures/p249.typ | typst | #import "@preview/cetz:0.2.1"
#cetz.canvas(length: 60pt, {
import cetz.draw: *
for x in range(0, 3) {
for y in range(0, 3) {
rect((x, y), (rel: (1, 1)), stroke: luma(100))
}
}
merge-path(
stroke: red, fill: rgb(255, 0, 0, 50), close: true, {
arc((0, 0), start: -90deg, sto... | |
https://github.com/lphoogenboom/typstThesisDCSC | https://raw.githubusercontent.com/lphoogenboom/typstThesisDCSC/master/chapters/introduction.typ | typst | #import "../typFiles/chapter.typ": *
#show: chapter.with(chapterTitle: "Introduction", content: [
This is a Typst thesis and this is Chapter 1.
= About Typst
Typst.app is a document preparation system for the TEX typesetting program. It offers programmable desktop publishing features and extensive facilities for aut... | |
https://github.com/dccsillag/minienvs.typ | https://raw.githubusercontent.com/dccsillag/minienvs.typ/main/README.md | markdown | MIT License | # Minienvs
Theorem environments in [Typst](https://typst.app/) with minimal fuss.
To use, import and add a show rule:
```typst
#import "@preview/minienvs:0.1.0": *
#show: minienvs
```
You can optionally pass a custom configuration in the show-rule via `minienvs.with(…)` (see [Customization](#customization)).
You c... |
https://github.com/EGmux/PCOM-2023.2 | https://raw.githubusercontent.com/EGmux/PCOM-2023.2/main/lista2/lista2q3.typ | typst | === Determine a taxa de Nyquist e o intervalo de Nyquist para os seguintes sinais:
\
==== #math.equation(block: true, $ "a)" m_1(t) = 5cos(1000pi t)cos(4000pi t) $)
\
💡 lembrar que $cos(f_a pi t)cos(f_b pi t) = 1/2(cos(f_a+f_b)pi t + cos(f_a - f_b)pi t)$ vamos
adaptar para o caso de a)
#math.equation(
block: true, ... | |
https://github.com/AOx0/expo-nosql | https://raw.githubusercontent.com/AOx0/expo-nosql/main/book/src/theme-gallery/index.md | markdown | MIT License | # Theme Gallery
Here you can find an overview over all themes shipped with this template.
- [Default](#default)
- [Bipartite](#bipartite)
- [Bristol](#bristol)
---
## Default
_[go to top](#theme-gallery)_
If you do not specify a theme, the default one will be used.
You can specify it explicitly by referring to `sl... |
https://github.com/The-Notebookinator/notebookinator | https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/glossary.typ | typst | The Unlicense | #import "./globals.typ"
/// Adds a term to the glossary.
///
/// *Example Usage:*
///
/// ```typ
/// #glossary.add-term(
/// "Word",
/// "The definiton of the word."
/// )
/// ```
///
/// - word (string): The word you're defining
/// - definition (string): The definition of the word
///
#let add-term(word, definit... |
https://github.com/Dherse/masterproef | https://raw.githubusercontent.com/Dherse/masterproef/main/masterproef/parts/1_background.typ | typst | #import "../ugent-template.typ": *
= Programmable photonics <sec_programmable_photonics>
As previously mentioned in @motivation, the primary goal of this thesis is to
find which paradigms and languages are best suited for the programming of
photonic @fpga[s]. However, before discussing these topics in detail, it is
n... | |
https://github.com/alperari/cyber-physical-systems | https://raw.githubusercontent.com/alperari/cyber-physical-systems/main/week6/solution.typ | typst | #import "@preview/diagraph:0.1.2": *
#set text(
size: 15pt,
)
#set page(
paper: "a4",
margin: (x: 1.8cm, y: 1.5cm),
)
#align(center, text(21pt)[
*Cyber Physical Systems - Discrete Models \
Exercise Sheet 6 Solution*
])
#grid(
columns: (1fr, 1fr),
align(center)[
<NAME> \
<EMAIL>
],
align(ce... | |
https://github.com/timetraveler314/Note | https://raw.githubusercontent.com/timetraveler314/Note/main/Discrete/sets.typ | typst | #import "@local/MetaNote:0.0.1" : *
= Set Theory
== Ordinals
#lemma("Properties of Ordinals")[
(ii) For any ordinals $alpha, beta$, if $alpha subset.neq beta$, then $alpha in beta$.
]
#proof[
(ii) Denote $gamma$ the minimal element of $(beta backslash alpha, in)$. We assert $alpha = S := {x in beta | x < gamma}... | |
https://github.com/mumblingdrunkard/mscs-thesis | https://raw.githubusercontent.com/mumblingdrunkard/mscs-thesis/master/src/computer-architecture-fundamentals/reduced-vs-complex-instruction-set-computers.typ | typst | == Reduced vs. Complex Instruction Set Computers
There has been ongoing discussion about this topic for decades.
It boils down to whether ISAs should be designed with a large spectrum of instructions that do many things, or if it should be designed with few instructons.
When programmers were still writing their own as... | |
https://github.com/simon-epfl/notes-ba3-simon | https://raw.githubusercontent.com/simon-epfl/notes-ba3-simon/main/probastats/resume.typ | typst | #let intinf = $integral_(-infinity)^(+infinity)$
#let stick-together(a, threshold: 3em) = {
block(a + v(threshold), breakable: false)
v(-1 * threshold)
}
#let note_block(body, class: "Block", fill: rgb("#FFFFFF"), stroke: rgb("#000000")) = {
locate(loc => {
v(2pt)
stick-together(
text(1... | |
https://github.com/typst-doc-cn/tutorial | https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/basic/png.typ | typst | Apache License 2.0 | #let xor(a, b, bits: 32) = {
import calc: *
let x = 0
for k in range(bits) {
x += int(odd(a) != odd(b)) * pow(2, k)
a = quo(a, 2)
b = quo(b, 2)
}
x
}
#let slice(x, bits: 32) = calc.rem(x, calc.pow(2, bits))
#let le32(n) = {
assert(n >= 0 and n < calc.pow(2, 32))
for... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/033.%20polls.html.typ | typst | polls.html
Bradley's Ghost
November 2004
A lot of people are writing now about
why Kerry lost. Here I want to
examine a more specific question: why were the exit polls so
wrong?In Ohio, which Kerry ultimately
lost 49-51, exit polls gave him a 52-48 victory. And this wasn't just
random error. In every swing state ... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/051%20-%20March%20of%20the%20Machine/016_Zendikar%3A%20Battles%20in%20the%20Field%20and%20in%20the%20Mind.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Zendikar: Battles in the Field and in the Mind",
set_name: "March of the Machine",
story_date: datetime(day: 27, month: 04, year: 2023),
author: "<NAME>",
doc
)
Nahiri has only ever wanted to save her home. She stands at a vantage point ato... | |
https://github.com/Error-418-SWE/Documenti | https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20interna/Verbali/24-02-18/24-02-18.typ | typst | #import "/template.typ": *
#show: project.with(
date: "18/02/24",
subTitle: "Meeting di retrospettiva e pianificazione",
docType: "verbale",
authors: (
"<NAME>",
),
reviewers: (
"<NAME>",
),
timeStart: "15:00",
timeEnd: "15:45",
);
= Ordine del giorno
- Valutazione del progresso generale;
... | |
https://github.com/daskol/typst-templates | https://raw.githubusercontent.com/daskol/typst-templates/main/jmlr/jmlr.typ | typst | MIT License | /**
* jmlr.typ
*
* This is a Typst template for Journal of Machine Learning Research (JMLR). It
* is based on textual instructions [1-3] as well as an example paper [4].
*
* [1]: https://www.jmlr.org/format/authors-guide.html
* [2]: https://www.jmlr.org/format/format.html
* [3]: https://www.jmlr.org/format/form... |
https://github.com/Rhinemann/mage-hack | https://raw.githubusercontent.com/Rhinemann/mage-hack/main/src/templates/cover.typ | typst | #import "interior_template.typ": gold, purple, interior_image
#let cover_image = "images/cover/"
#let placeholder_im = rect(
fill: gold.transparentize(40%),
width: 80%,
inset: 30pt,
)[
#set text(font: "Abbess", size: 20pt, fill: white)
#rotate(-30deg, reflow: true)[Placeholder image!]
]
#let logo = context... | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/zalmy/Z054.typ | typst | Čuj, Bože, moju modlitbu a pred mojou úpenlivou prosbou sa neskrývaj: \* pohliadni na mňa a vyslyš ma.
Keď premýšľam o sebe, som rozrušený, \* zmätený krikom nepriateľa a útlakom hriešnika.
Lebo ma zavaľujú bezprávím a zúrivo do mňa dorážajú. \* Srdce sa vo mne chveje a padá na mňa hrôza predsmrtná.
Úzkosť a triaška... | |
https://github.com/Mc-Zen/quill | https://raw.githubusercontent.com/Mc-Zen/quill/main/src/arrow.typ | typst | MIT License |
#let draw-arrow(start, end, length: 5pt, width: 2.5pt, stroke: 1pt + black, arrow-color: black) = {
place(line(start: start, end: end, stroke: stroke))
let dir = (end.at(0) - start.at(0), end.at(1) - start.at(1))
dir = dir.map(x => float(repr(x).slice(0,-2)))
// let angle = calc.atan2(dir.at(0), dir.at(1))
... |
https://github.com/jamesrswift/frackable | https://raw.githubusercontent.com/jamesrswift/frackable/main/tests/generator/test.typ | typst | The Unlicense | #import "/src/lib.typ" as frackable: frackable, generator
#set page(
width: auto,
height: auto,
margin: 0.25cm,
background: none
)
#set text(font: "Calibri")
#let my-frackable = generator(
shift-numerator-x: -0.1em,
shift-denominator-x: -0.1em,
)
#my-frackable(1, 2)
#my-frackable(1, 3)
#my-frackable(3, ... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/002%20-%20Return%20to%20Ravnica/006_In%20Praise%20of%20the%20Worldsoul%2C%20Part%203.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"In Praise of the Worldsoul, Part 3",
set_name: "Return to Ravnica",
story_date: datetime(day: 10, month: 10, year: 2012),
author: "<NAME>",
doc
)
Kuma smelled the blood before Ruzi saw the smoke. The wolf sprinted through the clutter of rui... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/org/ldemetrios/typst4k/test.typ | typst | #let reify(..args) = args
#metadata(
(
nones: none,
autos: auto,
bools: true,
ints: 10,
floats: 2.71828,
lengths: 1pt + 2em,
angles: 1rad,
ratios: 50%,
relatives: 1pt + 2em + 50%,
fractions: 1fr,
colors: (
luma(50),... | |
https://github.com/HPDell/typst-mathshortcuts | https://raw.githubusercontent.com/HPDell/typst-mathshortcuts/main/manual.typ | typst | #import "lib.typ": *
#import "@preview/tablex:0.0.5": tablex, rowspanx, colspanx, hlinex, vlinex
#import "@preview/tidy:0.1.0"
#set page(margin: (x: 0.5in, y: 0.5in))
#set document(title: "Package mathshortcuts", author: "<NAME>")
#show heading: body => block(above: 1em, below: 1em, body)
#set heading(numbering: "1."... | |
https://github.com/gumelarme/nuist-master-thesis-proposal | https://raw.githubusercontent.com/gumelarme/nuist-master-thesis-proposal/main/strings/en.typ | typst | #let cover-title = [Postgraduate Degree Thesis Proposal \ and Degree Thesis Work Implementation Plan]
#let notes-title = [Notes]
#let notes-content = [
+ Following the thesis proposal report to the school postgraduate affiliated by the postgraduate student, the applicant should follow given opinions and fill out this... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/spread.typ | typst | Apache License 2.0 | // Test argument sinks and spreading.
// Ref: false
---
// Test standard argument overriding.
#{
let f(style: "normal", weight: "regular") = {
"(style: " + style + ", weight: " + weight + ")"
}
let myf(..args) = f(weight: "bold", ..args)
test(myf(), "(style: normal, weight: bold)")
test(myf(weight: "bla... |
https://github.com/actsasflinn/typst-rb | https://raw.githubusercontent.com/actsasflinn/typst-rb/main/test/test.typ | typst | Apache License 2.0 | #set text(12pt, font: "Fasthand")
#emph[Hello] \
#emoji.face
#"hello".len()
#lorem(20)
#lorem(50)
|
https://github.com/jakobjpeters/Typstry.jl | https://raw.githubusercontent.com/jakobjpeters/Typstry.jl/main/HEADER.md | markdown | MIT License |
<div align="center">
<p><img height="200px" src="docs/source/assets/logo.svg"/></p>
# Typstry.jl
[](https://jakobjpeters.github.io/Typstry.jl/)
[, caption: [Bildgenerator Aktivierung (Eigene Darstellung)])
//Bilder im Anhang
} | |
https://github.com/PmaFynn/cv | https://raw.githubusercontent.com/PmaFynn/cv/master/src/content/en/drive.typ | typst | The Unlicense | #import "../../template.typ": *
#cvSection("My Motivation")
#set par(
justify: true,
)
As an Information Systems student with a passion for technology and innovation, I am enthusiastic about applying my skills to complex challenges in a dynamic work environment.
My multifaceted experience spanning web development, ... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/meta/bibliography-02.typ | typst | Other | // Test unconventional order.
#set page(width: 200pt)
#bibliography("/works.bib", title: [Works to be cited], style: "chicago-author-date")
#line(length: 100%)
#[#set cite(brackets: false)
As described by @netwok],
the net-work is a creature of its own.
This is close to piratery! @arrgh
And quark! @quark
|
https://github.com/swablab/documents | https://raw.githubusercontent.com/swablab/documents/main/templates/common.typ | typst | Creative Commons Zero v1.0 Universal | #let colors = (
primary: oklch(93.84%, 0.09, 183.69deg),
secondary: oklch(73.51%, 0.168, 40.25deg),
subtext: oklch(60%, 0, 0deg),
highlight: oklch(90%, 0, 0deg),
)
#let money(i) = {
if i == 0 {
return "0.00€"
}
let j = str(calc.round(i * 100))
if i < 1 {
"0." + j.slice(-2) + "€"
} else {
... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cheda-seu-thesis/0.2.0/seu-thesis/pages/statement-bachelor-ic.typ | typst | Apache License 2.0 | #import "../utils/fonts.typ": 字体, 字号
#page(paper: "a4", margin: (top: 2cm+0.5cm, bottom: 2cm+0.5cm, left: 2cm + 0.5cm, right: 2cm))[
#v(80pt-0.5cm)
#set text(font: 字体.宋体, size: 字号.小四)
#align(right, image("../assets/statement-bachelor.svg", width: 468pt))
// 小四字号 39em -> 468pt
] |
https://github.com/noahjutz/AD | https://raw.githubusercontent.com/noahjutz/AD/main/notizen/komplexitaet/main.typ | typst | #import "/components/math.typ": hlp, hls
#import "/components/timeline.typ": timeline
= Komplexität
== O-Notation
Ein Landau-Symbol $M in {O, o, Omega, omega, Theta}$ ist eine Menge, welche aus Funktionen besteht. Diese Menge ist in Abhängigkeit einer Funktion $f$ definiert, welche alle $g in M$ nach oben oder unten... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/bibliography_03.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Test ambiguous reference.
// = Introduction <arrgh>
//
// // Error: 1-7 label occurs in the document and its bibliography
// @arrgh
// #bibliography("/assets/files/works.bib") |
https://github.com/jassielof/typst-templates | https://raw.githubusercontent.com/jassielof/typst-templates/main/upsa-bo/estudio-de-factibilidad/template/capítulos/3.diagnóstico interno de la empresa.typ | typst | MIT License | = Diagnóstico Interno de la Empresa
== Estrategias Básicas
== Cadena de Valor
== Recursos de la Empresa
== Análisis de los Estados Financieros
== Fortalezas y Debilidades |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/grayness/0.1.0/lib.typ | typst | Apache License 2.0 | /*
Copyright 2024 <NAME>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distribute... |
https://github.com/mattyoung101/uqthesis_eecs_hons | https://raw.githubusercontent.com/mattyoung101/uqthesis_eecs_hons/master/pages/contents.typ | typst | ISC License | #import "../util/macros.typ": *
//#import "@preview/acrotastic:0.1.0": *
= Contents
#[
// https://typst.app/docs/reference/model/outline/#definitions-entry
#show outline.entry.where(
level: 1
): it => {
v(12pt, weak: true)
strong(it)
}
#outline(
// https://www.reddit.com/... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/050%20-%20Phyrexia%3A%20All%20Will%20Be%20One/009_A%20Man%20of%20Parts.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"A Man of Parts",
set_name: "Phyrexia: All Will Be One",
story_date: datetime(day: 17, month: 01, year: 2023),
author: "<NAME>",
doc
)
Unless ordered to do otherwise, all denizens of the Fair Basilica moved in predefined paths according to t... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/guide/trouble-shooting.typ | typst | Apache License 2.0 | #import "/docs/cookery/book.typ": book-page
#show: book-page.with(title: "Trouble shooting")
= Trouble shooting
We are collecting questions and answers about the `typst.ts` project here. Feel free to ask questions in #link("https://github.com/Myriad-Dreamin/typst.ts/discussions")[Github Discussions].
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/024%20-%20Shadows%20over%20Innistrad/008_Liliana's%20Indignation.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Liliana's Indignation",
set_name: "Shadows Over Innistrad",
story_date: datetime(day: 20, month: 04, year: 2016),
author: "<NAME>",
doc
)
#emph[When we last saw her, <NAME> was ] receiving an unwelcome guest#emph[: fellow Planeswalker <NAME... | |
https://github.com/Error-418-SWE/Documenti | https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/1%20-%20Candidatura/Valutazione%20capitolati/Valutazione%20Capitolati.typ | typst | #block[
ERROR\_418 \
DOCUMENTAZIONE PROGETTO \
#block[
#figure(
align(center)[#table(
columns: 2,
align: (col, row) => (left,left,).at(col),
inset: 6pt,
[Mail:],
[<EMAIL>],
[Redattori:],
[<NAME>, <NAME>],
[Verificatori:],
[<NAME>, <NAME>, <NAME>],
[Amministratori:],
[<NAME>, <NAME>],
[Destinata... | |
https://github.com/ivaquero/book-control | https://raw.githubusercontent.com/ivaquero/book-control/main/A-傅立叶变换.typ | typst | #import "@local/scibook:0.1.0": *
#show: doc => conf(
title: "附录A:Fourier 变换",
author: ("ivaquero"),
header-cap: "现代控制理论",
footer-cap: "github@ivaquero",
outline-on: false,
doc,
)
= 三角函数
<三角函数>
== 函数的正交
<函数的正交>
#definition[
对向量$𝒙, 𝒚 in ℝ^n$,$x$和$y$的点积,定义为其对应坐标乘积之和,即
$ 𝒙⋅𝒚 = ∑_(i=1)^n x_i y_i $
]
... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/linguify/0.1.0/linguify.typ | typst | Apache License 2.0 | // linguify
#let __lang_setting = state("lang-setting", "en");
#let __lang_dict = state("lang-dict", (default-lang: "en"));
#let __lang_fallback = state("lang-fallback", true);
#let linguify_config(data: auto, lang: "en", fallback: true, content) = {
assert.eq(type(lang), str, message: "The lang parameter needs to... |
https://github.com/gongke6642/tuling | https://raw.githubusercontent.com/gongke6642/tuling/main/基础/基础总纲/基础.typ | typst | = 基础
=
基本类型和功能。
在这里,您将找到整数和字符串等基本数据类型的文档以及有关核心计算函数的详细信息。
=
== 定义
#image("1.png", width: 95%)
=
#image("2.png", width: 95%) | |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/cetz-setup.typ | typst | #import "@preview/cetz:0.2.0"
#import cetz.draw: line, content
#let canvas = cetz.canvas
#let hpos(x1, x2, y: 0) = {
return ((x1, y), (x2, y))
}
#let vpos(y1, y2, x: 0) = {
return ((x, y1), (x, y2))
}
#let offset(point, x: 0, y: 0) = {
x1 = point.at(0) + x
y1 = point.at(1) + y
return (x1, y1)
}
... | |
https://github.com/QuadnucYard/touying-theme-seu | https://raw.githubusercontent.com/QuadnucYard/touying-theme-seu/main/examples/beamer-sms.typ | typst | MIT License | #import "@preview/touying:0.4.2": *
#import "@preview/unify:0.6.0": num
#import "/themes/seu-beamer.typ" as theme-seu
#let s = theme-seu.register(aspect-ratio: "4-3")
#let s = (s.methods.info)(
self: s,
title: [Sending out an SMS: Characterizing the Security of the SMS Ecosystem with Public Gateways],
short-titl... |
https://github.com/zenor0/FZU-report-typst-template | https://raw.githubusercontent.com/zenor0/FZU-report-typst-template/main/fzu-report/utils/fonts.typ | typst | MIT License | #let 字号 = (
初号: 42pt,
小初: 36pt,
一号: 26pt,
小一: 24pt,
二号: 22pt,
小二: 18pt,
三号: 16pt,
小三: 15pt,
四号: 14pt,
中四: 13pt,
小四: 12pt,
五号: 10.5pt,
小五: 9pt,
六号: 7.5pt,
小六: 6.5pt,
七号: 5.5pt,
小七: 5pt,
)
#let 字体 = (
仿宋: ("Times New Roman", "Noto Sans Mono CJK SC", "FangSong", "STFangSong"),
宋体: ("... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.