repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/RyushiAok/iml-resume-typst | https://raw.githubusercontent.com/RyushiAok/iml-resume-typst/main/resume/main.typ | typst | #import "template.typ": *
#show: iml-resume.with(
title: [知的機構研究室 #linebreak() レジュメテンプレート(Typst版)],
bibliography-file: "refs.bib",
authors: ((
name: "姓 名",
department: [],
organization: [],
location: [],
email: "",
),),
)
= はじめに
むかしむかし、とある国のある城に王さまが住んでいました。王さまはぴっかぴかの新しい服が大... | |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/代数学二/作业/hw12.typ | typst | #import "../../template.typ": *
#import "@preview/commute:0.2.0": node, arr, commutative-diagram
#show: note.with(
title: "作业12",
author: "YHTQ",
date: none,
logo: none,
withOutlined : false,
withTitle :false,
withHeadingNumbering: false
)
= ex 1.5
== 1
#let CC = $cone(C)$
注意到:
$
d^CC_n... | |
https://github.com/HiiGHoVuTi/requin | https://raw.githubusercontent.com/HiiGHoVuTi/requin/main/template.typ | typst |
#import "@preview/jogs:0.2.3": *
#let code = ```
function toRepublicanCalendar(year, month, day) {
const months = [
"Vendémiaire",
"Brumaire",
"Frimaire",
"Nivôse",
"Pluviôse",
"Ventôse",
"Germinal",
"Floreal",
"Prairial",
"Messidor",
"Thermidor",
"Fructidor",
"Sa... | |
https://github.com/0xPARC/0xparc-intro-book | https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/src/plonk.typ | typst | #import "preamble.typ":*
#let rbox(s) = [#text(red)[#ellipse(stroke: red, inset: 2pt, s)]]
#let bbox(s) = [#text(blue)[#rect(stroke: blue, inset: 4pt, s)]]
= PLONK, a zkSNARK protocol <plonk>
== Arithmetization <arith-intro>
The promise of programmable cryptography is that we should be able to
perform proofs for a... | |
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: "作业5",
author: "YHTQ",
date: datetime.today().display(),
logo: none,
withOutlined : false,
withTitle : false,
withHeadingNumbering: false
)
= #empty
... | |
https://github.com/FlandiaYingman/note-me | https://raw.githubusercontent.com/FlandiaYingman/note-me/main/note-me-more.typ | typst | MIT License | #import "note-me.typ": admonition
#let todo(children) = admonition(
icon-path: "icons/question.svg",
title: "TODO",
color: rgb(209, 36, 47),
children
) |
https://github.com/SergeyGorchakov/russian-phd-thesis-template-typst | https://raw.githubusercontent.com/SergeyGorchakov/russian-phd-thesis-template-typst/main/parts/intro.typ | typst | MIT License | #import "../lib.typ": *
#set heading(numbering: none)
#show: fix-indent()
= Введение <intro> // Название и ссылка на него
Обзор, введение в тему, место в мировой науке.
Данные для диссертации и автореферата берутся из файла `common/data.typ`.
*Целью* данной работы является ...
Для достижения цели необходимо бы... |
https://github.com/Clamentos/FabRISC | https://raw.githubusercontent.com/Clamentos/FabRISC/main/src/spec/Section4.typ | typst | Creative Commons Attribution Share Alike 4.0 International | ///
#import "Macros.typ": *
///
#section(
[Memory],
[This section is dedicated to present the memory model used by FabRISC including data alignment, addressing modes, synchronization, consistency, as well as possible cache coherence considerations and reminders.],
///.
subSection(
[Data Ali... |
https://github.com/Shuenhoy/modern-zju-thesis | https://raw.githubusercontent.com/Shuenhoy/modern-zju-thesis/master/examples/common-body.typ | typst | MIT License | #import "../lib.typ": fonts
#import fonts: *
= 一个Chapter
旧历的年底毕竟最像年底,村镇上不必说,就在天空中也显出将到新年的气象来。灰白色的沉重的晚云中间时时发出闪光,接着一声钝响,是送灶的爆竹;近处燃放的可就更强烈了,震耳的大音还没有息,空气里已经散满了幽微的火药香。我是正在这一夜回到我的故乡鲁镇的。虽说故乡,然而已没有家,所以只得暂寓在鲁四老爷的宅子里。他是我的本家,比我长一辈,应该称之曰“四叔”,是一个讲理学的老监生。他比先前并没有甚么大改变,单是老了些,但也还未留胡子,一见面是寒暄,寒暄之后说我“胖了”,说我“胖了”之后即大骂其新党。但我知道,这并非借题在骂我:因为他... |
https://github.com/SkymanOne/ecs-typst-template | https://raw.githubusercontent.com/SkymanOne/ecs-typst-template/main/thesis_example.typ | typst | MIT License | #import "ecsproject.typ": *
// Use everything together
#show: doc => use_project(
title: "My project",
author: (
name: "<NAME>",
email: "<EMAIL>"
),
supervisor: (
name: "Supervisor name",
email: none
),
examiner: (
name: "Examiner name",
email: none
),
date: "December 22, 2023"... |
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
//フォント設定//
#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}]"): set text(font: gothic)
body
}... | |
https://github.com/tingerrr/chiral-thesis-fhe | https://raw.githubusercontent.com/tingerrr/chiral-thesis-fhe/main/src/prelude/lovelace.typ | typst | #let (pseudocode, pseudocode-list, no-number, with-line-label, indent, line-label) = {
import "/src/packages.typ" as _pkg
import "/src/utils.typ" as _utils
(
_pkg.lovelace.pseudocode.with(),
_pkg.lovelace.pseudocode-list.with(
line-number-supplement: _utils.i18n(de: [Zeile], en: [Line]),
book... | |
https://github.com/timon-schelling/uni-phi111-essay-2024-02-15 | https://raw.githubusercontent.com/timon-schelling/uni-phi111-essay-2024-02-15/main/src/main.typ | typst | #import "template/template.typ": *
#let bib-urls = {
sys.inputs.at("urls", default: none) != none
}
#let theme = {
sys.inputs.at("theme", default: none)
}
#set page(fill: rgb("1a1a1a")) if theme == "dark"
#set text(fill: rgb("c7c7c7")) if theme == "dark"
#show: project.with(
title: "Notwendigkeit von Axiomen ... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/syntaxes/textmate/tests/unit/markup/escape.typ | typst | Apache License 2.0 | [\]]
\#1pt
a \
a \ b \
#let x = 1; \
#x \
#x |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/query-figure.typ | typst | Apache License 2.0 | // Test a list of figures.
---
#set page(
paper: "a7",
numbering: "1 / 1",
margin: (bottom: 1cm, rest: 0.5cm),
)
#set figure(numbering: "I")
#show figure: set image(width: 80%)
= List of Figures
#locate(it => {
let elements = query(selector(figure).after(it), it)
for it in elements [
Figure
#number... |
https://github.com/freundTech/typst-forge | https://raw.githubusercontent.com/freundTech/typst-forge/main/fontawesome/test.typ | typst | #import "@typst-forge/fontawesome:0.2.1": fa-icon
| |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-2000.typ | typst | Apache License 2.0 | #let data = (
("EN QUAD", "Zs", 0),
("EM QUAD", "Zs", 0),
("EN SPACE", "Zs", 0),
("EM SPACE", "Zs", 0),
("THREE-PER-EM SPACE", "Zs", 0),
("FOUR-PER-EM SPACE", "Zs", 0),
("SIX-PER-EM SPACE", "Zs", 0),
("FIGURE SPACE", "Zs", 0),
("PUNCTUATION SPACE", "Zs", 0),
("THIN SPACE", "Zs", 0),
("HAIR SPACE",... |
https://github.com/phinixplus/docs | https://raw.githubusercontent.com/phinixplus/docs/master/source/template.typ | typst | Other | #import "/source/utilities.typ": date-now
#import "/source/config.typ": font-sans, font-serif
#import "/source/config.typ": text-fg-color, inv-text-fg-color, heading-fg-color, table-bg-color
#import "/source/config.typ": text-weight-normal, text-weight-bold, heading-weight
#import "/source/config.typ": text-size-1, te... |
https://github.com/typst-community/valkyrie | https://raw.githubusercontent.com/typst-community/valkyrie/main/src/schemas/enumerations.typ | typst | Other | #import "../types.typ" as z;
#let papersize = z.choice.with(
description: "paper size",
(
"a0",
"a1",
"a2",
"a3",
"a4",
"a5",
"a6",
"a7",
"a8",
"a9",
"a10",
"a11",
"iso-b1",
"iso-b2",
"iso-b3",
"iso-b4",
"iso-b5",
"iso-b6",
"iso-b7",
"... |
https://github.com/rikhuijzer/phd-thesis | https://raw.githubusercontent.com/rikhuijzer/phd-thesis/main/title-page.typ | typst | The Unlicense |
// Duplicate of main doc, to allow stand-alone compilation.
#set page(
// Slow Productivity is 14.61 x 21.69 cm (almost A5).
// European printers all use A5.
width: 148mm, // 15.24 cm
height: 210mm, // 22.86 cm
margin: (top: 13mm, bottom: 16mm),
)
#set text(font: "Georgia", size: 18pt)
#image("im... |
https://github.com/JeyRunner/tuda-typst-templates | https://raw.githubusercontent.com/JeyRunner/tuda-typst-templates/main/templates/tudapub/common/props.typ | typst | MIT License |
#let tud_heading_line_thin_stroke = 0.75pt
#let tud_page_margin_title_page = (
top: 15mm,
left: 15mm,
right: 15mm,
bottom: 15mm - 1mm // should be 20mm according to guidelines
)
#let tud_page_margin_small = tud_page_margin_title_page
// Same margins as the default ones in the tudpub latex template
#le... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/post_type_check/text_stroke3.typ | typst | Apache License 2.0 | #let tmpl2(stroke) = text(stroke: stroke)
#tmpl2((/* position */)) |
https://github.com/benjft/CV | https://raw.githubusercontent.com/benjft/CV/master/other.typ | typst | == Additional Learning
- MSSQL Mastering Performance Tuning Brent Ozar Online Courses
- MSSQL One Day Fundamentals, Brent Ozar Online Courses | |
https://github.com/jomaway/typst-teacher-templates | https://raw.githubusercontent.com/jomaway/typst-teacher-templates/main/ttt-worksheet/template/worksheet.typ | typst | MIT License | #import "@preview/ttt-worksheet:0.1.0": *
#show: worksheet.with(
topic: "LESSON TOPIC",
subject: "math",
authors: ("unknown",),
)
#title[The todays lesson is about ...]
#goal[
- Write nice documents
]
#set outline(indent:auto)
#outline()
#pagebreak()
#abstract()[
What is this lesson about.
]
= First se... |
https://github.com/DashieTM/ost-5semester | https://raw.githubusercontent.com/DashieTM/ost-5semester/main/experiment/weeks/week7.typ | typst | #import "../../utils.typ": *
#align(
center,
[#image("../../Screenshots/2023_11_02_11_42_54.png", width: 70%)],
)
#section("Laplace Experiments")
Simple probability:
#set text(14pt)
$P(A) = |A|/|Omega|$
A: Probability of a certain outcome -> dice 6
$Omega$: All possibilities -> 6 different possibilities Aka the p... | |
https://github.com/EpicEricEE/typst-based | https://raw.githubusercontent.com/EpicEricEE/typst-based/master/README.md | markdown | MIT License | # based
A package for encoding and decoding in base64, base32, and base16.
## Usage
The package comes with three submodules: `base64`, `base32`, and `base16`. All of them have an `encode` and `decode` function. The package also provides the function aliases
- `encode64` / `decode64`,
- `encode32` / `decode32`, and
- `... |
https://github.com/Robotechnic/alchemist | https://raw.githubusercontent.com/Robotechnic/alchemist/master/src/drawer.typ | typst | MIT License | #import "default.typ": default
#import "@preview/cetz:0.2.2"
#import "utils.typ"
#import cetz.draw: *
#let default-anchor = (type: "coord", anchor: (0, 0))
#let max-int = 9223372036854775807
#let default-ctx = (
// general
last-anchor: default-anchor, // keep trace of the place to draw
group-id: 0, ... |
https://github.com/AU-Master-Thesis/thesis | https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/lib/aos-soa.typ | typst | MIT License | #let aos(dict) = {
for (k, v) in dict {
assert(type(v) == array)
}
let array-lens = dict.values().map(arr => arr.len())
assert(array-lens.all(len => len == array-lens.at(0)))
let output = ()
for i in range(array-lens.at(0)) {
let record = (:)
for (k, v) in dict {
record.insert(k, v.at(i)... |
https://github.com/jamesrswift/pixel-pipeline | https://raw.githubusercontent.com/jamesrswift/pixel-pipeline/main/tests/pipeline/factory/playground/test.typ | typst | The Unlicense | #import "/tests/preamble.typ": *
#import pixel: *
#let plotter = pipeline.factory(
layers: (
layer.debug(),
),
)
#let duff-cmd(pos: (0,0)) = {
pipeline.primitives.assembled(
tags: ("hello", )
)
pipeline.primitives.positioned(
positions: (:
root: pos
)
)
pipeline.primitives.rendered... |
https://github.com/Dherse/masterproef | https://raw.githubusercontent.com/Dherse/masterproef/main/masterproef/main.typ | typst | #import "./ugent-template.typ": *
#let code-icon(icon) = text(
font: "tabler-icons",
fallback: false,
weight: "regular",
size: 8pt,
icon,
)
// Instantiate the template
#show: ugent-template.with(
authors: ("<NAME>",),
title: "A software language approach for describing and programming photonics hardware... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/suiji/0.2.0/src/lib.typ | typst | Apache License 2.0 | #import "random.typ": gen-rng, integers, random, uniform, normal, shuffle, choice
|
https://github.com/AHaliq/CategoryTheoryReport | https://raw.githubusercontent.com/AHaliq/CategoryTheoryReport/main/chapters/chapter2/mandatory.typ | typst | #import "../../preamble/lemmas.typ": *
#import "../../preamble/catt.typ": *
#import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge
#exercise("3 From Wk1")[Let $bb(C)$ be a category with binary products]
#proof(name: [is the projection $pi_X : X times Y -> X$ an epimorphism in general? Is it a monomorphism... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/043%20-%20Innistrad%3A%20Midnight%20Hunt/009_Episode%205%3A%20Night%20Closes%20'Round.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Episode 5: Night Closes 'Round",
set_name: "Innistrad: Midnight Hunt",
story_date: datetime(day: 29, month: 09, year: 2021),
author: "<NAME>",
doc
)
#emph["Mind yourself in the woods, Arlinn," he says.]
#emph[Her father's voice is strong a... | |
https://github.com/LugsoIn2/typst-htwg-thesis-template | https://raw.githubusercontent.com/LugsoIn2/typst-htwg-thesis-template/main/chapters/examples.typ | typst | MIT License | #import "../lib/utils.typ": todo
#import "@preview/glossarium:0.4.1": gls, glspl
= Chapter Examples <chap1>
== Cite Example
#lorem(20) @bruegge2004object #cite(<bruegge2004object1>) #cite(label("bruegge2004object2"))
== Todo Example
#lorem(10)
#todo[Example TODO]
== Table Example
#lorem(10)
#figure(
{
table... |
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/management-road-to-worlds/entry.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: "Management: Road to Worlds",
type: "management",
date: datetime(year: 2024, month: 3, day: 5),
author: "<NAME>",
witness: "<NAME>",
)
We have about 2 months until Worl... |
https://github.com/neunenak/typst-leipzig-glossing | https://raw.githubusercontent.com/neunenak/typst-leipzig-glossing/master/documentation.typ | typst | MIT License | #set document(title: "typst leipzig-glossing documentation")
#import "leipzig-gloss.typ": abbreviations, gloss, numbered-gloss, gloss-count
#show link: x => underline[*#x*]
#let codeblock(contents, addl-bindings: (:), unevaled-first-line: none) = {
let full-contents = if unevaled-first-line != none {
unev... |
https://github.com/hei-templates/hevs-typsttemplate-thesis | https://raw.githubusercontent.com/hei-templates/hevs-typsttemplate-thesis/main/00-templates/template-thesis.typ | typst | MIT License | //
// Description: HEVS Thesis Typst Template
// Author : <NAME>
//
#import "helpers.typ": *
#import "page-title-thesis.typ": *
#import "page-reportinfo.typ": *
#let thesis(
title: none,
subtitle: none,
version: none,
author: (),
professor: (),
expert: (),
school: (),
date: (),
lang:"en",
table... |
https://github.com/FkHiroki/ex-B2_typst | https://raw.githubusercontent.com/FkHiroki/ex-B2_typst/main/sections/section1.typ | typst | MIT No Attribution | = 1. 目的
レーザ光源とスリットを用いて、光の干渉、回折現象を観察する。そしてその結果を理論値と比較することで、現象の理解を図る。また、数値計算ソフトウェアOctaveを用いて様々なスリットにおける光の干渉、回折現象をシミュレーションする。
= 2. 実験原理
光の干渉、回折現象は、光の波動性によって生じる現象である。波において、2つ以上の波が一点で重なる時、その点での光の振幅は、個々の波が足し合わされた振幅になる現象が干渉である。ただし光が干渉するには、2つの波の波長が等しく、位相差が一定に保たれており、少なくともある時間は振幅一定の合成振動をする場合にのみ干渉するという特徴がある。それに対し、障害物等がある際に... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/spacing_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test spacing collapsing before spacing.
#set align(right)
A #h(0pt) B #h(0pt) \
A B \
A #h(-1fr) B
|
https://github.com/thornoar/typst-libraries | https://raw.githubusercontent.com/thornoar/typst-libraries/master/theorem.typ | typst | // Theorems support
#import "@preview/ctheorems:1.1.2": thmrules, thmenv, thmproof
// Basic function
#let thmstyle(
identifier,
head,
supplement: auto,
numbering: "1.1.",
refnumbering: "1.1",
titlefmt: auto,
namefmt: x => [ (#x):],
bodyfmt: x => x,
separator: h(0.2em),
base: "heading",
base_lev... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/string-03.typ | typst | Other | // Error: 2-11 string is empty
#"".last()
|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/pattern-simple_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#set page(width: auto, height: auto, margin: 0pt)
#let pat = pattern(size: (10pt, 10pt), line(stroke: 4pt, start: (0%, 0%), end: (100%, 100%)))
#rect(width: 50pt, height: 50pt, fill: pat)
|
https://github.com/Selflocking/cdut-typst | https://raw.githubusercontent.com/Selflocking/cdut-typst/master/README.md | markdown | MIT License | # cdut-typst
成都理工大学的实验报告模板
| 文件 | 用处 |
| :------------------- | :----------------- |
| report.typ | 示例 |
| template/lab.typ | 本科生实验报告模板 |
| template/project.typ | 项目报告模板 |
## 感谢
- [pku-typst/pkuthss-typst](https://github.com/pku-typst/pkuthss-typst)
- ... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-0400.typ | typst | Apache License 2.0 | #let data = (
("CYRILLIC CAPITAL LETTER IE WITH GRAVE", "Lu", 0),
("CYRILLIC CAPITAL LETTER IO", "Lu", 0),
("CYRILLIC CAPITAL LETTER DJE", "Lu", 0),
("CYRILLIC CAPITAL LETTER GJE", "Lu", 0),
("CYRILLIC CAPITAL LETTER UKRAINIAN IE", "Lu", 0),
("CYRILLIC CAPITAL LETTER DZE", "Lu", 0),
("CYRILLIC CAPITAL LET... |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/SpecificaTecnica/functions.typ | typst | MIT License | #let glossary(content) = {
emph[#content#sub("G")]
}
#let team = {
emph[SWAT Engineering]
}
#let shrinkFloat(number) = {
let strNumber = str(number)
let str1 = strNumber.split(".")
if(str1.len() > 1){
let str2 = str1.at(1)
str1 = str1.at(0)
if(str2.len() > 2){
str2 = str2.at(0) + str2.at(1... |
https://github.com/cherrypiejam/typst-cv-template | https://raw.githubusercontent.com/cherrypiejam/typst-cv-template/main/README.md | markdown | This repository includes a Typst template for academic CV
and a [demo](cv.pdf) CV of <NAME>.

Note: some of the contents of the demo are borrowed from
[here](https://coda.io/@anni-chai/doc-2-resume-template-draft/peter-parkers-resume-1).
| |
https://github.com/mkpoli/ipsj-typst-template | https://raw.githubusercontent.com/mkpoli/ipsj-typst-template/master/README.md | markdown | # 情報処理学会研究報告テンプレート
> [!WARNING]
> このテンプレートは現状利用可能ですが、まだ一部の機能が欠けておりドキュメントも途上であり、また不具合も確認されておりますので、ご利用の際はご注意ください。
## 参照用ファイル由来
* [情報処理学会研究報告テンプレート](https://www.ipsj.or.jp/journal/submit/style.html)
* [研究報告原稿(PDFファイル)作成について](https://www.ipsj.or.jp/kenkyukai/genko.html)
* [ken1row/IPSJ-techrep-xelatex](https://github.co... | |
https://github.com/dismint/docmint | https://raw.githubusercontent.com/dismint/docmint/main/networks/pset2.typ | typst | #import "template.typ": *
#show: template.with(
title: "14.15 Problem Set #2",
subtitle: "<NAME>",
pset: true
)
= Problem 1
== (1)
#align(center, [#raw-render(```
digraph {
layout = neato
node[shape = circle]
1 -> {2, 3}
2 -> {1, 3}
3 -> 1
}
```)])
== (2)
=== Eigenvector Centrality
... | |
https://github.com/gongke6642/tuling | https://raw.githubusercontent.com/gongke6642/tuling/main/格式化/格式化.typ | typst | #set par(
justify: true,
leading: 0.52em,
)
= 格式化
=
到目前为止,您已经编写了一份包含一些文本、一些方程和图像的报告。不过,看起来还是很朴素。您的助教还不知道您正在使用新的排版系统,并且您希望您的报告与其他学生提交的内容相符。在本章中,我们将了解如何使用 Typst 的样式系统格式化您的报告。
== 设定规则
正如我们在前一章中所看到的,Typst 具有插入内容的函数(例如image函数)和其他操作它们作为参数接收的内容的函数(例如函数align)。例如,当您想要证明报告的合理性时,您的第一个冲动可能是寻找一个可以执行此操作并将完整文档包含在其中的函数。
#image... | |
https://github.com/claudiomattera/typst-modern-cv | https://raw.githubusercontent.com/claudiomattera/typst-modern-cv/master/src/template.typ | typst | MIT License | // Copyright <NAME> 2023-2024.
//
// Distributed under the MIT License.
// See accompanying file License.txt, or online at
// https://opensource.org/licenses/MIT
#import "icon.typ"
#import "timeline.typ": draw_bar
#import "link.typ": draw_literal_link
#import "theme.typ"
/// Draw the full name on header left column
/... |
https://github.com/TGM-HIT/typst-diploma-thesis | https://raw.githubusercontent.com/TGM-HIT/typst-diploma-thesis/main/template/chapters/danksagung.typ | typst | MIT License | #import "../lib.typ": *
= Danksagung
#lorem(150) |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/VerbaliEsterni/VerbaleEsterno_230223/content.typ | typst | MIT License | #import "meta.typ": inizio_incontro, fine_incontro, luogo_incontro, company
#import "functions.typ": glossary, team
#let participants = csv("participants.csv")
#let participants_company = csv("participants_company.csv")
= Partecipanti
/ Inizio incontro: #inizio_incontro
/ Fine incontro: #fine_incontro
/ Luogo incontro... |
https://github.com/Doublonmousse/pandoc-typst-reproducer | https://raw.githubusercontent.com/Doublonmousse/pandoc-typst-reproducer/main/color_issues/linear_rgb.typ | typst | #square(fill: color.linear-rgb(
30%, 50%, 10%,
))
| |
https://github.com/kdog3682/mathematical | https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/index.typ | typst | // TODO
// #import "dialogues/index.typ" as dialogues
// #import "pixelart/index.typ" as pixelart
#import "typesetting.typ": *
#import "utils.typ": *
#import "dialogue.typ": dialogue
#import "expand.typ": expand, expansion
#import "evaluate.typ": evaluate
#import "factorial-fraction.typ": factorial-fraction
#import "... | |
https://github.com/agarmu/typst-templates | https://raw.githubusercontent.com/agarmu/typst-templates/main/README.md | markdown | MIT License | # typst-templates
My personal templates for Typst:
- APA-Style Paper
- Notes Template
|
https://github.com/LeptusHe/LeptusHe.github.io | https://raw.githubusercontent.com/LeptusHe/LeptusHe.github.io/main/source/_posts/spherical-harmonics/spherical-harmonics-01-function-fitting.typ | typst | #import "../typst-inc/blog-inc.typc": *
#show: blog_setting.with(
title: "球谐函数01 - 函数拟合",
author: ("<NAME>"),
paper: "jis-b0",
//preview: true
)
#metadata("球谐函数") <tags>
#metadata("图形渲染;数学") <categories>
#metadata("2023-07-04") <date>
= 函数拟合
计算机应用常常需要使用简单函数的线性组合来拟合某个复杂函数。例如,在游戏开发中,为了实现某些渲染效果,通常会在shader中使用到... | |
https://github.com/francescoo22/masters-thesis | https://raw.githubusercontent.com/francescoo22/masters-thesis/main/chapters/1-Introduction.typ | typst | #import "../config/utils.typ": code-compare
#import "../vars/kt-to-vpr-examples.typ": intro-kt, intro-vpr, intro-kt-annotated
#pagebreak(to:"odd")
= Introduction
Aliasing is a topic that has been studied for decades in computer science @Aliasing-OOP @beyondGenevaConvention @GenevaConvention and it refers to the situa... | |
https://github.com/shiki-01/typst | https://raw.githubusercontent.com/shiki-01/typst/main/school/pro/1st_term_1/1_1.typ | typst | #import "../../../lib/conf.typ": conf, come, desc, ce, light
#import "@preview/codelst:2.0.1": sourcecode
#show: doc => conf(
title: [実習 プログラミング実習 1学期中間],
date: [2024年4月11日],
doc,
)
#show heading: it => [
#if it.level == 1 {
[
#set align(center)
#set text(22pt)
#pad(
b... | |
https://github.com/thornoar/hkust-courses | https://raw.githubusercontent.com/thornoar/hkust-courses/master/PHYS1312-Honors-General-Physics-I/homeworks/hw1/main.typ | typst | #import "@local/common:0.0.0": *
#import "@local/templates:0.0.0": *
#show: physics-preamble("Part 1", "Fri, Sep 20")
#physics-problem("1")\
Let's draw a diagram of the particle's motion and the forces acting on it:
#align(center)[
#figure(
image("./figures/path.svg"),
caption: "The trajectory of the projec... | |
https://github.com/YDX-2147483647/herglotz | https://raw.githubusercontent.com/YDX-2147483647/herglotz/main/fourier.typ | typst | #import "template.typ": project, example, remark, table-header
// Workaround for footnote style
#show link: set text(fill: blue)
#show link: underline
// Footnote style must be uniform for the whole flow of content.
// Therefore, set and show rules for `footnote.entry` must be defined at the beginning.
// (at least fo... | |
https://github.com/LDemetrios/Conspects-4sem | https://raw.githubusercontent.com/LDemetrios/Conspects-4sem/master/typst/sources/alg.typ | typst | // #import "header.typ": *
// #show: general-style
Рёбер $n^2$
Отсортировать их --- $O(n^2 log (n^2)) = O(n^2 log n)$
Бинпоиск по ним обойдётся нам в $log n$
Для каждой границы спросим, можно ли построить паросочетание для границы меньше, чем эта --- за $O(n/2 * n^2)$
Итого сложность $O(n^2 log n + n^3 log n) = O... | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas5/3_Streda.typ | typst | #let V = (
"HV": (
("","Rádujsja póstnikom","Vozdvížesja jákože áhnec na kresťí, i voznošénija ľstívaho nizvérhl jesí: zakláv že sja, króviju tvojéju vsjú osvjatíl jesí zémľu. I probodén kopijém, plámennomu mňí Christé, orúžiju pleščí dáti ábije poveľíl jesí, i rajá vmistíti vchód, i dréva mjá naslaždátisja živót... | |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/ManualeUtente/content.typ | typst | MIT License | #import "functions.typ": glossary, team
/*************************************/
/* INSERIRE SOTTO IL CONTENUTO */
/*************************************/
= Introduzione
== Scopo del documento
Lo scopo del documento è fornire istruzioni dettagliate sull'utilizzo del prodotto software "InnovaCity", illustrandone... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/array-24.typ | typst | Other | // Test the `sum` method.
#test(().sum(default: 0), 0)
#test(().sum(default: []), [])
#test((1, 2, 3).sum(), 6)
|
https://github.com/kdog3682/mathematical | https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/examples/pixel-art-3d-shapes-attempt-1.typ | typst | #import "@preview/cetz:0.2.2"
#import cetz.draw: *
#cetz.canvas({
grid((0, 0), (5, 5), stroke: 0.25pt)
let fooga(stroke: black) = {
set-style(
rect: (stroke: stroke)
)
rect((0, 0), (1, 1))
}
let booga(dimension, x1, y1, x2, y2)= {
let dimensions = (
xz: on-xz,
yz: on-yz,... | |
https://github.com/floriandejonckheere/utu-thesis | https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/README.md | markdown | # Research thesis
This repository contains my research thesis for the Master of Science (Technology) in Information and Communication Technology: Software Engineering at the University of Turku.
The documents are typeset using the [Typst](https://typst.app/home) typesetting language.
# Usage
```
# Enter the directo... | |
https://github.com/haxibami/haxipst | https://raw.githubusercontent.com/haxibami/haxipst/main/test/sample.typ | typst | #import "../src/main.typ": *
#show: resume.with(
pdf-author: "haxibami",
pdf-keywords: (
"Typst",
),
title: [#text(size: 1.5em)[*Typst文書のサンプル*]],
author: [
#align(
right,
grid(
columns: (
25pt,
40pt,
),
gutter: 5pt,
image(
"./i... | |
https://github.com/dyc3/senior-design | https://raw.githubusercontent.com/dyc3/senior-design/main/service-discovery.typ | typst | = Service Discovery <Chapter::ServiceDiscovery>
In order to establish connections with Monoliths, the Balancer needs to know the network address of each Monolith. Similarly, the collector needs to know the network addresses of Balancers for visualization. This is done through a process called discovery. The discovery ... | |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/packages/misc.md | markdown | MIT License | # Misc
# Formatting strings
## `oxifmt`, general purpose string formatter
```typ
#import "@preview/oxifmt:0.2.0": strfmt
#strfmt("I'm {}. I have {num} cars. I'm {0}. {} is {{cool}}.", "John", "Carl", num: 10) \
#strfmt("{0:?}, {test:+012e}, {1:-<#8x}", "hi", -74, test: 569.4) \
#strfmt("{:_>+11.5}", 59.4) \
#strfmt(... |
https://github.com/tfachada/thesist | https://raw.githubusercontent.com/tfachada/thesist/main/template/Chapters/1-Introduction.typ | typst | MIT License | #import "@preview/thesist:0.2.0": flex-caption, subfigure-grid
#import "@preview/glossarium:0.5.0": gls, glspl
= Introduction
// Start writing here...
|
https://github.com/kdkasad/typst-homework-template | https://raw.githubusercontent.com/kdkasad/typst-homework-template/master/examples/computer-science/problem1.typ | typst | BSD 3-Clause "New" or "Revised" License | #import "../../khw.typ": problem, parts, boxed
#problem(newpage: false)[
Consider the given code segment. _(Omitted here.)_
]
#parts[
*When $f(k)$ is called,
how many times is it recursively called in total?
Include the initial call and give the answer in terms of $k$.*
$f(k)$ calls $f(k-1)$ recursively un... |
https://github.com/GYPpro/DS-Course-Report | https://raw.githubusercontent.com/GYPpro/DS-Course-Report/main/Rep/19.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: set text(
font: ("consolas", "Source Han Serif SC"... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/closure-01.typ | typst | Other | // Basic closure without captures.
#{
let adder = (x, y) => x + y
test(adder(2, 3), 5)
}
|
https://github.com/jamesrswift/blog | https://raw.githubusercontent.com/jamesrswift/blog/main/_posts/2024-07-03-sparklines.md | markdown | MIT License | ---
layout: post
title: "A deep-dive into Sparklines - An alternative to figures"
---
Sometimes, you'll want to convey (or remind) the reader about some fact or data that is more intuitively understood when represented graphically.
For this reason, we have figures: pictures that are signposted by a label. Generally, th... |
https://github.com/EunTilofy/NumComputationalMethods | https://raw.githubusercontent.com/EunTilofy/NumComputationalMethods/main/Chapter10/Chapter10-3.typ | typst | #import "../template.typ": *
#show: project.with(
course: "Computing Method",
title: "Computing Method - Chapter10-11",
date: "2024.6.1",
authors: "<NAME>, 3210106357",
has_cover: false
)
*Problems: Chapter10-10, Chapter11-1*
#HWProb(name: "10-10")[
用 Newton 法求方程组
$
cases(u = x^2 + y^2 -1 = 0\ v=x^3 - y =... | |
https://github.com/fabriceHategekimana/master | https://raw.githubusercontent.com/fabriceHategekimana/master/main/4_Usecase/Backpropagation.typ | typst | == Réseaux de neurones (backpropagation)
Dans la phase d'entrainement, les poids et les biais sont changé à chaque fois grâce aux fonctions de perte et à la backpropagation. Les fonctions de perte calculent la différence entre la valeur cible y et la valeurs sortie par le réseau y' et retourne un nombre qui évalue la ... | |
https://github.com/OCamlPro/ppaqse-lang | https://raw.githubusercontent.com/OCamlPro/ppaqse-lang/master/src/étude/tests.typ | typst | #import "defs.typ": *
#import "links.typ": *
= Test <A-tests>
Il y a plusieurs type d'outils pour tester un programme que l'on peut diviser
en trois catégories qui ne sont pas forcément exclusives:
- les outils d'écriture de tests;
- les outils de génération de tests;
- les outils de gestion des tests.
Les outils d'... | |
https://github.com/benjamineeckh/kul-typst-template | https://raw.githubusercontent.com/benjamineeckh/kul-typst-template/main/tests/test1/sections/chapter1.typ | typst | MIT License | = Introduction
#lorem(500)
== a subtitle1
#lorem(200)
== a subtitle2
#lorem(200)
== a subtitle3
#lorem(200)
== a subtitle3
#lorem(200)
= another main title
== and directly a subtitle
#lorem(700) |
https://github.com/Otto-AA/definitely-not-tuw-thesis | https://raw.githubusercontent.com/Otto-AA/definitely-not-tuw-thesis/main/src/styles/general.typ | typst | MIT No Attribution | #let general-styles = rest => {
set par(justify: true)
show emph: it => {
text(it, spacing: 4pt)
}
show link: underline
show heading.where(level: 1): it => {
pagebreak()
text(it, size: 1.6em)
v(14pt)
}
show heading.where(level: 2): it => {
text(it, size: 1.2em)
v(6pt)
}
sho... |
https://github.com/Hennzau/cv | https://raw.githubusercontent.com/Hennzau/cv/main/README.md | markdown | # 📄 CV Template with Typst
This repository contains a **template** for creating a CV using **Typst**. ✍️ **Typst** is an alternative to **LaTeX**, designed for creating structured documents. It's easier to learn and use than LaTeX, while still offering similar features. 🎯
You can use this template to create your ow... | |
https://github.com/mattyoung101/uqthesis_eecs_hons | https://raw.githubusercontent.com/mattyoung101/uqthesis_eecs_hons/master/README.md | markdown | ISC License | # UQ Honours thesis template in Typst
This is a template for Honours theses at the University of Queensland in Typst. It's meant to be as visually
similar as possible to the LaTeX template provided by UQ.
Typst is a new typesetting language with many improvements in speed and ease of use over LaTeX. You can read
more ... |
https://github.com/Area-53-Robotics/53B-Notebook-Over-Under-2023-2024 | https://raw.githubusercontent.com/Area-53-Robotics/53B-Notebook-Over-Under-2023-2024/master/entries/competitions/hereford.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/templates/entries.typ": *
#import "/templates/headers.typ": *
#import "/templates/text.typ": *
#import "/templates/competition.typ": *
#create_default_entry(
title: [<NAME>],
date: [December 2nd, 2023],
witness: [Deb],
design: [Juan],
content: [
#entry_text()
#tournament(matches: (
(... |
https://github.com/maucejo/cnam_templates | https://raw.githubusercontent.com/maucejo/cnam_templates/main/src/common/_colors.typ | typst | MIT License | #let primary = (
red: rgb("c1002a"),
gray: rgb("405a68"),
dark-blue: rgb("11304c"),
medium-blue: rgb("4485c5"),
light-blue: rgb("a1d6df"),
lime: rgb("dddc00"),
)
#let secondary = (
btp: cmyk(100%, 40%, 100%, 0%), // Bâtiment et travaux publics
bioagro: cmyk(30%, 10%, 95%, 0%), // Biotechnologie... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/lang-with-region_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// without any region
#set text(font: "Noto Serif CJK TC", lang: "zh")
#outline()
|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/matrix-05.typ | typst | Other | // Error: 13-14 expected array, found content
$ mat(1, 2; 3, 4, delim: "[") $,
|
https://github.com/francescoo22/masters-thesis | https://raw.githubusercontent.com/francescoo22/masters-thesis/main/chapters/6-Encoding.typ | typst | #import "../vars/kt-to-vpr-examples.typ": *
#import "../config/utils.typ": code-compare
#pagebreak(to:"odd")
= Encoding in Viper<cap:encoding>
The annotation system for aliasing control introduced in @cap:annotations-kt and formalized in @cap:annotation-system aims to improve the verification process performed by Sna... | |
https://github.com/PA055/5839B-Notebook | https://raw.githubusercontent.com/PA055/5839B-Notebook/main/main.typ | typst | #import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial: radial-theme, components
#show: notebook.with(theme: radial-theme, cover: align(center + horizon)[
#text(size: 24pt, font: "Tele-Marines")[
#text(size: 28pt)[
Engineering Notebook
]
#image("./assets/logo.jpg",... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/pagebreak_04.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test hard and weak pagebreak followed by page with body.
// Should result in three navy-colored pages.
#set page(fill: navy)
#set text(fill: white)
First
#pagebreak()
#page[Second]
#pagebreak(weak: true)
#page[Third]
|
https://github.com/Lslightly/TypstTemplates | https://raw.githubusercontent.com/Lslightly/TypstTemplates/main/templates/figure.typ | typst | MIT License | /*
The following content won't work with import or included command. Just put them in the typ file
#show figure: set block(breakable: true)
*/
|
https://github.com/ChHecker/unify | https://raw.githubusercontent.com/ChHecker/unify/main/README.md | markdown | MIT License | # Unify
`unify` is a [Typst](https://github.com/typst/typst) package simplifying the typesetting of numbers, (physical and monetary) units, and ranges. It is the equivalent to LaTeX's `siunitx`, though not as mature.
## Overview
`unify` allows flexible numbers and units, and still mostly gets well typeset results.
``... |
https://github.com/OverflowCat/BUAA-Data-and-Error-Analysis-Sp2024 | https://raw.githubusercontent.com/OverflowCat/BUAA-Data-and-Error-Analysis-Sp2024/neko/5-regression/multi.typ | typst | #let t = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18)
#let x1 = (164.3, 71.3, 58.9, 105.4, 74.4, 201.5, 136.4, 96.1, 89.9, 179.8, 114.7, 142.6, 155, 136.4, 173.6, 111.6, 179.6, 158.1)
#let x2 = (0.56, 0.56, 4.34, 0.84, 6.58, 2.38, 13.16, 14.14, 16,24, 17.64, 15.28, 23.34, 23.34, 30.24, 32.34, 2.66, 3... | |
https://github.com/cbr9/CV | https://raw.githubusercontent.com/cbr9/CV/main/modules/skills.typ | typst | Apache License 2.0 | #import "../template/template.typ": *
#cvSection("Skills")
#cvSkill(
type: [ML & MLOps],
info: [
SLURM #hBar()
W&B #hBar()
PyTorch #hBar()
PyTorch Lightning #hBar()
HuggingFace #hBar()
Captum
]
)
#cvSkill(
type: [NLP],
info: [
LangChain #hBar()
SpaCy #hBar()
NLTK
]
)
... |
https://github.com/Lucascf11/PRE | https://raw.githubusercontent.com/Lucascf11/PRE/main/Avaliacoes/AV7/main.typ | typst | #import "@preview/klaro-ifsc-sj:0.1.0": report
#set text(lang: "pt")
#show: doc => report(
title: "Avaliação 7 de Processos Estocásticos",
subtitle: "Processos Estocásticos",
// Se apenas um autor colocar , no final para indicar que é um array
authors: ("<NAME>",),
date: "27 de Agosto de 2024",
doc,
)
#se... | |
https://github.com/EGmux/PCOM-2023.2 | https://raw.githubusercontent.com/EGmux/PCOM-2023.2/main/lista2/lista2q5.typ | typst | === A informação em um sinal analógico, com frequêcia máxima *$f_m = 3 "kHz"$*, é transmitida por um sistema 16-PAM. A distorção do quantização especificada não pode exceder *$plus.minus 1%$* do valor de tensão pico-a-pico do sinal analógico.
\
==== a) Qual o número mínimo de bits/amostra (bits/palavra PCM) que deve se... | |
https://github.com/An-314/Notes-of-DSA | https://raw.githubusercontent.com/An-314/Notes-of-DSA/main/introduction.typ | typst | = 绪论
== 算法
计算机、程序、算法
- 计算 = 信息处理 = 借助某种工具,遵照一定规则,以明确而机械的形式进行
- 计算模型 = 计算机 = 信息处理工具
- 所谓算法,即特定计算模型下,旨在解决特定问题的指令序列
算法的特性:
- *输入* 待处理的信息(问题)
- *输出* 经处理的信息(答案)
- *正确性* 的确可以解决指定的问题
- *确定性* 可描述为一个由基本操作组成的序列
- *可行性* 每一基本操作都可实现,且在常数时间内完成
- *有穷性* 对于任何输入,经有穷次基本操作,都可以得到输出
不能确定有穷的程序不能称之为一个算法。可放宽为期望上有穷,例如几何级数。
== 计算模型
$T_A (P)$... | |
https://github.com/Jollywatt/typst-wordometer | https://raw.githubusercontent.com/Jollywatt/typst-wordometer/master/tests/where-selectors/test.typ | typst | MIT License | #import "/src/lib.typ": *
#set page(width: 15cm, height: auto)
#let el = [
= One
== Not me!
=== Two three four five
]
#rect(el)
#word-count-of(el, exclude: heading.where(depth: 2)) |
https://github.com/frederiksemmel/linicrypt_typst | https://raw.githubusercontent.com/frederiksemmel/linicrypt_typst/main/main.typ | typst | #import "@preview/commute:0.2.0": node, arr, commutative-diagram
#import "@preview/algo:0.3.3": algo, i, d, comment, code
#import "lib/template_fs.typ": *
#import "lib/linicrypt.typ": *
#show: fs-article.with(
title: [Ideas on a characterization for Collision Resistance in Linicrypt without nonces],
authors: (
... | |
https://github.com/schmidma/typst-workshop | https://raw.githubusercontent.com/schmidma/typst-workshop/main/presentation.typ | typst | Creative Commons Zero v1.0 Universal | #import "@preview/touying:0.4.2": *
#import "@preview/cetz:0.2.2"
#import "@preview/unify:0.6.0": num,qty,numrange,qtyrange
#import "@preview/ccicons:1.0.0": *
#let s = themes.metropolis.register(
aspect-ratio: "16-9"
)
#let s = (s.methods.info)(
self: s,
title: [Typst],
subtitle: [The Modern Alternative to La... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/type_check/confusing-name.typ | typst | Apache License 2.0 | #let x(date) = date.display()
#let (x: x) = (x: 1)
#let master-cover(info, x: x) = {
info = (submit-date: 0) + info
x(datetime.today())
}
|
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/SUMMARY.md | markdown | MIT License | # Summary
- [About](./about.md)
# The Book
- [Typst Basics](./basics/index.md)
- [Tutorial by Examples](./basics/tutorial/index.md)
- [Markup language](./basics/tutorial/markup.md)
- [Functions](./basics/tutorial/functions.md)
- [Basic styling](./basics/tutorial/basic_styling.md)
- [Advanced... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.