repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/knuesel/typst-minideck | https://raw.githubusercontent.com/knuesel/typst-minideck/main/README.md | markdown | MIT License | # typst-minideck
A small package for dynamic slides in typst.
minideck provides basic functionality for dynamic slides (`pause`, `uncover`, ...), integration with [fletcher](https://typst.app/universe/package/fletcher) and [CetZ](https://typst.app/universe/package/cetz/), and some minimal infrastructure for theming.
... |
https://github.com/chen-qingyu/Typst-Code | https://raw.githubusercontent.com/chen-qingyu/Typst-Code/master/gamma.typ | typst | #let LF = {v(3em); linebreak()}
$
Gamma(s) &= integral_0^(+infinity) e^(-x) x^(s-1) dif x space (s > 0)
LF
&= integral_0^(+infinity) -x^(s-1) dif (e^(-x))
LF
&= 0 - integral_0^(+infinity) e^(-x) dif (-x^(s-1))
LF
&= integral_0^(+infinity) e^(-x) dif (x^(s-1))
LF
&= integral_0^(+infinity) e^(-x) (s - 1) x^(s... | |
https://github.com/typst-community/mantodea | https://raw.githubusercontent.com/typst-community/mantodea/main/docs/util.typ | typst | MIT License | #import "@preview/mantys:0.1.4"
#let package = toml("/typst.toml").package
#let issue(num) = text(eastern, link(package.repository + "/issues/" + str(num))[hydra\##num])
#let issues = text(eastern, link(package.repository + "/issues/")[GitHub:typst-community/mantodea])
|
https://github.com/Caellian/UNIRI_voxels_doc | https://raw.githubusercontent.com/Caellian/UNIRI_voxels_doc/trunk/content/prijevremeno.typ | typst | = Prijevremen prikaz
- Primjene: medicina, statične scene i slike
== Ray casting
- Skoro je i real time sada, mislim da je noisy, ima light propagation delay, ...
== Splatting
Transparentni slojevi za brz prolazak kroz slojeve MRI slike.
== Shear warp
#pagebreak()
| |
https://github.com/thudep/award-cert-printer | https://raw.githubusercontent.com/thudep/award-cert-printer/master/README.md | markdown | # Award Certificates Printer
A sh script to print certificates for some contests.
## How to use
### Install dependencies
- `typst`: a LaTeX alternative, its [package name](https://repology.org/project/typst/versions) hardly vary on different platforms
- Source Han Serif: font used in the template
### Provide a nam... | |
https://github.com/Henriquelay/pathsec-checker | https://raw.githubusercontent.com/Henriquelay/pathsec-checker/main/presentation/figures/skipping_boxes.typ | typst | #set page(width: auto, height: auto, margin: (x: 0pt, y: 0pt))
#set text(font: "DejaVu Sans Mono")
#let myswitch(name, digest, expected) = {
box[
#table(
columns: 2,
fill: if (digest == expected) {
lime
} else {
red
},
align: (right, left),
[name], [#name],
... | |
https://github.com/andreasKroepelin/TypstJlyfish.jl | https://raw.githubusercontent.com/andreasKroepelin/TypstJlyfish.jl/main/examples/typstry.typ | typst | MIT License | #import "../typst/lib.typ": *
#read-julia-output(json("typstry-jlyfish.json"))
#jl-pkg("Typstry")
#jl(```julia
using Typstry
```)
#jl(result: false, ```julia
A = rand(1:5, 4, 3) .// 3
B = rand(1:5, 3, 5) .// 2
C = A * B
```)
An example of a matrix-matrix product:
$
#jl(`Typst(A)`) #jl(`Typst(B)`) = #jl(... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-E0100.typ | typst | Apache License 2.0 | #let data = (
("VARIATION SELECTOR-17", "Mn", 0),
("VARIATION SELECTOR-18", "Mn", 0),
("VARIATION SELECTOR-19", "Mn", 0),
("VARIATION SELECTOR-20", "Mn", 0),
("VARIATION SELECTOR-21", "Mn", 0),
("VARIATION SELECTOR-22", "Mn", 0),
("VARIATION SELECTOR-23", "Mn", 0),
("VARIATION SELECTOR-24", "Mn", 0),
... |
https://github.com/tingerrr/hydra | https://raw.githubusercontent.com/tingerrr/hydra/main/doc/examples/skip/content.typ | typst | MIT License | = Chapter A
#lorem(50)
= Chapter B
#lorem(20)
|
https://github.com/DieracDelta/presentations | https://raw.githubusercontent.com/DieracDelta/presentations/master/polylux/book/src/utils/progress.md | markdown | # How much longer? 🥱
There are a handful of features that let you display the progress of the
presentation.
The most simple one is directly displaying the current slide number.
Remember that each slide might produce an arbitrary amount of subslides, i.e.
PDF pages, so we cannot rely on the builtin page counter.
Inst... | |
https://github.com/zadigus/math | https://raw.githubusercontent.com/zadigus/math/main/number-theory/page-6/main.typ | typst | #import "template.typ": *
#show: project.with(
title: "test",
authors: (
"zadigus",
),
)
#lemma[
$p$ prime $=> 3 divides p+2 or 3 divides p+4$
]
#proof[
Consider the triple $(n, n+1, n+2) forall n in NN^*$. Then, necessarily,
$
3 divides n or 3 divides n+1 or 3 divides n+2.
$
Consequently, if ... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/math-realize_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test equations can embed equation pieces built by functions
#let foo(v1, v2) = {
// Return an equation piece that would've been rendered in
// inline style if the piece is not embedded
$v1 v2^2$
}
#let bar(v1, v2) = {
// Return an equati... |
https://github.com/mkhoatd/Typst-CV-Resume | https://raw.githubusercontent.com/mkhoatd/Typst-CV-Resume/main/CoverLetter/typstcoverletter.typ | typst | MIT License | #let date_colour= rgb("#666666")
#let primary_colour= rgb("#2b2b2b")
#let headings_colour= rgb("#6A6A6A")
#let subheadings_colour= rgb("#333333")
// Set font type for all text
#let fonttype = "macfont"
#let font_head = {
if fonttype == "macfont" {
"Helvetica Neue"
} else if fonttype == "openfont" {
... |
https://github.com/marisbaier/Typst_eineTeXAlternative | https://raw.githubusercontent.com/marisbaier/Typst_eineTeXAlternative/main/Introduction.typ | typst | = Dies ist eine Überschrift
// fractions are done with /
$ a/b $
// \quad is just quad
$ RR quad "blablabla" $
// align enviornment is just integrated in regular math:
$
a &= 5 dot cos(x) - 20 dot Gamma(2) \
b &= integral_RR e^(-x^2) dif x
$
| |
https://github.com/devraza/warehouse | https://raw.githubusercontent.com/devraza/warehouse/main/blog/template.typ | typst | MIT License | #let conf(title: none, doc) = {
show link: underline
show raw: set text(font: "<NAME>")
set text(
font: "EtBembo",
size: 10pt
)
set page(
paper: "a4",
margin: 1cm,
)
set par(
justify: true,
leading: 0.52em,
)
align(left, text(font: "EtBembo", size: 24pt, weight: 900)[
#titl... |
https://github.com/tingerrr/masters-thesis | https://raw.githubusercontent.com/tingerrr/masters-thesis/main/src/figures.typ | typst | #import "figures/util.typ": *
#let (
list,
t4gl,
vector,
tree,
b-tree,
finger-tree,
srb-tree,
) = {
import "figures/algorithms.typ": *
import "figures/figures.typ": *
import "figures/listings.typ": *
import "figures/math.typ": *
import "figures/tables.typ": *
(
(
new: list-new,
... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/style_03.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test a few style exceptions.
$h, bb(N), cal(R), Theta, italic(Theta), sans(Theta), sans(italic(Theta))$
|
https://github.com/crd2333/Astro_typst_notebook | https://raw.githubusercontent.com/crd2333/Astro_typst_notebook/main/src/docs/here/index.typ | typst | ---
order: 1
---
#set page(margin: 1em, height: auto)
#let typst = {
text(font: "Linux Libertine", weight: "semibold", fill: eastern)[typst]
}
= Typst 笔记
== #typst: Compose paper faster
$<-$ 戳左边的 test 页查看更多例子
$ cases(
dot(x) = A x + B u = mat(delim: "[", 0, 0, dots.h.c, 0, - a_n; 1, 0, dots.h.c, 0, - a_(n - 1);... | |
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/tournament-roosevelt/entry.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/packages.typ": notebookinator, diagraph
#import notebookinator: *
#import themes.radial.components: *
#import diagraph: *
#show: create-body-entry.with(
title: "Capital Beltway Challenge",
type: "test",
date: datetime(year: 2023, month: 12, day: 16),
author: "<NAME>",
witness: "<NAME>",
)
= Quali... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.2.0/src/mark.typ | typst | Apache License 2.0 | #let typst-length = length
#import "drawable.typ"
#import "vector.typ"
#import "matrix.typ"
#import "util.typ"
#import "path-util.typ"
#import "styles.typ"
#import "mark-shapes.typ": get-mark
#let check-mark(style) = style != none and (style.start, style.end, style.symbol).any(v => v != none)
#let process-style(ctx,... |
https://github.com/j10ccc/zjut-social-practice-report-typst | https://raw.githubusercontent.com/j10ccc/zjut-social-practice-report-typst/main/layout/project.typ | typst | #import "/layout/cover.typ": cover
#import "/layout/catalog.typ": catalog
#import "/constants/fonts.typ": font_family
#let project(
body,
..meta
) = {
set page(
paper: "a4",
numbering: "1"
)
set heading(numbering: "1.")
set text(
size: 11pt,
font: font_family.songti
)
// cover
cover(... | |
https://github.com/goshakowska/Typstdiff | https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_complex/all_types_working/all_types_working.typ | typst | GNU nano 6.2 test1.typ
= Introduction
In this report, we will explore the
various factors that influence _fluid
dynamics_ in glaciers and how they
contribute to the formation and
behaviour of these natural structures.
The equation $Q = rho A v + C$
defines the glaci... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/enum_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#enum[Embrace][Extend][Extinguish]
|
https://github.com/jamesrswift/ionio-illustrate | https://raw.githubusercontent.com/jamesrswift/ionio-illustrate/main/src/extras.typ | typst | MIT License | #import "extras/callout-above.typ": callout-above
#import "extras/callout-aside.typ": callout-aside
#import "extras/title.typ": title
#import "extras/callipers.typ": callipers
#import "extras/cetz-raw.typ": cetz-raw
#import "extras/content.typ": content |
https://github.com/DaAlbrecht/lecture-notes | https://raw.githubusercontent.com/DaAlbrecht/lecture-notes/main/computer_networks/ipv6.typ | typst | MIT License | #import "../template.typ": *
= IPv6 (Internet Protocol version 6)
The predecessor of IPv4 was the Network Control Program (NCP), operational since 1972.
TCP (Transport Control Protocol) was developed between 1973 and 1978, separating NCP into IP and TCP.
IPv6, initially referred to as IPv7 in 1998, has been in develo... |
https://github.com/JarKz/math_analysis_with_typst | https://raw.githubusercontent.com/JarKz/math_analysis_with_typst/main/main.typ | typst | MIT License | #set text(size: 14pt)
#set par(justify: true)
#include("groups/first.typ")
#include("groups/second.typ")
#include("groups/third.typ")
#include("groups/fourth.typ")
#include("groups/fifth.typ")
|
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/plugin.typ | typst | Apache License 2.0 | // Test WebAssembly plugins.
// Ref: false
---
#let p = plugin("/files/hello.wasm")
#test(p.hello(), bytes("Hello from wasm!!!"))
#test(p.double_it(bytes("hey!")), bytes("hey!.hey!"))
#test(
p.shuffle(bytes("value1"), bytes("value2"), bytes("value3")),
bytes("value3-value1-value2"),
)
---
#let p = plugin("/files/... |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/常微分方程/作业/hw1.typ | typst | #import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark, proposition,der, partialDer, Spec
#import "../../template.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: note.with(
title: "作业1",
au... | |
https://github.com/01mf02/jq-lang-spec | https://raw.githubusercontent.com/01mf02/jq-lang-spec/main/syntax-todo.typ | typst | jq BNF:
```
defs = module def*
main = module term
module = "module" term ";" (("include" cstr | "import" cstr "as" var) ";")*
term(op) = atom (op atom)* (("as" var)? "|" term(op))?
term = term(bin_op | "and" | "or" | ",")
term_no_comma = term(bin_op | "and" | "or" )
atom = atom_head "?"? path
atom_h... | |
https://github.com/rmolinari/thesis_1999 | https://raw.githubusercontent.com/rmolinari/thesis_1999/master/1999_thesis.typ | typst | //
#let thesis_title = "Properties of relative recursive enumerability"
#let author = "<NAME>"
////////////////////////////////////////
// Theorem environment
// https://github.com/sahasatvik/typst-theorems
#import "theorems.typ": *
////////////////////////////////////////
// Tablex
// Extended table support
// https... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/193.%20airbnbs.html.typ | typst | airbnbs.html
The Airbnbs
December 2020To celebrate Airbnb's IPO and to help future founders, I thought
it might be useful to explain what was special about Airbnb.What was special about the Airbnbs was how earnest they were. They
did nothing half-way, and we could sense this even in the interview.
Sometimes after we i... | |
https://github.com/davidedomini/DTM-2425-Crash-Course | https://raw.githubusercontent.com/davidedomini/DTM-2425-Crash-Course/master/slides/lesson01.typ | typst | Apache License 2.0 | #import "@preview/polylux:0.3.1": *
#import "@preview/fontawesome:0.1.0": *
#import themes.metropolis: *
#show: metropolis-theme.with(
aspect-ratio: "16-9",
)
#set text(font: "Fira Sans", weight: 350, size: 20pt)
#show math.equation: set text(font: "Fira Math")
#set strong(delta: 200)
#set par(justify: true)
#set... |
https://github.com/ukihot/igonna | https://raw.githubusercontent.com/ukihot/igonna/main/articles/web/scripts.typ | typst | #import "@preview/codly:0.2.0": *
#let icon(codepoint) = {
box(
height: 0.8em,
baseline: 0.05em,
image(codepoint)
)
h(0.1em)
}
#show: codly-init.with()
#codly(languages: (
html: (name: "HTML", icon: icon("html5.svg"), color: rgb("#ff6a25")),
))
== JavaScript
Javascriptは1995年に<NAME>氏によって開発された。
クラ... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/numbering.typ | typst | Apache License 2.0 | // Test integrated numbering patterns.
---
#for i in range(0, 9) {
numbering("*", i)
[ and ]
numbering("I.a", i, i)
[ for #i \ ]
}
---
#for i in range(0, 4) {
numbering("A", i)
[ for #i \ ]
}
... \
#for i in range(26, 30) {
numbering("A", i)
[ for #i \ ]
}
... \
#for i in range(702, 706) {
numbering... |
https://github.com/WinstonMDP/math | https://raw.githubusercontent.com/WinstonMDP/math/main/exers/b.typ | typst | #import "../cfg.typ": *
#show: cfg
$
"Prove that"
ex(lim_cal(B)_X f\, lim_cal(B)_Y g) ->
(all(B_Y in cal(B)_Y) ex(B_X in cal(B)_X): f[B_X] subset.eq B_Y) ->
lim_cal(B)_X g f = lim_cal(B)_Y g
$
That is,
$all(V(lim_cal(B)_Y g)) ex(B in cal(B)_X): g f[B] subset.eq V(lim_cal(B)_Y g)$
$ex(B in cal(B)_Y): g[B] subset.eq V(... | |
https://github.com/EGmux/PCOM-2023.2 | https://raw.githubusercontent.com/EGmux/PCOM-2023.2/main/lista2/lista2q15.typ | typst | === A forma de onda de sinalização RZ AMI que representa a sequência binária 0100101011 é transmitida em um canal com muito rúido. Aforma de onda recebida é mostrada na Fig. 1, a qual contém um único erro. Localize a posição deste erro e justifique usa resposta.
\
#figure(
image("../assets/fig1.png", width: 80%), ca... | |
https://github.com/emfeltham/Typst.jl | https://raw.githubusercontent.com/emfeltham/Typst.jl/main/README.md | markdown | MIT License | # Typst.jl
Include [Julia](https://julialang.org) outputs as formatted elements of [Typst](https://typst.app/docs) documents.
## Introduction
[Typst](https://typst.app/docs) is a new system for markup-based typesetting, touted as an alternative to LaTeX. Typst is desirable as a system that is very fast to compile (ne... |
https://github.com/xrarch/books | https://raw.githubusercontent.com/xrarch/books/main/documents/xlospec/chapintro.typ | typst | #import "@preview/tablex:0.0.6": tablex, cellx, colspanx, rowspanx
= Overview
The XR/SDK Linkable Object *(XLO)* file format is the native object file format of the XR/SDK suite of tools. It is the only file format emitted by the XR/ASM assembler, and is the only file format accepted by the XR/LINK linker. It is suit... | |
https://github.com/binhtran432k/ungrammar-docs | https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/literature-review/ungrammar.typ | typst | #import "/components/glossary.typ": gls
== Ungrammar
This section explores the suitability of Ungrammar, a language for defining
grammars, for implementing a #gls("lsp") for a specific language. Lezer
(@sec-lezer), a parser generator, will be used in conjunction with Ungrammar to
achieve efficient parsing and ... | |
https://github.com/CheneyNine/Resume-in-Typst-Template | https://raw.githubusercontent.com/CheneyNine/Resume-in-Typst-Template/main/resume.typ | typst | #import "template.typ": *
// 设置图标, 来源: https://fontawesome.com/icons/
// 如果要修改图标颜色, 请手动修改 svg 文件中的 fill="rgb(38, 38, 125)" 属性
// 例如可以使用 VS Code 的全局文本替换功能
#let faAward = icon("icons/fa-award.svg")
#let faBuildingColumns = icon("icons/fa-building-columns.svg")
#let faCode = icon("icons/fa-code.svg")
#let faEnvelope = ic... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/string-01.typ | typst | Other | // Test the `first` and `last` methods.
#test("Hello".first(), "H")
#test("Hello".last(), "o")
#test("🏳️🌈A🏳️⚧️".first(), "🏳️🌈")
#test("🏳️🌈A🏳️⚧️".last(), "🏳️⚧️")
|
https://github.com/MRoiban/stat-proba-f315 | https://raw.githubusercontent.com/MRoiban/stat-proba-f315/main/main.typ | typst | #import "@preview/equate:0.2.0": equate
#import "@preview/showybox:2.0.1": showybox
#import "@preview/lovelace:0.3.0": *
#import "@preview/ilm:1.1.2": *
#show: ilm.with(
title: [Probability & Statistics],
author: "<NAME>",
date: datetime(year: 2024, month: 07, day: 26),
abstract: [],
preface: [],
figure-... | |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/数学模型/论文/pkuthss-typst/changelog.typ | typst | #import "template.typ": *
#import "contributors.typ": *
#let issue(id) = link("https://github.com/lucifer1004/pkuthss-typst/issues/" + str(id), text(fill: purple)[\##id])
#set enum(indent: 0em)
#set list(indent: 0em)
#heading(level: 2, numbering: none, "2023-11-22")
+ 进一步优化了 `alwaysstartodd=true` 时的表现,现在插入的空白页不会显示页... | |
https://github.com/ralphmb/My-Dissertation | https://raw.githubusercontent.com/ralphmb/My-Dissertation/main/sections/introduction.typ | typst | Creative Commons Zero v1.0 Universal | In this project we hope to examine generalised linear regression models and see how they can be applied to data from the English Premier League. \
We will first look at logistic regression models, to see how match result is affected by a few different effects. Logistic regression can be used to model Bernoulli processe... |
https://github.com/jamesrswift/frackable | https://raw.githubusercontent.com/jamesrswift/frackable/main/tests/test1/test.typ | typst | The Unlicense | #import "/src/lib.typ" as frackable: frackable, generator
// #import "@local/frackable:0.1.0": *
#set page(
width: auto,
height: auto,
margin: 1cm,
background: none
)
#frackable(1, 2)
#frackable(1, 3)
#frackable(3, 4, whole: 9)
#frackable(9, 16)
#frackable(31, 32)
#frackable(0, "000")
#let my-frackable = ge... |
https://github.com/floriandejonckheere/utu-thesis | https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/chapters/06-automated-modularization/03-algorithms.typ | typst | #import "@preview/acrostiche:0.3.1": *
#import "/helpers.typ": *
=== Algorithms <slr_algorithms>
Microservice candidate identification is a problem that is commonly solved by representing the architecture as a directed weighted graph.
The graph exposes the relationship between the elements of the applications.
The v... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.2.0/src/draw/shapes.typ | typst | Apache License 2.0 | #let typst-angle = angle
#let typst-rotate = rotate
#import "/src/coordinate.typ"
#import "/src/drawable.typ"
#import "/src/styles.typ"
#import "/src/path-util.typ"
#import "/src/util.typ"
#import "/src/vector.typ"
#import "/src/matrix.typ"
#import "/src/process.typ"
#import "/src/bezier.typ" as bezier_
#import "/src/... |
https://github.com/LuminolT/SHU-Bachelor-Thesis-Typst | https://raw.githubusercontent.com/LuminolT/SHU-Bachelor-Thesis-Typst/main/body/abstract.typ | typst | #let abstract_zh = [
我好想做嘉然小姐的狗啊。可是嘉然小姐说她喜欢的是猫,我哭了。我知道既不是狗也不是猫的我为什么要哭的。因为我其实是一只老鼠。我从没奢望嘉然小姐能喜欢自己。我明白的,所有人都喜欢理解余裕上手天才打钱的萌萌的狗狗或者猫猫,没有人会喜欢阴湿带病的老鼠。但我还是问了嘉然小姐:「我能不能做你的狗?」我知道我是注定做不了狗的。但如果她喜欢狗,我就可以一直在身边看着她了,哪怕她怀里抱着的永远都是狗。可是她说喜欢的是猫。她现在还在看着我,还在逗我开心,是因为猫还没有出现,只有我这老鼠每天蹑手蹑脚地从洞里爬出来,远远地和她对视。等她喜欢的猫来了的时候,我就该重新滚回我的洞了吧。但我还是好喜欢她,她能在我还在... | |
https://github.com/RaphGL/ElectronicsFromBasics | https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap7/2_analysis_technique.typ | typst | Other | #import "../../core/core.typ"
=== Analysis technique
The goal of series-parallel resistor circuit analysis is to be able to
determine all voltage drops, currents, and power dissipations in a
circuit. The general strategy to accomplish this goal is as follows:
- *Step 1*: Assess which resistors in a circuit are conne... |
https://github.com/SeniorMars/tree-sitter-typst | https://raw.githubusercontent.com/SeniorMars/tree-sitter-typst/main/examples/layout/table.typ | typst | MIT License | // Test tables.
---
#set page(height: 70pt)
#set table(fill: (x, y) => if calc.even(x + y) { rgb("aaa") })
#table(
columns: (1fr,) * 3,
stroke: 2pt + rgb("333"),
[A], [B], [C], [], [], [D \ E \ F \ \ \ G], [H],
)
---
#table(columns: 3, stroke: none, fill: green, [A], [B], [C])
---
// Ref: false
#table()
---
... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/numblex/0.1.0/lib/numblex.typ | typst | Apache License 2.0 | /// Numblex main function
///
/// - `numberings`: A tuple of numbering styles. Each style can be a string or a function.
/// - `depth`: A tuple of depths for each numbering style.
/// - `..styles`: A list of styles. If provided, `numberings` and `depth` will be ignored.
///
/// The depth means the level of shown (upper... |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/typstonomicon/totally-empty.md | markdown | MIT License | # Empty pages without numbering
## Empty pages before chapters starting at odd pages
<div class="warning">
This snippet has been broken on 0.12.0. If someone will help fixing it, this would be cool.
</div>
`````typ -norender
// author: janekfleper
#set page(height: 20em)
#let find-labels(name) = {
return query... |
https://github.com/typst-community/mantodea | https://raw.githubusercontent.com/typst-community/mantodea/main/tests/link/test.typ | typst | MIT License | #import "/src/link.typ"
#show heading.where(level: 1): it => pagebreak(weak: true) + it
#set page(width: auto, height: auto, header: counter(footnote).update(0))
= GitHub
#link.forge("https://github.com", "author/repository")
#link.github("author/repository")
= GitLab
#link.forge("https://gitlab.com", "author/repos... |
https://github.com/UntimelyCreation/typst-neat-cv | https://raw.githubusercontent.com/UntimelyCreation/typst-neat-cv/main/src/content/fr/interests.typ | typst | MIT License | #import "../../template.typ": *
#cvSection("Intérêts personnels")
#cvInterestTags(
tags: ("Logiciel libre", "Musique", "Lecture", "Sport"),
)
#divider()
#cvInterestDescription(
description: list(
[#lorem(15)]
)
)
|
https://github.com/yingziyu-llt/blog | https://raw.githubusercontent.com/yingziyu-llt/blog/main/archived/Linear-Algebra-C1.typ | typst | #set document(title:"线性代数学习笔记 向量空间(Vector Space)")
#set document(date: datetime(
year:2024,
month:7,
day:7
))
#set page(margin: (
top: 0cm,
bottom: 0cm,
x: 0cm,
))
#set text(size: 16pt)
== Introduction
本笔记基于Linear Algebra Done Right 一书的内容和顺序写成,可能具体内容不完全按照该书,会加入一些 简明线性代数(丘维声著) 的内容。
写这篇笔记,主要是我在前面的线性... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/clip_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test box clipping with a rectangle
Hello #box(width: 1em, height: 1em, clip: false)[#rect(width: 3em, height: 3em, fill: red)]
world 1
Space
Hello #box(width: 1em, height: 1em, clip: true)[#rect(width: 3em, height: 3em, fill: red)]
world 2
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/003%20-%20Gatecrash/002_The%20Fathom%20Edict.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Fathom Edict",
set_name: "Gatecrash",
story_date: datetime(day: 09, month: 01, year: 2013),
author: "<NAME>",
doc
)
#strong[Document function:] Intelligence#linebreak() #strong[Document category:] Transcript#linebreak() #strong[Docume... | |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Maths_Devoir_Maison_2.typ | typst | #import "template.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: project.with(
title: "Maths Devoir Maison 2",
authors: (
"<NAME>",
),
date: "30 Octobre, 2023",
)
#set heading(numbering: "1.1.")
== Exercice 1
<exercice-1... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/docs/tinymist/configurations.typ | typst | Apache License 2.0 | #import "mod.typ": *
#import "@preview/cmarker:0.1.0": render as md
#show: book-page.with(title: "Tinymist Configurations")
#let packages = json("/editors/vscode/package.json")
#let config-type(t) = if "anyOf" in t {
let any-of = t.anyOf
if type(any-of) == array {
any-of.map(config-type).join(" | ")
}
} el... |
https://github.com/Meisenheimer/Notes | https://raw.githubusercontent.com/Meisenheimer/Notes/main/src/DecisionTree.typ | typst | MIT License | #import "@local/math:1.0.0": *
= Decision Tree
|
https://github.com/Functional-Bus-Description-Language/Specification | https://raw.githubusercontent.com/Functional-Bus-Description-Language/Specification/master/src/functionalities/group.typ | typst | == Group <group>
The group functionality represents a group of functionalities.
It used to inform a compiler that particular functionalities might be accessed together, and their register location must meet additional constraints.
The group functionality has following properties:
*`virtual`*` bool (false) {definitiv... | |
https://github.com/HiiGHoVuTi/requin | https://raw.githubusercontent.com/HiiGHoVuTi/requin/main/lang/continuables.typ | typst | #import "../lib.typ": *
#show heading: heading_fct
Soit $Sigma = {a,b}$. On dit que $w in Sigma^*$ est _primitif_ s’il n’existe pas de mot $u in Sigma^*$ et de $p>1$ tels que $w=u^p$
Un langage $L$ est dit _continuable_ si pour tout $u in Sigma^*$, il existe un $v in Sigma^*$ tel que $u v in L$
#question(0)[Pour ch... | |
https://github.com/protohaven/printed_materials | https://raw.githubusercontent.com/protohaven/printed_materials/main/common-tools/lathe_wood.typ | typst |
#import "/meta-environments/env-features.typ": *
= Wood Lathe
// Do we want a "use the lathe for..." here?
== Notes
// Specific to Protohaven
=== Safety
The following equipment is required while working at the lathe:
- Hearing protection
- Closed-toed shoes
- An industrial quality Face Shield
A well-fitting ... | |
https://github.com/hugo-b-r/insa-template-typst | https://raw.githubusercontent.com/hugo-b-r/insa-template-typst/master/examples/stage.typ | typst | #import "../templates/stage.typ":project
#show: project.with(
title: "Rapport de stage de découverte de l'entreprise du 29 Mai au 28 Juin 2019",
student: "<NAME>",
company_referent: "<NAME>",
school_referent: "Y neuça",
group_number: 7,
promo_number: 42,
company: "Apple",
front_comment: "Comment une en... | |
https://github.com/noaa-afsc/nmfs-sar-template | https://raw.githubusercontent.com/noaa-afsc/nmfs-sar-template/main/_extensions/nmfs-sar-template/typst-template.typ | typst |
// This is an example typst template (based on the default template that ships
// with Quarto). It defines a typst function named 'article' which provides
// various customization options. This function is called from the
// 'typst-show.typ' file (which maps Pandoc metadata function arguments)
//
// If you are creati... | |
https://github.com/HellOwhatAs/whiledb-typ | https://raw.githubusercontent.com/HellOwhatAs/whiledb-typ/main/example.typ | typst | #import "@local/whiledb:0.1.0": whiledb_exec;
#set heading(numbering: "1.")
#set page(height: auto, width: auto, fill: white)
#let whiledb(src, stdins: ("",)) = {
assert(type(stdins) == array, message: "stdins must be array");
let src = if type(src) == str { src } else { src.text };
raw(src);
stack(dir: ltr, s... | |
https://github.com/Myriad-Dreamin/shiroa | https://raw.githubusercontent.com/Myriad-Dreamin/shiroa/main/github-pages/docs/format/build-meta.typ | typst | Apache License 2.0 | #import "/github-pages/docs/book.typ": book-page
#show: book-page.with(title: "Build Metadata")
= Build Metadata
#let type-hint(t, required: false) = {
{
set text(weight: 400, size: 16pt)
if required {
" (required) "
}
}
{
text(fill: red, raw(t))
}
}
=== dest-dir #type-hint("string")
... |
https://github.com/antonWetzel/Masterarbeit | https://raw.githubusercontent.com/antonWetzel/Masterarbeit/main/arbeit/appendix.typ | typst | #import "setup.typ": *
= Appendix
== Glossar
/ Koordinatensystem: ist eine Menge von Achsen, mit den eine Position genau beschrieben werden kann. Für kartesische Koordinaten ist die x-Achse nach rechts, die y-Achse nach oben und die z-Achse nach hinten orientiert.
/ Punkt: ist die Kombination von einer dreidimensi... | |
https://github.com/GuilloteauQ/qcv | https://raw.githubusercontent.com/GuilloteauQ/qcv/main/main.typ | typst | MIT License | #import "qcv.typ": *
#show: qcv.with()
#header("<NAME>",
email: "<EMAIL>",
webpage: "https://john.doe.org",
orcid: "1111-1111-1111-1111")
#let max_year = 2024
#let min_year = 2017
#let entry(..args) = {
raw_entry(min_year, max_year, ..args)
}
= Education
#entry(2020, 2023, title:"Phd Student",... |
https://github.com/Leadlegend/Curriculum-Vitae | https://raw.githubusercontent.com/Leadlegend/Curriculum-Vitae/main/modules/projects.typ | typst | Apache License 2.0 | #import "../template.typ": *
#cvSection("Research Experience")
#cvEntry(
title: [Exploring Few-Shot Learning of Large LMs on Document-level Relation Extraction],
society: [Supervisor: Associate Prof. <NAME>, Wangxuan Institute of Computer Technology, Peking University],
date: [2023],
location: [Beijing, China... |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/05-features/shaping/mapping.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note
#import "/template/lang.typ": arabic, devanagari
#import "/lib/glossary.typ": tr
#show: web-page-template
// ### Mapping and reordering
=== 映射和重排序
// The first thing the shaper does is map the Unicode characters in the inpu... |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/docs/style.md | markdown | ---
sidebar_position: 4
---
# Code Styles
## show-slides Style
If we only need simplicity, we can use `#show: slides` for a cleaner syntax.
However, this approach has corresponding drawbacks: firstly, this method may significantly impact document rendering performance. Secondly, subsequent `#slide(..)` cannot be ad... | |
https://github.com/mrtz-j/typst-thesis-template | https://raw.githubusercontent.com/mrtz-j/typst-thesis-template/main/template/chapters/figures.typ | typst | MIT License | #import "global.typ": *
#import "../utils/caption.typ": dynamic-caption
#import "../utils/symbols.typ": *
#import "../utils/subfigure.typ": subfigure
#import "../utils/todo.typ": TODO
This chapter will demonstrate how to insert, manipulate and reference figures of various types. The functionality offered by typst to w... |
https://github.com/fichas/resume-typst | https://raw.githubusercontent.com/fichas/resume-typst/main/main.typ | typst | #import "template.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: project.with(
title: "Resume-ng",
author: (name: "新同学"),
contacts:
(
"+86 139XXXXXXXX",
"24岁",
link("mailto:<EMAIL>", "<EMAIL>")... | |
https://github.com/satshi/typst-jp-template | https://raw.githubusercontent.com/satshi/typst-jp-template/main/README.md | markdown | # Typst の日本語テンプレートの例
## 概要
Typstで、とりあえず日本語で書き始めるためのテンプレートである。pLaTeXでのjarticle風のものを目指した。
## 使い方
同じフォルダに`template.typ`をおいて、次のように書いていく。
```typst
#import "template.typ": *
#show: jarticle
こんにちは、世界。
```
補助的なものとして次のものを定義している。
- `年月日`: 日付の表示の仕方で、◯年◯月◯日の形のものを定義した。例えば
```typst
#datetime.today().display(年月日)
```
... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/gradient-text-cjk.typ | typst | Apache License 2.0 |
#set page(width: 140pt, height: auto, margin: 10pt)
#set par(justify: true)
#set text(fill: gradient.radial(red, blue), size: 10pt)
锄禾日当午,
汗滴禾下土。
谁知盘中餐,
粒粒皆辛苦。
锄禾日当午,
汗滴禾下土。
谁知盘中餐,
粒粒皆辛苦。
|
https://github.com/qujihan/toydb-book | https://raw.githubusercontent.com/qujihan/toydb-book/main/src/chapter2/bitcask.typ | typst | #import "../../typst-book-template/book.typ": *
#let path-prefix = figure-root-path + "src/pics/"
== BitCask 存储引擎
ToyDB使用的可持久化的存储引擎是BitCask(参考@bitcask)的*变种*。简单来说,就是在写入的时候,先写入到只能追加写的log文件中,然后在内存中维护一个索引,索引内容为 (key -> 文件位置以及长度)。
当垃圾量(包含替换以及删除的key)大于一定阈值的时候,将在内存中的key写入到新的log文件中,然后替换老的log文件。替换的过程被称为压缩,会导致写放大问题,但是可以通过控制阈值来... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/bibliography-full.typ | typst | Apache License 2.0 | // Test the full bibliography.
---
#set page(paper: "a6")
#bibliography("/files/works.bib", full: true)
|
https://github.com/Besthope-Official/backend | https://raw.githubusercontent.com/Besthope-Official/backend/master/24spring/tutorial.md | markdown | # 一个不负责的介绍
Hi swufer! 欢迎来到奇点工作室的**后端部**. 我是引导你们快速上手的小助手, 希望你能够在加入奇点工作室以后保持一颗充满探索的内心, 以及对技术的热爱! o(_ ̄ ▽  ̄_)ブ
大家初探后端的世界, 可能会感到一定的茫然. Don't worry, 现在是 2024 年, 各种大语言模型可以是你学习相伴探案的*华生*, GPT, [Copilot](https://github.com/features/copilot)(快去利用你作为 _高贵的学生_ **认证**!), 文心一言...(如果你还没有其中之一, 快去搞一个)
## 奇点的日常事宜
- 每周日晚 7 点在通博楼 B423 开... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unofficial-fhict-document-template/1.0.0/template/main.typ | typst | Apache License 2.0 | #import "@preview/unofficial-fhict-document-template:1.0.0": *
// #import "./terms.typ": term-list
#show: fhict-doc.with(
title: "",
// subtitle: "",
// authors-title: "Authors",
// authors: (
// (
// name: "",
// ),
// ),
// assessors-title: "Assessors",
// assessors: (
// (
// ... |
https://github.com/EunTilofy/NumComputationalMethods | https://raw.githubusercontent.com/EunTilofy/NumComputationalMethods/main/coding/task1/SC-report-2.typ | typst | #import "../../template.typ": *
#show: project.with(
course: "Computing Method",
title: "Computing Method - Programming 2",
date: "2024.4.23",
authors: "<NAME>, 3210106357",
has_cover: false
)
= 问题
用 Romberg 方法计算积分:
$
2 / (sqrt(pi)) integral_0^1 e^(-x^2) dx.
$
= 公式与算法
\
*Romberg 算法流程如下:*
+ 输入 $a, b, epsilon$.... | |
https://github.com/EunTilofy/NumComputationalMethods | https://raw.githubusercontent.com/EunTilofy/NumComputationalMethods/main/Chapter2/Chapter2-3.typ | typst | #import "../template.typ": *
#show: project.with(
course: "Computing Method",
title: "Computing Method - Chapter2&5",
date: "2024.4.23",
authors: "<NAME>, 3210106357",
has_cover: false
)
#HWProb(name: "16")[
在(2.33)式中,令 $n=2$,求 $f'(x_0), f'(x_1), f'(x_2)$。
]
#solution[
令 $x = x_0 + t h, x_k = x_0 + k h (k = 0... | |
https://github.com/Vortezz/fiches-mp2i-maths | https://raw.githubusercontent.com/Vortezz/fiches-mp2i-maths/main/chapter_6.typ | typst | #set page(header: box(width: 100%, grid(
columns: (100%),
rows: (20pt, 8pt),
align(right, text("CHAPITRE 6. NOMBRES RÉELS")),
line(length: 100%),
)), footer: box(width: 100%, grid(
columns: (50%, 50%),
rows: (8pt, 20pt),
line(length: 100%),
line(length: 100%),
align(left, text("<NAME> - MP2I")),
ali... | |
https://github.com/DieracDelta/presentations | https://raw.githubusercontent.com/DieracDelta/presentations/master/polylux/book/src/dynamic/pause.typ | typst | #import "../../../polylux.typ": *
#set page(paper: "presentation-16-9")
#set text(size: 50pt)
#polylux-slide[
first #pause
second #pause
third
]
| |
https://github.com/spherinder/ethz-infk-thesis | https://raw.githubusercontent.com/spherinder/ethz-infk-thesis/master/pages/outline.typ | typst | #let align-helper(state-key, what-to-measure, display) = style(styles => {
let max-width = state(state-key, 0pt)
let this-width = measure(what-to-measure, styles).width
max-width.update(max => calc.max(this-width, max))
locate(loc => {
display(max-width.final(loc), this-width)
})
})
#let presets = (
//... | |
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/note-2/1.级数.typ | typst | #import "../template.typ": *
#import "@preview/xarrow:0.3.0": xarrow
#show: project.with(
course: "Calculus II",
course_fullname: "Calculus (A) II",
course_code: "821T0160",
semester: "Spring-Summer 2024",
title: "Note #1 级数",
authors: (
(
name: "<NAME>",
email: "<EMAIL>",
id: "323010... | |
https://github.com/r8vnhill/keen-manual | https://raw.githubusercontent.com/r8vnhill/keen-manual/main/installation.typ | typst | BSD 2-Clause "Simplified" License |
= Installation
This section guides you through the process of setting up the Keen framework and the EvolutionPlotter in your Kotlin project using Gradle Kotlin DSL.
== Gradle Kotlin DSL Setup
=== Step 1: Specify Versions if `gradle.properties`
First, define the versions of Keen and Compose in your `gradle.properti... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/accent_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
$ x &= p \ dot(x) &= v \ dot.double(x) &= a \ dot.triple(x) &= j \ dot.quad(x) &= s $
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/supercharged-dhbw/1.2.0/declaration-of-authorship.typ | typst | Apache License 2.0 | #let declaration-of-authorship(authors, title, date, language) = {
pagebreak()
v(2em)
text(size: 20pt, weight: "bold", if (language == "de") {
"Selbstständigkeitserklärung"
} else {
"Declaration of Authorship"
})
v(1em)
par(justify: true, [
emäß Ziffer 1.1.13 der Anlage 1 zu §§ 3, 4 und 5 der ... |
https://github.com/Breadp4ck/typst-nstu-template | https://raw.githubusercontent.com/Breadp4ck/typst-nstu-template/main/nstu_template/template.typ | typst | // NSTU report template by <NAME> (https://github.com/Breadp4ck)
// with help from Tombleron (https://github.com/Tombleron) show image: it => {
#let project(
faculty: none, // ФПМИ, АВТф
students: (),
teachers: (),
department: none,
discipline: none,
task_type: none,
task_name: none,
variant: none,
... | |
https://github.com/benjamineeckh/kul-typst-template | https://raw.githubusercontent.com/benjamineeckh/kul-typst-template/main/src/core/component/abstract.typ | typst | MIT License | #import "../../page-utils.typ"
#let insert-abstract(abstract, lang:"en") = context {
heading(
level: 1,
numbering: none,
outlined: true,
if lang == "en"{
"Abstract"
}else{
"Samenvatting"
}
)
if abstract != none {
abstract
pagebreak(weak: true)
}else{
let t = if lang =... |
https://github.com/npikall/typst-templates | https://raw.githubusercontent.com/npikall/typst-templates/main/templates/skript.typ | typst | // Latex Style Template with simple cover page
#let conf(
language:"en",
title: none,
doc
) = {
// set the Pagelayout
set page(
paper:"a4",
margin: ( left: 2.5cm,
right: 2.5cm,
top: 2.5cm,
bottom: 2.5cm ),
footer: context{
if counter(page).get().fi... | |
https://github.com/cadojo/correspondence | https://raw.githubusercontent.com/cadojo/correspondence/main/src/rolo/src/affiliations.typ | typst | MIT License | #let affiliation(
number: none,
name: none,
department: none,
address: none,
city: none,
region: none,
country: none,
postal-code: none,
url: none,
) = (
number: number,
name: name,
department: department,
address: address,
city: city,
region: region,
coun... |
https://github.com/MattiaOldani/Informatica-Teorica | https://raw.githubusercontent.com/MattiaOldani/Informatica-Teorica/master/capitoli/alias.typ | typst | // Setup
#import "@preview/ouset:0.1.1": overset
// Alias
// Matematica
#let dominio(funzione) = $op("Dom")_funzione$
#let immagine(funzione) = $op("Im")_(funzione)$
#let composizione = $circle.stroked.tiny$
// Dati e programmi
#let dati = $"DATI"$
#let programmi = $"PROG"$
// Funzione coppia di Cantor
#let cantor... | |
https://github.com/GYPpro/DS-Course-Report | https://raw.githubusercontent.com/GYPpro/DS-Course-Report/main/Rep/04.typ | typst | #import "@preview/tablex:0.0.6": tablex, hlinex, vlinex, colspanx, rowspanx
#import "@preview/codelst:2.0.1": sourcecode
// Display inline code in a small box
// that retains the correct baseline.
#set text(font:("Times New Roman","Source Han Serif SC"))
#show raw.where(block: false): box.with(
fill: luma(230),
ins... | |
https://github.com/matthiasbeyer/ttt | https://raw.githubusercontent.com/matthiasbeyer/ttt/master/ttt.typ | typst | MIT License | // Workaround for the lack of an `std` scope.
#let std-bibliography = bibliography
#let std-smallcaps = smallcaps
#let std-upper = upper
// Overwrite the default `smallcaps` and `upper` functions with increased spacing between
// characters. Default tracking is 0pt.
#let smallcaps(body) = std-smallcaps(text(tracking: ... |
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/project_documentation/content/meeting_minutes/meeting_minutes.typ | typst | #import "../../../style.typ": include_section
#pagebreak()
= Meeting Minutes
The following section lists all "formal" project meetings and their discussed agenda.
#include_section("project_documentation/content/meeting_minutes/week_01.typ", heading_increase: 1)
#include_section("project_documentation/content/meeting_m... | |
https://github.com/benjamineeckh/kul-typst-template | https://raw.githubusercontent.com/benjamineeckh/kul-typst-template/main/src/core/component/bibliography.typ | typst | MIT License |
// Bibliography
#let insert-bibliography(bib, lang:"en") = {
if bib != none {
heading(
level: 1,
numbering: none,
if lang == "en" {
"Bibliography"
} else {
"Bibliografie"
},
outlined: true
)
show bibliography: set text(size: 0.9em)
set bibliography(... |
https://github.com/ClazyChen/Table-Tennis-Rankings | https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history_CN/2015/WS-11.typ | typst |
#set text(font: ("Courier New", "NSimSun"))
#figure(
caption: "Women's Singles (1 - 32)",
table(
columns: 4,
[排名], [运动员], [国家/地区], [积分],
[1], [丁宁], [CHN], [3387],
[2], [朱雨玲], [MAC], [3345],
[3], [刘诗雯], [CHN], [3321],
[4], [李晓霞], [CHN], [3307],
[5], [陈梦], [CHN], [3178],
... | |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/ziele_und_aufgaben/ziele_aufgabenstellungen.typ | typst | Other | #import "@preview/cetz:0.2.2"
#import "/src/template.typ": *
== #ix("Zielformulierung", "Ziel", "Zielformulierung") und #ix("Aufgabenstellungen", "Aufgabenstellung")
Jeder #ix("Unterrichtsplanung") geht eine #ix("Zielformulierung") voraus. Erst Ziele ermöglichen es nach der Unterrichtsstunde zu beurteilen, ob der Unt... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.