repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/LeoDog896/CirCetz | https://raw.githubusercontent.com/LeoDog896/CirCetz/main/README.md | markdown | MIT License | # CirCetz
typst+cetz circuit drawing library built on top of fletcher
|
https://github.com/MALossov/YunMo_Doc | https://raw.githubusercontent.com/MALossov/YunMo_Doc/main/template/reference.typ | typst | Apache License 2.0 | #import "font.typ": *
// #pagebreak()
// 支持的引文格式:"apa", "chicago-author-date", "ieee", or "mla"
// [] TODO: DIY 国标引文格式
#let bibliography_file = "../reference/FPGA创新赛.bib"
// 展示参考文献
#if bibliography_file != none {
show bibliography: set text(font_size.xiaosi)
show heading : it => {
// set align(center)
... |
https://github.com/ivaquero/lang-speeches | https://raw.githubusercontent.com/ivaquero/lang-speeches/main/fr%20-%20charles%20de%20gaulle%20-%20je%20vous%20ai%20compris.typ | typst | #import "@local/scibook:0.1.0": *
#show: doc => conf(
title: "Je Vous Ai Compris",
author: ("<NAME>"),
footer-cap: "",
header-cap: "Speech Collection",
outline-on: false,
lang: "en",
doc,
)
#tip[
Dès le vote du projet de loi qui délègue à son Gouvernement la charge de soumettre à l'approbation du peupl... | |
https://github.com/AU-Master-Thesis/thesis | https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/lib/note.typ | typst | MIT License | #import "@preview/drafting:0.2.0": margin-note
#import "catppuccin.typ": *
#let note-gen(note, c: color.red, scope: "") = {
let note = [
#set text(size: 8pt)
#set par(justify: false)
#text(c, scope) \
// #line(length: 100%, stroke: c + 0.5pt)
#note
]
margin-note(side: left, stroke: c + 1pt, n... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/curryst/0.1.0/curryst.typ | typst | Apache License 2.0 | #let rule(name: [], ccl, ..prem) = (
name: name,
ccl: ccl,
prem: prem.pos()
)
#let proof-tree(
rule,
prem-min-spacing: 15pt,
title-inset: 2pt,
stroke : 0.4pt,
horizontal-spacing : 0pt
) = {
let aux(styles, rule) = {
let prem = rule.at("prem").map(r => if type(r) == "dictionary" {
aux(styles... |
https://github.com/taooceros/CV | https://raw.githubusercontent.com/taooceros/CV/main/modules_en/open-source.typ | typst | // Imports
#import "@preview/brilliant-cv:2.0.2": cvSection, cvEntry
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#let cvEntry = cvEntry.with(metadata: metadata)
#cvSection("Open Source Experience")
#cvEntry(
title: [Core Member],
society: link("https://flowlaunche... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/math/underover.typ | typst | // Test under/over things.
--- math-underover-brace ---
// Test braces.
$ x = underbrace(
1 + 2 + ... + 5,
underbrace("numbers", x + y)
) $
--- math-underover-line-bracket ---
// Test lines and brackets.
$ x = overbracket(
overline(underline(x + y)),
1 + 2 + ... + 5,
) $
--- math-underover-brackets ---
// Te... | |
https://github.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024 | https://raw.githubusercontent.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024/master/chap09/report.typ | typst | #set text(lang: "zh", cjk-latin-spacing: auto, font: "Noto Serif CJK SC")
#set page(numbering: "1", margin: (left: 1.4cm, right: 1.9cm))
#show figure.caption: set text(font: "Zhu<NAME>angsong (technical preview)")
#show "。": "."
= 第九章作业
1. 较小的方块在腐蚀后完全消失,而较大的方块超过了结构元大小这一阈值,并且和结构元形状一致,没有被完全腐蚀,所以能够保留下来。
2. 可以,... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/lang_06.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 17-20 expected two or three letter language code (ISO 639-1/2/3)
// #set text(lang: "ӛ") |
https://github.com/DashieTM/ost-5semester | https://raw.githubusercontent.com/DashieTM/ost-5semester/main/compiler/weeks/week12.typ | typst | #import "../../utils.typ": *
#subsection("Garbage Collector Metadata")
The garbage collector needs to know what every single object in the program is
-> e.g. it needs to know at runtime how to interpret something in order to
understand A: where it lives? and B: how big it is.
- offset inside the object
- offset in sta... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/visualize/shape-square-02.typ | typst | Other | // Test relative-sized child.
#square(fill: eastern)[
#rect(width: 10pt, height: 5pt, fill: green)
#rect(width: 40%, height: 5pt, stroke: green)
]
|
https://github.com/mumblingdrunkard/mscs-thesis | https://raw.githubusercontent.com/mumblingdrunkard/mscs-thesis/master/src/processor-security/index.typ | typst | = Processor Security <ch:processor-security>
This thesis revolves around microarchitectural optimisations in the context of secure speculation.
We should therefore explain what is meant by _security_ of processors.
== Secrets in Processors
During execution of programs, some values are _secrets_.
Revealing these valu... | |
https://github.com/topdeoo/NENU-Thesis-Typst | https://raw.githubusercontent.com/topdeoo/NENU-Thesis-Typst/master/other/lab-report.typ | typst | #let font-size = (
初号: 42pt,
小初: 36pt,
一号: 26pt,
小一: 24pt,
二号: 22pt,
小二: 18pt,
三号: 16pt,
小三: 15pt,
四号: 14pt,
中四: 13pt,
小四: 12pt,
五号: 10.5pt,
小五: 9pt,
六号: 7.5pt,
小六: 6.5pt,
七号: 5.5pt,
小七: 5pt,
)
#let font-family = (
// 宋体,属于「有衬线字体」,一般可以等同于英文中的 Serif Font
// 这一行分别是「新罗马体(有衬线英文字体)」、「思... | |
https://github.com/rousbound/typst-lua | https://raw.githubusercontent.com/rousbound/typst-lua/main/README.md | markdown | Apache License 2.0 | # typst-lua
Lua binding to [typst](https://github.com/typst/typst),
a new markup-based typesetting system that is powerful and easy to learn. Also has arguments that enable lua to pass certain values directly to typst.
## Installation
```bash
luarocks install typst-lua
```
## Usage/Docs
```lua
local typst = requi... |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/docs/themes/dewdrop.md | markdown | ---
sidebar_position: 3
---
# Dewdrop Theme

This theme is inspired by [BeamerTheme](https://github.com/zbowang/BeamerTheme) created by <NAME> and transformed by [OrangeX4](https://github.com/OrangeX4).
The Dewdrop ... | |
https://github.com/RafDevX/distinction-cybsoc | https://raw.githubusercontent.com/RafDevX/distinction-cybsoc/master/mod3-threat-actors/report.typ | typst | #let title = [The Viasat Hack: Analysis Report]
#let kthblue = rgb("#004791")
#set page("a4", header: {
set text(10pt)
smallcaps[#title]
h(1fr)
smallcaps[DD2510 - Module 3]
line(length: 100%, stroke: 0.5pt + rgb("#888"))
}, footer: {
set text(10pt)
line(length: 100%, stroke: 0.5pt + rgb("#888"))
smallc... | |
https://github.com/davawen/Cours | https://raw.githubusercontent.com/davawen/Cours/main/Physique/Optique/4-Association/association.typ | typst | #import "@local/physique:0.1.0": *
#import optique: *
#import xarrow: xarrow
#show: doc => template(doc)
#titleb[Association de lentilles \ Instruments d'optique]
#let lc = math.cal($L$)
= Association de lentilles
== Méthode générale
Systématiquement faire un schéma synoptique:
$ A -->^(lc_1) B -->^(lc_2) A' -->^... | |
https://github.com/ludwig-austermann/typst-funarray | https://raw.githubusercontent.com/ludwig-austermann/typst-funarray/main/funarray.typ | typst | MIT License | #import "funarray-unsafe.typ"
/// splits the array into chunks of given size.
#let chunks(arr, size) = {
assert.eq(type(arr), array, message: "Argument `arr` must be an array.")
assert.eq(type(size), int, message: "Argument `size` must be an integer.")
assert(size > 0, message: "Argument `size` must be > 0.")
... |
https://github.com/Greacko/typyst_library | https://raw.githubusercontent.com/Greacko/typyst_library/main/library/template_setup.typ | typst | #set page(numbering: "1")
#outline(indent:true) | |
https://github.com/CFiggers/typst-companion | https://raw.githubusercontent.com/CFiggers/typst-companion/main/CHANGELOG.md | markdown | Other | # Change Log
All notable changes to Typst Companion will be documented here.
## 0.0.5
- Will no longer warn if [tinymist](https://github.com/Myriad-Dreamin/tinymist) LSP is installed rather than [Typst LSP](https://github.com/nvarner/typst-lsp).
## 0.0.4
- Added out-dent/de-dent with `enter` when cursor is at star... |
https://github.com/k0tran/cont_labs | https://raw.githubusercontent.com/k0tran/cont_labs/master/reports/lab7.typ | typst | #import "template.typ": *
#show: lab.with(n: 7)
= Кластер
У главной ноды 10-й айпишник и проброшены порты 1101, 1102, 1103. Так же скопированы необходимые docker-compose файлы (используемые скрипты будут приведены позже).
#pic(img: "lab7/vagrant1.png")[Главная нода]
Для рабочих нод необходимо поставить докер и заве... | |
https://github.com/TeddyHuang-00/typpuccino | https://raw.githubusercontent.com/TeddyHuang-00/typpuccino/main/src/frappe.typ | typst | MIT License | #let rosewater = rgb(242, 213, 207)
#let flamingo = rgb(238, 190, 190)
#let pink = rgb(244, 184, 228)
#let mauve = rgb(202, 158, 230)
#let red = rgb(231, 130, 132)
#let maroon = rgb(234, 153, 156)
#let peach = rgb(239, 159, 118)
#let yellow = rgb(229, 200, 144)
#let green = rgb(166, 209, 137)
#let teal = rgb(129, 200, ... |
https://github.com/npujol/npujol.github.io | https://raw.githubusercontent.com/npujol/npujol.github.io/main/Me/basic-cv/basic-cv-en.typ | typst | #import "@preview/basic-resume:0.1.0": *
// Put your personal information here, replacing mine
#let name = "<NAME>"
#let location = "Berlin, Germany"
#let email = "<EMAIL>"
#let github = "github.com/npujol"
#let linkedin = "linkedin.com/in/npujolm"
#let personal-site = "npujol.github.io"
#show: resume.with(
author:... | |
https://github.com/PabloRuizCuevas/numty | https://raw.githubusercontent.com/PabloRuizCuevas/numty/master/lib.typ | typst | MIT License | // == types ==
#let arrarr(a,b) = (type(a) == array and type(b) == array)
#let arrflt(a,b) = (type(a) == array and type(b) != array)
#let fltarr(a,b) = (type(a) != array and type(b) == array)
#let fltflt(a,b) = (type(a) != array and type(b) != array)
#let is-arr(a) = (type(a) == array)
#let is-mat(m) = (is-arr(m) and... |
https://github.com/meel-hd/s6-paper | https://raw.githubusercontent.com/meel-hd/s6-paper/main/index.typ | typst | // Initial Config
#set page(paper: "a4",margin: (x: 35pt, y: 20pt))
#set par(justify: true,leading: 1.5em)
#set text(font: "New Computer Modern", hyphenate: false, size: 11pt)
#set heading(numbering: "I.")
#set footnote.entry(separator: repeat[.])
#set bibliography(style: "apa")
// Extra Information
#grid(
fig... | |
https://github.com/linhduongtuan/DTU-typst-presentation | https://raw.githubusercontent.com/linhduongtuan/DTU-typst-presentation/main/example.typ | typst | #import "dtu.typ": *
#import "slides.typ": *
#import "th_bipartite.typ": *
#import "latex_symbol.typ": *
#import "slide_footnotes.typ": *
//#set heading(numbering: "1.1.1.")
#show link: set text(blue)
// Show Latex like LaTeX logo
#show "La!!TeX": [La]+[!TeX]
#show "La!TeX": [#h(-0.2em)#latex-symbol#h(-0.3em)]
#set t... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/layout/inline/bidi.typ | typst | // Test bidirectional text and language configuration.
--- bidi-en-he-top-level ---
// Test reordering with different top-level paragraph directions.
#let content = par[Text טֶקסט]
#text(lang: "he", content)
#text(lang: "de", content)
--- bidi-consecutive-embedded-ltr-runs ---
// Test that consecutive, embedded LTR r... | |
https://github.com/sebaseb98/clean-math-thesis | https://raw.githubusercontent.com/sebaseb98/clean-math-thesis/main/chapter/introduction.typ | typst | MIT License | = Introduction<chap:introduction>
#lorem(350) |
https://github.com/alex-touza/fractal-explorer | https://raw.githubusercontent.com/alex-touza/fractal-explorer/main/paper/src/annexes/glossary.typ | typst | #let glossary(items) = {
return () => {
v(1em)
for (term, definition) in items.sorted() [/ #term: #definition]
}
}
== Glossari
=== Termes matemàtics
#let math_terms = glossary((
(
"derivabilitat",
[
Propietat d'un punt d'una funció de ser derivable, és a dir, que s'hi pugui traçar una r... | |
https://github.com/N4tus/types-for-typst | https://raw.githubusercontent.com/N4tus/types-for-typst/main/types_for_typst.typ | typst | MIT License | #let t_assert(ty, val) = {
let err = (ty.check)(val)
if err.len() > 0 {
panic("Value does not match '" + ty.name + "'", err, val)
}
}
#let t_check(ty, val) = {
let err = (ty.check)(val)
err.len() == 0
}
#let t_require(ty, val) = {
let err = (ty.check)(val)
if err.len() > 0 {
panic("Value does no... |
https://github.com/Skimmeroni/Appunti | https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Matematica4AI/LinAlg/Eigen.typ | typst | Creative Commons Zero v1.0 Universal | #import "../Math4AI_definitions.typ": *
// What's the point of eigen stuff?
Let $A$ be an $n times n$ square matrix, and let $lambda$ be a real value.
The $n$-dimensional vector $underline(x)$ is said to be an *eigenvector*
of $A$ if it's not null and if:
$ A underline(x) = lambda underline(x) $
Where $lambda$ is t... |
https://github.com/CreakZ/mirea-algorithms | https://raw.githubusercontent.com/CreakZ/mirea-algorithms/master/reports/work_6/work_6.typ | typst | #import "../title_page_template.typ": title_page
#import "../layouts.typ": *
#set text(font: "New Computer Modern", size: 14pt)
#set heading(numbering: "1.")
#title_page(6, [Таблица])
#un_heading([Оглавление])
#outline(
title: none
)
#par(align(center, [РАБОТА ПРОПУЩЕНА В СВЯЗИ С НЕКОТОРЫМИ ПРИЧИНАМИ]))
| |
https://github.com/dizzyi/resume | https://raw.githubusercontent.com/dizzyi/resume/main/src/resume.typ | typst | #import "@preview/basic-resume:0.1.0": *
// Put your personal information here, replacing mine
#let name = "Alan, <NAME>"
#let location = "Hong Kong"
#let email = "<EMAIL>"
#let github = "github.com/dizzyi"
#let linkedin = "linkedin.com/in/alan-chung-165044194/"
#let phone = "+852 9851 9438"
#let personal-site = "dizz... | |
https://github.com/timon-schelling/uni-phi111-essay-2023-12-01 | https://raw.githubusercontent.com/timon-schelling/uni-phi111-essay-2023-12-01/main/src/template/cite.typ | typst | #let cite_link(key, text) = {
cite(key, supplement: text, style: "cite_styles/only-supplement.csl")
}
#let custom_cite_format(pre, post, body) = {
let ret = ""
ret += if pre != "" { pre + " " } else { "" }
ret += body
ret += if post != "" { ": " + post } else { "" }
ret
}
#let custom_cite(key, pre, post, ... | |
https://github.com/cetz-package/cetz-venn | https://raw.githubusercontent.com/cetz-package/cetz-venn/master/src/venn.typ | typst | Apache License 2.0 | #import "@preview/cetz:0.2.2"
#let default-style = (
stroke: auto,
fill: white,
padding: 2em,
)
#let venn-prepare-args(num-sets, args, style) = {
assert(2 <= num-sets and num-sets <= 3,
message: "Number of sets must be 2 or 3")
let set-combinations = if num-sets == 2 {
("a", "b", "ab", "not-ab")
... |
https://github.com/enseignantePC/2023-24 | https://raw.githubusercontent.com/enseignantePC/2023-24/master/Chapitre1/act1/act1.typ | typst | #import "../../act_template.typ": *
#show : it => activité(
title: [ L'expérience historique de Lavoisier ],
chapter_name: [Identification des espèces chimiques.],
number: 1,
it,
)
#show footnote: it => box(scale(x: 120%, y: 120%)[*#it*])
#introduction[
C'est An<NAME>, le célèbre chimiste français, qui, en... | |
https://github.com/the-JS-hater/typst_cv | https://raw.githubusercontent.com/the-JS-hater/typst_cv/main/cv_2024HT.typ | typst | #set text(font: "IBM Plex Sans")
#set page(margin: (
top: 2cm,
bottom: 1cm,
x: 1cm,
))
#grid(
rows: (1fr, 10fr),
gutter: 5pt,
inset: 6pt,
[
#set align(center)
#set text(weight: "bold", size: 24pt)
#underline[<NAME> \ ]
#set text(weight: "regular", size: 11pt)
*Email*: <EMAIL> | *... | |
https://github.com/GeorgeDong32/GD-Typst-Templates | https://raw.githubusercontent.com/GeorgeDong32/GD-Typst-Templates/main/README.md | markdown | Apache License 2.0 | # GD Typst Templates
> 根据个人喜好创建的一些 Typst 模板
部分文件来自于 [GZTimeWalker/GZ-Typst-Templates: Typst Templates for my personal usage. (github.com)](https://github.com/GZTimeWalker/GZ-Typst-Templates)项目,遵循 MIT 协议。
## 使用准备
### 字体
你可能需要自己安装一些字体以实现最佳效果
- text: ("CMU Serif", "Source Han Serif SC"),
- sans: ("Source Han Sans S... |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/06-features-2/substitution/extension.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note
#import "/lib/glossary.typ": tr
#show: web-page-template
// ### Extension Substitution
=== 扩展#tr[substitution]
// An extension substitution ("GSUB lookup type 7") isn't really a different kind of substitution so much as a d... |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/molebeny/molebenKBohorodicke.typ | typst | #import "/style.typ": *
#import "/styleMoleben.typ": *
= Moleben k Prečistej Bohorodičke
#align(horizon + center)[#primText[
#text(50pt)[Moleben k \
Prečistej \
Bohorodičke]
]]
#let values = (
"tropar1": (4, none, "My hriešni pokorne a vrúcne sa teraz utiekame k Bohorodičke. – Pokloňme sa jej a z hlbín duše ... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/053.%20procrastination.html.typ | typst | procrastination.html
Good and Bad Procrastination
December 2005The most impressive people I know are all terrible procrastinators.
So could it be that procrastination isn't always bad?Most people who write about procrastination write about how to cure
it. But this is, strictly speaking, impossible. There are an
infi... | |
https://github.com/kumatheworld/kurose-ross-solutions | https://raw.githubusercontent.com/kumatheworld/kurose-ross-solutions/main/main.typ | typst | #import "template.typ": *
#show: project.with(
title: "Exercise Solutions to Computer Networking: A Top-Down Approach, 8th edition by <NAME> and <NAME>",
authors: (
"<NAME>",
),
date: datetime.today().display(),
)
#set heading(numbering: (..args) => {
let nums = args.pos()
if nums.len() == 1 {
ret... | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas8/5_Piatok.typ | typst | #let V = (
"HV": (
("","O preslávnaho čudesé!","Živonósnyj sád, krest presvjatýj, na vysotú voznosím javľájetsja dnés: slavoslóvjat vsí koncý zemníji, ustrašájutsja démonskija polkí. o kakovýj dár zemným darovásja! Ímže Christé spasí dúšy náša, jáko jedín blahoutróben."),
("","","O preslávnaho čudesé! Jáko hr... | |
https://github.com/sena-nana/typstrender | https://raw.githubusercontent.com/sena-nana/typstrender/master/README.md | markdown | # typstrender
Describe your project here. | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/guide/renderer/get-artifact.typ | typst | Apache License 2.0 | #import "/docs/cookery/term.typ" as term
The artifact can be only in #term.vector-format to this time.
To get `artifact` data, please refer to #term.ts-cli or #term.node-js-lib.
|
https://github.com/jamesrswift/chemicoms-paper | https://raw.githubusercontent.com/jamesrswift/chemicoms-paper/main/src/lib.typ | typst | #import "@preview/valkyrie:0.2.0" as z;
#import "./elements.typ" as elements;
#let abstracts = z.dictionary(
(
title: z.string(default: "Abstract"),
content: z.content(),
),
pre-transform: z.coerce.dictionary(it => (content: it)),
)
#let template-schema = z.dictionary(
aliases: (
"author": "author... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/edge_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 24-26 expected "baseline", "descender", "bounds", or length
// #set text(bottom-edge: "") |
https://github.com/kaarmu/typst.vim | https://raw.githubusercontent.com/kaarmu/typst.vim/main/tests/leaky-modes.typ | typst | MIT License | = Leaky Bodies
== Issue #69
// Broken
#show link: underline
#show link: set text(navy)
#show par: set block(spacing: 1.75em)
// Not Broken
#show link: underline
#show link: set text(navy);;
#show par: set block(spacing: 1.75em)
== Issue #46 (solved)
// Not Broken
#{ // Function body
[ // Content block
+ te... |
https://github.com/typst-jp/typst-jp.github.io | https://raw.githubusercontent.com/typst-jp/typst-jp.github.io/main/docs/changelog/0.8.0.md | markdown | Apache License 2.0 | ---
title: 0.8.0
description: Changes in Typst 0.8.0
---
# Version 0.8.0 (September 13, 2023)
## Scripting
- Plugins (thanks to [@astrale-sharp](https://github.com/astrale-sharp) and
[@arnaudgolfouse](https://github.com/arnaudgolfouse))
- Typst can now load [plugins]($plugin) that are compiled to WebAssembly
- ... |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/ConsuntivoSprint/SecondoSprint.typ | typst | MIT License | #import "../../const.typ": Re_cost, Am_cost, An_cost, Ve_cost, Pr_cost, Pt_cost
#import "../../functions.typ": rendicontazioneOreAPosteriori, rendicontazioneCostiAPosteriori, glossary
== Secondo #glossary[sprint]
*Inizio*: Venerdì 24/11/2023
*Fine*: Giovedì 07/12/2023
#rendicontazioneOreAPosteriori(sprintNumber: ... |
https://github.com/whooie/typst-lib | https://raw.githubusercontent.com/whooie/typst-lib/master/0.1.0/whooie.typ | typst | #let indentlen = 1em
#let maketitle(
title: none,
author: none,
date: none,
) = {
if title != none { pad(align(center, text(size: 18pt, title)), bottom: 0.5mm) }
if author != none { pad(align(center, text(size: 12pt, author)), bottom: 0.5mm) }
if date != none { pad(align(center, text(size: 10pt, date)), bo... | |
https://github.com/Maso03/Bachelor | https://raw.githubusercontent.com/Maso03/Bachelor/main/Bachelorarbeit/thesis.typ | typst | MIT License | #import "../template.typ" : template
#show: template.with(
title: "Entwurf & Implementierung eines 3D-Avatars basierend auf künstlicher Intelligenz als Verkaufsberater",
author: "<NAME>",
date: datetime(year: 2024, month: 9, day: 9),
logos: (
image("assets/dhbw.svg", width: 30%),
image("assets/telekom.... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/014_Khans%20of%20Tarkir.typ | typst | #import "@local/mtgset:0.1.0": conf
#show: doc => conf("Khans of Tarkir", doc)
#include "./014 - Khans of Tarkir/001_The Madness of Sarkhan.typ"
#include "./014 - Khans of Tarkir/002_Awakening the Bear.typ"
#include "./014 - Khans of Tarkir/003_Sorin's Revelation.typ"
#include "./014 - Khans of Tarkir/004_Taigam's Sch... | |
https://github.com/napleon-liu/my-cv | https://raw.githubusercontent.com/napleon-liu/my-cv/main/template.typ | typst |
// 图标
#let icon(path) = box(
baseline: 0.125em,
height: 0.8em,
width: 0.8em,
align(center,image(path))
)
#let faAngleRight = icon("fa-angle-right.svg")
// 个人信息
#let info(
color: black,
name: "",
phone:"",
email:"",
infos:(),
) ={
set text(fill: color)
//姓名 电话 邮箱
show par: set block(spacing: ... | |
https://github.com/pluttan/electron | https://raw.githubusercontent.com/pluttan/electron/main/lab4/lab4.typ | typst | #import "@docs/bmstu:1.0.0":*
#import "@preview/tablex:0.0.8": tablex, rowspanx, colspanx, cellx
#show: student_work.with(
caf_name: "Компьютерные системы и сети",
faculty_name: "Информатика и системы управления",
work_type: "лабораторной работе",
work_num: "4",
discipline_name: "Электроника",
theme: "Мульт... | |
https://github.com/pluttan/trps | https://raw.githubusercontent.com/pluttan/trps/main/lab3/lab3.typ | typst | #import "@docs/bmstu:1.0.0":*
#import "@preview/tablex:0.0.8": tablex, rowspanx, colspanx, cellx
#show: student_work.with(
caf_name: "Компьютерные системы и сети",
faculty_name: "Информатика и системы управления",
work_type: "лабораторной работе",
work_num: "3",
discipline_name: "Технология разработки програм... | |
https://github.com/leesum1/brilliant-cv | https://raw.githubusercontent.com/leesum1/brilliant-cv/master/modules_zh/projects.typ | typst | // Imports
#import "@preview/brilliant-cv:2.0.2": *
#import "@preview/fontawesome:0.4.0": *
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#let cvEntry = cvEntry.with(metadata: metadata)
#cvSection("项目经历")
#cvEntry(
society: [一生一芯-第四期],
title: [学号:ysyx_22041514],
d... | |
https://github.com/teshu0/CLIT-report-typst | https://raw.githubusercontent.com/teshu0/CLIT-report-typst/main/template/reset.typ | typst | Creative Commons Zero v1.0 Universal | #import "./utils.typ": font_gothic, font_serif
// 書式をセットアップする
#let reset = (content) => {
set page(paper: "a4")
set text(lang: "ja", font: font_serif)
set heading(numbering: "1.1")
show heading: it => [
#set text(
font: font_gothic,
// size: 14pt,
spacing: 1em, // 一文字分あける
weight:... |
https://github.com/HEIGVD-Experience/docs | https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S4/WEB/docs/6-ClientServerApplications/arrays%26iterables.typ | typst | #import "/_settings/typst/template-note-en.typ": conf
#show: doc => conf(
title: [
Arrays and Iterables,
],
lesson: "WEB",
chapter: "6 - Client Server applications",
definition: "TBD",
col: 1,
doc,
)
= Educational objectives
- Read and use the Array object’s methods.
- Resolve problems using the Arr... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/outline-indent_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 2-35 expected relative length or content, found dictionary
// #outline(indent: n => (a: "dict"))
//
// = Heading |
https://github.com/WhiteBlackGoose/typst-hello-world | https://raw.githubusercontent.com/WhiteBlackGoose/typst-hello-world/master/hello.typ | typst |
= Hello
_hello world!_
+ a
- b
- 54
- *324*
- 111
- @aaa
+ b
$ sum_x^2 root(3, 23) round(product_{2323}^{ Rho + "Hell" + nabla }) + "had" $
#figure(
image("wbg.png", width: 40%),
caption: [
Hehhehehe
]
) <aaa>
$
a arrow.squiggly b
$
#show "ArtosFlow": name => box[
#box(imag... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/document_08.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// #box[
// // Error: 4-15 pagebreaks are not allowed inside of containers
// #pagebreak()
// ] |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/math/interactions.typ | typst | // Test interactions with styling and normal layout.
// Hint: They are bad ...
--- math-nested-normal-layout ---
// Test images and font fallback.
#let monkey = move(dy: 0.2em, image("/assets/images/monkey.svg", height: 1em))
$ sum_(i=#emoji.apple)^#emoji.apple.red i + monkey/2 $
--- math-table ---
// Test tables.
$ ... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/op-00.typ | typst | Other | // Test predefined.
$ max_(1<=n<=m) n $
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/024%20-%20Shadows%20over%20Innistrad/003_Unwelcome.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Unwelcome",
set_name: "Shadows Over Innistrad",
story_date: datetime(day: 16, month: 03, year: 2016),
author: "<NAME>",
doc
)
#emph[<NAME> has come to Innistrad searching for the vampire lord Sorin Markov, who he hopes can help him unravel ... | |
https://github.com/Toniolo-Marco/git-for-dummies | https://raw.githubusercontent.com/Toniolo-Marco/git-for-dummies/main/book/actions.typ | typst | = GitHub Actions
Le *GitHub Actions* sono una potente piattaforma di automazione integrata in GitHub@gh-actions che consente agli sviluppatori di automatizzare workflow direttamente nei repository di codice. Può essere utilizzata per un'ampia varietà di scopi, come la continua integrazione (CI), la distribuzione conti... | |
https://github.com/TheWebDev27/Calc-II-Honors-Project | https://raw.githubusercontent.com/TheWebDev27/Calc-II-Honors-Project/main/main.typ | typst | #show heading: set text(size: 14pt)
#include "part1.typ"
#include "part2.typ"
#include "part3.typ"
#include "references.typ"
| |
https://github.com/Enter-tainer/typstyle | https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/content.typ | typst | Apache License 2.0 | #[
123123123
]123
a#emph[abc]d
_123_
#1231231
#false
#none
#auto
|
https://github.com/TomVer99/FHICT-typst-template | https://raw.githubusercontent.com/TomVer99/FHICT-typst-template/main/documentation/manual.typ | typst | MIT License | #import "@preview/mantys:0.1.4": *
#import "@preview/codly:1.0.0": *
#import "../template/fhict-template.typ"
#import "../template/fhict-template.typ": *
#show: mantys.with(
name: "FHICT-Template",
title: [Unofficial FHICT Template],
subtitle: [An unofficial template for FHICT document generation.],
authors: ... |
https://github.com/NaviHX/bupt-master-dissertation.typ | https://raw.githubusercontent.com/NaviHX/bupt-master-dissertation.typ/main/chinese-cover.typ | typst | #import "@preview/tablex:0.0.7": gridx, hlinex
#let chinese-cover(
roman: "Times New Roman", songti: "Noto Serif CJK SC", heiti: "Noto CJKSans SC",
secret: [公开], title: [硕/博士学位论文(学术学位)], method: [全日制], dissertation-title,
student-id, name, major, supervisor,
institute, date,
) = {
set page(paper: "a4", margin... | |
https://github.com/CarloSchafflik12/typst-ez-today | https://raw.githubusercontent.com/CarloSchafflik12/typst-ez-today/main/ez-today.typ | typst | MIT License | #let get-month(lang, month) = {
let months = ()
if lang == "de" {
months = ("Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember")
} else if lang == "en" {
months = ("January", "February", "March", "April", "May", "June", "July", "August", "... |
https://github.com/mrcinv/nummat-typst | https://raw.githubusercontent.com/mrcinv/nummat-typst/master/02_koren.typ | typst | #import "admonitions.typ": opomba
#import "julia.typ": jlfb, out, repl, blk, code_box, pkg, readlines
= Računanje kvadratnega korena
Računalniški procesorji navadno implementirajo le osnovne številske operacije:
seštevanje, množenje in deljenje. Za računanje drugih matematičnih funkcij
mora nekdo napisati program. V... | |
https://github.com/MatheSchool/typst-g-exam | https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/src/lib.typ | typst | MIT License | #let version = version((0,3,0))
#import "g-exam.typ": g-exam, g-question, g-subquestion, g-option, g-solution, g-clarification
|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/show-node-00.typ | typst | Other | // Override lists.
#show list: it => "(" + it.children.map(v => v.body).join(", ") + ")"
- A
- B
- C
- D
- E
|
https://github.com/Ttajika/class | https://raw.githubusercontent.com/Ttajika/class/main/seminar/lib/translation.typ | typst | #let trans = (
en: (Proposition: "Proposition",
Theorem: "Theorem",
Table: "Table",
Figure: "Figure",
Assumption: "Assumption",
Definition: "Definition",
Corollary: "Corollary",
Lemma: "Lemma",
Remark: "Remark",
Example: "Example",
Claim: "Claim",
Fact:... | |
https://github.com/sses7757/sustech-graduated-thesis | https://raw.githubusercontent.com/sses7757/sustech-graduated-thesis/main/sustech-graduated-thesis/pages/nonfinal-cover.typ | typst | Apache License 2.0 | #import "../utils/datetime-display.typ": datetime-display, datetime-en-display
#import "../utils/justify-text.typ": justify-text
#import "../utils/style.typ": 字号, 字体
#import "../utils/degree-names.typ": degree-types
// 硕士研究生封面
#let nonfinal-cover(
// documentclass 传入的参数
doctype: "midterm",
anonymous: false,
twosid... |
https://github.com/piepert/grape-suite | https://raw.githubusercontent.com/piepert/grape-suite/main/examples/exam02.typ | typst | MIT License | #import "/src/library.typ": exercise, colors
#import exercise: project, task, subtask
#import colors: *
#show: project.with(
title: [History Exam],
type: "Exam",
show-point-distribution-in-tasks: true,
show-namefield: true,
show-timefield: true,
max-time: 25,
show-lines: true,
show-s... |
https://github.com/kazuyanagimoto/quarto-awesomecv-typst | https://raw.githubusercontent.com/kazuyanagimoto/quarto-awesomecv-typst/main/_extensions/awesomecv/typst-template.typ | typst | MIT License | #import "@preview/fontawesome:0.1.0": *
//------------------------------------------------------------------------------
// Style
//------------------------------------------------------------------------------
// const color
#let color-darknight = rgb("#131A28")
#let color-darkgray = rgb("#333333")
#let color-middle... |
https://github.com/julius2718/wareki | https://raw.githubusercontent.com/julius2718/wareki/main/README.md | markdown | # Description
A calendar converter from the Common Era year notation (occidental system) to the Japanese notation (referred to as Wareki, 和暦) for Typst.
The conversion is available for years after 1926 A.D.
# 説明
Typst向けの、西暦から和暦への変換ツール。
昭和元年(西暦1926年)以降の変換に対応している。
| |
https://github.com/sabitov-kirill/comp-arch-conspect | https://raw.githubusercontent.com/sabitov-kirill/comp-arch-conspect/master/questions/4_memory.typ | typst | #import "/commons.typ": imagebox
= Память.
_Память (статическая и динамическая ячейки, их преимущества и недостатки)._
Модули памяти отличаются типом ячеек и способом их организации.
== Типы ячеек памяти
В современном мире существует два основных типа ячеек памяти -- _статические_ и _динамические_. Статическии ячейки... | |
https://github.com/PhilChodrow/cv | https://raw.githubusercontent.com/PhilChodrow/cv/main/src/content/papers.typ | typst | #import "../template.typ": *
#cvSection("Papers")
#cvSubSection("Peer Reviewed")
// #cvPublication(
// bibPath: "pubs.bib",
// keyList: (
// "chodrow2020",
// "jones2023"),
// refStyle: "apa" cv
// )
14. #pub(label: <brooksEmergencePolarizationSigmoidal2024>)
13. #pub(label: <kritschgauCommunityDe... | |
https://github.com/Error-418-SWE/Documenti | https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/2%20-%20RTB/Documentazione%20interna/Verbali/24-01-28/24-01-28.typ | typst | #import "/template.typ": *
#show: project.with(
date: "28/01/24",
subTitle: "Meeting di retrospettiva e pianificazione",
docType: "verbale",
authors: (
"<NAME>",
),
timeStart: "15:00",
timeEnd: "15:45",
);
= Ordine del giorno
- Valutazione del progresso generale;
- Discussione sul colloquio RTB;
-... | |
https://github.com/saveriogzz/curriculum-vitae | https://raw.githubusercontent.com/saveriogzz/curriculum-vitae/main/modules/certificates.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Certificates")
#cvHonor(
date: [2020],
title: [Apache Cassandra 3.x Developer Associate],
issuer: [Datastax],
online: "https://www.datastax.com/academy/certs/lookup/8bddb923-8542-466a-b272-54ee2672ba07"
)
#cvHonor(
date: [2021],
title: [Astronomer C... |
https://github.com/gongke6642/tuling | https://raw.githubusercontent.com/gongke6642/tuling/main/布局/角度/角度.typ | typst | = 角度
描述旋转的角度。
Typst 支持以下角度单位:
- 学位:180deg
- 弧度:3.14rad
== 例子
#image("屏幕截图 2024-04-14 153827.png")
| |
https://github.com/katamyra/Notes | https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS1332/Modules/DandCSorts.typ | typst | #import "../../../template.typ": *
= Divide and Conquer Sorts
== Merge Sort
*Merge sort* recursively divides an array into half, sorts that half, and then merges the two sorted halves back together.
*Pseudocode*
```java
if array.length = base case
return array
length = arr.length
midIndex = length / 2
left ... | |
https://github.com/dantevi-other/kththesis-typst | https://raw.githubusercontent.com/dantevi-other/kththesis-typst/main/parts/1-first-page.typ | typst | MIT License | //-- Imports
#import "../utils/content-stylers.typ" as cs
//-- Configurations
#set page(
margin: (
top: 65mm,
bottom: 30mm,
x: 40mm
),
numbering: none
)
//-- Content
// Title
#align(left)[
#cs.font-size-0[*Title*]
]
#v(2.5em)
// Names
#align(left)[
#grid(
columns: (auto, auto),
gu... |
https://github.com/OverflowCat/sigfig | https://raw.githubusercontent.com/OverflowCat/sigfig/neko/lib.typ | typst | MIT License | #import "utils.typ": getHighest, getFirstDigit
/**
Returns a string containing the float x represented either in decimal exponential notation with one digit before the significand's decimal point and p - 1 digits after the significand's decimal point or in decimal fixed notation with precision significant digits.
... |
https://github.com/DawnEver/csee-typst-template | https://raw.githubusercontent.com/DawnEver/csee-typst-template/main/main.typ | typst | MIT License | #import "template.typ": *
#show: project.with(
title: "Typist Template for CSEE",
authors: ("Alice","Bob","Cindy","David"),
address: "School of Electric and Electrical Engineering, Huazhong University of Science and Technology, Wuhan, 430074, China",
title_cn: "标题二号,黑体,英文字体为Arial,希腊字母保持不变,段前空12pt",
authors_cn... |
https://github.com/Quaternijkon/QUAD | https://raw.githubusercontent.com/Quaternijkon/QUAD/main/theme.typ | typst | #import "@preview/touying:0.4.2": *
// University theme
// Originally contributed by <NAME> - https://github.com/drupol
#let dark_theme=false
#let (
theme-primary,
theme-secondary,
theme-tertiary,
theme-error,
theme-background,
theme-outline,
) = if dark_theme {
(
rgb("#ADC6FF"),
rgb("#9CD49F"... | |
https://github.com/padix-key/kmer-article | https://raw.githubusercontent.com/padix-key/kmer-article/main/README.md | markdown | MIT License | # Raw files for the article 'A fast and simple approach to k-mer decomposition'
## Running benchmarks
The k-mer decomposition method is implemented in *Rust* and can be executed with
```
cargo run --release
```
which generates the run times for each method.
To generate the plot from the raw run times, run
```
pyth... |
https://github.com/k0tran/typst | https://raw.githubusercontent.com/k0tran/typst/sisyphus/vendor/pdf-writer/README.md | markdown | # pdf-writer
[](https://crates.io/crates/pdf-writer)
[](https://docs.rs/pdf-writer)
A step-by-step PDF writer.
```toml
[dependencies]
pdf-writer = "0.9"
```
The entry point into the API is the main `Pdf`... | |
https://github.com/Chwiggy/cv | https://raw.githubusercontent.com/Chwiggy/cv/main/cv.typ | typst | #import "@preview/fontawesome:0.2.0": *
#set page(paper: "a4", numbering: none, margin: 1.5cm)
#set par(justify: true)
#set text(font: "Atkinson Hyperlegible", lang: "de", size: 11pt)
#grid(
columns: (50%, 50%),
column-gutter: 2em,
rows: auto,
row-gutter: 2em,
align:auto,
align(left, text(30pt, hyphenate:... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/pointless-size/0.1.0/README.md | markdown | Apache License 2.0 | # Typst Pointless Size——字号 zìhào
中文字号的号数制及字体度量单位。
Chinese size system (hào-system) and type-related measurements units.
```typst
#import "@preview/pointless-size:0.1.0": zh, zihao
#set text(size: zh(5)) // 五号(10.5pt)
// or
#set text(zh(5))
#show: zihao(5)
// 小号用负数表示 use negative numbers for small sizes
#zh(-4) // ... |
https://github.com/jamesrswift/pixel-pipeline | https://raw.githubusercontent.com/jamesrswift/pixel-pipeline/main/src/pipeline/stages/lib.typ | typst | The Unlicense | #import "validation.typ": validation
#import "typeset.typ": typeset
#import "computation.typ": compute |
https://github.com/typst-community/valkyrie | https://raw.githubusercontent.com/typst-community/valkyrie/main/src/assertions/string.typ | typst | Other | /// Asserts that a tested value contains the argument (string)
#let contains(value) = {
return (
condition: (self, it) => it.contains(value),
message: (self, it) => "Must contain " + str(value),
)
}
/// Asserts that a tested value starts with the argument (string)
#let starts-with(value) = {
return (
... |
https://github.com/yukukotani/typst-coins-thesis | https://raw.githubusercontent.com/yukukotani/typst-coins-thesis/main/README.md | markdown | Apache License 2.0 | # typst-coins-thesis
筑波大学情報科学類の卒業論文向けの[Typst](https://typst.app/)テンプレートです。他の大学でも改変して使えるかもしれません。
## Example
[オンラインエディタ](https://typst.app/project/r-McyFP1wMu4Sq7FK5yTpf)でサンプルを見たりフォークしたりできます。
本リポジトリの[GitHub Pages](https://yukukotani.github.io/typst-coins-thesis/main.pdf)にもサンプルの出力があります。
|
https://github.com/freundTech/typst-typearea | https://raw.githubusercontent.com/freundTech/typst-typearea/main/README.md | markdown | MIT License | # typst-typearea
A KOMA-Script inspired package to better configure your typearea and margins.
```typst
#import "@preview/typearea:0.2.0": typearea
#show: typearea.with(
paper: "a4",
div: 9,
binding-correction: 11mm,
)
= Hello World
```
## Reference
`typearea` accepts the following options:
### two-sided
... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/drafting/0.1.2/README.md | markdown | Apache License 2.0 | # Drafting
This package hosts several utilities that are useful for drafting documents, namely margin notes and precise positioning
helpers. Over time, hopefully more utilities will be contributed. A quick, comprehensive overview is provided by the
[example document](https://github.com/ntjess/typst-drafting/blob/v0.1.... |
https://github.com/chendaohan/bevy_tutorials_typ | https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/14_load_assets_with_asset_server/load_assets_with_asset_server.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. 使用 AssetServer 从文件加载资产
要从文件加载资产,请使用 AssetServer 资源。
```Rust
fn setup(mut commands: Commands, asset_server: Res<Asse... | |
https://github.com/htlwienwest/da-vorlage-typst | https://raw.githubusercontent.com/htlwienwest/da-vorlage-typst/main/lib/fontchecker.typ | typst | MIT License | #let _error_msg(font, download_url) = block(
stroke: red + 2pt,
inset: 8mm,
radius: 4pt,
width: 100%,
)[
#let rf = raw(font)
#set text(font: ("Arials", "Roboto"), fallback: true)
= 😢 Schriftart #rf konnte nicht gefunden werden!
Damit das Dokument korrekt generiert w... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.