repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/dashuai009/dashuai009.github.io | https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/028.typ | typst | #let date = datetime(
year: 2022,
month: 6,
day: 10,
)
#metadata((
title: "rust过程宏",
subtitle: [rust],
author: "dashuai009",
description: "使用过程宏自定义一个struct format。",
pubDate: date.display(),
))<frontmatter>
#import "../__template/style.typ": conf
#show: conf
我们有这样一个结构体
```rust
struct TestStruct{
... | |
https://github.com/darkMatter781x/OverUnderNotebook | https://raw.githubusercontent.com/darkMatter781x/OverUnderNotebook/main/entries/auton/auto-util.typ | typst | #import "/packages.typ": notebookinator, gentle-clues
#import notebookinator: *
#import themes.radial.components: *
#import gentle-clues: *
#import "/util.typ": qrlink
#let auton(
title,
date,
filename,
description,
directory: "src/auton/autons/",
body,
) = {
show: create-body-entry.with(
title: "Au... | |
https://github.com/Quaternijkon/Typst_BIT | https://raw.githubusercontent.com/Quaternijkon/Typst_BIT/main/README.md | markdown | vscode中打开,插件搜索typst,把下载量高的几个装上就行了。(Typst LSP, Typst Preview, Tinymist Typst, Typst Sync) | |
https://github.com/YunkaiZhang233/a-level-further-maths-topic-questions-david-game | https://raw.githubusercontent.com/YunkaiZhang233/a-level-further-maths-topic-questions-david-game/main/fs1/pgf.typ | typst | #import "../template.typ": *
#import "../shortcut.typ": *
#prob(
[Cambridge Pre-U 9795/02, June 2022, Q2],
[
(a) The random variable $U$ has the distribution of Po($lambda$). Show that the probability generating function of $U$ is $e^(lambda(t-1))$.
#marks(4)
(b) The random variable $V$ has probabilit... | |
https://github.com/augustebaum/epfl-thesis-typst | https://raw.githubusercontent.com/augustebaum/epfl-thesis-typst/main/example/head/dedication.typ | typst | MIT License | #align(right + horizon)[
Wings are a constraint that makes\
it possible to fly.\
--- <NAME>
]
#v(4cm)
#align(center + horizon)[
To my parents...
]
|
https://github.com/crdevio/typst-themes | https://raw.githubusercontent.com/crdevio/typst-themes/main/typing-course%20template/theme.typ | typst |
#let cpt_def = counter("cpt_def")
#let cpt_prop = counter("cpt_prop")
#let cpt_thm = counter("cpt_thm")
#let cpt_part = counter("cpt_part")
#let wedge = sym.and
#let equiv = sym.ident
// Size of the left "margin" (note area)
#let margin-size = 15%
// Spacer so that main content and notes don't rub up against each othe... | |
https://github.com/jamesrswift/springer-spaniel | https://raw.githubusercontent.com/jamesrswift/springer-spaniel/main/README.md | markdown | The Unlicense | # The `springer-spaniel` Package
<div align="center">Version 0.1.1</div>
This is an loose recreation of the _Springer Contributed Chapter_ LaTeX template on Overleaf. It aims to provide template-level support for commonly used packages so you don't have to choose between style and features.
## Media
<p align="cente... |
https://github.com/jw2476/cslog | https://raw.githubusercontent.com/jw2476/cslog/master/devlogs/client_server_data_representation/mod.typ | typst | == 2023-08-02 - Client Server Representation
With gathering and a basic inventory implemented on the client-side, I ran a brief playtest sending an executable and IP address to a few friends who are interested in the project. The resounding feedback was that were was no persistence, if they logged off and logged back ... | |
https://github.com/k0tran/typst | https://raw.githubusercontent.com/k0tran/typst/sisyphus/vendor/biblatex/README.md | markdown | # BibLaTeX
[](https://github.com/typst/biblatex/actions)
[](https://crates.io/crates/biblatex)
[ = {
page(numbering: "i")[
#counter(page).update(1)
#line(length: 100%, stroke: 0.5pt)
#align(center)[
#strong("Abstract") #linebreak()
]
#abstract
]
doc
} | |
https://github.com/mrtz-j/typst-thesis-template | https://raw.githubusercontent.com/mrtz-j/typst-thesis-template/main/template/utils/todo.typ | typst | MIT License | // Utility to highlight TODOs to easily find them in the PDF
#let TODO(body, color: yellow, title: "TODO") = {
rect(
width: 100%,
radius: 3pt,
stroke: 0.5pt,
fill: color,
)[
#text(weight: 700)[#title]: #body
]
}
|
https://github.com/ivaquero/lang-romanic | https://raw.githubusercontent.com/ivaquero/lang-romanic/main/fr-2-num+noun.typ | typst | #import "@local/scibook:0.1.0": *
#show: doc => conf(
title: "数词与名词",
author: ("github@ivaquero"),
footer-cap: "github@ivaquero",
header-cap: "音速法语",
outline-on: false,
doc,
)
= 代词
== 人称代词
#let data = csv("fr/fr-pron.csv")
#figure(
ktable(data, 3),
caption: "人称代词",
supplement: [表],
kind: table,
)... | |
https://github.com/han0126/MCM-test | https://raw.githubusercontent.com/han0126/MCM-test/main/2024亚太杯typst/chapter/chapter8.typ | typst | = 模型评价
== 模型优点
在问题二中,我们采用$K-m e a n s$聚类算法将洪水概率分成三类,这类算法简单、易于实现且时间复杂度$cal(O)(t k m n)$适中,在处理大量数据时又较好的伸缩性。在后续预警预测模型中,采用$X G B o o s t$算法,该算法作为一种经过优化的分布式梯度提升库,有较高的可移植性,且对缺失数据有较高的预测能力。
在问题三中,采用了$"MLP"$神经网络模型,可通过多个隐藏层和非线性激活函数,学习到复杂的数据特征,从而提高模型的表达能力,且能逼近任何连续函数,且该模型提供丰富的参数设置,可根据模型需求进行灵活调控,从而优化模型性能。
== 模型缺点
在模型建立过程中,存在... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/enum-numbering_04.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test numbering with closure and nested lists.
#set text(font: "New Computer Modern")
#set enum(numbering: (..args) => math.mat(args.pos()), full: true)
+ A
+ B
+ C
+ D
+ E
+ F
|
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/project_documentation/content/meeting_minutes/week_01.typ | typst | = Project Meeting 20.09.2023 08:15 - 09:00 (MS Teams)
== Participants
- Prof. Dr. <NAME>
- <NAME>
- <NAME>
== Agenda
- Finalization of SA task description
- Questions:
- How detailed does the project documentation have to be? -> as we see fit
- Are there formatting requirements for documentation? -> no
- D... | |
https://github.com/akagiyuu/math-document | https://raw.githubusercontent.com/akagiyuu/math-document/main/function/prime_test.typ | typst | #set text(size: 20pt)
$ cos^2(((n-1)! + 1)/n pi) = cases(1 "if" n "is prime", 0 "otherwise")$
| |
https://github.com/RossSmyth/resume | https://raw.githubusercontent.com/RossSmyth/resume/main/smyth_resume.typ | typst | Other | #set par(justify: true)
#set text(font: "Arial", size: 10pt, fallback: false)
#set page(paper: "us-letter", header: text(12pt)[
*<NAME>*
#h(1fr)
*Résumé*
], numbering: "p. 1 of 1")
// Headers for the left column of the page
#let col_hed(cont) = heading(outlined: true, bookmarked: true)[
#text(11pt, w... |
https://github.com/Lypsilonx/Game-of-Intrigue | https://raw.githubusercontent.com/Lypsilonx/Game-of-Intrigue/main/data.typ | typst | #let version = "1.2.1"
// Game settings
#let colors = (
red,
orange,
yellow,
green,
blue,
purple,
)
#let color_to_string(color) = {
if color == blue { "Blue" }
else if color == green { "Green" }
else if color == red { "Red" }
else if color == yellow { "Yellow" }
else if color == purple { "Purple"... | |
https://github.com/zadigus/math | https://raw.githubusercontent.com/zadigus/math/main/number-theory/page-9/main.typ | typst | #import "template.typ": *
#show: project.with(
title: "test",
authors: (
"zadigus",
),
)
#lemma[
$o(1) eq O(1)$
]
#proof[
On the one hand,
$
o(1) <=> f -> 0,
$
on the other hand,
$
O(1) <=> abs(f) lt A.
$
Now, if $f->0$, then $abs(f) lt A$, whence
$
o(1) eq O(1).
$
]
#lemma[
... | |
https://github.com/enseignantePC/2023-24 | https://raw.githubusercontent.com/enseignantePC/2023-24/master/chapter_template.typ | typst | #import "detect.typ": detect
#import "style.typ": doc
// #let doc = doc.with(breakable : false)
#let minititle(it) = box(
inset: (top: 2pt, bottom: 2pt, x: 5pt),
text(18pt, hyphenate: false)[_#it _],
)
#let introduction(title: [Introduction], it) = {
rect(
stroke: (left: 1.8pt),
fill: blue.lighten(80%)... | |
https://github.com/danilasar/conspectuses-3sem | https://raw.githubusercontent.com/danilasar/conspectuses-3sem/master/Основы_теории_изучаемого_языка/240911_Члены_предложения.typ | typst | = Члены предложения
Главные члены:
- Главные
- Подлежащее
- Сказуемое
- Второстепенные
== Подлежащее
/ Подлежащее: --- главный *член* двусоставного предложения, обощначающий предмет или лицо --- носитель признака, выраженного сказуемым.
Подлежащее может быть выражеоно существительным в форме общего падежа, местои... | |
https://github.com/topdeoo/Course-Slides | https://raw.githubusercontent.com/topdeoo/Course-Slides/master/Courses/Thesis/main.typ | typst | #import "../../theme/iTalk.typ": *
#import "@preview/algo:0.3.3": algo, i, d, comment, code
// TODO fill all "TODO" with your information
#show: nenu-theme.with(
short-title: "SparrOS",
short-date: "2024-05-08",
short-author: "凌典"
)
#let argmax = math.op("arg max", limits: true)
#let argmin = math.op("arg min... | |
https://github.com/hongjr03/shiroa-page | https://raw.githubusercontent.com/hongjr03/shiroa-page/main/DIP/chapters/4频率域图像增强.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")
= 频率域图像增强 Image Enhancement in... | |
https://github.com/julyfun/jfmfoi | https://raw.githubusercontent.com/julyfun/jfmfoi/main/240828-最短路/main.typ | typst | #import "@preview/touying:0.4.2": *
#import "@preview/cetz:0.2.2"
#import "@preview/ctheorems:1.1.2": *
#import "@preview/fletcher:0.5.0" as fletcher: diagram, node, edge, shapes
// cetz and fletcher bindings for touying
#let cetz-canvas = touying-reducer.with(reduce: cetz.canvas, cover: cetz.draw.hide.with(bounds: tr... | |
https://github.com/kyanbasu/pwr-typst | https://raw.githubusercontent.com/kyanbasu/pwr-typst/main/polylux/pwr.typ | typst | MIT License | #import "@preview/polylux:0.3.1": logic
#let pwr-author = state("pwr-author", none)
#let pwr-date = state("pwr-date", none)
#let pwr-footer = state("pwr-footer", [])
#let pwr-lang = state("pwr-lang", none)
#let title_bg = "images/image1_p2_pl.png"
#let secondary_bg = "images/image2_p2_pl.png"
#let pwr-theme(
foote... |
https://github.com/htwr-aachen/exams | https://raw.githubusercontent.com/htwr-aachen/exams/main/template/template.typ | typst | MIT License | #import "../exam.typ": conf, task, blank
#show: conf.with(
title: "Klausurprotokoll",
shortTitle: "HTWR",
lang: "de",
chair: "RWTH Chair",
chairLogo: "assets/htwr.png",
date: datetime(day: 01, month: 01, year: 2024),
notices: (
custom: false,
time: 120,
points: 100,
minPoints: 50,
ot... |
https://github.com/goshakowska/Typstdiff | https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_working_types/inline_math/inline_math_updated.typ | typst | $Q = abs(A v + C)$
$A^2 + B^2 = C^2$ | |
https://github.com/flavio20002/cyrcuits | https://raw.githubusercontent.com/flavio20002/cyrcuits/main/tests/current-source/test.typ | typst | Other | #import "../../lib.typ": *
#set page(width: auto, height: auto, margin: 0.5cm)
#show: doc => cyrcuits(
scale: 1,
doc,
)
```circuitkz
\begin{circuitikz}
\draw (0,0)
to[R=$R_1$] ++ (0,2)
to[battery1,l=$E$] ++ (0,2)
to[short,-*] ++ (2,0) node[anchor=north-east]{$A quad$} coordinate (aux1)
... |
https://github.com/Rhinemann/mage-hack | https://raw.githubusercontent.com/Rhinemann/mage-hack/main/src/chapters/Skills.typ | typst | #import "../templates/interior_template.typ": *
#show: chapter.with(chapter_name: "Skills")
= Skills
#show: columns.with(2, gutter: 1em)
Skills represent natural talent, training, or experience of a character.
#block(breakable: false)[
== Using Skills
Skills are the third PC's three primary trait sets, so they ... | |
https://github.com/optimizerfeb/MathScience | https://raw.githubusercontent.com/optimizerfeb/MathScience/main/퍼셉트론과 진화 알고리즘을 이용한 게임 인공지능.typ | typst | #set text(font: "NanumMyeongjo")
#align(center, text(size: 20pt)[
*퍼셉트론과 진화 알고리즘을 이용한 게임 인공지능*
])
#align(right, [
한남대학교 수학과
20172581 김남훈
])
= 1. 퍼셉트론 소개
#h(5pt)퍼셉트론은 인공지능을 구현하기 위한 고전적인 방법 중 하나로, 입력받은 벡터에 선형변환과 활성화 함수라고 부르는 Component-Wise 한 비선형 함수를 번갈아 적용하며 출력 벡터를 만드는 알고리즘이다.
#figure(
image("images/P... | |
https://github.com/OverflowCat/astro-typst | https://raw.githubusercontent.com/OverflowCat/astro-typst/master/src/pages/_included.typ | typst | This is an included file.
$ H = n overline(u) y = n^' overline(u)^' y^' $
This is an included file.
Include changed to: | |
https://github.com/hargoniX/bachelor | https://raw.githubusercontent.com/hargoniX/bachelor/main/present-short/presentation.typ | typst | #import "@preview/polylux:0.3.1": *
#import "@preview/codelst:1.0.0": sourcecode
#import "@preview/bytefield:0.0.2": bytefield, bit, bits, bytes, flagtext
#let bfield(..args) = [
#set text(18pt);
#bytefield(msb_first: true, ..args);
]
#import "theme.typ" : *
#show: genua-theme.with()
#set text(font: "Fira Sans",... | |
https://github.com/Nenuial/fnchJury | https://raw.githubusercontent.com/Nenuial/fnchJury/main/_extensions/nenuial/se-doc/typst-show.typ | typst | // Typst custom formats typically consist of a 'typst-template.typ' (which is
// the source code for a typst template) and a 'typst-show.typ' which calls the
// template's function (forwarding Pandoc metadata values as required)
//
// This is an example 'typst-show.typ' file (based on the default template
// that shi... | |
https://github.com/UntimelyCreation/typst-neat-cv | https://raw.githubusercontent.com/UntimelyCreation/typst-neat-cv/main/src/content/en/languages.typ | typst | MIT License | #import "../../template.typ": *
#cvSection("Languages")
#cvLanguage(
name: "English",
info: "Native Language",
)
#cvLanguage(
name: "French",
info: "Native Language",
)
#cvLanguage(
name: "German",
info: "B2, Deutsches Sprachdiplom I",
)
#cvLanguage(
name: "Japanese",
info: "B1",
)
|
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/079.%20die.html.typ | typst | die.html
How Not to Die
Want to start a startup? Get funded by
Y Combinator.
August 2007(This is a talk I gave at the last
Y Combinator dinner of the summer.
Usually we don't have a speaker at the last dinner; it's more of
a party. But it seemed worth spoiling the atmosphere if I could
save some of the start... | |
https://github.com/coalg/notebook | https://raw.githubusercontent.com/coalg/notebook/main/documentation/intro-to-typst/hello.typ | typst | #import "@preview/tablex:0.0.8": tablex, colspanx, rowspanx
#set par(justify: true)
#let meta = yaml("hello.yaml")
#align(center, text(17pt)[ *#meta.title* ])
#set align(left)
#text(15pt)[ #meta.company ]
#text(11pt)[ #meta.department ]
#text(11pt)[ #meta.payer 様 ]
#set align(right)
#meta.addres
請求日: #meta.char... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/ouset/0.1.0/ouset.typ | typst | Apache License 2.0 | /// clip param c ∈ {0,1,2,3} ≜ {no clip, left clip, right clip, both clip},
#let overset(s, t, c: 0) = style(sty => {
let sw = measure(s, sty).width
let tw = measure(math.script(t), sty).width
let dw = calc.max(tw - sw, 0pt)
if calc.odd(c) { h(-dw/2) } // left clip for e.g. &=
pad($attach(#s, t: #t, tr: "")$... |
https://github.com/r8vnhill/apunte-bibliotecas-de-software | https://raw.githubusercontent.com/r8vnhill/apunte-bibliotecas-de-software/main/Unit2/operator_overloading.typ | typst | == Sobrecarga de Operadores
La sobrecarga de operadores es una funcionalidad de algunos lenguajes de programación que permite a lxs desarrolladorxs definir implementaciones personalizadas para los operadores estándar como `+`, `-`, `*`, `/`, entre otros.
En Kotlin, esto se logra mediante el uso de la palabra clave `o... | |
https://github.com/voXrey/cours-informatique | https://raw.githubusercontent.com/voXrey/cours-informatique/main/typst/21-programmation-dynamique.typ | typst | #import "@preview/codly:0.2.1": *
#show: codly-init.with()
#set text(font: "Roboto Serif")
= Programmation Dynamique <programmation-dynamique>
== I - Introduction <i---introduction>
==== 1. Exemple du problème du Sac à dos <exemple-du-problème-du-sac-à-dos>
Écrivons un algorithme qui résout le problème par backtracki... | |
https://github.com/EpicEricEE/typst-plugins | https://raw.githubusercontent.com/EpicEricEE/typst-plugins/master/outex/assets/example.typ | typst | #import "../src/lib.typ": outex
#set text(size: 14pt)
#set heading(numbering: "1.1 i")
#set page(
width: 10cm,
height: auto,
margin: 1em,
background: box(
width: 100%,
height: 100%,
radius: 4pt,
fill: white,
stroke: white.darken(10%),
),
)
#show heading: set block(below: 1em)
#show: oute... | |
https://github.com/oravard/typst-dataframes | https://raw.githubusercontent.com/oravard/typst-dataframes/main/lib.typ | typst | MIT License |
#import "@preview/tabut:1.0.1" as _tabut_
#import "@preview/cetz:0.2.1" as _cetz_
#let verify-consistency(df) = {
let n = -1
for key in df.keys() {
if n > 0 {
assert(n==df.at(key).len(), message: "Columns do not have the same length")
}
n = df.at(key).len()
}
}
#let row(df,i) = {
let r = (:... |
https://github.com/EtoDemerzel0427/resume.typst | https://raw.githubusercontent.com/EtoDemerzel0427/resume.typst/main/main.typ | typst | #import "fontawesome.typ": *
#import "simplecv.typ": template, education_entry, work_entry, skill_entry
// Change the theme color of the cv.
#let color = black
// Change to your name.
#let name = "<NAME>"
// Change the shown contact data. You can also change the order of the elements so that they will show up in a... | |
https://github.com/olligobber/Matrixst | https://raw.githubusercontent.com/olligobber/Matrixst/master/main.typ | typst | #set page(width: auto, height:auto)
#import "matrix.typ": *
//demonstration of transpose
= Matrix Transpose
#let a = (
(1,2,3),
(4,5,6)
)
$ #render(a)^top = #render(transpose(a)) $
#pagebreak()
// demonstration of minor
= Matrix Minors
#let a = (
(1,2,3),
(4,5,6),
(7,8,9)
)
If $ a = #render(a) $ th... | |
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/ba-shu-zu-pai-cheng-zui-xiao-de-shu-lcof/description/",
level: 2,
)<找字符串拼接的最大值>
#note(
title: [
破解闯关密码
],
description: [
闯关游戏需要破解一组密码,闯关组给出的有关密码的线索是:
- 一个拥有密码所有元素的非负整数数组 password
- 密码是 password 中所有元素拼... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/layout/grid-4.typ | typst | Apache License 2.0 | // Test relative sizing inside grids.
---
// Test that auto and relative columns use the correct base.
#grid(
columns: (auto, 60%),
rows: (auto, auto),
rect(width: 50%, height: 0.5cm, fill: conifer),
rect(width: 100%, height: 0.5cm, fill: eastern),
rect(width: 50%, height: 0.5cm, fill: forest),
)
---
// Tes... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/036%20-%20Guilds%20of%20Ravnica/004_Death's%20Precious%20Moments.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Death's Precious Moments",
set_name: "Guilds of Ravnica",
story_date: datetime(day: 07, month: 11, year: 2018),
author: "<NAME>",
doc
)
I thrust my staff into spongy soil, bracing myself as I examine the delicate upturned caps of the bird's... | |
https://github.com/mumblingdrunkard/mscs-thesis | https://raw.githubusercontent.com/mumblingdrunkard/mscs-thesis/master/src/utils/acronyms.typ | typst | #let acronyms = (
// Assembly: ("(A|a)ssembly", "Human-readable form of machine language"),
AGU: ("AGUs?" , "Address generation unit" ),
ALU: ("ALUs?" , "Arithmetic-logic unit" ),
ARF: ("ARFs?" , "Architectural register file" ),
BOOM:... | |
https://github.com/typst-jp/typst-jp.github.io | https://raw.githubusercontent.com/typst-jp/typst-jp.github.io/main/docs/changelog/0.7.0.md | markdown | Apache License 2.0 | ---
title: 0.7.0
description: Changes in Typst 0.7.0
---
# Version 0.7.0 (August 7, 2023)
## Text and Layout
- Added support for floating figures through the
[`placement`]($figure.placement) argument on the figure function
- Added support for arbitrary floating content through the
[`float`]($place.float) argument... |
https://github.com/xingjian-zhang/typst2img | https://raw.githubusercontent.com/xingjian-zhang/typst2img/main/README.md | markdown | # Typst Formula Renderer
A customization-allowed fast script to render your Typst formulas to svg or png.
## Usage
Command line:
```bash
python render_typ.py '$y = A x + b$' -o output.svg
```
In Jupyter Notebook (recommended):
```python
from render_typ import FormulaRenderer
formulas = [
r'$ A = pi r^2 $',
... | |
https://github.com/UBOdin/data_structures_book | https://raw.githubusercontent.com/UBOdin/data_structures_book/main/book.typ | typst | #set page(width: 8.5in, height: 11in)
#set heading(numbering: "1.")
#show figure.caption: strong
#show heading: set text(navy)
#show heading.where(level: 1): it => [
#set text(navy)
#set align(center)
#pagebreak()
#underline[
Chapter #counter(heading).display() #emph(it.body)
]
]
#set document(title: "C... | |
https://github.com/lbsekr/provadis-typst-template | https://raw.githubusercontent.com/lbsekr/provadis-typst-template/main/README.md | markdown | # Provadis Typst Template
Das hier ist ein [Typst](https://typst.app) Template für wissenschaftliche Arbeiten an der Provadis Hochschule. Es orientiert sich an der offiziellen Word Vorlage (aber keine Garantie auf Vollständigkeit).
## Nutzung
Verwende nur getaggte [Versionen](https://github.com/lbsekr/provadis-typst... | |
https://github.com/yy01zz02/profile-template | https://raw.githubusercontent.com/yy01zz02/profile-template/main/template/template.typ | typst | MIT License | #import "icons.typ": *;
#let template(doc) = {
set page(
margin: (x: 0.9cm, y: 1.3cm),
paper: "a4",
)
set text(
size: 11pt,
font:("Source Han Serif SC")
)
show link: text
set par(
justify: true,
)
doc
}
#let init(
name:lorem(3),
pic_path:... |
https://github.com/bennyhandball/PA1_LoB_Finance | https://raw.githubusercontent.com/bennyhandball/PA1_LoB_Finance/main/PA/supercharged-dhbw/2.1.0/README.md | markdown | # Supercharged DHBW
Unofficial [Typst](https://typst.app/) template for DHBW students.
You can see an example PDF [here](https://github.com/DannySeidel/typst-dhbw-template/blob/main/example.pdf).
## Usage
You can use this template in the Typst web app by clicking "Start from template" on the dashboard and searching... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/lemmify/0.1.0/src/styles.typ | typst | Apache License 2.0 | #import "util.typ": *
// Numbering function which combines
// heading number and theorem number
// with a dot: 1.1 and 2 -> 1.1.2
#let thm-numbering-heading(fig) = {
if fig.numbering != none {
display-heading-counter-at(fig.location())
"."
numbering(fig.numbering, ..fig.counter.at(fig.location()))
}
}
... |
https://github.com/eratio08/learn-typst | https://raw.githubusercontent.com/eratio08/learn-typst/main/template.typ | typst | #import "conf.typ": conf
#show: doc => conf(
title: [Towards Improved Modelling],
authors: (
(
name: "<NAME>",
affiliation: "Artos Institute",
email: "<EMAIL>",
),
(
name: "<NAME>",
affiliation: "Honduras State",
email: "<EMAIL>",
),
),
abstract: lorem(80),
... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/skyzh-cv/main.typ | typst | Apache License 2.0 | // https://github.com/skyzh/typst-cv-template/blob/master/cv.typ
#show heading: set text(font: "Linux Biolinum")
#let style_color = rgb("#000000")
#set text(fill: style_color)
#show link: it => underline(stroke: style_color, it)
#set page(
margin: (x: 0.9cm, y: 1.3cm),
)
#set par(justify: true)
#let chiline() = {v... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/meta/link-01.typ | typst | Other | // Test that the period is trimmed.
#show link: underline
https://a.b.?q=%10#. \
Wahttp://link \
Nohttps:\//link \
Nohttp\://comment
|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/guide/renderer/ts-lib.typ | typst | Apache License 2.0 | #import "/docs/cookery/book.typ": *
#import "/docs/cookery/term.typ" as term
#show: book-page.with(title: "JavaScript/TypeScript Library")
#let renderer-source = "https://github.com/Myriad-Dreamin/typst.ts/blob/main/packages/typst.ts/src/renderer.mts"
#let renderer-lib = link(renderer-source)[`renderer.mts`]
= JavaS... |
https://github.com/v411e/optimal-ovgu-thesis | https://raw.githubusercontent.com/v411e/optimal-ovgu-thesis/main/template/expose.typ | typst | MIT License | #import "metadata.typ": title, author, lang, document-type, city, date, organisation
#import "@local/optimal-ovgu-thesis:0.1.0": oot-expose
#oot-expose(
title: title,
author: author,
lang: lang,
document-type: document-type,
city: city,
date: date,
organisation: [],
)[
#include "chapter/0... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/let-23.typ | typst | Other | // Error: 10-13 expected identifier, found string
// Error: 18-19 expected identifier, found integer
#let (a: "a", b: 2) = (a: 1, b: 2)
|
https://github.com/linxuanm/math-notes | https://raw.githubusercontent.com/linxuanm/math-notes/master/real-analysis/main.typ | typst | #align(center, text(17pt)[Real Analysis Lecture Notes])
#grid(
columns: (1fr, 0fr),
align(center)[
<NAME> \
Carnegie Mellon University \
School of Computer Science
]
)
#include "1-real-numbers.typ"
| |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/truthfy/0.1.0/example.typ | typst | Apache License 2.0 | #import "main.typ": *
#generate-table($A and B$, $B or A$, $A => B$, $(A => B) <=> A$, $ A xor B$)
#generate-table($p => q$, $not p => (q => p)$, $p or q$, $not p or q$) |
https://github.com/neeruuppalapati/MATH-Notes | https://raw.githubusercontent.com/neeruuppalapati/MATH-Notes/main/notes.typ | typst | #import "template.typ": *
#let top = $cal(T)$
#let t1 = $cal(T_1)$
#let t2 = $cal(T_2)$
#let px = $cal(P)(X)$
#let topsp = $(X, top)$
#let topspdef = $"Let " topsp "be a topological space."$
#let nbhd = $"neighborhood"$
#let nx = $cal(N)(x)$
#let arr = $->$
#let xnapprx = $x_n arr_(n arr infinity) x$
#let RR = $bb(R)$
... | |
https://github.com/imkochelorov/ITMO | https://raw.githubusercontent.com/imkochelorov/ITMO/main/src/algorithms/s2/l1/main.typ | typst | #import "template.typ": *
#set page(margin: 0.4in)
#set par(leading: 0.55em, first-line-indent: 0em, justify: true)
#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:... | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CU/minea/1_generated/00_all/05_januar.typ | typst | #import "../../../all.typ": *
#show: book
= #translation.at("M_05_januar")
| |
https://github.com/jackkyyh/ZXCSS | https://raw.githubusercontent.com/jackkyyh/ZXCSS/main/scripts/0_overview.typ | typst |
#import "../import.typ": *
#let many_codes = [
#place(dx: 0cm, dy: -6.0cm)[
$[| 4, 2, 2 |]$\ square code]
#place(dx: 3cm, dy: 0cm)[
$[| 5, 1, 3 |]$ code]
#place(dx: 10cm, dy: 3cm)[
$[| 8, 3, 2 |]$\ cubic code]
#place(dx: 19cm, dy: -3cm)[
$[| 15, 1, 3 |]$\ quantum \ Reed-Muller code]
#place(d... | |
https://github.com/Enter-tainer/m-jaxon | https://raw.githubusercontent.com/Enter-tainer/m-jaxon/master/typst-package/lib.typ | typst | MIT License | #import "./mj.typ": render
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/021%20-%20Battle%20for%20Zendikar/012_Hedron%20Alignment.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Hedron Alignment",
set_name: "Battle for Zendikar",
story_date: datetime(day: 18, month: 11, year: 2015),
author: "<NAME>",
doc
)
#emph[It was a trying battle, but with help and advice from trusted Zendikari advisors, Gideon led his army to... | |
https://github.com/jujimeizuo/ZJSU-typst-template | https://raw.githubusercontent.com/jujimeizuo/ZJSU-typst-template/master/contents/context.typ | typst | Apache License 2.0 | = 绪论
== typst 介绍
typst 是最新最热的标记文本语言,定位与 LaTeX 类似,具有极强的排版能力,通过一定的语法写文档,然后生成 pdf 文件。与 LaTeX 相比有以下的优势:
1. 编译巨快:因为提供增量编译的功能所以在修改后基本能在一秒内编译出 pdf 文件,typst 提供了监听修改自动编译的功能,可以像 Markdown 一样边写边看效果。
2. 环境搭建简单:原生支持中日韩等非拉丁语言,不用再大量折腾字符兼容问题以及下载好几个 G 的环境。只需要下载命令行程序就能开始编译生成 pdf。
3. 语法友好:对于普通的排版需求,上手难度跟 Markdown 相当,同时文本源码阅读性高:不会再充... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/sweet-graduate-resume/0.1.0/template.typ | typst | Apache License 2.0 | #import "lib_fontawesome.typ": *
#let preamble(doc) = {
set page(
paper: "a4",
margin: (x: 0.5cm, y: 0.5cm),
)
set text(
font: "DejaVu Sans",
size: 8pt,
)
set par(justify: true)
show link: name => {
set text(blue)
name
}
set block(spacing: 0.5em)
set align(left)
doc
}
... |
https://github.com/mrtz-j/typst-thesis-template | https://raw.githubusercontent.com/mrtz-j/typst-thesis-template/main/lib.typ | typst | MIT License | #import "@preview/subpar:0.1.1"
#import "@preview/physica:0.9.3": *
#import "@preview/outrageous:0.2.0"
#import "@preview/glossarium:0.5.0": make-glossary, register-glossary
#import "@preview/codly:1.0.0": *
#import "modules/frontpage.typ": frontpage
#import "modules/backpage.typ": backpage
#import "modules/supervisor... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/if-01.typ | typst | Other | // Braced condition.
#if {true} [
One.
]
// Content block in condition.
#if [] != none [
Two.
]
// Multi-line condition with parens.
#if (
1 + 1
== 1
) [
Nope.
] else {
"Three."
}
// Multiline.
#if false [
Bad.
] else {
let point = "."
"Four" + point
}
// Content block can be argument or body de... |
https://github.com/MattiaOldani/Informatica-Teorica | https://raw.githubusercontent.com/MattiaOldani/Informatica-Teorica/master/capitoli/00_introduzione.typ | typst | #set heading(numbering: none)
#import "alias.typ": *
= Introduzione
L'*informatica teorica* è la branca dell'informatica che si "contrappone" all'informatica applicata: in quest'ultima, l'informatica è usata solo come uno _strumento_ per gestire l'oggetto del discorso, mentre nella prima l'informatica diventa l'_o... | |
https://github.com/Brndan/formalettre | https://raw.githubusercontent.com/Brndan/formalettre/main/src/lib.typ | typst | BSD 3-Clause "New" or "Revised" License | #let expediteur = (
nom: [],
prenom: [],
voie: [],
complement_adresse: [],
code_postal: [],
commune: [],
telephone: [],
email: [],
signature: false,
)
#let destinataire = (
titre: [],
voie: [],
complement_adresse: [],
code_postal: [],
commune: [],
sc: [],
)
#let lettre(
... |
https://github.com/ufodauge/master_thesis | https://raw.githubusercontent.com/ufodauge/master_thesis/main/src/template/components/intro-section/toc.typ | typst | MIT License | #import "../../constants/page.typ": *
#import "../common/page.typ" : Page
// #let
#let TocPage() = locate(loc => [
#let headings = query(heading.where(outlined: true), loc)
#let lines = headings.fold((
lines: (),
options: ( latest_chapter: none )
), (( lines, options ), head) => [
#let head... |
https://github.com/Wint3rmute/cv | https://raw.githubusercontent.com/Wint3rmute/cv/master/README.md | markdown | MIT License | # My Curriculum Vitae
The CV is made in [typst](https://typst.app/), forked from [Alta
Typst](https://github.com/GeorgeHoneywood/alta-typst) and further modified to
fit my aesthetic preferences.
The compiled PDF is available [here](./cv.pdf).
## Usage
### On [typst.app](https://typst.app/)
Upload the `.typ` and `.... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/emphasis_03.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 6-7 unclosed delimiter
// #box[_Scoped] to body. |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/references/cross_module_absolute.typ | typst | Apache License 2.0 | // path: /out/main.typ
#import "/out/base.typ": x
#x
-----
// path: /out/base.typ
#let /* ident after */ x = 1; |
https://github.com/SkiFire13/fmcps-assignment2 | https://raw.githubusercontent.com/SkiFire13/fmcps-assignment2/master/automata.typ | typst | #import "@preview/cetz:0.1.1"
#import "@preview/finite:0.3.0"
#import "defs.typ": *
// Set this to `true` to avoid rendering many labels and speed up compilation.
#let no-labels = false
#let position(i) = v(2em) + cetz.canvas({
import finite.draw: *
let (xmin, xmax, ymin, ymax) = (1, 5, 1, 3)
let n(x, y) = "X"... | |
https://github.com/lcharleux/LCharleux_Teaching_Typst | https://raw.githubusercontent.com/lcharleux/LCharleux_Teaching_Typst/main/src/templates/conf.typ | typst | MIT License | #import "@preview/chic-hdr:0.4.0": *
// UTILITY FUNCTIONS
#let todo = what => rect(fill: rgb("#f2726da1"), stroke: black)[*To do*: #what]
#let comment = what => rect(
fill: rgb("#50b56aa1"),
stroke: black,
)[*Comment*: #what]
#let idea = what => rect(fill: rgb("#4346aba1"), stroke: black)[*Ideas*: #what]
#let no... |
https://github.com/andreinonea/introduction-to-fuzzy-logic-control | https://raw.githubusercontent.com/andreinonea/introduction-to-fuzzy-logic-control/master/fuzzy-logic.typ | typst | #set page(paper: "presentation-4-3")
#image(
"src/01_Introduction+to+Fuzzy+Logic+Control.jpg",
width: 100%,
height: 100%,
fit: "cover",
)
#pagebreak()
#image(
"src/02_Overview+Outline+to+the+left+in+green+Current+topic+in+yellow.jpg",
width: 100%,
height: 100%,
fit: "cover",
)
#pagebreak()
#image(
"s... | |
https://github.com/lkndl/typst-bioinfo-thesis | https://raw.githubusercontent.com/lkndl/typst-bioinfo-thesis/main/modules/styles.typ | typst |
#let quantum = 8pt
#let page-num-width = 2em
#let space = 2.2cm
#let raw-style = (font: "IBM Plex Mono", size: 1.2em) // the default font size in the doc defines what 1em is, and this always looked a bit too small, therefore scale it
// use a state to manage whether the caption title or the full thing is displayed at... | |
https://github.com/DaavidT/CV-2023 | https://raw.githubusercontent.com/DaavidT/CV-2023/main/modules/skills.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Skills")
#cvSkill(
type: [Idiomas],
info: [Español #hBar() Inglés (B2)]
)
#cvSkill(
type: [Lenguajes de Programación],
info: [ JavaScript #hBar() TypeScript #hBar() Python #hBar() C++ #hBar() C #hBar() PHP #hBar() SQL #hBar() HTML #hBar() CSS]
)
#cvSki... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/049.%20ideas.html.typ | typst | ideas.html
Ideas for Startups
Want to start a startup? Get funded by
Y Combinator.
October 2005(This essay is derived from a talk at the 2005
Startup School.)How do you get good ideas for
startups? That's probably the number
one question people ask me.I'd like to reply with another question: why do people th... | |
https://github.com/QRWells/uni-theme | https://raw.githubusercontent.com/QRWells/uni-theme/main/sample-en.typ | typst | MIT License | #import "@preview/tablex:0.0.8": tablex, rowspanx, colspanx
#import "@preview/polylux:0.3.1": *
#import "uni-theme-en.typ": *
// define theme colors
#let color-a = rgb("04364A");
#let color-b = rgb("176B87");
#let color-c = rgb("448C95");
#show: uni-theme.with(
short-author: "Author 1",
short-title: "Example Titl... |
https://github.com/daskol/typst-templates | https://raw.githubusercontent.com/daskol/typst-templates/main/jmlr/format.typ | typst | MIT License | #import "/jmlr.typ": jmlr
#import "/logo.typ": LaTeX
#let affls = (
one: (
department: "Artificial Intelligence Laboratory",
institution: "Massachusetts Institute of Technology",
address: "545 Technology Square",
location: "Cambridge, MA 02139",
country: "USA"),
two: (
institution: "Burning... |
https://github.com/chendaohan/bevy_tutorials_typ | https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/19_playing_sounds/playing_sounds.typ | typst | #set page(fill: rgb(35, 35, 38, 255), height: auto, paper: "a3")
#set text(fill: color.hsv(0deg, 0%, 90%, 100%), size: 22pt, font: "Microsoft YaHei")
#set raw(theme: "themes/Material-Theme.tmTheme")
= 1. 播放音频
我们可以通过生成 AudioBundle 的实体来播放声音。通过 PlaybackSettings 组件控制播放次数。
```rust
fn setup(mut commands: Commands, asset_ser... | |
https://github.com/tingerrr/masters-thesis | https://raw.githubusercontent.com/tingerrr/masters-thesis/main/src/figures/figures.typ | typst | #import "util.typ": *
//
// linked lists
//
#let list-new = fdiag({
instance((0, 0), `l`)
edge("-|>")
node((0.5, 0), `A`)
edge("-|>")
node((1, 0), `B`)
edge("-|>")
node((1.5, 0), `C`)
})
#let list-copy = fdiag({
instance((0, 0), `l`)
edge("-|>")
node((0.5, 0), `A`, stroke: green)
edge("-|>")
... | |
https://github.com/ShapeLayer/ucpc-solutions__typst | https://raw.githubusercontent.com/ShapeLayer/ucpc-solutions__typst/main/tests/ucpc/test.typ | typst | Other | #import "/lib/lib.typ" as ucpc
/*
* (temp) Disabled: `ucpc.ucpc.with` changes font, and occurs test failed.
#show: ucpc.ucpc.with(
title: "Contest Name",
authors: ("Solutions Commentary Editorial", ),
)
*/
|
https://github.com/MultisampledNight/flow | https://raw.githubusercontent.com/MultisampledNight/flow/main/src/tyck.typ | typst | MIT License | // Utils for building schemas and verifying whether or not they are kept.
// Note: Even though some functions here are prefixed with underscores,
// that's just so they don't conflict with built-in functions and types.
// Ordered sequence of elements of type `ty`.
#let _array(ty) = (array: (ty: ty))
// Key-value mapp... |
https://github.com/elpekenin/access_kb | https://raw.githubusercontent.com/elpekenin/access_kb/main/typst/content/parts/summary.typ | typst | En la actualidad es cada vez más la gente que pasa varias horas al día delante de un ordenador, nuestra principal herramienta para controlarlos es el teclado y, sin embargo, su diseño apenas ha avanzado desde su aparición. Este diseño arcaico supone problemas de salud, falta de accesibilidad y reduce la productividad.
... | |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/ziele_und_aufgaben/main.typ | typst | Other | #import "/src/template.typ": *
= Ziele und Aufgaben des Philosophieunterrichts
#author[<NAME>]
#include "ziele_philosophieunterricht.typ"
#include "anforderungsbereiche.typ"
#include "kompetenzen.typ"
#include "ziele_aufgabenstellungen.typ" |
https://github.com/Jeomhps/datify | https://raw.githubusercontent.com/Jeomhps/datify/main/src/utils.typ | typst | MIT License | #let first-letter-to-upper = (s) => {
upper(s.first()) + s.slice(1)
}
// Take a number as an input and a length,
// if number is not as big as length, return the number
// with 0 padding in front, like 9 with length 2
// will return 09
#let pad = (number, length, pad_char: "0") => {
let str_num = str(number)
let... |
https://github.com/StanleyDINNE/php-devops-tp | https://raw.githubusercontent.com/StanleyDINNE/php-devops-tp/main/documents/Rapport/Documentation%20CI-CD.typ | typst |
#import "Typst/Template_default.typ": set_config
#import "Typst/Constants.typ": document_data, line_separator, figures_folder
#import "Typst/Util.typ": file_folder, import_csv_filter_categories, insert_code-snippet, insert_figure as i_f, to_string, todo, transpose
#show: document => set_config(
title: [Documentati... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/layout/flow/invisibles.typ | typst | // Test out-of-flow items (place, counter updates, etc.) at the
// beginning of a block not creating a frame just for them.
--- flow-first-region-no-item ---
// 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(heig... | |
https://github.com/MobtgZhang/sues-thesis-typst | https://raw.githubusercontent.com/MobtgZhang/sues-thesis-typst/main/paper/chapters/symbols.typ | typst | MIT License | #import "../thesis.typ":fontstypedict,fontsizedict,autoFakeBold_pt,matter_state
#import "@preview/tablex:0.0.6": tablex,hlinex
#matter_state.update(matter => "none")
#v(1em)
#align(
center,
text("符号和缩略词说明",font:fontstypedict.黑体,size:fontsizedict.三号,stroke:autoFakeBold_pt)
)
对文中所用符号缩略词所表示的意义以及单位(或者量纲)的说明。在目录中不出现,若不... |
https://github.com/EpicEricEE/typst-plugins | https://raw.githubusercontent.com/EpicEricEE/typst-plugins/master/hash/README.md | markdown | # hash
A package that implements the following hashing algorithms (based on [`RustCrypto`](https://github.com/RustCrypto/hashes)'s crates):
- BLAKE2
- BLAKE2s
- MD5
- SHA-1
- SHA-224
- SHA-256
- SHA-384
- SHA-512
- SHA-3
## Methods
### `hash` method
Hashes the given data using the given algorithm.
```typ
hash.hash... | |
https://github.com/TempContainer/typnotes | https://raw.githubusercontent.com/TempContainer/typnotes/main/book.typ | typst |
#import "@preview/shiroa:0.1.1": *
#show: book
#book-meta(
title: "Temp Notes",
summary: [
#prefix-chapter("sample-page.typ")[Home]
= Structure and Interpretation of Classical Mechanics
- #chapter("sicm/lag_mech.typ")[Lagrangian Mechanics]
= Optimization
- #chapter("opti/con_set.typ", section... | |
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/config.typ | typst | Other | #let enable-chapters-from-sem1 = true
#let enable-chapters-from-sem2 = true
#let enable-ticket-references = true
#let monochrome = false
|
https://github.com/EpicEricEE/typst-droplet | https://raw.githubusercontent.com/EpicEricEE/typst-droplet/master/tests/breaks/test.typ | typst | MIT License | #import "/src/lib.typ": dropcap
#set page(width: 6cm, height: auto, margin: 1em)
// Test correct splitting with trailing line- and paragraph breaks.
#dropcap[This ends\ with a line break.\ But there is more!]
#dropcap[This ends\ with two line breaks.\ \ But there is more!]
#dropcap[
This ends\ with a paragraph b... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.