repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/MultisampledNight/flow | https://raw.githubusercontent.com/MultisampledNight/flow/main/src/palette.typ | typst | MIT License | #import "cfg.typ"
#let _key-on-theme(section) = {
for (name, value) in section {
if type(value) == dictionary {
value = value.at(cfg.theme)
}
section.at(name) = value
}
section
}
#let duality = (
fg: rgb("#B6B3B4"),
bg: rgb("#212224"),
pink: rgb("#FA86CE"),
violet: rgb("#AAA9FF"),
b... |
https://github.com/fuchs-fabian/typst-template-aio-studi-and-thesis | https://raw.githubusercontent.com/fuchs-fabian/typst-template-aio-studi-and-thesis/main/template/literature_and_bibliography.typ | typst | MIT License | #let literature-and-bibliography() = [
#lorem(20)
] |
https://github.com/mrknorman/evolving_attention_thesis | https://raw.githubusercontent.com/mrknorman/evolving_attention_thesis/main/04_application/04_application.typ | typst | #set page(numbering: "1", number-align: center)
#set math.equation(numbering: it => {[4.#it]})
#counter(math.equation).update(0)
#import "../notation.typ": vectorn, uvectorn, dvectorn, udvectorn, matrixn
= The Application of Machine Learning to Gravitational-Wave Data Analysis <application-sec>
The following chapter... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/shape-fill-stroke.typ | typst | Apache License 2.0 | // Test shape fill & stroke.
---
#let variant = rect.with(width: 20pt, height: 10pt)
#let items = for (i, item) in (
variant(stroke: none),
variant(),
variant(fill: none),
variant(stroke: 2pt),
variant(stroke: eastern),
variant(stroke: eastern + 2pt),
variant(fill: eastern),
variant(fill: eastern, stro... |
https://github.com/tgeorg-ethz/Tanzquotient-Playlist-Printer | https://raw.githubusercontent.com/tgeorg-ethz/Tanzquotient-Playlist-Printer/main/README.md | markdown | MIT License | # Tanzquotient-Playlist-Printer
Typst template and Python script to generate a playlist printout for TQ Open Dancing events
Made up of
- a Python script to get a Spotify playlist, parse it, and associate dances with different songs
- a Typst document that takes the generated CSV to create a PDF to print out
|
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/tests/complex/complex-root-position/test.typ | typst | Apache License 2.0 | #import "/src/lib.typ": *
#set page(width: auto, height: auto, margin: 1cm)
#complex(67, -0.9)
#complex(67, -0.9, complex-root-position: "before-number")
#complex(67, -0.9, complex-root-position: "after-number") |
https://github.com/NOOBDY/formal-language | https://raw.githubusercontent.com/NOOBDY/formal-language/main/q4.typ | typst | The Unlicense | #let q4 = [
4. (Fun with regex) Give regular expressions describing the following languages. In all cases, the alphabet is ${0, 1}$.
+ ${w | w "contains with at least three 1s"}$.
$Sigma^ast (1 Sigma^ast)^3$
+ ${w | w "contains exactly two 0s and at least two 1s"}$.
= TODO
+ ${w | "every odd position... |
https://github.com/jemus42/typst-slides-bips | https://raw.githubusercontent.com/jemus42/typst-slides-bips/main/bips.typ | typst | MIT License | #import "@preview/polylux:0.2.0": *
#let BIPS_en = [Leibniz Institute for Prevention Research and Epidemiology -- BIPS]
#let BIPS_de = [Leibniz-Institut für Präventionsforschung und Epidemiologie -- BIPS]
#let bips-colors = (
white: rgb(253, 253, 253),
blue: rgb(23, 99, 170),
gray: rgb(66, 66, 66),
orange: r... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/174.%20pgh.html.typ | typst | pgh.html
How to Make Pittsburgh a Startup Hub
April 2016(This is a talk I gave at an event called Opt412 in Pittsburgh.
Much of it will apply to other towns. But not all, because
as I say in the talk, Pittsburgh has some important advantages over
most would-be startup hubs.)What would it take to make Pittsburgh into ... | |
https://github.com/johanvx/typst-undergradmath | https://raw.githubusercontent.com/johanvx/typst-undergradmath/main/CHANGELOG.md | markdown | Creative Commons Attribution Share Alike 4.0 International | # Changelog
All notable changes to this project will be documented in this file.
## [1.4.0](https://github.com/johanvx/typst-undergradmath/compare/v1.3.0..1.4.0) - 2024-05-19
### Features
- Use `thin` for the space between values and units (#43) - ([ca9cc03](https://github.com/johanvx/typst-undergradmath/commit/ca9... |
https://github.com/ren-ben/typst-notes | https://raw.githubusercontent.com/ren-ben/typst-notes/master/ds/data_manipulation_and_visualization.typ | typst | #import "@preview/sourcerer:0.2.1": code
#align(center, text(24pt)[
*Data Manipulation and Visualization in R*
])
#align(center)[
<NAME> \
Technologisches Gewerbemuseum \
#link("mailto:<EMAIL>")
]
#set heading(numbering: "1.")
#show par: set block(spacing: 0.65em)
#set par(
first-line-indent: 1em,
j... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/004%20-%20Dragon's%20Maze/003_Barrin's%20Tall%20Tale.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Barrin's Tall Tale",
set_name: "Dragon's Maze",
story_date: datetime(day: 17, month: 04, year: 2013),
author: "<NAME>",
doc
)
#emph[There he was again.]
<NAME> wondered why that strange man in the hooded cloak had taken such an interest in... | |
https://github.com/luiswirth/bsc-thesis | https://raw.githubusercontent.com/luiswirth/bsc-thesis/main/src/main.typ | typst | #import "setup.typ": *
#show: general-style
#preface-style[
#include "title.typ"
#include "abstract.typ"
#include "toc.typ"
]
#body-style[
#include "introduction.typ"
#include "theory.typ"
#include "implementation.typ"
]
#appendix-style[
= Rust Source Code
= Typst Source Code
]
#postface-style[
#... | |
https://github.com/max-niederman/CS250 | https://raw.githubusercontent.com/max-niederman/CS250/main/lib.typ | typst | #let implies = sym.arrow.r.double
#let iff = sym.arrow.r.l.double
#let common(title: "", subtitle: "", body) = {
set document(
author: "<NAME>",
title: title,
)
set page(
paper: "us-letter",
numbering: (..nums) => "Niederman " + numbering("1/1", ..nums),
number-align... | |
https://github.com/Skimmeroni/Appunti | https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Metodi%20Algebrici/Codici/Blocchi.typ | typst | Creative Commons Zero v1.0 Universal | #import "../Metodi_defs.typ": *
Sia $A_(q) = {x_(1), x_(2), ..., x_(q)}$ un insieme finito di cardinalità
$q$, con $q gt.eq 2$. Prende il nome di *codice a blocchi* un qualunque
sottoinsieme non vuoto $C$ di $A_(q)^(n)$. In particolare:
- $A_(q)$ viene detto _alfabeto_ di $C$;
- $A_(q)^(n)$ viene detto _spazio delle ... |
https://github.com/jxpeng98/Typst-CV-Resume | https://raw.githubusercontent.com/jxpeng98/Typst-CV-Resume/main/legacy/modernpro-cv-legacy.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" {
"P... |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/descartes/wachsbeispiel.typ | typst | Other | #import "/src/template.typ": *
#let med(page) = en[Vgl. Descartes, Renè: AT VII. S. #page.]
== #ix("Das Wachsbeispiel", "Wachsbeispiel")
Auf das #ix("cogito-Argument") folgt die Untersuchung eines Stückchen Wachses. #ix("Descartes", "Descartes, René") erklärt daraufhin, dass er das Wachs nur durch seinen Geist wahrni... |
https://github.com/ludwig-austermann/typ-pack | https://raw.githubusercontent.com/ludwig-austermann/typ-pack/main/README.md | markdown | # typpack
A Tool to package a typst package for publishing.
## How to use
Run the script inside your package with nushell. Add the following to `typst.toml`:
```toml
...
[packaging]
include = []
prescript = ...
postscript = ...
```
where you can include the files to include besides the default files.
The `README.md` ... | |
https://github.com/benjamineeckh/kul-typst-template | https://raw.githubusercontent.com/benjamineeckh/kul-typst-template/main/src/core/component.typ | typst | MIT License | #import "component/abstract.typ": insert-abstract
#import "component/bibliography.typ": insert-bibliography
#import "component/copyright.typ": insert-copyright
#import "component/cover-page.typ": insert-cover-page, parse-image
#import "component/declaration-of-originality.typ": insert-dec-of-orig
#import "component/key... |
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/05-group-theory/03-factor-groups.typ | typst | Other | #import "../../utils/core.typ": *
== Нормальные подгруппы и факторгруппы
#ticket[Нормальные подгруппы]
#def[
Подгруппа $H$ группы $G$ называется _нормальной подгруппой_, если:
$
forall g in G space forall h in H : g h g^(-1) in H
$
Обозначается $H nsubg G$.
]
#pr[
Пусть $H$ подгруппа $... |
https://github.com/flechonn/interface-typst | https://raw.githubusercontent.com/flechonn/interface-typst/main/BD/TYPST/exo2_missing_attributes.typ | typst | #show terms: meta => {
let title = label("Integration Exercise")
let duration = label("30min")
let difficulty = label("hard")
let solution = label("1")
let figures = label("")
let points = label("20pts")
let bonus = label("0")
let author = label("")
let references = label("")
le... | |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/06-features-2/substitution/khmer.typ | typst | Other | #import "/lib/draw.typ": *
#import "/template/lang.typ": khmer
#let start = (0, 0)
#let end = (1000, 300)
#let color-khmer = (color, it) => text(fill: color, khmer(it))
#let red-khmer = color-khmer.with(red)
#let gray-text = text.with(fill: gray)
#let graph = with-unit((ux, uy) => {
// mesh(start, end, (100, 100))
... |
https://github.com/xiongyaohua/typst-template-swjtu-thesis | https://raw.githubusercontent.com/xiongyaohua/typst-template-swjtu-thesis/main/template/example.typ | typst | #import "/lib.typ": *
/// 开始论文写作
///
/// 参数提供论文的基本信息。暂不确定的信息可空置,论文中相关位置由红色文字占位。确定后及时补充。
#show: 论文.with(
题目: [如何用Typst排版论文],
年级: [2024],
//学号: [123456],
//姓名: [张三],
专业: [交通工程],
指导教师: [熊耀华],
//发题日期: datetime(year: 2023, month: 12, day: 1),
//完成日期: datetime.today(),
目的意义: [
写... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/ops-05.typ | typst | Other | // Error: 2-7 invalid binary number: 0b123
#0b123
|
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/docs/dynamic/equation.md | markdown | ---
sidebar_position: 3
---
# Math Equation Animations
Touying also provides a unique and highly useful feature—math equation animations, allowing you to conveniently use `pause` and `meanwhile` within math equations.
## Simple Animation
Let's start with an example:
```typst
#slide[
Touying equation with pause:
... | |
https://github.com/joshuabeny1999/unisg-thesis-template-typst | https://raw.githubusercontent.com/joshuabeny1999/unisg-thesis-template-typst/main/layout/thesis_template.typ | typst | Other | #import "/layout/titlepage.typ": *
#import "/layout/disclaimer.typ": *
#import "/layout/directory_writing_aids.typ": directory_writing_aids as directory_writing_aids_layout
#import "/layout/abstract.typ": abstract as abstract_layout
#import "/utils/print_page_break.typ": *
#let buildHeader(headingContent) = {
[
... |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/复变函数/作业/hw3.typ | typst | #import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark, proposition,der, partialDer, Spec, seqLimit, seqLimitn
#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(... | |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/04-opentype/exploring/cmap.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note
#import "/template/lang.typ": tibetan
#import "/lib/glossary.typ": tr
#show: web-page-template
// ### The `cmap` table
=== `cmap` 表
// A font can contain whatever glyphs, in whatever encoding and order, it likes. If you wan... |
https://github.com/darioglasl/Arbeiten-Vorlage-Typst | https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/Helpers/nfr-data.typ | typst | #let nfrScenarios = (
(
titel: "Konsistentes Design im Frontend",
anforderung: "Benutzbarkeit (Ästhetik)",
szenario: "Der Benutzer besucht die Website von Duck Incl. und navigiert durch die verschiedenen Seiten.",
stimulus: "Alle Seiten der Webanwendung haben ein gleiches Design (Theme), um dem Nutzer... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/show-text-06.typ | typst | Other | // Test accessing the string itself.
#show "hello": it => it.text.split("").map(upper).join("|")
Oh, hello there!
|
https://github.com/sbleblanc/typst-templates | https://raw.githubusercontent.com/sbleblanc/typst-templates/main/cover_letter/template.typ | typst | #import "@preview/fontawesome:0.2.0": *
#let build_personal_infos_content(personal_infos) = {
set text(fill: luma(100), size: 1.0em)
align(right)[
*#personal_infos.first_name #personal_infos.last_name*\
#personal_infos.street_no #personal_infos.street\
#personal_infos.city\
#personal_infos.provi... | |
https://github.com/maucejo/presentation_touying | https://raw.githubusercontent.com/maucejo/presentation_touying/main/src/_slides.typ | typst | MIT License | #import "@preview/touying:0.5.3": *
#let _typst-builtin-align = align
#let slide(
title: auto,
subtitle: none,
align: horizon,
config: (:),
repeat: auto,
setting: body => body,
composer: auto,
..bodies,
) = touying-slide-wrapper(self => {
if align != auto {
self.store.align ... |
https://github.com/1sSay/USPTU_conspects | https://raw.githubusercontent.com/1sSay/USPTU_conspects/main/src/philosophy/Antiquity.typ | typst | // Global settings and templates
#set text(14pt)
#let def(term, color: black) = {
box(stroke: color, inset: 7pt, text()[ #term ])
}
// Lecture header and date
#let lecture_header = text()[Античность]
#let date = text()[7.09.2024]
// Header
#align(center, heading(level: 1)[Философия. \ #lecture_header ])
#align(cente... | |
https://github.com/gomazarashi/typst_showybox | https://raw.githubusercontent.com/gomazarashi/typst_showybox/main/example.typ | typst | #set text(lang: "ja") // 言語を日本語に設定
#set text(font: ("New Computer Modern", "Harano Aji Gothic"), size: 10pt) // フォントを設定
#show figure.where(kind: table): set figure.caption(position: top) // 表におけるキャプションを上部に表示するよう設定
#show heading: set text(font: ("Harano Aji Gothic"), weight: 500)
#set heading(numbering: "1.1.")
#import... | |
https://github.com/xhalo32/math-camp | https://raw.githubusercontent.com/xhalo32/math-camp/main/map/map.typ | typst | MIT License | // This is a Typst document which creates a customizable treasure hunt map. See README.md for instructions on how to compile using Typst etc.
// Import the CeTZ drawing utilities
#import "@preview/cetz:0.2.2"
// Import a library for manipulating bitmaps
#import "@preview/grayness:0.1.0": *
// Set up custom colors. S... |
https://github.com/oldrev/tids | https://raw.githubusercontent.com/oldrev/tids/master/README.md | markdown | Apache License 2.0 | # tids: A TI-Style Datasheet Template for Typst
English | [简体中文](README.zh_cn.md)
This project is an easy to use Typst electronic component datasheet template purposed
for testing and showcasing the potential of using Typst for technical documentation writing.

**If this project is helpful... |
https://github.com/sky-y/pandoc-online-20240818 | https://raw.githubusercontent.com/sky-y/pandoc-online-20240818/master/typst/example-pandoc/example-pandoc.typ | typst | // Some definitions presupposed by pandoc's typst output.
#let horizontalrule = [
#line(start: (25%,0%), end: (75%,0%))
]
#let endnote(num, contents) = [
#stack(dir: ltr, spacing: 3pt, super[#num], contents)
]
#show terms: it => {
it.children
.map(child => [
#strong[#child.term]
#block(inset: (le... | |
https://github.com/floriandejonckheere/utu-thesis | https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/chapters/07-proposed-solution/02-design.typ | typst | #import "/helpers.typ": *
== Design
We start by identifying the functional and non-functional requirements for the solution.
Then, we propose a four-step approach to decomposition adapted from the microservice candidate identification pipeline by #cite_full(<lopes_silva_2023>).
- *Extraction*: the necessary informat... | |
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/tests/num/print-zero-exponent/test.typ | typst | Apache License 2.0 | #import "/src/lib.typ": num, metro-setup
#set page(width: auto, height: auto)
#num(444, e: 0)
#num(444, e: 0, print-zero-exponent: true) |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-11400.typ | typst | Apache License 2.0 | #let data = (
("NEWA LETTER A", "Lo", 0),
("NEWA LETTER AA", "Lo", 0),
("NEWA LETTER I", "Lo", 0),
("NEWA LETTER II", "Lo", 0),
("NEWA LETTER U", "Lo", 0),
("NEWA LETTER UU", "Lo", 0),
("NEWA LETTER VOCALIC R", "Lo", 0),
("NEWA LETTER VOCALIC RR", "Lo", 0),
("NEWA LETTER VOCALIC L", "Lo", 0),
("NEWA... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/hydra/0.3.0/src/util/core.typ | typst | Apache License 2.0 | #import "@preview/oxifmt:0.2.0": strfmt as fmt
/// Substitute `value` for the return value of `default()` if it is a sentinel value.
///
/// - value (any): The value to check.
/// - default (function): The function to produce the default value with.
/// - check (any): The sentinel value to check for.
/// -> any
#let o... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/visualize/shape-circle-01.typ | typst | Other | // Test auto sizing.
#set circle(inset: 0pt)
Auto-sized circle.
#circle(fill: rgb("eb5278"), stroke: 2pt + black,
align(center + horizon)[But, soft!]
)
Center-aligned rect in auto-sized circle.
#circle(fill: red, stroke: green,
align(center + horizon,
rect(fill: green, inset: 5pt)[But, soft!]
)
)
Rect in a... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/match_def/ident_in_init2.typ | typst | Apache License 2.0 | #let f(a) = {
/* ident after */ a
}; |
https://github.com/claudiomattera/typst-modern-cv | https://raw.githubusercontent.com/claudiomattera/typst-modern-cv/master/README.md | markdown | MIT License | Typst Modern CV
====
A modern Curriculum Vitæ (CV) template with timelines
<https://git.claudiomattera.it/claudiomattera/typst-modern-cv>
This is a template for modern and good-looking CVs.
It was inspired from LaTeX packages [moderncv] and [moderntimeline].
[](./docs/example-lighte... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/003%20-%20Gatecrash/008_Experiment%20One.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Experiment One",
set_name: "Gatecrash",
story_date: datetime(day: 18, month: 02, year: 2013),
author: "<NAME>",
doc
)
The entrance to the lab was an unassuming hatch set in a dank, moss-covered wall. Liana had to double back twice to find i... | |
https://github.com/Lucascf11/PRE | https://raw.githubusercontent.com/Lucascf11/PRE/main/Avaliacoes/AV6/main.typ | typst | #import "@preview/klaro-ifsc-sj:0.1.0": report
#set text(lang: "pt")
#show: doc => report(
title: "Avaliação 6 de Processos Estocásticos",
subtitle: "Processos de Poisson",
// Se apenas um autor colocar , no final para indicar que é um array
authors: ("<NAME>",),
date: "25 de Agosto de 2024",
doc,
)
#set ... | |
https://github.com/rijuyuezhu/latex-typst-template | https://raw.githubusercontent.com/rijuyuezhu/latex-typst-template/main/art-typst-eng/main.typ | typst | // #import "@local/ssrn-scribe:0.4.8": paper
// #import "@local/ssrn-scribe:0.4.8": *
#import "template.typ": paper
#import "template.typ": *
#show: doc => paper(
font: "Georgia", // "Times New Roman"
fontsize: 12pt, // 12pt
maketitle: true, // whether to add new page for title
title: [#lorem(5)], // title
... | |
https://github.com/Walfisch115/thb-typst-template | https://raw.githubusercontent.com/Walfisch115/thb-typst-template/main/poster/conf.typ | typst | #let conf(
title: none,
author: none,
date: none,
supervision: none,
doc
) = {
// GENERAL SETTINGS
set text(lang: "de")
set text(font: "Linux Biolinum")
set par(justify: true)
// THB Assets
let thbBlue = rgb(0, 164, 193, 100%)
let thbLogo = image("THB_Logo.png", height: 9cm)
// Footer
l... | |
https://github.com/gabrielluizep/typst-ifsc | https://raw.githubusercontent.com/gabrielluizep/typst-ifsc/main/template/main.typ | typst | Creative Commons Zero v1.0 Universal | #import "article.typ": *
#import "assignment.typ": *
#import "exam.typ": *
#import "ifsclean.typ": *
#import "ifscyan.typ": * |
https://github.com/thuvasooriya/thuvasooriya | https://raw.githubusercontent.com/thuvasooriya/thuvasooriya/main/cv.typ | typst | #import "style.typ": *
#show: resume.with(
author: (
firstname: "Thuvaragan",
lastname: "Sooriyakumaran",
email: "<EMAIL>",
// phone: "(+94) 77-605-0926",
github: "thuvasooriya",
twitter: "thuvasooriya",
// scholar: "",
// birth: "January 1, 1990",
linkedin: "thuvasooriya",
//... | |
https://github.com/kicre/note | https://raw.githubusercontent.com/kicre/note/main/study/测控/仪器仪表/智能手持式激光测距仪-技术路线.typ | typst | #import "../../tem/beamer.typ": beamer
#show: beamer.with(
title: "技术路线",
author: "王恺",
date: "2024-1",
)
= 技术路线
== 激光测量技术选择:
选择适当波长和功率的激光器,以实现精准的测量。
=== 激光测距优势
激光测距技术以其高精度、高速度和非接触性等优点,在工业、建筑、测绘等领域得到了广泛的应用。
采用时间飞行(Time-of-Flight)或相位差测量等激光测距原理,以获取目标物体距离的精确信息。
== 光学系统设计:
设计适当的光学系统,包括透镜、反射镜和光学滤波器,以确保激光束的精确聚焦... | |
https://github.com/wuespace/vos | https://raw.githubusercontent.com/wuespace/vos/main/vo/satzung.typ | typst | #import "@preview/delegis:0.3.0": *
#show: it => delegis(
// Metadata
title: "Satzung des WüSpace e. V.",
abbreviation: "Satzung",
resolution: "2023/MV-7 i. V. m. 2024/V-3",
in-effect: "29.01.2024",
draft: false,
// Template
logo: image("wuespace.svg", alt: "WüSpace e. V."),
// Content
it
)
/// Us... | |
https://github.com/wuespace/delegis | https://raw.githubusercontent.com/wuespace/delegis/main/delegis.typ | typst | MIT License | // Copyright (c) 2024 <NAME>.
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
// sentence number substitution marker
#let s = "XXXXXXSENTENCEXXXNUMBERXXXXXX"
/// Create an unmarkes section, such as a preamble.
/// Usage: `#unnumbered[Preamble]`
#let unnumbered = (it, ..re... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/035%20-%20Core%202019/011_Unbowed%2C%20Part%203.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Unbowed, Part 3",
set_name: "Core 2019",
story_date: datetime(day: 07, month: 09, year: 2018),
author: "<NAME>",
doc
)
Of the many lies she'd recited to the Baron of Vernot, the process behind adding another life to the Arkbow was not one o... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/type_check/fn_named.typ | typst | Apache License 2.0 | #let foo(d: 3) = d
#let x = foo() |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/026%20-%20Eldritch%20Moon/008_The%20Promised%20End.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Promised End",
set_name: "<NAME>",
story_date: datetime(day: 27, month: 07, year: 2016),
author: "<NAME>",
doc
)
#emph[Innistrad faces destruction. Emrakul has risen, and the Eldrazi titan has brought with her a plague of horrors and mu... | |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/docs/dynamic/complex.md | markdown | ---
sidebar_position: 2
---
# Complex Animations
Thanks to the syntax provided by [Polylux](https://polylux.dev/book/dynamic/syntax.html), we can also use `only`, `uncover`, and `alternatives` in Touying.
## Callback-Style Functions
To overcome the limitations of `styled` and `layout` mentioned earlier, Touying cle... | |
https://github.com/jamesrswift/springer-spaniel | https://raw.githubusercontent.com/jamesrswift/springer-spaniel/main/tests/board-n-pieces/test.typ | typst | The Unlicense | #import "/tests/preamble.typ": *
#import springer-spaniel.board-n-pieces: *
#show: springer-spaniel.template(
title: [Towards Swifter Interstellar Mail Delivery],
authors: (
(
name: "<NAME>",
institute: "Primary Logistics Departmen",
address: "Delivery Institute, Berlin, Germany",
email... |
https://github.com/SillyFreak/typst-packages-old | https://raw.githubusercontent.com/SillyFreak/typst-packages-old/main/scrutinize/src/question.typ | typst | MIT License | #let _label = <scrutinize-question>
#let _builtin_counter = counter
#let _metadata_to_dict(m) = (..m.value, location: m.location())
/// The question counter
///
/// Example:
///
/// ```typ
/// #show heading: it => [Question #question.counter.display()]
/// ```
///
/// -> counter
#let counter = _builtin_counter(_label... |
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/src/dependencies.typ | typst | Apache License 2.0 | #import "@preview/oxifmt:0.2.0": strfmt
#import "@preview/t4t:0.3.2": is |
https://github.com/nvarner/typst-lsp | https://raw.githubusercontent.com/nvarner/typst-lsp/master/.github/ISSUE_TEMPLATE/bug_report.md | markdown | MIT License | ---
name: "🐞 Bug Report"
about: Did you find a bug?
title: ''
assignees: ''
---
<!--
Hi there! Thank you for submitting a bug report!
Please fill out the template below; insufficient information or bad reproduction instructions will impair the
ability of others to help you.
-->
<!-- All the below infor... |
https://github.com/cspr-rad/actus-spec | https://raw.githubusercontent.com/cspr-rad/actus-spec/master/spec/main.typ | typst | #set document(title: "ACTUS Specification version 2")
#set heading(numbering: "1.1.")
// Helper functions for writing
#let todo(str) = box({
text("TODO: ", blue)
text(str)
})
#let citation_needed = todo("[CITATION NEEDED]")
#let dict_todo(str) = box({
text("TODO [PROBLEM IN DICTIONARY]: ", red)
text(str)
})
/... | |
https://github.com/ludwig-austermann/typst-timetable | https://raw.githubusercontent.com/ludwig-austermann/typst-timetable/main/CHANGELOG.md | markdown | MIT License | # v0.2.0-beta.1
## code facing
- added color themes. you can specify one of the color themes as given in `colorthemes.pdf` and overwrite special colors in the data file
- added description table, showing further information about your courses
## data / dictionary
- added `duration` the new `defaults`, so that only `sta... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/007_Theros.typ | typst | #import "@local/mtgset:0.1.0": conf
#show: doc => conf("Theros", doc)
#include "./007 - Theros/001_The Lost Confession.typ"
#include "./007 - Theros/002_Prince Anax, Part 1.typ"
#include "./007 - Theros/003_Prince Anax, Part 2.typ"
#include "./007 - Theros/004_Nymphs of Theros.typ"
#include "./007 - Theros/005_The Con... | |
https://github.com/maxgraw/bachelor | https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/5-implementation/0-index.typ | typst | Nachdem die Anforderungen an das System festeglegt wurden, wird im folgenden Kapitel die Implementierung des Systems beschrieben. Dabei wird auf die technischen Aspekte der Umsetzung eingegangen und die gewählten Technologien und Frameworks erläutert. Im folgenden Kapitel werden verschiedene Code Beispiele verwendet um... | |
https://github.com/lrmrct/CADMO-Template | https://raw.githubusercontent.com/lrmrct/CADMO-Template/main/template/cover.typ | typst | #let cover(
title: none,
thesis_type: [],
authors: (),
date: [],
advisors: (),
department: [],
doc
) = {
page(
margin: (x: 8em, bottom: 13em, top: 10.5em),
numbering: none
)[
#set text(14pt, font: "CMU Sans Serif", weight: "medium")
#set align(left)
#image("../imgs/ETHlogo.svg", w... | |
https://github.com/gongke6642/tuling | https://raw.githubusercontent.com/gongke6642/tuling/main/Text/text1.typ | typst | #set text(
size:10pt,
)
#set page(
paper:"a5",
margin:(x:1.8cm,y:1.5cm),
)
#set par(
justify: true,
leading: 0.52em,
)
= 文本
以各种方式自定义文本的外观和布局。
该函数经常被使用,无论是 set 规则还是直接使用。虽然 set 规则通常是更简单的选择,但是直接调用 text 函数在将文本作为参数传递给另一个函数时非常有用。
= 例
#image("24.png")
= 参数
#image("25.png")
= 字体
字体系列名称或字体系列名称的优先级列表。
处理文本时,Typst ... | |
https://github.com/goshakowska/Typstdiff | https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_working_types/quoted/quoted_deleted.typ | typst | #quote[I know that I know nothing.] | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/gradient-radial.typ | typst | Apache License 2.0 | // Test the different radial gradient features.
---
#square(
size: 100pt,
fill: gradient.radial(..color.map.rainbow, space: color.hsl),
)
---
#grid(
columns: 2,
square(
size: 50pt,
fill: gradient.radial(..color.map.rainbow, space: color.hsl, center: (0%, 0%)),
),
square(
size: 50pt,
fill: ... |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/math/syntax.typ | typst | // Test math syntax.
--- math-unicode ---
// Test Unicode math.
$ ∑_(i=0)^ℕ a ∘ b = \u{2211}_(i=0)^NN a compose b $
--- math-shorthands ---
// Test a few shorthands.
$ underline(f' : NN -> RR) \
n |-> cases(
[|1|] &"if" n >>> 10,
2 * 3 &"if" n != 5,
1 - 0 thick &...,
) $
--- math-common-symbols ---
/... | |
https://github.com/jneug/typst-codetastic | https://raw.githubusercontent.com/jneug/typst-codetastic/main/qrutil.typ | typst | MIT License |
// TODO: This probably should be improved / optimized.
#import "bits.typ"
#import "qrluts.typ"
// aliases
#let pow2(n) = calc.pow(n, 2)
#let mod = calc.rem
#let mod2(x) = calc.rem(x, 2)
#let mod3(x) = calc.rem(x, 3)
#let mod255(x) = calc.rem(x, 255)
#let mod256(x) = calc.rem(x, 256)
#let mod285(x) = calc.rem(x, 285... |
https://github.com/AnsgarLichter/cv-typst | https://raw.githubusercontent.com/AnsgarLichter/cv-typst/main/template.typ | typst | #import "@preview/fontawesome:0.1.0": *
#import "settings/styles.typ": *
#import "modules/utils.typ": *
#import "modules/header.typ": *
#import "modules/section.typ": *
#import "modules/skills.typ": *
#let cv(
content
) = {
set text(
font: bodyStyle.fonts,
weight: bodyStyle.weight,
size: bodyStyle.s... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/179.%20nov.html.typ | typst | nov.html
<NAME>
November 2019If you discover something new, there's a significant chance you'll be
accused of some form of heresy.To discover new things, you have
to work on ideas that are good but non-obvious; if an idea is
obviously good, other people are probably already working on it.
One common way for a good ide... | |
https://github.com/liuguangxi/erdos | https://raw.githubusercontent.com/liuguangxi/erdos/master/Problems/typstdoc/figures/p93_5.typ | typst | #import "@preview/cetz:0.2.1"
#cetz.canvas(length: 10pt, {
import cetz.draw: *
let brown = orange.darken(40%)
let green0 = rgb("#B2D30A")
let os = 0.12
let sqr-mark(cor) = line(cor, (rel: (0.24, 0.24)), stroke: black+3.6pt)
line((1, 6.5), (2, 4.6), stroke: yellow+3pt)
line((2.6, 1.2), (2.2... | |
https://github.com/qjcg/awesome-typst | https://raw.githubusercontent.com/qjcg/awesome-typst/main/CONTRIBUTING.md | markdown | Creative Commons Zero v1.0 Universal | # Contributing
Do you want to contribute? Excellent!
Please create a Pull Request that:
- Adds awesome value for people trying to get things done with Typst.
- Is for a single suggestion.
- Has a link to the repo in the PR body.
Thank you for your suggestions!
|
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/README.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: "README",
authors: (
"<NAME>",
),
date: "30 Octobre, 2023",
)
#set heading(numbering: "1.1.")
= Notes
<notes>
This directory contains ... | |
https://github.com/Wh4rp/Presentacion-Typst | https://raw.githubusercontent.com/Wh4rp/Presentacion-Typst/master/modulos/preview-block.typ | typst | #let raw-view(
width: 100%,
term
) = block(
width: width,
fill: luma(230),
inset: 8pt,
radius: 4pt,
term
)
#let preview(term) = block(
width: 100%,
fill: luma(230),
inset: 10pt,
radius: 4pt,
block(
width: 100%-20pt,
fill: luma(255),
inset: 8pt,
... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/chuli-cv/0.1.0/modules/education.typ | typst | Apache License 2.0 | #import "@preview/fontawesome:0.1.0": *
#import "./styles.typ": *
#let render-education-header(title, logo, company-or-university) = {
table(
columns: (5%, 1fr),
inset: 0pt,
column-gutter: 2pt,
row-gutter: 2pt,
stroke: none,
align: horizon,
logo,
black-topic-style(titl... |
https://github.com/LeptusHe/LeptusHe.github.io | https://raw.githubusercontent.com/LeptusHe/LeptusHe.github.io/main/source/_posts/rendering/mobile-terrain-optimization.typ | typst | #import "../typst-inc/blog-inc.typc": *
#show: blog_setting.with(
title: "移动端地形渲染优化",
author: ("<NAME>"),
paper: "jis-b0",
//preview: true
)
#metadata("渲染技术") <tags>
#metadata("图形渲染") <categories>
#metadata("2024-07-17") <date>
游戏场景地形通常需要在不同地表效果间过渡,地形渲染系统一般使用#im[Texture Splatting]技术来实现该效果。例如,Unity引擎支持在地形区域的... | |
https://github.com/piggsoft/mdbook-typst-piggsoft | https://raw.githubusercontent.com/piggsoft/mdbook-typst-piggsoft/master/readme.md | markdown | # mdbook-typst-piggsoft
## 是什么
mdbook-typst-piggsoft是一个mdbook的output链,主要是将markdown文件导出为pdf、svg、png。
### 主要参考
主要感谢如下作品,部分是仿造进行实现
也解决了无法导出图片的问题
- [mdbook-typst-pdf](https://github.com/KaiserY/mdbook-typst-pdf)
- [mdbook-typst](https://github.com/LegNeato/mdbook-typst)
## 怎么用
### 下载依赖
#### mdbook
Cargo install安装... | |
https://github.com/jamesrswift/typst_templates | https://raw.githubusercontent.com/jamesrswift/typst_templates/main/rsc-template/0.1.0/example.typ | typst | #import "rsc-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: lorem(12),
authors: (
(name: "<NAME>"),
(name: "<NAME>"),
(name: "<NAME>"),
),
abstract: lorem(75),
//journal: "Food Chem... | |
https://github.com/mrcinv/nummat-typst | https://raw.githubusercontent.com/mrcinv/nummat-typst/master/09_konvergencna_obmocja.typ | typst | = Konvergenčna območja nelinearnih enačb
<konvergencna-obmocja>
== Naloga
- Implementiraj Newtonovo metodo za reševanje sistemov nelinearnih enačb.
- Poišči rešitev dveh nelinearnih enačb z dvema neznankama
$
x^3 - 3x y^2 & = 1\
3x^2 y - y^3 & = 0.
$
- Sistem nelinearnih enačb ima navadno več rešitev. Gra... | |
https://github.com/polazarus/typst-svg-emoji | https://raw.githubusercontent.com/polazarus/typst-svg-emoji/main/README.md | markdown | MIT License | # Typst SVG emoji
A hopefully temporary Typst package to work around spotty support of color Emoji.
Basic idea: replace automically every emoji use by the corresponding SVG image from a font (for now, only [Noto](https://github.com/googlefonts/noto-emoji).
## Installation and usage
_thx [Pandicon](https://github.co... |
https://github.com/Nrosa01/TFG-2023-2024-UCM | https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Memoria%20Typst/data/gridexamples.typ | typst | #import "./data.typ": *
#let state_01_ex1 = (
caption: "1ª Generación",
caption_alignment: ttb,
hspace: 20pt,
transition: " ",
columns: 3,
data: (0, 0, 0,
... | |
https://github.com/yingziyu-llt/blog | https://raw.githubusercontent.com/yingziyu-llt/blog/main/archived/Linear-Algebra-C2.typ | typst | #set document(title:"线性代数 有限维向量空间",date: datetime(year: 2024,month: 7,day: 11))
#set page(margin: (
top: 0cm,
bottom: 0cm,
x: 0cm,
))
#set text(size: 16pt)
== 线性组合和张成
*Notatioddn*
向量组:一些向量组成的一个组(List)
*Defination*
一个向量组$v_1,v_2,...,v_n in V$的线性组合(Linear combination)是指形如$alpha_1 v_1 + alpha_2 v_2 + ... + alp... | |
https://github.com/Luxzi/doc-templates | https://raw.githubusercontent.com/Luxzi/doc-templates/main/rfc-typst-mocha/rfc_template.typ | typst | MIT License | #import "@preview/typpuccino:0.1.0": mocha
#import "@preview/codly:0.2.0": *
#let rfc(
project-name: str,
rfc-number: none,
rfc-name: str,
date: datetime,
authors: (content),
draft: bool,
doc,
) = {
set page("a4", fill: mocha.base)
set par(justify: true)
set text(font: "New Computer Modern", fill:... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/011%20-%20Journey%20into%20Nyx/006_Kruphix's%20Insight.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Kruphix's Insight",
set_name: "Journey into Nyx",
story_date: datetime(day: 11, month: 06, year: 2014),
author: "<NAME>",
doc
)
Diantha took a deep breath, centered herself, and knocked.
There was a pause.
Sometimes, their guest did not w... | |
https://github.com/peteole/relai_poster_template | https://raw.githubusercontent.com/peteole/relai_poster_template/main/Readme.md | markdown | # relAI poster template
This is a template for posters for the [Konrad Zuse School of Excellence in Reliable AI](https://zuseschoolrelai.de) in [Typst](https://typst.app).

For a real example, see the `examples` folder.
## Usage
1. Clone this repository
2. Install typst: <https://typs... | |
https://github.com/Medushaa/typst-math-template- | https://raw.githubusercontent.com/Medushaa/typst-math-template-/main/main.typ | typst |
#import "template.typ": *
#show: template.with(
title: [MAT122 Assignment 1],
short_title: "MAT122 A1",
description: [
],
date: datetime(year: 2023, month: 10, day: 01),
authors: (
(
name: "<NAME>",
),
),
affiliations: (
(id: "1", name: "Brac Un... | |
https://github.com/Cheng0Xin/typst-libs | https://raw.githubusercontent.com/Cheng0Xin/typst-libs/master/note/note.typ | typst | /**
* Typst template for Noting
* Author: <NAME>
* Mail: <EMAIL>
*/
/**
* Set up counters
* */
#let cthm = counter("Theorem")
#let cdef = counter("Definition")
#let cprop = counter("Proposition")
/**
* Fonts
* */
#let section-font = "Latin Modern Roman"
#let body-font = "BlexMono Nerd Font Propo"
#let spec-font = "D... | |
https://github.com/nixon-voxell/apu_rmct | https://raw.githubusercontent.com/nixon-voxell/apu_rmct/main/introduction.typ | typst | // Global settings
#set page(paper: "a4")
#set par(
justify: true,
// first-line-indent: 16pt
)
#set text(
font: ("Times New Roman"),
lang: "en",
size: 12pt,
fallback: false,
hyphenate: false,
)
#set heading(numbering: "1.")
#show heading.where(level: 1) : it => block[
#text(size: 12pt)[#it]
]
#show h... | |
https://github.com/magicwenli/keyle | https://raw.githubusercontent.com/magicwenli/keyle/main/src/keyle.typ | typst | MIT License | #import "sym.typ": mac-key, biolinum-key
#let shadow-times = 6
/// Generate examples for the given keyboard rendering function.
///
/// - kbd (function): The keyboard rendering function.
/// -> content
#let gen-examples(kbd) = [
#kbd("Ctrl", "A") #h(1em) #kbd("Alt", "P", compact: true)
#kbd("Home") #kbd("End") #kbd... |
https://github.com/isaacholt100/isaacholt100.github.io | https://raw.githubusercontent.com/isaacholt100/isaacholt100.github.io/master/maths-notes/2-durham%3A-year-2/numerical-analysis/numerical-analysis.typ | typst | #import "../../template.typ": template
#show: template
= Floating-point arithmetic
- *Fixed point representation*: $ x = plus.minus (d_1 d_2 ... d_(k-1) . d_k ... d_n)_beta $
- *Floating-point representation*: $ x = (0.d_1...d_(k-1)) beta^(d_k...d_n - B) $ where $B$ is an *exponent bias*.
- If $d_1 != 0$ then the flo... | |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/canvas-utils.typ | typst | #import "styles.typ" as sx
#import "util.typ" as ux
#let o = (0,0)
#let p34 = (3, 4)
#import "@preview/cetz:0.2.0"
#import cetz.draw as draw
#set text(size: 20pt)
// early childhood math
//
// Instructions
// Cards are marked as show or answer
// a show card means
// visual overload needs to be avoided
//
#let inli... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/place-pagebreak.typ | typst | Apache License 2.0 | // Test placing on an already full page.
// It shouldn't result in a page break.
---
#set page(height: 40pt)
#block(height: 100%)
#place(bottom + right)[Hello world]
|
https://github.com/f7ed0/typst-template | https://raw.githubusercontent.com/f7ed0/typst-template/master/lib/PDCA.typ | typst | #let states = (
V : (color : color.green, text : "V", desc : "Resultat obtenu"),
O : (color : color.yellow, text : "O", desc : "Resultat partiellement obtenu"),
R : (color : color.red, text : "R", desc : "Resultat non obtenu")
)
#let PDCA_el(col : color.white, desc : [], responsable : " ", date : "", state : st... | |
https://github.com/EpicEricEE/typst-based | https://raw.githubusercontent.com/EpicEricEE/typst-based/master/src/lib.typ | typst | MIT License | #import "base64.typ"
#import "base32.typ"
#import "base16.typ"
#let encode64 = base64.encode
#let decode64 = base64.decode
#let encode32 = base32.encode
#let decode32 = base32.decode
#let encode16 = base16.encode
#let decode16 = base16.decode
|
https://github.com/knuesel/typst-minideck | https://raw.githubusercontent.com/knuesel/typst-minideck/main/minideck.typ | typst | MIT License | #import "themes/themes.typ"
#import "paper.typ": papers
// Counter for pauses and for automatic tracking of subslide number.
// First value: number of subslides so far referenced in current slide.
// Second value: number of pauses so far in current slide.
// Both values are kept in one state so that an update function... |
https://github.com/rose-pine/typst | https://raw.githubusercontent.com/rose-pine/typst/main/example.typ | typst | MIT License | #import "lib.typ" : apply
#show: apply()
#set align(center)
= Example Typst Document
#set heading(numbering: "1.")
= Text and headings
#lorem(30)
== H2
#lorem(20)
=== H3
#lorem(15)
= Links and other references <links>
== Links
#link("https://typst.app")[
Typst
]
#link("https://typst.app")
== References
@links
... |
https://github.com/jamesrswift/ionio-illustrate | https://raw.githubusercontent.com/jamesrswift/ionio-illustrate/main/dist/0.2.0/src/defaults.typ | typst | MIT License | #let mass-spectrum-default-style = (
axes: (
tick: (length:-0.1),
frame: true,
label: (offset: 0.3)
),
title: (:),
callipers: (
line: (stroke: gray + 0.7pt),
content: (:)
),
callouts: (
stroke: black
),
peaks: (
stroke: black
),
) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.