repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/jomaway/typst-teacher-templates | https://raw.githubusercontent.com/jomaway/typst-teacher-templates/main/ttt-worksheet/lib.typ | typst | MIT License | #import "@preview/ttt-utils:0.1.0": components
#import "@preview/chic-hdr:0.4.0": *
#import "@preview/gentle-clues:0.8.0": *
#let worksheet(topic: "", subject: "", authors: "unknown", version: none, columns: 1, body) = {
// Set the document's basic properties.
set document(author: authors, title: topic)
set pa... |
https://github.com/Le-foucheur/Typst-VarTable | https://raw.githubusercontent.com/Le-foucheur/Typst-VarTable/main/examples/trigonometricFunction.typ | typst | MIT License | #set page(width: auto, height: auto, margin: 5pt)
#import "../tabvar.typ": tabvar
#tabvar(
init: (
variable: $x$,
label: (
([sign of cos’], "Sign"),
([variation of cos], "Variation"),
([sign of sin’], "Sign"),
([variation of sin], "Variation"),
),
),
domain: ($0$, $ pi / 2 $,... |
https://github.com/kotfind/hse-se-2-notes | https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/prob/homeworks/to-2024-09-23.typ | typst | = ДЗ 2
== Задача 25 (17)
Нужно чтобы из 5-ти товаров либо 4, либо 5 были с купоном.
Если четыре:
$ P_4 = (C_10000^4 C_490000^1) / C^5_500000 $
Если пять:
$ P_5 = (C_10000^5 C_490000^0) / C^5_500000 = C_10000^5 / C^5_500000 $
Итого:
$ P = P_4 + P_5 = (C_10000^4 C_490000^1 + C_10000^5) / C^5_500000 $
*FIXME:* ответ... | |
https://github.com/michelebanfi/typst-terraform | https://raw.githubusercontent.com/michelebanfi/typst-terraform/main/README.md | markdown | # Terraform new Typst projects
Simple and easy script to startup new Typst projects (we are not using the real Terraform though)
## Usage
As now, we can specify the name of the project and the name of the user. The script will create a new directory with the name of the project inside `Outputs`
```bash
% python3 te... | |
https://github.com/Treeniks/bachelor-thesis-isabelle-vscode | https://raw.githubusercontent.com/Treeniks/bachelor-thesis-isabelle-vscode/master/chapters/04-main-refinements/completions.typ | typst | #import "/utils/todo.typ": TODO
#import "/utils/isabelle.typ": *
== Completions
The LSP specification defines how completions are supposed to be handled. For this, it defines a `textDocument/completion` request sent by the client @lsp-spec. In particular, the choice of _when_ completions are triggered is up to the cl... | |
https://github.com/rabotaem-incorporated/calculus-notes-2course | https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/05-complex-functions/03-analytical-continuation.typ | typst | #import "../../utils/core.typ": *
== Аналитическое продолжение
#def(label: "def-analitical-continuation")[
Пусть $f in H(Omega)$, $g in H(tilde(Omega))$. $Delta$ --- компонента связности $Omega sect tilde(Omega)$. Если $f(z) = g(z)$ на $Delta$, то $g$ --- _непосредсвенное аналитическое продолжение $f$ на $tilde(Ome... | |
https://github.com/Dherse/masterproef | https://raw.githubusercontent.com/Dherse/masterproef/main/common/info.typ | typst | #import "./colors.typ": *
#let info-settings = (
info: (
prefix: none,
icon: "circle-info",
fill_color: ugent-blue.lighten(90%),
stroke_color: ugent-blue,
),
definition: (
prefix: [#underline(smallcaps[*Definition*])#smallcaps[:]],
icon: "highlighter-solid",
fill_color: caribbean-curr... | |
https://github.com/liuguangxi/erdos | https://raw.githubusercontent.com/liuguangxi/erdos/master/Problems/typstdoc/figures/p24_1.typ | typst | #import "@preview/cetz:0.2.1"
#cetz.canvas({
import cetz.draw: *
let a = 3
line((0, 0), (a, 0), (a/2, a/2*calc.sqrt(3)), close: true)
content((a/2, -a/6), box[LEVEL 1])
let os = 4
line((os+0, 0), (os+3, 0), (os+a/2, a/2*calc.sqrt(3)), close: true)
line((os+a/4, a/4*calc.sqrt(3)), (os+a*3/4, ... | |
https://github.com/PgBiel/typst-diagbox | https://raw.githubusercontent.com/PgBiel/typst-diagbox/main/examples/example.typ | typst | Apache License 2.0 | #import "../diagbox.typ": *
Using `auto` columns is very convenient when it is the largest cell
in that column:
```typ
#table(
columns: (auto, auto, auto),
align: horizon + center,
bdiagbox[Names][Properties], [*Can Walk*], [*Can Run*],
[*Character A*], [Yes], [No],
[*Character B*], [No], [No]
... |
https://github.com/syrkis/esch | https://raw.githubusercontent.com/syrkis/esch/main/typ/lib.typ | typst | MIT License | #import "@preview/touying:0.5.2": *
#let slide(
config: (:),
repeat: auto,
setting: body => body,
composer: auto,
..bodies,
) = touying-slide-wrapper(self => {
let header(self) = {
// text(utils.call-or-display(self, self.store.header))
set text(size: 1.3em)
place(left, dx: 1.5em, dy: 1.5em, ut... |
https://github.com/daskol/typst-templates | https://raw.githubusercontent.com/daskol/typst-templates/main/cvpr/main.typ | typst | MIT License | #import "/cvpr.typ": cvpr2025, conf-name, conf-year, eg, etal, indent
#import "/logo.typ": LaTeX, TeX
#let affls = (
one: (institution: "Institution1", location: "Institution1 address"),
two: (
institution: "Institution2",
location: "First line of institution1 address"),
airi: ("AIRI", "Moscow", "Russia"... |
https://github.com/frugal-10191/frugal-typst | https://raw.githubusercontent.com/frugal-10191/frugal-typst/main/examples/book-template/example_book.typ | typst | Apache License 2.0 | #import("/book-template/book_template.typ"): book, part, setChapterImage
#show: book.with(
title: "Typst Book Template Example",
subtitle: "now with parts",
author: "Frugal",
titleFont: "Lato",
headingFont: "Lato",
bodyFont: "Gentium Plus",
fontSize: 12pt,
leading: 0.65em,
cover: "/examples/book-temp... |
https://github.com/dyc3/senior-design | https://raw.githubusercontent.com/dyc3/senior-design/main/index.typ | typst | #import "@preview/in-dexter:0.0.5": *
#columns(3)[
#make-index(title: [Index], outlined: true)
] | |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/te-show.typ | typst | show "hi": "ahs"
show "hxi": "aa"
// show rules are cumulative
// and they follow order
show block: (val) => {
if type(val) == "content" {
if (repr(val).text() == "aaaa") {
val = "xxxxx"
}
// interesting ... this works
}
text(fill: red, val)
// this is a good example
#import "@preview/c... | |
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/tests/complex/print-complex-unity/test.typ | typst | Apache License 2.0 | #import "/src/lib.typ": *
#set page(width: auto, height: auto, margin: 1cm)
#complex(0, 1)
#complex(0, 1, print-complex-unity: true)
|
https://github.com/Enter-tainer/typstyle | https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/markup/raw.typ | typst | Apache License 2.0 | ```rs
let a = 1;
```
```rs
let a = 1;
```
#[
```rs
let a = 1;
```
]
#{
```rs
let a = 1;
```
}
#{
```rs
let a = 1;
let b = 1;
let c = 1;
let d = 1;
```
}
#[
```rs
let a = 1;
let b = 1;
let c = 1;
let d = 1;
```
]
```typ #link()```
```typ #link(... |
https://github.com/janlauber/bachelor-thesis | https://raw.githubusercontent.com/janlauber/bachelor-thesis/main/thesis_typ/glossary.typ | typst | Creative Commons Zero v1.0 Universal | \
/ Kubernetes Operator: A software extension that uses custom resources to manage applications and their components.
/ CRD (Custom Resource Definition): A way to extend the Kubernetes API to create your own custom resources.
/ Rollout: The process of updating the instances of an application in a controlled manner.
/ ... |
https://github.com/El-Naizin/cv | https://raw.githubusercontent.com/El-Naizin/cv/main/modules_fr/projects.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Projets & Associations")
#cvEntry(
title: [Stagiaire en Analyse de Données],
society: [XYZ Corporation],
date: [été 2020],
location: [San Francisco, CA],
description: list(
[Aider à la préparation, au traitement et à l'analyse de données à l'aide de ... |
https://github.com/pedrofp4444/BD | https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[4] Modelação Lógica/explicação.typ | typst | #let explicação = {
[
== Apresentação e Explicação do Modelo Lógico Produzido
Para a correta construção do modelo lógico, a equipa da “Quatro em Linha” reuniu-se para considerar como proceder à execução do diagrama, apoiado, inicialmente, por uma ponderação sobre a quantidade de tabelas a utilizar. Procede-s... | |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/软件分析/hw/2100012990-郭子荀-软分第三次作业.typ | typst | #import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark
#import "../../template.typ": *
#show: note.with(
title: "作业12",
author: "YHTQ",
date: datetime.today().display(),
logo: none,
withOutlined : false,
withTitle : false,
withHeadingNumbering: false
)
```hs
impo... | |
https://github.com/qianxi0410/cv.typ | https://raw.githubusercontent.com/qianxi0410/cv.typ/master/template.typ | typst | MIT License | // url预处理
#let url(url-str) = {
let prefix = regex("http[s]?://")
// url必须以http:// 或 https://开头
if not url-str.starts-with(prefix) {
panic("url must start with http:// or https://")
}
url-str = url-str.replace(prefix, "")
// 去掉末尾的/
if url-str.ends-with("/") {
url-str = url-str.slice(0, url.len()... |
https://github.com/davidedellagiustina/uniud-slides | https://raw.githubusercontent.com/davidedellagiustina/uniud-slides/master/src/uniud-slides/template.typ | typst | MIT License | // Presentation slides templarte for the University of Udine (UniUD)
// Author: <NAME>
// Date: 02/2024
// This template uses [Polylux](https://github.com/andreasKroepelin/polylux) to render slides
#import "@preview/polylux:0.3.1": *
// Main configuration function
// Usually, it should be used with `#show`
#let uniud... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/050%20-%20Phyrexia%3A%20All%20Will%20Be%20One/006_Hard%20as%20Anger%2C%20Bright%20as%20Joy.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Hard as Anger, Bright as Joy",
set_name: "Phyrexia: All Will Be One",
story_date: datetime(day: 14, month: 01, year: 2023),
author: "<NAME>",
doc
)
When Lukka stepped from the Blind Eternities, humidity and heat punched him in the gut. The ... | |
https://github.com/maxgraw/bachelor | https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/1-introduction/method.typ | typst | Diese Arbeit ist in mehrere Kapitel untergliedert, die den Prozess der Konzeption und Entwicklung einer Augmented Reality-Anwendung systematisch darstellen. Im ersten Teil werden die grundlegenden Begriffe definiert und erläutert. Diese sind essenziell für das Verständnis der gesamten Arbeit und unterstützen die Begrün... | |
https://github.com/callumvh/cv | https://raw.githubusercontent.com/callumvh/cv/main/main.typ | typst | #show heading: set text(font: "Linux Biolinum")
#show link: underline
// Uncomment the following lines to adjust the size of text
// The recommended resume text size is from `10pt` to `12pt`
// #set text(
// size: 12pt,
// )
// Feel free to change the margin below to best fit your own CV
#set page(margin: (x: 0.9c... | |
https://github.com/liuguangxi/fractusist | https://raw.githubusercontent.com/liuguangxi/fractusist/main/src/util.typ | typst | MIT License | //==============================================================================
// Utilities for SVG code generation
//==============================================================================
// SVG template strings
#let SVG-HEADER = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"WIDTH\" height=\"HEI... |
https://github.com/An-314/Notes-of-DSA | https://raw.githubusercontent.com/An-314/Notes-of-DSA/main/vector.typ | typst | = 向量Vector
和数组一样,寻秩访问(Call by Rank):元素各由编号唯一指代,并可直接访问。为了使数组可以动态操作,引入`ADT::Vector`。
向量是数组的抽象与泛化,由一组元素按线性次序封装而成。
各元素与$[0, n)$内的秩(rank)一一对应:
```cpp
using Rank = unsigned int; //call-by-rank
```
提供接口:
```cpp
size() / empty() // 报告元素总数 / 判定是否为空 向量
get(r) / put(r, e) // 获取秩为r的元素 / 用e替换秩为r元素的数值 向量
insert(r, e) / insert(... | |
https://github.com/veilkev/jvvslead | https://raw.githubusercontent.com/veilkev/jvvslead/Typst/sys/header.typ | typst | #import "./packages.typ": *
#import "./sys.typ": *
/***********************************************/
/* Header */
/***********************************************/
#page-number("1")
#move(dx: 0pt, dy: -10pt,
title
)
#move(dx: 0pt, dy: -10pt,
desc
)
// Spacing between t... | |
https://github.com/htlwienwest/da-vorlage-typst | https://raw.githubusercontent.com/htlwienwest/da-vorlage-typst/main/template/diplomarbeit.typ | typst | MIT License | #import "@preview/htlwienwest-da:0.1.0": *
/// Diplomarbeits-Konfiurationen
///
/// Alle Parameter müssen ausgefüllt werden um das Dokument zu generieren
///
/// Parameter:
/// - titel: string
/// - schuljahr: string
/// - abteilung: string
/// - unterschrifts-datum: string
/// - autoren: list(dict)
/// - v... |
https://github.com/kilpkonn/CV | https://raw.githubusercontent.com/kilpkonn/CV/master/modules_en/skills.typ | typst | // Imports
#import "@preview/brilliant-cv:2.0.3": cvSection, cvSkill, hBar
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#cvSection("Skills")
#cvSkill(
type: [Languages],
info: [Estonian #hBar() English #hBar() Russian (basic)],
)
#cvSkill(
type: [Tech Stack],
... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/grid-4_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// 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,... |
https://github.com/chilingg/kaiji | https://raw.githubusercontent.com/chilingg/kaiji/main/template/cover.typ | typst | Other | #let cover(part_sym, part) = {
set text(
font: "Source Han Serif",
weight: "medium",
size: 12pt,
tracking: 0.1em
)
[
#set page(
fill: color.cmyk(0%, 75%, 100%, 40%),
margin: (top: 4cm)
)
#set text(
weight: "extrabold",
fill: color.cmyk(0%, 20%, 60%, 40%)
)... |
https://github.com/elpekenin/access_kb | https://raw.githubusercontent.com/elpekenin/access_kb/main/typst/glossary.typ | typst | #let entry-list = (
(
key: "hid",
short: "HID",
long: "Human Interface Device",
description: "Estándar para interfaces de usuario.",
),
(
key: "i2c",
short: "I2C",
long: "Inter Integrated Circuit",
description: "Bus serie de datos.",
),
(
key: "mcu",
short: "MCU",
l... | |
https://github.com/1taroh/typst_font_list | https://raw.githubusercontent.com/1taroh/typst_font_list/main/README.md | markdown | MIT License | # typst_font_list
typst で用いることができるフォントの一覧を表示する
## 使い方
typst をインストールしたのち,コマンドラインから以下を実行してフォント一覧を得る.
```bash
typst fonts > fonts.txt
```
python で適当にフォーマットし,jsonファイルにする.
```bash
python format.py
```
typ ファイルをコンパイルする.
```bash
typst compile fonts.typ fonts{n}.png
```
## 参考文献
* [typst フォント まとめ](https://qiita.com/1taroh/ite... |
https://github.com/kdkasad/typst-homework-template | https://raw.githubusercontent.com/kdkasad/typst-homework-template/master/examples/computer-science/main.typ | typst | BSD 3-Clause "New" or "Revised" License | #import "../../khw.typ": khw
#show: khw.with(
title: [Example Homework: Computer Science],
course: [CS 123],
author: "<NAME>",
newpages: true,
)
#include "problem1.typ"
#include "problem2.typ"
#include "problem3.typ"
#include "problem4.typ"
|
https://github.com/pedrofp4444/BD | https://raw.githubusercontent.com/pedrofp4444/BD/main/report/main.typ | typst | #import "cover.typ": cover
#import "templates/template.typ": *
#import "templates/index.typ": *
#import "content/[0] Resumo/main.typ": resumo
#import "content/[1] Definição do sistema/main.typ": definicao_do_sistema
#import "content/[2] Levantamento e Análise de Requisitos/main.typ": requisitos
#import "content/[3] Mo... | |
https://github.com/typst-community/mantodea | https://raw.githubusercontent.com/typst-community/mantodea/main/docs/manual.typ | typst | MIT License | #import "util.typ": mantys, package, issues
#import "/src/lib.typ" as mantodea
#import mantodea.link: footlink
#show: mantys.mantys.with(
..package,
title: [mantodea],
subtitle: [/mɑntɔdɛɑ/],
date: datetime.today().display(),
abstract: [
MANTODEA provides a template and tools for writing documents target... |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/spue/leistungsmessung/formen.typ | typst | Other | #import "/src/template.typ": *
== Formen der Leistungsmessung
In der SPÜ werden Sie sehr wahrscheinlich Noten in Form von Lernerfolgskontrollen gewinnen müssen. Erinnern Sie sich an den Prinzipien auf S. #refpage(<ephid-bub>) ff.! Formulieren Sie nur Aufgaben, die Sich mit Hilfe der generierten Kompetenzen aus Ihren ... |
https://github.com/kdkasad/typst-homework-template | https://raw.githubusercontent.com/kdkasad/typst-homework-template/master/examples/computer-science/problem3.typ | typst | BSD 3-Clause "New" or "Revised" License | #import "../../khw.typ": problem, radialgraph
#problem[
#lorem(70)
]
Proof by cases.
Below, a node in a graph represents a TA and an edge between two nodes represents a handshake between the two TAs.
=== Case 1: Everyone shook hands
#lorem(50)
=== Case 2: Not everyone shook hands
#lorem(60)
#lorem(80)
#grid(
... |
https://github.com/Otto-AA/definitely-not-tuw-thesis | https://raw.githubusercontent.com/Otto-AA/definitely-not-tuw-thesis/main/tests/dissertation/test.typ | typst | MIT No Attribution | #import "/src/thesis.typ": *
#show: general-styles
#show: thesis.with(
lang: "en",
title: (en: "An ode for Lord Ipsum", de: "Eine Ode an Lord Ipsum"),
subtitle: (en: "The origins", de: "The origins"),
thesis-type: (en: "Dissertation", de: "Dissertation"),
academic-title: (en: "Doktorin der Sozial- und Wirts... |
https://github.com/leyan/cetzpenguins | https://raw.githubusercontent.com/leyan/cetzpenguins/main/gallery/customizedPenguin.typ | typst | MIT License | #import "@preview/cetz:0.2.2"
#import "../src/penguins.typ" :penguin,penguinInternal,anchor-coords
#set page(width: 3cm, height: 4cm)
#set align(center+horizon)
#penguin(
width:2cm,
body-color:blue,
head-color:aqua,
left-eye:(color:red,
shape:"shiny"),
right-eye:(
color:green,
shape:"wink")
) |
https://github.com/maucejo/book_template | https://raw.githubusercontent.com/maucejo/book_template/main/template/chapters/ch_main.typ | typst | MIT License | #include "intro.typ"
#include "ch1.typ"
#include "ch2.typ"
// #include "conclusion.typ" |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/PianoDiProgetto/sections/ConsuntivoSprint/TredicesimoSprint.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
==== Tredicesimo consuntivo
*Inizio*: Venerdì 15/03/2024
*Fine*: Giovedì 21/03/2024
#rendicontazioneOreAPosteriori(sprintNumber: "... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/meta/ref-03.typ | typst | Other |
#show ref: it => {
if it.element != none and it.element.func() == figure {
let element = it.element
"["
element.supplement
"-"
str(element.counter.at(element.location()).at(0))
"]"
// it
} else {
it
}
}
#figure(
image("test/assets/files/cylinder.svg", height: 3cm),
caption: [... |
https://github.com/EunTilofy/NumComputationalMethods | https://raw.githubusercontent.com/EunTilofy/NumComputationalMethods/main/coding/task2/SC-report-1.typ | typst | #import "../../template.typ": *
#show: project.with(
course: "Computing Method",
title: "Computing Method - Programming 1",
date: "2024.4.23",
authors: "<NAME>, 3210106357",
has_cover: false
)
= 问题
\
函数 $f(x) = 1/(1 + 25 x^2), x in [-1, 1]$,利用下列条件做插值逼近,并与函数 $f(x)$ 的图像进行比较。($n=10$)
#set enum(numbering : "(a)")
+ ... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/bibliography-ordering.typ | typst | Apache License 2.0 | #set page(width: 300pt)
@mcintosh_anxiety
@psychology25
@netwok
@issue201
@arrgh
@quark
@distress,
@glacier-melt
@issue201
@tolkien54
@sharing
@restful
#bibliography("/files/works.bib")
|
https://github.com/binhtran432k/ungrammar-docs | https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/literature-review/index.typ | typst | = Literature Review
#include "./lsp.typ"
#include "./vscode.typ"
#include "./monaco.typ"
#include "./monaco-vs-vscode.typ"
#include "./ast.typ"
#include "./cst.typ"
#include "./lezer.typ"
#include "./ungrammar.typ"
#include "./bun.typ"
#include "./typescript.typ"
#include "./esbuild.typ... | |
https://github.com/christophermanning/typst-docker | https://raw.githubusercontent.com/christophermanning/typst-docker/main/examples/hello-world.typ | typst | MIT License | // make the compiled output idempotent
#set document(date: none)
#for _ in range(4) [
= Hello World
#lorem(125)
]
|
https://github.com/gongke6642/tuling | https://raw.githubusercontent.com/gongke6642/tuling/main/Math/underover.typ | typst | #set text(
size:10pt,
)
#set page(
paper:"a5",
margin:(x:1.8cm,y:1.5cm),
)
#set par(
justify: true,
leading: 0.52em,
)
= 上/下
等式各部分上方或下方的分隔符。
大括号和括号还允许您在自身下方或上方添加可选注释。
= 功能
= 下划线
内容下方的水平线。
#image("51.png")
= 内容
行上方的内容。
= 上划线
内容上方的水平线。
#image("52.png")
= 内容
行下方的内容。
= 下方大括号
内容下方的水平大括号,下方带有可选注释。
#image("53.png... | |
https://github.com/Hennzau/cv | https://raw.githubusercontent.com/Hennzau/cv/main/example/enzo.le-van.typ | typst | #import "../lib.typ": cv
#let gray = rgb("#303848")
#let orange = rgb("#BF9268")
#let light_gray = rgb("#F2F2F2")
#let cadre_photo() = {
align(right + bottom)[
#box(width: auto, height: 85%, stroke: gray + 4pt,)[
#image("enzo.le-van.photo.jpg")
]
]
}
#let cadre_nom() = {
align(center + bottom)[
... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/021%20-%20Battle%20for%20Zendikar/006_Nissa's%20Quest.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Nissa's Quest",
set_name: "Battle for Zendikar",
story_date: datetime(day: 23, month: 09, year: 2015),
author: "<NAME>",
doc
)
#emph[Nissa was closer to the power of Zendikar, and to the world’s soul, than ever before. She was able to chann... | |
https://github.com/ludwig-austermann/typst-funarray | https://raw.githubusercontent.com/ludwig-austermann/typst-funarray/main/examples/doc.typ | typst | MIT License | #import "@preview/idwtet:0.3.0"
#set page(header: text(gray, 9pt)[`funarray` package documentation])
#show: idwtet.init.with(
code-font-size: 11pt,
eval-scope: (
funarray: (
value: {import "../funarray.typ" as funarray; funarray},
code: "#import \"@preview/funarray:0.3.0\""
)
))
= ... |
https://github.com/michaelvanstraten/michaelvanstraten | https://raw.githubusercontent.com/michaelvanstraten/michaelvanstraten/master/resume.typ | typst | #import "@preview/modern-cv:0.6.0": *
#show: resume.with(
author: (
firstname: "Michael", lastname: "<NAME>", email: "<EMAIL>", github: "michaelvanstraten", birth: "June 9, 2004", positions: ("Systems Architect", "Full-stack Software Engineer",),
), date: datetime.today().display(), colored-headers: false, sho... | |
https://github.com/EpicEricEE/typst-droplet | https://raw.githubusercontent.com/EpicEricEE/typst-droplet/master/src/split.typ | typst | MIT License | #import "util.typ": attach-label, space, splittable
// Joins the given children into a single content.
//
// If the children list is empty, an empty content is returned instead of none.
#let join(children) = {
if children.len() == 0 {
[]
} else {
children.join()
}
}
// Gets the number of breakpoints in ... |
https://github.com/protohaven/printed_materials | https://raw.githubusercontent.com/protohaven/printed_materials/main/common-tools/spindle_sander.typ | typst |
#import "../environment/env-protohaven-class_handouts.typ": *
= Spindle Sander
== Usage Notes
=== Safety
- Keep fingers a minimum of three inches from moving abrasive surfaces
- Do not sand on the up (right) side of the disk sander
- Position the workpiece so that it will not kick back during sanding
- Sand with... | |
https://github.com/SkiFire13/eh-presentation-shellcode | https://raw.githubusercontent.com/SkiFire13/eh-presentation-shellcode/master/task1.d.typ | typst | #import "@preview/polylux:0.3.1": *
#import "unipd.typ": *
#new-section[ Task 1.d ]
#slide[
- Extend task 1.b to execute:
#align(center, `/usr/bin/env`)
- And pass it some environment variables:
#align(center, ```
aaa=1234
bbb=5678
cccc=1234
```)
]
#new-section[ Task 1.d: Solution ]
#slide[
... | |
https://github.com/exdevutem/taller-git | https://raw.githubusercontent.com/exdevutem/taller-git/main/main.typ | typst | #import "template.typ": template
#import "@preview/big-todo:0.2.0": *
#show: template
= ¿Qué es Git?
Es un software FOSS #footnote[Free and Open Source Software, o Software libre y de código abierto.] de control de versiones, creado por <NAME> #footnote[También conocido por la creación del Kernel de Linux.]. Un softw... | |
https://github.com/mhspradlin/wilson-2024 | https://raw.githubusercontent.com/mhspradlin/wilson-2024/main/understanding-ai/day-3.typ | typst | MIT License | #set page(
paper: "presentation-16-9",
numbering: "1",
number-align: right,
header: locate(loc => {
let elems = query(
selector(heading.where(level: 1)).before(loc),
loc,
)
let has-headers-on-page = query(
selector(heading.where(level: 1)),
loc,
).filter(h => h.location().page() == loc.p... |
https://github.com/Sematre/typst-kit-thesis-template | https://raw.githubusercontent.com/Sematre/typst-kit-thesis-template/main/sections/07_appendix.typ | typst | = Appendix
== First Appendix Section
#figure(
image("/assets/logo-kit.svg", width: 50%),
caption: "A figure"
) | |
https://github.com/EpicEricEE/typst-equate | https://raw.githubusercontent.com/EpicEricEE/typst-equate/master/assets/example.typ | typst | MIT License | #import "../src/lib.typ": equate
#set text(size: 14pt)
#set par(justify: true)
#set page(
width: 11cm,
height: 4cm,
margin: 1em,
background: pad(0.5pt, box(
width: 100%,
height: 100%,
radius: 4pt,
fill: white,
stroke: white.darken(10%),
)),
)
#show: equate.with(breakable: true, sub-numbe... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/031%20-%20Hour%20of%20Devastation/004_The%20Hour%20of%20Promise.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Hour of Promise",
set_name: "Hour of Devastation",
story_date: datetime(day: 28, month: 06, year: 2017),
author: "<NAME>",
doc
)
#figure(image("004_The Hour of Promise/01.jpg", width: 100%), caption: [Hapatra, Vizier of Poisons | Art by... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/newline-mode.typ | typst | Apache License 2.0 | // Test newline continuations.
---
#{
"hello"
.clusters()
if false {
}
else {
("1", "2")
}
}
---
#"hello"
.codepoints()
#if false {
}
else {
("1", "2")
}
|
https://github.com/monaqa/typscrap.nvim | https://raw.githubusercontent.com/monaqa/typscrap.nvim/master/class/layout/telomere.typ | typst | #let draw_tick_range(y_start, y_end, date) = {
let left_margin = 16pt
let baseline = 0pt
let max_days = 30
let diff_days = (datetime.today() - date) / duration(days: 1)
let tick_color = {
let base_color = rgb("#2ecc40")
if date.weekday() == 6 {
base_color = blue
} else if date.weekday() ==... | |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Maths.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",
authors: (
"<NAME>",
),
date: "30 Octobre, 2023",
)
#set heading(numbering: "1.1.")
#link("Calculus.pdf") #link("Category_The... | |
https://github.com/nicolasfara/commonwears-2024-rome | https://raw.githubusercontent.com/nicolasfara/commonwears-2024-rome/master/commonwears-2024-rome.typ | typst | #import "@preview/polylux:0.3.1": *
#import themes.metropolis: *
#set page(paper: "presentation-16-9")
#show raw: set text(size: 11pt)
#show math.equation: set text(font: "Fira Math")
#show figure.caption: set text(size: 16pt)
#set text(font: "Fira Sans", weight: "light", size: 20pt)
#set strong(delta: 100)
#set par... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/grotesk-cv/0.1.0/content/references.typ | typst | Apache License 2.0 | #import "../lib.typ": *
#import "@preview/fontawesome:0.2.1": *
== #fa-icon("users") #h(5pt) #get-header-by-language("References", "Referencias")
#v(5pt)
#if is-english() [
#reference-entry(
name: [<NAME>, Resistance Leader],
company: [Cyberdyne Systems],
telephone: [+1 (555) 654-3210],
email: [<... |
https://github.com/ljgago/typst-chords | https://raw.githubusercontent.com/ljgago/typst-chords/main/src/single.typ | typst | MIT License | #import "./utils.typ": parse-content, has-number, size-to-scale
/// The single chord a chord without diagram used to show the chord name over a word.
///
/// - ..text-params (auto): Embeds the native *text* parameters from the standard library of *typst*. *Optional*.
///
/// - background (color): Sets the background c... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/docs/tinymist/feature/language-content.typ | typst | Apache License 2.0 |
#import "../mod.typ": *
Language service (LSP) features:
- #link("https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide")[Semantic highlighting]
- The "semantic highlighting" is supplementary to #link("https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide")["syntax h... |
https://github.com/freundTech/typst-matryoshka | https://raw.githubusercontent.com/freundTech/typst-matryoshka/main/tests/features/basic/test.typ | typst | MIT License | #import "/lib.typ": compile
#set page(fill: gray)
#compile("Hello World")
|
https://github.com/markcda/unitech-typst | https://raw.githubusercontent.com/markcda/unitech-typst/master/examples/rf-telecommunication-systems/01-abstract.typ | typst | MIT License | #import "00-university-template.typ": *
#show: student_work.with(
title: "Реферат - Устройства приема и обработки сигналов в ТКС - Титов К.А.",
header: "unitech-2023-header.png",
department_name: "Кафедра информационной безопасности",
institute_name: "Институт инфокоммуникационных систем и технологий",
work_... |
https://github.com/drupol/master-thesis | https://raw.githubusercontent.com/drupol/master-thesis/main/src/thesis/4-conclusion.typ | typst | Other | #import "imports/preamble.typ": *
#import "theme/template.typ": *
#import "theme/common/titlepage.typ": *
#import "theme/common/metadata.typ": *
#import "theme/disclaimer.typ": *
#import "theme/leftblank.typ": *
#import "theme/acknowledgement.typ": *
#import "theme/abstract.typ": *
#import "theme/infos.typ": *
#chapt... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/type_check/op_type_of.typ | typst | Apache License 2.0 | #let f(x) = {
assert(type(x) == int)
};
|
https://github.com/medewitt/bio720 | https://raw.githubusercontent.com/medewitt/bio720/main/bio2-module-1.typ | typst | BSD 3-Clause "New" or "Revised" License | #import "template.typ": *
#show: ams-article.with(
title: "Virology",
authors: (
(
name: "<NAME>",
department: [Department of Biology],
organization: [Wake Forest University],
location: [Winston Salem, NC 27101],
email: "<EMAIL>",
url: "www.michaeldewittjr.com"
),
),
... |
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/lift/brainstorm.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components: *
#show: create-body-entry.with(
title: "Brainstorm: Elevation",
type: "brainstorm",
date: datetime(year: 2024, month: 1, day: 03),
author: "<NAME>",
witness: "Violet Ridge",
)
= Choices
There were several d... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1E800.typ | typst | Apache License 2.0 | #let data = (
("MENDE KIKAKUI SYLLABLE M001 KI", "Lo", 0),
("MENDE KIKAKUI SYLLABLE M002 KA", "Lo", 0),
("MENDE KIKAKUI SYLLABLE M003 KU", "Lo", 0),
("MENDE KIKAKUI SYLLABLE M065 KEE", "Lo", 0),
("MENDE KIKAKUI SYLLABLE M095 KE", "Lo", 0),
("MENDE KIKAKUI SYLLABLE M076 KOO", "Lo", 0),
("MENDE KIKAKUI SYLL... |
https://github.com/Pegacraft/typst-plotting | https://raw.githubusercontent.com/Pegacraft/typst-plotting/master/lib.typ | typst | MIT License | #import "/plotst/plotting.typ": plot, overlay, scatter_plot, graph_plot, histogram, pie_chart, bar_chart, radar_chart
#import "/plotst/axis.typ": axis
#import "/plotst/util/classify.typ": class, class_generator, classify, compare
|
https://github.com/royfrancis/quarto-typst-certificate | https://raw.githubusercontent.com/royfrancis/quarto-typst-certificate/main/index.typ | typst | // Some definitions presupposed by pandoc's typst output.
#let blockquote(body) = [
#set text( size: 0.92em )
#block(inset: (left: 1.5em, top: 0.2em, bottom: 0.2em))[#body]
]
#let horizontalrule = [
#line(start: (25%,0%), end: (75%,0%))
]
#let endnote(num, contents) = [
#stack(dir: ltr, spacing: 3pt, super[#n... | |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/计算方法B/code/hw1/hw1.typ | typst | #import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark
#import "../../template.typ": *
#show: note.with(
title: "作业1",
author: "YHTQ",
date: datetime.today().display(),
logo: none,
withOutlined : false,
withTitle : false,
withHeadingNumbering: false
)
= 1.
设 $A... | |
https://github.com/GuTaoZi/SUSTech-thesis-typst | https://raw.githubusercontent.com/GuTaoZi/SUSTech-thesis-typst/main/template/template.typ | typst | MIT License | #import "abstract_zh.typ" : *
#import "abstract_en.typ" : *
#import "acknowledge.typ" : *
#import "appendix.typ" : *
#import "content_zh.typ" : *
#import "cover_zh.typ" : *
#import "cover_en.typ" : *
#import "decl_zh.typ" : *
#import "decl_en.typ": *
#import "references.typ" : *
#let cover(
en: false,
... |
https://github.com/ToxicPie/NaOCl | https://raw.githubusercontent.com/ToxicPie/NaOCl/master/main.typ | typst | #set page(
paper: "a4",
margin: (
top: 32pt, bottom: 32pt,
left: 30pt, right: 20pt,
),
header: [
#set text(weight: "bold")
NYCU_ACtame (National Yang Ming Chiao Tung University)
#h(1fr)
Page #counter(page).display("1/1", both: true)
],
header-ascen... | |
https://github.com/refparo/24xx-typst | https://raw.githubusercontent.com/refparo/24xx-typst/master/24xx-zh.typ | typst | Creative Commons Attribution 4.0 International | // inline styling
#set text(
8.5pt, top-edge: 9pt, luma(10%),
font: ("Barlow", "Noto Sans CJK SC"),
weight: 350, stretch: 87.5%,
number-width: "tabular",
lang: "zh", region: "cn", script: "hans",
)
#show regex("[A-Za-z0-9\s]+"): it => {
show text.where(size: 8.5pt): text.with(9pt)
show text.where(size: 7... |
https://github.com/university-makino/Microcomputer-control-and-exercises | https://raw.githubusercontent.com/university-makino/Microcomputer-control-and-exercises/master/report/プレレポート5/report.typ | typst | // ライブラリの実装 //
#import "@preview/codelst:2.0.1": sourcecode
#import "@preview/i-figured:0.2.4"
//フォント設定//
#let gothic = "YuMincho"
//本文フォント//
#set text(11pt, font: gothic, lang: "ja")
//タイトル- 見出しフォント//
#set heading(numbering: "1.1")
#let heading_font(body) = {
show regex("[\p{scx: Han}\p{scx: Hira}\p{scx: Kana}]... | |
https://github.com/FrederikRichter/typwiki | https://raw.githubusercontent.com/FrederikRichter/typwiki/main/template.typ | typst | #let template(
keywords: (),
authors: (),
date: none,
title,
doc,
) = {
let title = lower(title)
let keywords = {
let res = ()
for k in keywords {
res.push(lower(k))
}
res
}
metadata((
keywords: keywords,
))
set text(lang: "de")
set page(
pap... | |
https://github.com/carreter/problemst | https://raw.githubusercontent.com/carreter/problemst/main/README.md | markdown | MIT License | # problemst
Simple and easy-to-use template for problem sets/homeworks/assignments.

## Usage
Click "Start from template" in the Typst web app and search for `problemst`.
Alternatively, run the following command to create a directory initialized with all neces... |
https://github.com/vmysak/modern-cv-typst | https://raw.githubusercontent.com/vmysak/modern-cv-typst/main/src/definitions/cv-page-frame.typ | typst | Apache License 2.0 | #import "../my-config.typ": *
#import "./cv-page-styles.typ": cvStyle
#let separator_fn(name: "", size: 7pt) = [#box(width: size) #name]
#let separator = separator_fn()
#let separator_sm = separator_fn(size: 0.5pt)
#let _contactsBuilder = parent => {
let items = ()
let contacts = userInfo.contacts.pairs()
let u... |
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/program-tracking.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components: *
#show: create-body-entry.with(
title: "Program: Position Tracking",
type: "program",
date: datetime(year: 2023, month: 8, day: 20),
author: "<NAME>",
witness: "<NAME>",
)
In order to get the position tracki... |
https://github.com/jneug/typst-finite | https://raw.githubusercontent.com/jneug/typst-finite/main/README.md | markdown | MIT License | # finite (v0.3.2)
**finite** is a [Typst](https://github.com/typst/typst) package for rendering finite automata on top of [CeTZ](https://github.com/johannes-wolf/typst-canvas).
## Usage
For Typst 0.6.0 or later, import the package from the typst preview repository:
```js
#import "@preview/finite:0.3.1": automaton
`... |
https://github.com/platformer/typst-algorithms | https://raw.githubusercontent.com/platformer/typst-algorithms/main/test/assertions/assert_d_in_algo.typ | typst | MIT License | #import "../../algo.typ": d
#d
|
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/note-2/3.多元函数微分学.typ | typst | #import "../template.typ": *
#show: project.with(
course: "Calculus II",
course_fullname: "Calculus (A) II",
course_code: "821T0160",
semester: "Spring-Summer 2024",
title: "Note #3 多元函数微分学",
authors: (
(
name: "<NAME>",
email: "<EMAIL>",
id: "3230104585",
),
),
date: "April 9... | |
https://github.com/veilkev/jvvslead | https://raw.githubusercontent.com/veilkev/jvvslead/Typst/sys/sys.typ | typst | #import "./packages.typ": *
/***********************************************/
/* Slanted Parallelogram */
/***********************************************/
#let slantArt = pattern(
size: (20pt, 20pt),
relative: "parent",
place(
dx: 5pt,
dy: 5pt,
rotate(45deg, square(
siz... | |
https://github.com/ludwig-austermann/typst-funarray | https://raw.githubusercontent.com/ludwig-austermann/typst-funarray/main/examples/test.typ | typst | MIT License | #import "../funarray.typ": *
#let arrs = range(7).map(i => range(i))
#range(1, 4).map(i => arrs.map(a => chunks(a, i)))
#unzip(())
#cycle(("A",), 4)
#range(1, 4).map(i => arrs.map(a => windows(a, i)))
#funarray-unsafe.windows(arrs.at(6), 2)
#range(1, 4).map(i => arrs.map(a => partition(a, n => calc.rem(n, i) == ... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/completion/import.typ | typst | Apache License 2.0 | // path: base.typ
#let aa() = 1;
#let aab() = 1;
#let aac() = 1;
#let aabc() = 1;
-----
// contains: base,aa,aab,aac,aabc,aa.with,aa.where
#import "base.typ": aab, aac
#aac(/* range -2..0 */); |
https://github.com/i-am-wololo/cours | https://raw.githubusercontent.com/i-am-wololo/cours/master/TP/i21/2/main.typ | typst | #import "./templates.typ": *
#show: project.with(title: "TP2 i21")
= Introduction a matplot:
Je vais skip les question, etant donne qu'elles sont extremement facile a realiser avec des listes en comprehension et la connaissance basique de matplot
= Etude de la multiplication:
pour la multiplication, le prof attend q... | |
https://github.com/lxl66566/my-college-files | https://raw.githubusercontent.com/lxl66566/my-college-files/main/信息科学与工程学院/互联网原理与技术/作业/实践6/main.typ | typst | The Unlicense | #import "../../../template.typ": *
#show: project.with(
title: "实践 6",
authors: (
"absolutex",
)
)
= 实践作业6
== Wireshark 以太网实验:Wireshark 数据包捕获: 访问www.tsinghua.edu.cn
=== 选择包含 HTTP GET 消息的以太网帧。根据包含 HTTP GET 消息的以太网帧的内容回答以下问题。在回答问题时,应该在用于回答所提问题的跟踪中提交数据包的打印输出。注释打印输出以解释您的答案。
实际上,并没有找到 HTTP GET 消息中有 Ethernet II... |
https://github.com/vEnhance/1802 | https://raw.githubusercontent.com/vEnhance/1802/main/dotpf.typ | typst | MIT License | #import "@local/evan:1.0.0":*
#show: evan.with(
title: [Appendix: dot product proof],
subtitle: [18.02 Recitation MW9],
author: "<NAME>",
date: datetime.today(),
)
Poonen proves this using the law of cosines.
Here is an outline of a proof that doesn't involve any trigonometry.
(Not all the details are filled ... |
https://github.com/atareao/typst-templates | https://raw.githubusercontent.com/atareao/typst-templates/main/README.md | markdown | MIT License | # Templates for Typst
## Book
A simple template for my books




|
https://github.com/Chwiggy/thesis_bachelor | https://raw.githubusercontent.com/Chwiggy/thesis_bachelor/main/src/chapters/05_planning.typ | typst | #import "../preamble.typ": *
#set math.equation(numbering: "(1)")
= Planning to Access <planning>
Beyond raw travel times, I also looked at different percentiles of `r5py` travel time calculations. These percentile differences can be understood as a proxy for the amount of flexibility a traveller brings to adjust th... | |
https://github.com/ntjess/typst-invoice-template | https://raw.githubusercontent.com/ntjess/typst-invoice-template/main/main.typ | typst | Apache License 2.0 | #import "template.typ": invoice-from-metadata
#let meta = yaml("metadata.yaml")
#meta.doc-info.insert("logo", image("logo.svg", height: 5em))
#invoice-from-metadata(meta, pre-table-body: [], apply-default-style: true) |
https://github.com/Caellian/UNIRI_voxels_doc | https://raw.githubusercontent.com/Caellian/UNIRI_voxels_doc/trunk/template.typ | typst | #import "util.typ": locale-date-format
#let logo = image(
"./FIDIT-logo.png",
height: 15.15mm
)
#let title-page = (
study,
kind,
title,
author,
attributions,
logo,
location,
locale: "hr"
) => [
#set text(size: 16pt)
#set align(center)
#grid(
rows: (auto, 1fr, 1fr, auto),
columns: 1fr,
stac... | |
https://github.com/jrihon/cv | https://raw.githubusercontent.com/jrihon/cv/main/sections/publications.typ | typst | // import template here as well, to get all the functions
#import "../brilliant-template/template.typ": *
#import "../src/biblio.typ": *
#cvSection("Publications")
+ #manual_cite(Rihon2024Ducque, "<NAME>.")
+ #manual_cite(Rihon2024puckers, "<NAME>.")
+ #manual_cite(Schofield2023HnaAptamer, "<NAME>.", is_first: tru... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.