repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/sabitov-kirill/comp-arch-conspect | https://raw.githubusercontent.com/sabitov-kirill/comp-arch-conspect/master/questions/5_chipsets.typ | typst | #heading[Организация чипсетов.]
#emph[Организация чипсетов (двухмостовая архитектура и ее развитие, UMA/NUMA).]
== Развитие двухмостовой архитектуры
#import "/commons.typ": imagebox
#imagebox("dvu_most.png", label: [Пример двухмостовой архитектуры с различной реализацией шин CPU и контроллерами памяти], height: 150pt)... | |
https://github.com/taooceros/CV | https://raw.githubusercontent.com/taooceros/CV/main/modules_en/community.typ | typst | // Imports
#import "@preview/brilliant-cv:2.0.2": cvSection, cvEntry
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#let cvEntry = cvEntry.with(metadata: metadata)
#cvSection("Community Service")
#cvEntry(
title: [Housing Department],
society: [Math Tutor],
date: [... | |
https://github.com/mem-courses/linear-algebra | https://raw.githubusercontent.com/mem-courses/linear-algebra/main/note/2.行列式.typ | typst | #import "../template.typ": *
#show: project.with(
title: "Linear Algebra #2",
authors: (
(name: "<NAME>", email: "<EMAIL>", phone: "3230104585"),
),
date: "October 28, 2023",
)
= 行列式
设 $bold(A) = (a_(i,j))_(n times n)$ 是数域 $PP$ 上的 $n$ 阶方阵,则它的行列式定义为:
#set math.mat(delim: "|")
$ |bold(A)| = mat(
a_11,a_12... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/028.%20gh.html.typ | typst | gh.html
Great Hackers
Want to start a startup? Get funded by
Y Combinator.
July 2004(This essay is derived from a talk at Oscon 2004.)
A few months ago I finished a new
book,
and in reviews I keep
noticing words like "provocative'' and "controversial.'' To say
nothing of "idiotic.''I didn't mean to make the b... | |
https://github.com/PhilipNelson5/Resume-Typst | https://raw.githubusercontent.com/PhilipNelson5/Resume-Typst/main/README.md | markdown | Apache License 2.0 | # Typst CV Template
<p align="center">
<a href="LICENSE">
<img alt="Apache-2 License" src="https://img.shields.io/badge/license-Apache%202-brightgreen"/>
</a>
</p>
A no-frills curriculum vitae (CV) template for [Typst](https://github.com/typst/typst) that uses a YAML file for data input in order to version co... |
https://github.com/crd2333/crd2333.github.io | https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/components/TypstLocal/thms/example.typ | typst | #import "lib.typ": *
#show: thmrules.with(qed-symbol: $square$)
#set page(width: 16cm, height: auto, margin: 1.5cm)
#set heading(numbering: "1.1.")
= Prime numbers
= First level heading
#theorem(footer: [The showybox allowes you add footer for boxes, useful when giving some explanation.])[#lorem(20)] <thm1>
= Anoth... | |
https://github.com/ntjess/toolbox | https://raw.githubusercontent.com/ntjess/toolbox/main/cetz-plus/arrow.typ | typst | #import "@preview/cetz:0.2.0"
#import cetz.draw: *
#let _cetz-anchor = anchor
#let arrow-default-style = (
body-size: (5, 2),
head-size: (4, 2),
direction: ltr,
)
#let arrow(pt, name: none, anchor: none, ..style) = {
get-ctx(ctx => {
move-to(pt)
let style = resolve(
ctx.style, merge: style.named... | |
https://github.com/tingerrr/chiral-thesis-fhe | https://raw.githubusercontent.com/tingerrr/chiral-thesis-fhe/main/tests/core/authors/test.typ | typst | #import "/src/core/authors.typ"
#set page(height: 1cm, width: 1cm)
//
// parsing
//
#import authors: parse-title, parse-name, parse-author
// title
#let prof = (
main: "Prof.",
suffix: none,
)
#let dr = (
rer-nat: (
main: "Dr.",
suffix: "rer. nat.",
),
sc-nat: (
main: "Dr.",
suffix: "sc. na... | |
https://github.com/AJMC2002/opt-methods | https://raw.githubusercontent.com/AJMC2002/opt-methods/main/minimization-2/report/Москера_лр2.typ | typst | #set page(
paper: "a4",
margin: (x: 1in, y: 1in),
)
#set text(size: 12pt)
#set align(center)
#image("fefu_logo.jpg", width: 4%)
#text(
size: 10pt,
[
МИНИСТЕРСТВО НАУКИ И ВЫСШЕГО ОБРАЗОВАНИЯ И НАУКИ РОССИЙСКОЙ ФЕДЕРАЦИИ
Федеральное государственное автономное образовательное учреждение высшег... | |
https://github.com/lonkaars/typst-metalogo | https://raw.githubusercontent.com/lonkaars/typst-metalogo/master/metalogo.typ | typst | MIT License | // TODO: base should *actually* be lowered by 0.5ex, but Typst does not yet
// have an ex unit, only em. See https://github.com/typst/typst/issues/2405
#let baseline-drop = 0.22em
#let TeX = [#box(baseline: baseline-drop)[T#h(-.1667em)#box(baseline: baseline-drop)[E]#h(-.125em)X]]
#let Xe = [#box(baseline: baseline-dr... |
https://github.com/Pablo-Gonzalez-Calderon/apuntes-botanica | https://raw.githubusercontent.com/Pablo-Gonzalez-Calderon/apuntes-botanica/main/src/months/november.typ | typst | Other | #import "../template.typ": new-class, examplebox, obsbox, figure-box, gloss
#import "@preview/showybox:2.0.1": *
#import "@preview/tablex:0.0.4": *
#let clase-17-18 = [
#new-class(new-page: true, "Reproducción en plantas II", "06 de noviembre de 2023")
#gloss(size: 21em)[
/ Placentación: Disposición de lo... |
https://github.com/usami-k/technote | https://raw.githubusercontent.com/usami-k/technote/main/2024/swift-testing-practice/swift-testing-practice.typ | typst | Creative Commons Attribution 4.0 International | #import "@preview/touying:0.5.2": *
#import themes.metropolis: *
#show: metropolis-theme.with(
aspect-ratio: "16-9",
footer: utils.display-current-heading(level: 1),
config-info(
title: [Swift Testingを活用する],
author: [宇佐見公輔],
date: [2024-10-18],
institution: [株式会社ゆめみ],
logo: [#image("images/Pro... |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/unterrichtsplanung/main.typ | typst | Other | #import "/src/template.typ": *
= #ix("Unterrichtsplanung")
#author[<NAME>]
#include "sozialformen.typ"
#include "methoden.typ"
#include "medien.typ"
#include "modelle.typ"
#include "kurzentwurf.typ"
// #include "jahres_und_sequenzplanung.typ" |
https://github.com/HPDell/touying-brandred-uobristol | https://raw.githubusercontent.com/HPDell/touying-brandred-uobristol/main/examples/example.typ | typst | MIT License | #import "../lib.typ": *
#show: uobristol-theme.with(
aspect-ratio: "16-9",
footer: self => self.info.institution,
config-info(
title: [Title],
subtitle: [Subtitle],
author: [Authors],
date: datetime.today(),
institution: [Institution],
logo: emoji.city,
),
)
#title-slide()
#outline-sl... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/babel/0.1.1/assets/logo.typ | typst | Apache License 2.0 | #set page(
width: auto,
height: auto,
margin: 0.0em,
fill: none
) if "standalone" in sys.inputs and sys.inputs.at("standalone")=="true"
#let logo(transparentize: 0%) = box(
fill: eastern.transparentize(transparentize),
height: 1.5em,
width: 1.5em,
radius: 0.25em,
)[
#align(center + horizon, image("tow... |
https://github.com/pauladam94/curryst | https://raw.githubusercontent.com/pauladam94/curryst/main/examples/math-formula.typ | typst | MIT License | #import "../curryst.typ": rule, proof-tree
#set document(date: none)
#set page(width: auto, height: auto, margin: 0.5cm, fill: white)
Consider the following tree:
$
Pi quad = quad #proof-tree(
rule(
$phi$,
$Pi_1$,
$Pi_2$,
)
)
$
$Pi$ constitutes a derivation of $phi$.
|
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/i18n/zh/docusaurus-plugin-content-docs/current/dynamic/equation.md | markdown | ---
sidebar_position: 3
---
# 数学公式动画
Touying 还提供了一个独特且十分有用的功能,即数学公式动画,它让你可以方便地在数学公式里使用 `pause` 和 `meanwhile`。
## 简单动画
让我们先来看一个例子:
```typst
#slide[
Touying equation with pause:
#touying-equation(`
f(x) &= pause x^2 + 2x + 1 \
&= pause (x + 1)^2 \
`)
#meanwhile
Touying equation is very si... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/construct-09.typ | typst | Other | // Test conversion to string.
#test(str(123), "123")
#test(str(50.14), "50.14")
#test(str(10 / 3).len() > 10, true)
|
https://github.com/MaxAtoms/T-705-ASDS | https://raw.githubusercontent.com/MaxAtoms/T-705-ASDS/main/template.typ | typst | #let example(number: "", body) = {
strong("Example "+number)
linebreak()
body
}
#let note(body) = {
[
#strong("Note")
#linebreak()
#body
]
}
#let exercise(number, body) = {
strong("Exercise "+number)
linebreak()
body
}
#let project(
title: none,
header-title: none,
... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/030%20-%20Amonkhet/002_Trust.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Trust",
set_name: "Amonkhet",
story_date: datetime(day: 05, month: 04, year: 2017),
author: "<NAME>",
doc
)
#figure(image("002_Trust/01.png", width: 100%), caption: [], supplement: none, numbering: none)
#emph[Five Planeswalkers have come ... | |
https://github.com/ludwig-austermann/typst-din-5008-letter | https://raw.githubusercontent.com/ludwig-austermann/typst-din-5008-letter/main/lib/default-blocks.typ | typst | MIT License | #let betreff(content, styling: (:), extras: (:)) = {
//set align(center)
set text(styling.theme-color)
strong(content)
}
#let teilbetreff(content, level: 1, styling: (:), extras: (:)) = {
set text(styling.theme-color, styling.text-params.size)
if level == 1 {
strong(content + ". ")
} else { text(weight... |
https://github.com/kokkonisd/typst-phd-template | https://raw.githubusercontent.com/kokkonisd/typst-phd-template/main/src/report.typ | typst | The Unlicense | // TEMPLATE FOR PHD REPORTS.
#import "colors.typ": *
#import "common.typ": *
#import "fonts.typ": *
#import "logos.typ": *
// Define an author group.
//
// An author group can be anything, from a very specific single-member group (e.g. "PhD student")
// to a broader multi-member group (e.g. "External committee").
//... |
https://github.com/vEnhance/1802 | https://raw.githubusercontent.com/vEnhance/1802/main/src/basis.typ | typst | MIT License | #import "@local/evan:1.0.0":*
= Linear combinations of vectors
== [TEXT] Basis <sec-basis>
#memo(title: [Memorize: Basis for $RR^n$, "buy two get one free"])[
Suppose you have a bunch of vectors in $RR^n$.
Any two of the following imply the third:
1. There are exactly $n$ vectors.
2. The vectors are linearl... |
https://github.com/HEIGVD-Experience/docs | https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S5/MAT3/docs/4-FormeExponentielle/logarithme-complexe.typ | typst | #import "/_settings/typst/template-note.typ": conf
#show: doc => conf(
title: [
Logarithmes complexes
],
lesson: "MAT3",
chapter: "4 - Forme Exponentielle",
definition: "Le document aborde le logarithme complexe, expliquant que la fonction exponentielle n'est pas bijective, ce qui entraîne l'existence d'u... | |
https://github.com/Duolei-Wang/modern-sustech-thesis | https://raw.githubusercontent.com/Duolei-Wang/modern-sustech-thesis/main/template/configs/commitment.typ | typst | MIT License | #import "font.typ" as fonts
#let commitment(
isCN: true
) = {
let title = [title]
let pars = ([], [])
let title-CN = [诚信承诺书]
let content-CN = (
[1. 本人郑重承诺所呈交的毕业设计(论文),是在导师的指导下, 独立进行研究工作所取得的成果,所有数据、图片资料均真实可靠。],
[2. 除文中已经注明引用的内容外,本论文不包含任何其他人或集体已经发表或撰写过的作品或成果。对本论文的研究作出重要贡献的个人和集体,均已在文中以明确的方式标明。],
[... |
https://github.com/citation-js/plugin-hayagriva | https://raw.githubusercontent.com/citation-js/plugin-hayagriva/main/README.md | markdown | MIT License | Citation.js plugin for the [Hayagriva](https://github.com/typst/hayagriva)
YAML format (v0.1.1) used in [Typst](https://typst.app/).
[](https://npmjs.org/package/@citation-js/plugin-hayagriva)
[, display(a)/display(b), inline(a/b), script(a/b), sscript(a/b) \
mono(script(a/b)), script(mono(a/b))\
script(a^b, cramped: #true), script(a^b, cramped: #false)$
--- issue-3658-math-size ---
$ #rect[$1/2$] $
$#rect[$1/2$]$
| |
https://github.com/Big-Ouden/ensiie_rapport | https://raw.githubusercontent.com/Big-Ouden/ensiie_rapport/main/0.1.5/template/report.typ | typst | #import "@preview/isc-hei-report:0.1.5" : *
#let doc_language = "fr" // Or en/de
#show: project.with(
title: "Rapport de projet pour la filière ISC",
sub-title: "Avec une mise en page avec `Typst`",
course-name: "101.1 Programmation impérative",
course-supervisor : "Prof. <NAME>",
semester: "Semestre de pr... | |
https://github.com/nath-roset/suiviProjetHekzamGUI | https://raw.githubusercontent.com/nath-roset/suiviProjetHekzamGUI/master/typ%20sources/template.typ | typst | Apache License 2.0 | #import "@preview/cheq:0.1.0": checklist
#let base(
left_header: [
#datetime.today().display("[day]/[month]/[year]")
],
right_header: none,
title: none,
subtitle: none,
version: [],
authors:(),
doc
) = {
set document( //basic doc settings
author: "<NAME>",
title: [#t... |
https://github.com/katamyra/Notes | https://raw.githubusercontent.com/katamyra/Notes/main/Personal%20Notes/DeepLearning/CompiledNotes.typ | typst | #import "../../template.typ": *
#show: template.with(
title: [Dive into Deep Learning Book],
authors: (
(
name: "<NAME>"
),
),
description: [Notes Based on the book Dive into Deep Learning at #link("d2l.ai") & supplemental reading orvideos]
)
#include "Modules/Introduction.typ" | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/guide/compiler/bindings.typ | typst | Apache License 2.0 | #import "/docs/cookery/book.typ": *
#show: book-page.with(title: "Compiler in Wasm (Web)")
#let snippet-source = "https://github.com/Myriad-Dreamin/typst.ts/blob/main/packages/typst.ts/src/contrib/snippet.mts"
#let snippet-lib = link(snippet-source)[`snippet`]
#include "../claim.typ"
The most simple examples always... |
https://github.com/noahjutz/AD | https://raw.githubusercontent.com/noahjutz/AD/main/config.typ | typst | #let theme = (
primary: red,
primary_light: red.lighten(75%),
primary_trans: red.transparentize(75%),
secondary: blue,
secondary_light: blue.lighten(75%),
secondary_trans: blue.transparentize(75%),
tertiary: yellow.darken(15%),
tertiary_light: yellow.lighten(75%),
tertiary_trans: yellow.transparentize... | |
https://github.com/DashieTM/ost-5semester | https://raw.githubusercontent.com/DashieTM/ost-5semester/main/patterns/weeks/week12.typ | typst | #import "../../utils.typ": *
#subsection("Singleton (Boxing and Killing)")
#set text(size: 14pt)
Problem | Guarantee that a resource exists *exactly once* and can be globally
accessed.\
Context |
- one instance
- globally accessible
- subclassing should be possible
- extending must not break code
- lazy or eager loadi... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/def_use/import_alias_both.typ | typst | Apache License 2.0 | #import "base.typ"
#base
#import "base.typ" as foo: x as foo
#base, #foo |
https://github.com/rxt1077/it610 | https://raw.githubusercontent.com/rxt1077/it610/master/markup/slides/cloud.typ | typst | #import "/templates/slides.typ": *
#show: university-theme.with(
short-title: [Cloud]
)
#title-slide(
title: [Cloud Computing]
)
#alternate(
title: [What is it?],
image: licensed-image(
file: "/images/cloud.svg",
license: "CC BY-SA 4.0",
title: [FSFE There is no cloud postcard en.svg],
url: "... | |
https://github.com/bsp0109/ieee-typst-template | https://raw.githubusercontent.com/bsp0109/ieee-typst-template/main/conference.typ | typst | #import "template.typ": *
#show: ieee.with(
title: "Test",
abstract: [
],
authors: (
(
name: "Name",
department: [Dept of Affiliation],
organization: [Affiliation],
location: [City, Country],
email: "<EMAIL>"
),
(
name: "Name",
department: [Dept of Affiliati... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/scripting/let.typ | typst | // Test let bindings.
--- let-basic ---
// Automatically initialized with none.
#let x
#test(x, none)
// Manually initialized with one.
#let z = 1
#test(z, 1)
// Syntax sugar for function definitions.
#let fill = conifer
#let f(body) = rect(width: 2cm, fill: fill, inset: 5pt, body)
#f[Hi!]
--- let-termination ---
/... | |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/计算方法B/code/hw2/hw2.typ | typst | #import "../../../template.typ": *
#show: note.with(
title: "作业2",
author: "YHTQ",
date: datetime.today().display(),
logo: none,
withOutlined : false,
withTitle : false,
withHeadingNumbering: false
)
= 2
注意到 $norm(x + y) = norm(x) + norm(y)$ 等价于柯西不等式:
$
inner(x, y) <= norm(x) norm(y)
$
取等,显然当且仅... | |
https://github.com/El-Naizin/cv | https://raw.githubusercontent.com/El-Naizin/cv/main/modules/projects.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Projects & Associations")
#cvEntry(
title: [Volunteer Data Analyst],
society: [ABC Nonprofit Organization],
date: [2019 - Present],
location: [New York, NY],
description: list(
[Analyze donor and fundraising data to identify trends and opportunities ... |
https://github.com/nahdiasma2/lab3 | https://raw.githubusercontent.com/nahdiasma2/lab3/main/Lab3.typ | typst | #import "Class.typ": *
#show: ieee.with(
title: [#text(smallcaps("Lab #3: Web Application with Genie"))],
/*
abstract: [
#lorem(10).
],
*/
authors:
(
(
name: "<NAME>",
department: [Senior-lecturer, Dept. of EE],
organization: [ISET Bizerte --- Tunisia],
pr... | |
https://github.com/Hofer-Julian/typst_reproducer | https://raw.githubusercontent.com/Hofer-Julian/typst_reproducer/main/reproducer.typ | typst | #box(
height: 20pt,
image("calendar.svg")
)
#line(length: 100%, stroke: (paint:rgb("#cbd5e1"), dash: "dashed"))
#box(
height: 20pt,
image("calendar.svg")
)
| |
https://github.com/furkan/cv | https://raw.githubusercontent.com/furkan/cv/main/modules/projects.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Projects")
#cvEntry(
title: [<NAME>],
society: [],
date: [2019 - Present],
location: [],
description: list(
[A Telegram bot that keeps track of debts between a group of people. The code is open sourced and shared on my GitHub account. Initially, I us... |
https://github.com/saYmd-moe/note-for-statistical-mechanics | https://raw.githubusercontent.com/saYmd-moe/note-for-statistical-mechanics/main/contents/PartII/Chp06.typ | typst | #import "../../template.typ": *
== 近独立子系的统计应用
=== 二能级系统与负温度
$cal(H)$ 中的核自旋数量子数 $j = 1\/2$ 的粒子。有两个能级:$epsilon_1 = -mu cal(H) equiv -epsilon, quad epsilon_2 = mu cal(H) equiv epsilon$,其子系配分函数、内能和熵均可计算:$
Z = sum_lambda g_lambda e^(-beta epsilon_lambda) = e^(beta epsilon) + e^(-beta epsilon)\
U = macron(E) = -N diff/(di... | |
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/README.md | markdown | Apache License 2.0 | # [Metro](https://github.com/fenjalien/metro)
The Metro package aims to be a port of the Latex package siunitx. It allows easy typesetting of numbers and units with options. This package is very early in development and many features are missing, so any feature requests or bug reports are welcome!
Metro’s name comes f... |
https://github.com/coljac/typst-dnd5e | https://raw.githubusercontent.com/coljac/typst-dnd5e/main/example/example.typ | typst | MIT License | #import "lib.typ": *
#show: dndmodule.with(
title: "A Date with Destiny",
subtitle: "A one-shot adventure for 4 players of levels 1-4 - with dinosaurs",
author: "<NAME>",
cover: image("img/party.png", height: 100%),
paper: "a4",
logo: image("img/GenericLogo.png", width: 13%),
fancy_author: true
)
#outli... |
https://github.com/JanEhehalt/typst-demo | https://raw.githubusercontent.com/JanEhehalt/typst-demo/main/main.typ | typst | //#import "@preview/exzellenz-tum-thesis:0.1.0": exzellenz-tum-thesis
#import "utils.typ": inwriting, draft, todo
#import "glossary.typ": glossary
#import "@preview/glossarium:0.2.6": make-glossary, print-glossary, gls, glspl
#show: make-glossary
// Global Settings //
#set text(lang: "en", size: 12pt)
#set text(liga... | |
https://github.com/ahxt/typst-TMLR | https://raw.githubusercontent.com/ahxt/typst-TMLR/main/tmlr.typ | typst | // The project function defines how your document looks.
// It takes your content and some metadata and formats it.
// Go ahead and customize it to your liking!
#let tiny = 5pt
#let scriptsize = 7pt
#let footnotesize = 8pt
#let small = 9pt
#let normalsize = 10pt
#let large = 12pt
#let Large = 14.4pt
#let LARGE = 17.28... | |
https://github.com/dogeystamp/typst-templates | https://raw.githubusercontent.com/dogeystamp/typst-templates/master/libs.typ | typst | The Unlicense | #import "/templates/main.typ": settings, font
#import "@preview/unify:0.5.0": num, qty, unit
// percentage error quantity
// (because both unify and metro currently can't parse percentages)
#let pq(nb, un, pe) = {
return $(num(nb) plus.minus qty(pe, "%")) unit(un)$
}
// chemistry
#import "@preview/whalogen:0.1.0": ... |
https://github.com/gabrielluizep/typst-ifsc | https://raw.githubusercontent.com/gabrielluizep/typst-ifsc/main/README.md | markdown | Creative Commons Zero v1.0 Universal | <p align="center">
<img src="assets/ifsc-v.png" width="100px" align="center">
</p>
---
# typst-ifsc
Repositório arquivado em favor da metodologia de templates do Typst. Agora é possível importalos com a função `import` (e.g `#import "@preview/klaro-ifsc-sj:0.1.0": *`).
Códigos distribuídos em:
- [klaro-ifsc-sj](... |
https://github.com/EpicEricEE/typst-plugins | https://raw.githubusercontent.com/EpicEricEE/typst-plugins/master/qr/src/qr.typ | typst | #let lib = plugin("qr.wasm")
/// Create a QR code from the given data.
///
/// Arguments:
/// - format: The format of the image. Must be one of "png" or "svg". Default: "svg".
/// - margin: The margin around the QR code in units of modules. Default: 4.
/// - fill: The color of the QR code. Default: black.
/// - image-... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.5.2/tests/edge-loops/test.typ | typst | Apache License 2.0 | #set page(width: auto, height: auto, margin: 1em)
#import "/src/exports.typ" as fletcher: diagram, node, edge
#diagram(
node((0,0), [Loop], shape: circle, fill: eastern),
edge((0,0), "->", (0,0), bend: 120deg, layer: 2, loop-angle: 0deg),
edge((0,0), "->", (0,0), bend: 120deg, layer: 2, loop-angle: 90deg),
edge... |
https://github.com/luiswirth/numpde-slides | https://raw.githubusercontent.com/luiswirth/numpde-slides/main/src/week01.typ | typst | #import "setup.typ": *
#show: this-template
#let pathemph(a, b) = [
#text(fill: white.darken(60%))[#a]#b
]
#titleslide("01")
#pagebreak()
#githubref
#pagebreak()
= Important links
#v(1cm)
NPDE Repo https://gitlab.math.ethz.ch/ralfh/NPDERepo \
CPP reference: https://en.cppreference.com/ \
Eigen documentation htt... | |
https://github.com/SillyFreak/tu-wien-software-engineering-notes | https://raw.githubusercontent.com/SillyFreak/tu-wien-software-engineering-notes/main/optimizing-compilers/oc/lattices.typ | typst | #import "@preview/commute:0.2.0": node, arr, commutative-diagram
#let Carrier = $cal(C)$
#let Lattice(carrier) = $accent(carrier, hat)$
// TODO manual kerning for calligraphy letters
#let FL = $cal("F")#h(-0.22em)cal("L")$
#let rel = $subset.eq.sq$
#let meet = $sect.sq$
#let Meet = $sect.sq.big$
#let join = $union.s... | |
https://github.com/GYPpro/DS-Course-Report | https://raw.githubusercontent.com/GYPpro/DS-Course-Report/main/Rep/20.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/Quaternijkon/notebook | https://raw.githubusercontent.com/Quaternijkon/notebook/main/content/数据结构与算法/.chapter-数据结构/链表/反转链表.typ | typst | #import "../../../../lib.typ":*
=== #Title(
title: [反转链表],
reflink: "https://leetcode.cn/problems/reverse-linked-list/description/",
level: 1,
)<反转链表>
#note(
title: [
反转链表
],
description: [
给你单链表的头节点 head ,请你反转链表,并返回反转后的链表。
],
examples: ([
输入:head = [1,2,3,4,5]
输出:[5,4,3,2,1]
],[
输入... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cumcm-muban/0.1.0/README.md | markdown | Apache License 2.0 | cumcm-muban 是一个为高教社杯全国大学生数学建模竞赛设计的 Typst 模板。
## 使用方法
你可以在 Typst 网页应用中使用此模板,只需在仪表板上点击 “Start from template”,然后搜索 cumcm-muban。
另外,你也可以使用 CLI 命令来启动这个项目。
```
typst init @preview/cumcm-muban
```
Typst 将会创建一个新的目录,其中包含了所有你开始所需要的文件。
## 配置
此模板导出了 cumcm 函数,包含以下命名参数:
- title: 论文的标题
- problem-chosen: 选择的题目
- team-number: 团... |
https://github.com/flechonn/interface-typst | https://raw.githubusercontent.com/flechonn/interface-typst/main/BD/TYPST/utilities.typ | typst | // GLOBAL SHEET TEMPLATE
#set text(
font: "Inria Serif",
size: 10pt,
)
#set page(
paper: "a4",
)
// SHEET HEADING TEMPLATE
#let title(doc) = [
#set text(16pt)
#doc
]
#let header(doc) = [
#set align(center)
#set text(12pt, weight: "bold")
#show "author" : [Author]
#show "date" : [Date]
#show "dur... | |
https://github.com/max-niederman/MTH311 | https://raw.githubusercontent.com/max-niederman/MTH311/main/hw/4.typ | typst | #import "../lib.typ": *
#show: homework.with(title: "Math 311 Homework 4")
= 3.3.1 (b)
Take $epsilon > 0$ as given and let $delta = min{epsilon/12, 6}$.
Now, suppose we have $x$ such that $ abs(x - 3) < delta "." $
From its definition, we have $delta <= epsilon/12$.
Therefore, we have $abs(x - 3) <= epsilon/12$.
M... | |
https://github.com/horaoen/note | https://raw.githubusercontent.com/horaoen/note/main/README.md | markdown | Apache License 2.0 | # note
personal note writting by typst using my [typst-template(typstempl)](https://www.github.com/horaoen/typstempl)
|
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/layout/grid-5.typ | typst | Apache License 2.0 |
---
// Test that trailing linebreak doesn't overflow the region.
#set page(height: 2cm)
#grid[
Hello \
Hello \
Hello \
World
]
---
// Test that broken cell expands vertically.
#set page(height: 2.25cm)
#grid(
columns: 2,
gutter: 10pt,
align(bottom)[A],
[
Top
#align(bottom)[
Bottom \
... |
https://github.com/marnym/typst-watch.nvim | https://raw.githubusercontent.com/marnym/typst-watch.nvim/main/README.md | markdown | MIT License | # typst-watch.nvim
**typst-watch.nvim** is a plugin that makes your [typst](https://typst.app/) workflow easier.
## Requirements
- Neovim >= `0.10.0`
- [typst](https://github.com/typst/typst)
## Features
- Searches for `main.typ`, and starts `typst watch main.typ`
- If a different main file is used, the compilat... |
https://github.com/ShapeLayer/ucpc-solutions__typst | https://raw.githubusercontent.com/ShapeLayer/ucpc-solutions__typst/main/lib/utils/utils.typ | typst | Other | #import "./make-hero.typ": make-hero
#import "./make-prob-meta.typ": make-prob-meta
#import "./make-prob-overview.typ": make-prob-overview
#import "./make-problem.typ": make-problem
#import "./problem.typ": problem
|
https://github.com/chaosarium/typst-templates | https://raw.githubusercontent.com/chaosarium/typst-templates/main/notebook/components/envs.typ | typst | // Proof environment
#let proof(body) = block(spacing: 11.5pt, {
emph[Proof.]
[ ] + body
h(1fr)
box(scale(160%, origin: bottom + right, sym.square.stroked))
})
// components
#let blockquote(body) = {
rect(
stroke: (left: black + 2pt),
inset: (x: 8pt, y: 6pt),
outset: -2pt,
body,
)
}
| |
https://github.com/Stautaffly/typ | https://raw.githubusercontent.com/Stautaffly/typ/main/note/笔记.typ | typst | #import "note-model.typ": *
#show: project.with(
course: "数学分析第一卷",
title: "一元微积分",
authors: ((
name: "o(* ̄▽ ̄*)o",
email: "",
phone: ""
),),
date: "January 24, 2024",
)
= 连续与极限
== 数列
#dy[数列是一个映射$NN -> RR$]
| |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/circuiteria/0.1.0/doc/example.typ | typst | Apache License 2.0 | #import "@preview/cetz:0.2.2": draw
#import "../src/circuit.typ": circuit
#import "../src/util.typ"
#let example-preamble = "import \"../src/lib.typ\": *;"
#let example-scope = (
draw: draw
)
#let example(src, show-src: true, vertical: false, fill: true) = {
src = src.text
let full-src = example-preamble + src
... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/genealotree/0.1.0/examples/example.typ | typst | Apache License 2.0 | #import "@preview/genealotree:0.1.0": *
#set page(width: auto, height: auto, margin: 1cm)
#let geneal-example = genealogy-init()
#let geneal-example = add-persons(
geneal-example,
(
"I1": (sex: "m", phenos: ("ill",)),
"I2": (sex: "f"),
"II1": (sex: "f", phenos: ("ill",)),
"II1*... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-17.typ | typst | Other | // Error: 10-16 zero to the power of zero is undefined
#calc.pow(0, 0)
|
https://github.com/GabrielDTB/basalt-backlinks | https://raw.githubusercontent.com/GabrielDTB/basalt-backlinks/main/src/exports.typ | typst | MIT License | #import "backlinks.typ": generate, get
|
https://github.com/typst-doc-cn/awesome-typst-cn | https://raw.githubusercontent.com/typst-doc-cn/awesome-typst-cn/main/README.md | markdown | Creative Commons Zero v1.0 Universal | <p align=center>
<b>该项目已与 <a href="https://github.com/qjcg/awesome-typst/blob/main/README_ZH.md">qjcg/awesome-typst</a> 合并</b>
</p>
|
https://github.com/jiamingluuu/mata35-notes | https://raw.githubusercontent.com/jiamingluuu/mata35-notes/main/notes.typ | typst | #set page(paper: "a4")
#set text(11pt)
#set heading(numbering: "1.")
#set par(justify: true)
#set rect(width: 100%, radius: 8pt, fill: rgb("#f2f2f2"), stroke: 1pt,
inset: 12pt)
#align(left, text(27pt)[ #v(79.4pt)
*MATA35 Course Notes*
])
#v(2cm)
#align(left, [
#h(1cm) *Instructor*: Dr. <NAME>\
#h(1cm)... | |
https://github.com/matte1/rules_typst | https://raw.githubusercontent.com/matte1/rules_typst/main/examples/example.typ | typst | $ A = pi r^2 $
$ "area" = pi dot "radius"^2 $
$ cal(A) :=
{ x in RR | x "is natural" } $
#let x = 5
$ #x < 17 $
#figure(
image("examples/smile.svg", width: 80%),
caption: [
Smile you have an image!
],
)
#figure(
image("examples/frown.svg", width: 80%),
caption: [
Smile you have an image!
],
) | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/array-34.typ | typst | Other | // Test the `zip` method.
#test(().zip(()), ())
#test((1,).zip(()), ())
#test((1,).zip((2,)), ((1, 2),))
#test((1, 2).zip((3, 4)), ((1, 3), (2, 4)))
#test((1, 2, 3, 4).zip((5, 6)), ((1, 5), (2, 6)))
#test(((1, 2), 3).zip((4, 5)), (((1, 2), 4), (3, 5)))
#test((1, "hi").zip((true, false)), ((1, true), ("hi", false)))
|
https://github.com/mismorgano/UG-DifferentialGeometry23 | https://raw.githubusercontent.com/mismorgano/UG-DifferentialGeometry23/main/Tareas/Tarea-02/Tarea-02.typ | typst | #let title = [
Geometria Diferencial\
Tarea 2
]
#let author = [
<NAME>
]
#let book = [
Differential Geometry of Curves and Surfaces
]
#let v = $bold(v)$
#let w = $bold(w)$
#let u = $bold(u)$
#let cross = $times$
#set text(12pt, font: "New Computer Modern")
#set enum(numbering: "a)")
#set math.equation(numbering... | |
https://github.com/DashieTM/ost-5semester | https://raw.githubusercontent.com/DashieTM/ost-5semester/main/compiler/weeks/week1.typ | typst | #import "../../utils.typ": *
#section("The 3 architectures")
- system languages
- byte code languages
- runtime languages
#subsection("System languages")
Compiler -> Machine code\
byte code languages -> compiler -> byte code -> JIT(just in time) compiler ->
runtime\
runtime languages -> JIT compiler -> runtime
#sect... | |
https://github.com/xplosionmind/cv | https://raw.githubusercontent.com/xplosionmind/cv/main/cv.typ | typst | #import "/template/cv.typ": *
// Load CV data from YAML
#let cvdata = yaml("cv.yml")
#let uservars = (
headingfont: "Chivo",
bodyfont: "Garamond Libre", // Set font for body
fontsize: 10pt, // 10-12pt
linespacing: 5pt,
showAddress: false,
showNumber: false,
)
#let cvinit(doc) = {
doc = setrules(uservars, do... | |
https://github.com/augustebaum/epfl-thesis-typst | https://raw.githubusercontent.com/augustebaum/epfl-thesis-typst/main/example/main/ch3_math.typ | typst | MIT License | = Mathematics
In this chapter we will see some examples of mathematics.
#lorem(100)
== Very important formulas
#lorem(100)
$
d / (d t) vec(P_0, P_1, P_T, delim: "[")
= vec(
P_1 / tau_(1 0) + P_T / tau_T - P_0 / tau_"ex", - P_1 / tau_(1 0) - P_T / tau_"isc" + P_0 / tau_"ex", P_1 / tau_"isc" - P_T / tau_T, , ... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/conchord/0.1.0/README.md | markdown | Apache License 2.0 | # Conchord
`conchord` (concise chord) is a [typst](https://github.com/typst/typst) package to write lyrics with chords and generate colorful fretboard diagram (aka chord diagram). It is inspired by [chordx](https://github.com/ljgago/typst-chords) package and my previous tiny project for generating chord diagrams svgs.... |
https://github.com/antran22/typst-cv-builder | https://raw.githubusercontent.com/antran22/typst-cv-builder/main/lib/resume/header.typ | typst | MIT License | #import "../common.typ": *
#import "./components.typ": *
#import "@preview/cmarker:0.1.0"
#let ResumeProfileEntry(title: "", type: "", url: "") = {
stack(dir: ltr, spacing: 0pt)[
#set text(size: 9pt)
#ICONS.at(type)
#box(width: 0pt)
#if url != "" {
link(url, title)
} else {
text(titl... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/094.%20cities.html.typ | typst | cities.html
Cities and Ambition
May 2008
Great cities attract ambitious people. You can sense it when you
walk around one. In a hundred subtle ways, the city sends you a
message: you could do more; you should try harder.The surprising thing is how different these messages can be. New
York tells you, above all: you ... | |
https://github.com/eeeem460/typst | https://raw.githubusercontent.com/eeeem460/typst/main/grundy/main.typ | typst | // プリアンブル全体の参考元:https://github.com/sahasatvik/typst-theorems/blob/main/differential_calculus.typ
#import "@preview/ctheorems:1.1.2": *
#show: thmrules.with(qed-symbol: $square$)
// Define theorem environments
// 以下、日本語に変更してnumberingを消した。
// 番号なしにする場合
// #let theorem = thmbox("theorem", "定理", fill: rgb("#e8e8f8")).wi... | |
https://github.com/cspr-rad/kairos-spec | https://raw.githubusercontent.com/cspr-rad/kairos-spec/main/design/main.typ | typst | #let title = [
Kairos: Zero-knowledge Casper Transaction Scaling
]
#let time_format = "[weekday] [month repr:long] [day padding:none], [year]"
#set page(paper: "a4", numbering: "1", margin: (x: 3.2cm, y: 4.0cm))
#set heading(numbering: "1.")
#set text(
// font: "Linux Libertine",
size: 12pt,
)
#show link: underli... | |
https://github.com/cadojo/resume | https://raw.githubusercontent.com/cadojo/resume/main/README.md | markdown | # Technical Resume
My professional resume, generated with [Typst](https://typst.org)!
| |
https://github.com/heloineto/utfpr-tcc-template | https://raw.githubusercontent.com/heloineto/utfpr-tcc-template/main/template/acknowledgment-page.typ | typst | #let acknowledgment-page(body) = {
align(center, text(weight: "bold", "AGRADECIMENTOS"))
v(30pt)
text(weight: "regular")[
#set align(left)
#set par(
justify: true,
first-line-indent: 1.25cm,
leading: 1em
)
#body
]
pagebreak()
} | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/valkyrie/0.2.0/src/types/string.typ | typst | Apache License 2.0 | #import "../base-type.typ": base-type
#import "../assertions-util.typ": assert-base-type
#import "../ctx.typ": z-ctx
#import "../assertions-util.typ": *
#import "../assertions/string.typ": matches
/// Valkyrie schema generator for strings
///
/// -> schema
#let string = base-type.with(name: "string", types: (str,))
#... |
https://github.com/herbhuang/utdallas-thesis-template-typst | https://raw.githubusercontent.com/herbhuang/utdallas-thesis-template-typst/main/layout/disclaimer.typ | typst | MIT License | #let disclaimer(
title: "",
degree: "",
author: "",
submissionDate: datetime,
) = {
set page(
margin: (left: 30mm, right: 30mm, top: 40mm, bottom: 40mm),
numbering: none,
number-align: center,
)
let body-font = "New Computer Modern"
let sans-font = "New Computer Modern Sans"
set text(
... |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/PianoDiProgetto/sections/ConsuntivoSprint/NonoSprint.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
==== Nono consuntivo
*Inizio*: Venerdì 16/02/2024
*Fine*: Giovedì 22/02/2024
#rendicontazioneOreAPosteriori(sprintNumber: "09")
#... |
https://github.com/antonWetzel/Masterarbeit | https://raw.githubusercontent.com/antonWetzel/Masterarbeit/main/packages/todo.typ | typst | #let todo(body, prefix: [To-do]) = {
set text(size: 0pt)
figure(kind: "todo", supplement: "", outlined: true, caption: body)[
#pad(0.5cm, block(
fill: orange,
inset: 5pt,
radius: 3pt,
stroke: black,
width: 90%,
text(size: 11pt, prefix + [: ] + body),
))
]
}
#let todo-inline(body, prefix: [To-d... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/math/spacing.typ | typst | // Test spacing in math formulas.
--- math-spacing-basic ---
// Test spacing cases.
$ä, +, c, (, )$ \
$=), (+), {times}$ \
$⟧<⟦, abs(-), [=$ \
$a=b, a==b$ \
$-a, +a$ \
$a not b$ \
$a+b, a*b$ \
$sum x, sum(x)$ \
$sum product x$ \
$f(x), zeta(x), "frac"(x)$ \
$a+dots.c+b$
$f(x) sin(y)$
--- math-spacing-kept-spaces ---
... | |
https://github.com/Toniolo-Marco/git-for-dummies | https://raw.githubusercontent.com/Toniolo-Marco/git-for-dummies/main/slides/theory/commit.typ | typst | #import "@preview/touying:0.5.2": *
#import themes.university: *
#import "@preview/numbly:0.1.0": numbly
#import "@preview/fletcher:0.5.1" as fletcher: node, edge
#let fletcher-diagram = touying-reducer.with(reduce: fletcher.diagram, cover: fletcher.hide)
#import "../components/gh-button.typ": gh_button
#import "../c... | |
https://github.com/CodingThrust/Templates | https://raw.githubusercontent.com/CodingThrust/Templates/main/README.md | markdown | # Templates
## Note taking
- [Typst Example](typst)
## Poster
- [Google Slides (Version 1.0)](https://docs.google.com/presentation/d/1-hjb7gsEo3X1DCsjS74DnK8gi5zSaxSwLLsqiro7jLc/edit?usp=sharing)
## Slides
- [Google Slides (Dark v1.0)](https://docs.google.com/presentation/d/1Wt4WZOTX8c_ZpDMFx16zGgvPOfdXkbwxaprW4xNe9k... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/visualize/line-03.typ | typst | Other | // Error: 14-26 expected relative length, found angle
#line(start: (3deg, 10pt), length: 5cm)
|
https://github.com/OrangeX4/typst-pinit | https://raw.githubusercontent.com/OrangeX4/typst-pinit/main/pinit-fletcher.typ | typst | MIT License | #import "pinit-core.typ": *
/// Draw a connecting line or arc in an arrow diagram.
///
/// Example:
///
/// ```typc
/// #import "@preview/fletcher:0.5.1"
/// Con#pin(1)#h(4em)#pin(2)nect
///
/// #pinit-fletcher-edge(
/// fletcher, 1, end: 2, (1, 0), [bend], bend: -20deg, "<->",
/// decorations: fletcher.cetz.decorat... |
https://github.com/dismint/docmint | https://raw.githubusercontent.com/dismint/docmint/main/comptheory/pset3.typ | typst | #import "template.typ": *
#show: template.with(
title: "PSET 3",
subtitle: "18.404",
pset: true,
toc: false,
)
#set math.vec(delim: "[")
= Problem 1
Consider that we have the language:
$ L = { angle.l M, w angle.r | w "makes a left move at the leftmost position on" M } $
Now we show how to reduce $A_(T M)$ ... | |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/dialogue.typ | typst | #import "@preview/tablex:0.0.7": gridx, vlinex
#let bold-name(name) = {
align(left)[*#name*]
}
#let dialogue-item(name, content) = {
let grid = gridx(
inset: 10pt,
columns: (80pt, 1fr),
bold-name(name), vlinex(stroke: black + 0.1pt), content
)
[#grid]
v(20pt)
}
#let dialogue-runner-deprecated(... | |
https://github.com/zenor0/simple-neat-typst-cv | https://raw.githubusercontent.com/zenor0/simple-neat-typst-cv/master/cv/utils/set-cv.typ | typst | MIT License | #import "packages.typ": show-cn-fakebold
#import "fonts.typ": font_lib, size_lib
#let set-cv(bilingual-bib: true, doc) = {
set page(paper: "a4", margin: (top: 1cm, bottom: 1cm, left: 1cm, right: 1cm))
set text(font: font_lib.main, size: size_lib.小五, weight: "regular", lang: "zh")
// set par(first-line-inde... |
https://github.com/JCGoran/typst-cv-template | https://raw.githubusercontent.com/JCGoran/typst-cv-template/master/example.typ | typst | // main imports from the template
#import "template.typ": conf, date, show_skills
// import details about a person as a typst dictionary
// you can also define it here, I just find it easier to keep this constant,
// and change the content if needed
#let details = toml("cv_params.toml")
// don't forget this
#show: do... | |
https://github.com/SidneyLYZhang/learnTypst | https://raw.githubusercontent.com/SidneyLYZhang/learnTypst/main/Documentation/Sources/001_writing-in-typst.typ | typst | #set text(font:("Consolas", "Source Han Sans SC"))
#set text(lang: "zh")
#show emph: text.with(font: ("Linux Libertine","STKaiti"))
#show link: text.with(fill: blue)
= 用Typst写作
让我们开始吧!假设你被分派写一篇大学的技术报告。它将包含一些段落、数学公式、标题和图表。为了处理这项工作,你在Typst应用程序上创建了一个新项目。创建完成后,你会被带到编辑器界面,在那里会看到两个面板:一个源面板,用来编写你的文档;一个预览面板,用来看到渲染后的文档。
#ali... | |
https://github.com/tfachada/thesist | https://raw.githubusercontent.com/tfachada/thesist/main/template/Chapters/0-Quick-guide.typ | typst | MIT License | // It's recommended to always import these!
#import "@preview/thesist:0.2.0": flex-caption, subfigure-grid
#import "@preview/glossarium:0.5.0": gls, glspl
// Optionally import more packages, depending on the chapter's needs. In the case of this chapter, we will use these:
#import "@preview/codly:1.0.0": *
#import "@pr... |
https://github.com/emfeltham/Typst.jl | https://raw.githubusercontent.com/emfeltham/Typst.jl/main/exampletable.typ | typst | MIT License | #import"@preview/tablex:0.0.8": tablex, gridx, hlinex, vlinex, colspanx, rowspanx, cellx
#let col1width = 12em
#let coliwidth = auto
#figure(
kind: table,
gridx(
columns: (col1width, coliwidth, coliwidth, coliwidth, ),
rows: (0.2em, 1.5em),
align: center + horizon,
hlinex(... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-A9E0.typ | typst | Apache License 2.0 | #let data = (
("MYANMAR LETTER SHAN GHA", "Lo", 0),
("MYANMAR LETTER SHAN CHA", "Lo", 0),
("MYANMAR LETTER SHAN JHA", "Lo", 0),
("MYANMAR LETTER SHAN NNA", "Lo", 0),
("MYANMAR LETTER SHAN BHA", "Lo", 0),
("MYANMAR SIGN SHAN SAW", "Mn", 0),
("MYANMAR MODIFIER LETTER SHAN REDUPLICATION", "Lm", 0),
("MYANM... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.