repo stringlengths 27 90 | file stringlengths 57 176 | language stringclasses 2
values | license stringclasses 13
values | content stringlengths 25 180k |
|---|---|---|---|---|
https://github.com/edgarogh/f4f1eb | https://raw.githubusercontent.com/edgarogh/f4f1eb/main/README.md | markdown | # f4f1eb
<sub>yes name-choosing is hard</sub>
A Typst theme for a nice and simple looking letter that's not completely black and white. Inspired by a Canva theme.
Features:
* A neutral-warm beige background that feels cosier and softer to the eyes than pure white, while still looking kinda white-ish
* Short conte... | |
https://github.com/ClazyChen/Table-Tennis-Rankings | https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history_CN/2011/MS-03.typ | typst |
#set text(font: ("Courier New", "NSimSun"))
#figure(
caption: "Men's Singles (1 - 32)",
table(
columns: 4,
[排名], [运动员], [国家/地区], [积分],
[1], [马龙], [CHN], [3222],
[2], [王皓], [CHN], [3194],
[3], [许昕], [CHN], [3172],
[4], [蒂姆 波尔], [GER], [3169],
[5], [张继科], [CHN], [3145],
... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/root_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test root with more than one character.
$A = sqrt(x + y) = c$
|
https://github.com/tingerrr/typst-project | https://raw.githubusercontent.com/tingerrr/typst-project/main/README.md | markdown | # typst-project
typst-project is a small library for interacting with typst projects. It is currently used in
[typst-test], but may be upstreamd to other projects or typst itself at some point.
Planned features are reading and writing 3rd-party tool configs directly into the typst.toml
manifest file with minimal churn... | |
https://github.com/Otto-AA/definitely-not-tuw-thesis | https://raw.githubusercontent.com/Otto-AA/definitely-not-tuw-thesis/main/src/styles/back-matter.typ | typst | MIT No Attribution | #import "utils/state.typ": is-back-matter
#let back-matter-styles = rest => {
is-back-matter.update(true)
rest
} |
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/decide-program-structure/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: "Decide: Program Structure",
type: "decide",
date: datetime(year: 2023, month: 8, day: 12),
author: "<NAME>",
witness: "<NAME>",
)
We rated each option by:
- Scalabilit... |
https://github.com/PA055/5839B-Notebook | https://raw.githubusercontent.com/PA055/5839B-Notebook/main/Entries/inventory/taking-inventory.typ | typst | #import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components: *
#show: create-body-entry.with(
title: "Taking Inventory",
type: "management",
date: datetime(year: 2024, month: 3, day: 10),
author: "<NAME>",
witness: "Praful Adiga"
)
Before any designing can take place it... | |
https://github.com/SillyFreak/typst-prequery | https://raw.githubusercontent.com/SillyFreak/typst-prequery/main/docs/manual.typ | typst | MIT License | #import "template.typ" as template: *
#import "/src/lib.typ" as prequery
#let package-meta = toml("/typst.toml").package
#let date = datetime(year: 2024, month: 3, day: 19)
#show: manual(
title: "Prequery",
// subtitle: "...",
authors: package-meta.authors.map(a => a.split("<").at(0).trim()),
abstract: [
... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/013%20-%20Magic%202015/002_Nissa%2C%20Worldwaker.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Nissa, Worldwaker",
set_name: "Magic 2015",
story_date: datetime(day: 25, month: 06, year: 2014),
author: "<NAME>",
doc
)
#emph[The elf Planeswalker <NAME> has led a difficult life. She's been exiled from her tribe, the Joraga, on more than... | |
https://github.com/imkochelorov/ITMO | https://raw.githubusercontent.com/imkochelorov/ITMO/main/src/algorithms/s2/l3/main.typ | typst | #import "template.typ": *
#set page(margin: 0.4in)
#set par(leading: 0.55em, first-line-indent: 0em)
#set text(font: "New Computer Modern")
#show par: set block(spacing: 0.55em)
#show heading: set block(above: 1.4em, below: 1em)
#show heading.where(level: 1): set align(center)
#show heading.where(level: 1): set text(... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/leipzig-glossing/0.1.0/leipzig-gloss.typ | typst | Apache License 2.0 | #let gloss_count = counter("gloss_count")
#let build_gloss(spacing_between_items, formatters, gloss_line_lists) = {
assert(gloss_line_lists.len() > 0, message: "Gloss line lists cannot be empty")
let len = gloss_line_lists.at(0).len()
for line in gloss_line_lists {
assert(line.len() == len)
}... |
https://github.com/Skimmeroni/Appunti | https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Metodi%20Algebrici/Strutture/Gruppi.typ | typst | Creative Commons Zero v1.0 Universal | #import "../Metodi_defs.typ": *
Un monoide $(G, *)$ viene detto *gruppo* se l'operazione $*$ definita
sull'insieme $G$ ammette inverso per ogni elemento di $G$. Un gruppo
$(G, *)$ dove $*$ gode della proprietá commutativa viene detto *gruppo
abeliano*.
#example[
- La coppia $(QQ, dot)$ é un semigruppo ed un monoide,... |
https://github.com/gvallinder/KTHThesis_Typst | https://raw.githubusercontent.com/gvallinder/KTHThesis_Typst/main/main.typ | typst | MIT License | #import "Template/kth_thesis.typ": kth_thesis
#show: doc => kth_thesis(
title: "Your Thesis Title:",
subtitle: [Subtitle if Your \ Main Title Wasn't Enough],
author: "<NAME>",
degree: "Doctoral Thesis in Electrical Engineering",
add_dummy_titlepage: false,
doc
)
// Abstract
#include "abstract.typ"
// Pre... |
https://github.com/rabotaem-incorporated/algebra-conspect-1course | https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/02-complex-numbers/03-complex-roots.typ | typst | Other | #import "../../utils/core.typ": *
== Корни из комплексных чисел
Рассмотрим уравнение $z^n = w, space n in NN, space w in CC$.
#th[
Пусть $n in NN, space w in CC$
+ Если $w = 0$, То уравнение $z^n = w$ имеет единственный корень $z = 0$.
+ Если $w eq.not 0$, То уравнение $z^n = w$ имеет ровно... |
https://github.com/danisltpi/seminar | https://raw.githubusercontent.com/danisltpi/seminar/main/notes.md | markdown | # Fibonacci Heaps
## Todo
- [x] setup writing
- [x] setup typst / latex
- [x] setup zotero for literature
- [x] setup presentation
- collect literature
- [x] <NAME>, <NAME>: Fibonacci heaps and their uses in improved network optimization algorithms. Journal of the ACM (JACM). Volume 34, Issue 3, July 1987 ... | |
https://github.com/N3M0-dev/Notes | https://raw.githubusercontent.com/N3M0-dev/Notes/main/ECON/Principles_of_Finance/Note_PoF/Pt_1/pt1.typ | typst | #import "@local/note_template:0.0.1":*
#import "@local/tbl:0.0.4"
#set par(justify: true)
#set page(numbering: "1", number-align: center)
#set outline(indent: auto)
#set heading(numbering: "1.1")
#frontmatter(authors: ("Nemo",),
// date: "2023 Oct 8 - "+str(datetime.today().display("[year] [month repr:short] [day pa... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/002%20-%20Return%20to%20Ravnica/004_In%20Praise%20of%20the%20Worldsoul%2C%20Part%201.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"In Praise of the Worldsoul, Part 1",
set_name: "Return to Ravnica",
story_date: datetime(day: 26, month: 09, year: 2012),
author: "<NAME>",
doc
)
Tiptoes!" the young elf squeaked before yanking desperately on the left rein. Her wolf veered ... | |
https://github.com/dipamsen/notebook | https://raw.githubusercontent.com/dipamsen/notebook/main/src/100boxes.typ | typst | #import "@preview/showybox:2.0.1": showybox
#set text(1.4em, hyphenate: false)
#set par(justify: true)
#showybox[A man have been given a random number from 1-100 and then sent to a room having 100 boxes containing a random number. He can check maximum of 50 boxes to find his number. What is the probability that he wi... | |
https://github.com/appare45/Typst-template | https://raw.githubusercontent.com/appare45/Typst-template/main/util.typ | typst | #let Title(title, credit) = [
#align(center, text(size: 17pt, font: "Hiragino Kaku Gothic ProN", weight: "bold", title))
#align(center, text(font: "Hiragino Kaku Gothic ProN", credit))
#line(length: 100%)
]
| |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/lovelace/0.1.0/examples/doc.typ | typst | Apache License 2.0 | #import "../lib.typ": *
// #set page(width: 30em, height: auto)
#set text(font: "Inria Sans", number-type: "old-style")
#show math.equation: set text(font: "GFS Neohellenic Math")
#show: setup-lovelace.with(
line-number-supplement: "Zeile",
)
#pseudocode(
line-number-transform: n => numbering("1", 10*n),
indent... |
https://github.com/feiyangyy/Learning | https://raw.githubusercontent.com/feiyangyy/Learning/main/linear_algebra/行列式.typ | typst | #set text(
font: "New Computer Modern",
size: 6pt
)
#set page(
paper: "a5",
margin: (x: 1.8cm, y: 1.5cm),
)
#set par(
justify: true,
leading: 0.52em,
)
// 定义 计数器,自定义
#let theorem_counter=counter("theorem")
#theorem_counter.update(1)
= 行列式引入
线性方程组求解时,曾说过可以通过方程组的增广矩阵化简成阶梯型来分析判定该方程组解的情况,但这已经接近于求出方程组的解了,所以需要别的方... | |
https://github.com/EliasRothfuss/vorlage_typst_doku-master | https://raw.githubusercontent.com/EliasRothfuss/vorlage_typst_doku-master/main/chapter/anhang.typ | typst | = Nutzung von Künstliche Intelligenz basierten Werkzeugen
Im Rahmen dieser Arbeit wurden Künstliche Intelligenz (KI) basierte
Werkzeuge benutzt. Tabelle~@label:tab:ki-werkzeuge gibt eine
Übersicht über die verwendeten Werkzeuge und den jeweiligen
Einsatzzweck.
#figure(
caption: [Übersicht über die KI-Werkzeuge und... | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/zalmy/Z003.typ | typst | Pane, jak mnoho je tých, čo ma sužujú! \* Mnohí povstávajú proti mne.
Mnohí o mne hovoria: \* „Boh mu nepomáha.“
Ale ty, Pane, si môj ochranca, \* moja sláva, čo mi hlavu vztyčuje.
Hlasne som volal k Pánovi \* a on mi odpovedal zo svojho svätého vrchu.
A ja som sa uložil na odpočinok a usnul som. \* Prebudil so... | |
https://github.com/katamyra/Notes | https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS3001/Modules/Therac25.typ | typst | #import "../../../template.typ": *
= Therac-25
#definition[
The *therac-25* was a linear accelerator created to treat cancer with radiation therapy
]
The therac-25 was an all new version of earlier therac-6 and therac-20 machines, but unlike them did not have manual overrides.
The therac-25 had malfunctions and w... | |
https://github.com/swouf/alina-poster-template | https://raw.githubusercontent.com/swouf/alina-poster-template/main/alina-poster.typ | typst | Creative Commons Attribution Share Alike 4.0 International | /**
*
* Alina Poster Template
*
* Version: 0.0.1
* License: CC-BY-SA 4.0 International
* Author: <NAME> <<EMAIL>>
*/
#let palette = (
primary: (
main: color.rgb("#5C4DCB"),
container: color.rgb("#BEB9E6"),
onContainer: color.rgb("#171333"),
),
secondary: (
main: color.rgb("#A3B08D"),
... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/numbering_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#for i in range(0, 9) {
numbering("*", i)
[ and ]
numbering("I.a", i, i)
[ for #i \ ]
}
|
https://github.com/AOx0/expo-nosql | https://raw.githubusercontent.com/AOx0/expo-nosql/main/book/src/dynamic.md | markdown | MIT License | # Dynamic slides
The PDF format does not (trivially) allow to include animations, as one would be
used to from, say, Powerpoint.
The solution PDF-based presentation slides use is to create multiple PDF pages
for one slide, each with slightly different content.
This enables us to have some basic dynamic elements on our... |
https://github.com/protohaven/printed_materials | https://raw.githubusercontent.com/protohaven/printed_materials/main/class-handouts/class-wood_104-wood_lathe.typ | typst |
#import "/meta-environments/env-templates.typ": *
#import "./glossary/glossary_terms.typ": *
#show: doc => class_handout(
title: "Wood Lathe Intro",
category: "Wood",
number: "104",
clearances: ("Wood Lathe", "Woodshop Dust Collection"),
instructors: ("Someone",),
authors: ("<NAME> <<EMAIL>>",),
draft:... | |
https://github.com/Jollywatt/typst-fletcher | https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/src/node.typ | typst | MIT License | #import "utils.typ": *
#import "coords.typ": uv-to-xy, default-ctx, resolve, NAN_COORD, resolve-system
#import "shapes.typ"
/// Draw a labelled node in a diagram which can connect to edges.
///
/// - ..args (any): The first positional argument is #param[node][pos] and the
/// second, if given, is #param[node][label... |
https://github.com/8LWXpg/typst-treet | https://raw.githubusercontent.com/8LWXpg/typst-treet/master/README.md | markdown | MIT License | # Treet
<a href="https://github.com/8LWXpg/typst-treet/tags" style="text-decoration: none;">
<img alt="GitHub manifest version (path)" src="https://img.shields.io/github/v/tag/8LWXpg/typst-treet">
</a>
<a href="https://github.com/8LWXpg/typst-treet" style="text-decoration: none;">
<img src="https://img.shiel... |
https://github.com/noriHanda/my-resume | https://raw.githubusercontent.com/noriHanda/my-resume/main/README.md | markdown | The Unlicense | # A modern typst CV template
[](https://github.com/peterpf/modern-typst-resume/actions/workflows/build.yaml)

## Requirements
To compile this project you need the following:
... |
https://github.com/berceanu/activity-report | https://raw.githubusercontent.com/berceanu/activity-report/main/activity-report.typ | typst | BSD 3-Clause "New" or "Revised" License | #let mk_header(
proiect,
contract,
anexa,
) = {
set text(font: "DejaVu Sans", 12pt)
show text: strong
stack(dir: ltr,
[#upper(proiect) \
#upper(contract)],
1fr,
[#upper(anexa)]
)
v(2em)
}
#let mk_title(
title,
) = {
set text(font: "DejaVu Sans", 14pt)
sh... |
https://github.com/rxt1077/it610 | https://raw.githubusercontent.com/rxt1077/it610/master/markup/templates/exercise.typ | typst | #let primary-color = rgb("#D22630")
#let secondary-color = rgb("#071D49")
#let code-bg-color = rgb("#DCDCDC")
#let exercise(
course-name: none,
exercise-name: none,
doc,
) = {
set page(
paper: "us-letter",
margin: (left: 0.5in, right: 0.5in),
header: {
smallcaps([#course-name Exercise])
... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/layout/angle.typ | typst | --- angle-to-unit ---
// Test angle methods.
#test(1rad.rad(), 1.0)
#test(1.23rad.rad(), 1.23)
#test(0deg.rad(), 0.0)
#test(2deg.deg(), 2.0)
#test(2.94deg.deg(), 2.94)
#test(0rad.deg(), 0.0)
| |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/nth/1.0.0/CHANGELOG.md | markdown | Apache License 2.0 | ## 1.0.0 - 2023-12-21
### Changed
* **Breaking** separated functionality, now `nth` only gives ordinals and `nths` gives ordinals in superscript (commit [eff87f3](https://github.com/extua/nth/commit/eff87f3f2a2a20cf05198fbd7d4e5fa2d30858d1), fixes [#1](https://github.com/extua/nth/issues/1) reported by [emilyyyylime](... |
https://github.com/MDLC01/board-n-pieces | https://raw.githubusercontent.com/MDLC01/board-n-pieces/main/tests/logic.typ | typst | MIT License | #import sys.inputs.lib as bnp
// Test starting position.
#assert.eq(bnp.starting-position.fen, "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1")
// Test `game` function.
// Hamppe vs. Meitner, 1872 (https://en.wikipedia.org/wiki/Immortal_Draw).
#let immortal-draw = bnp.game("e4 e5 Nc3 Bc5 Na4 Bxf2 Kxf2 Qh4 ... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/rivet/0.1.0/gallery/test.typ | typst | Apache License 2.0 | #import "../src/lib.typ": *
#let test-yaml = schema.load("/gallery/test.yaml")
#schema.render(test-yaml, config: config.config(
full-page: true
))
#let test-json = schema.load("/gallery/test.json")
#schema.render(test-json, config: config.blueprint(
full-page: true
))
#let test-xml = schema.load("/gallery/test.x... |
https://github.com/francescobortuzzo/Legionella | https://raw.githubusercontent.com/francescobortuzzo/Legionella/main/legionella.typ | typst | #import "template.typ": *
#show: template
#show par: set block(spacing: 0.65em)
#let annotation(body)={
par(
[#h(1.25em)#body]
)
}
#let appendix(body) = {
set heading(numbering: "A", supplement: [Appendix])
counter(heading).update(0)
body
}
= Introduzione
== Introduzione al batterio Legionella
#annotatio... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/tlacuache-thesis-fc-unam/0.1.1/README.md | markdown | Apache License 2.0 | # tlacuache-thesis-fc-unam template
Este es un template para tesis de la facultad de ciencias,
en la Universidad Nacional Autónoma de México (UNAM).
This is a thesis template for the Science Faculty at Universidad Nacional Autónoma de México (UNAM) based on my thesis.
## Uso/Usage
En la aplicación web de Typst da c... |
https://github.com/andreasKroepelin/typst-notebook | https://raw.githubusercontent.com/andreasKroepelin/typst-notebook/main/examples/simple.typ | typst | MIT License | #import "../template-notebook.typ": notebook
#set text(font: "Inria Sans")
#show: notebook.with(
title: [My cool notebook],
author: [<NAME>],
tags: (
tag-1: orange,
tag-2: aqua,
)
)
= Note 1
Something about @tag-1.
#lorem(10)
@tag-1 @tag-2
= Note 2
Refer to @note-1.
#lorem(10)
@tag-2
= Note 3... |
https://github.com/bigskysoftware/hypermedia-systems-book | https://raw.githubusercontent.com/bigskysoftware/hypermedia-systems-book/main/ch03-a-web-1-0-application.typ | typst | Other | #import "lib/definitions.typ": *
== A Web 1.0 Application
To start our journey into Hypermedia-Driven Applications, we are going to create
a simple contact management web application called Contact.app. We will start
with a basic, "Web 1.0-style" Multi-Page Application (MPA), in the grand CRUD
(Create, Read, Update, ... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/align-03.typ | typst | Other | // Ref: false
#test(type(center), "alignment")
#test(type(horizon), "alignment")
#test(type(center + horizon), "2d alignment")
|
https://github.com/sebastos1/light-report-uia | https://raw.githubusercontent.com/sebastos1/light-report-uia/main/template/main.typ | typst | MIT License | #import "@preview/light-report-uia:0.1.0": *
// CHANGE THESE
#show: report.with(
title: "New project",
authors: (
"<NAME>",
"<NAME>",
"<NAME>",
),
group_name: "Group 14",
course_code: "IKT123-G",
course_name: "Course name",
date: "august 2024",
lang: "en", // use "no" for norwegian
)
// ne... |
https://github.com/Tengs-Fan/Tengs-Penkwe | https://raw.githubusercontent.com/Tengs-Fan/Tengs-Penkwe/master/resume.typ | typst | #import "template.typ": *
#show: resume.with(
author: (
firstname: "<NAME>)",
lastname: "Wu",
email: "<EMAIL>",
phone: "236 308 6684",
github: "Tengs-Penkwe",
linkedin: "tengs-wu",
positions: ()
),
date: datetime.today().display()
)
#resume_section("Skills")
// #ski... | |
https://github.com/luiswirth/bsc-thesis | https://raw.githubusercontent.com/luiswirth/bsc-thesis/main/src/title.typ | typst | #import "setup.typ": *
#page[
#image("../res/ethz-logo.svg")
#hide[#heading()[Title]]
#align(center + horizon)[
#[
#set text(size: 25pt, weight: "bold")
Rust Implementation of \
Finite Element Exterior Calculus on \
Coordinate-Free Simplicial Complexes \
]
#v(1cm)
#text... | |
https://github.com/JulioJPinto/curriculum | https://raw.githubusercontent.com/JulioJPinto/curriculum/main/main.typ | typst | #import "template.typ": *
#let today = datetime.today()
#show: resume.with(
author: (
firstname: "Júlio",
lastname: "Pinto",
email: "<EMAIL>",
github: "JulioJPinto",
linkedin: "JulioJPinto",
positions: (
"Marketing Director @ CeSIUM",
"Co-Champion @ CoderDojo Br... | |
https://github.com/kdog3682/mathematical | https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/expanded-factorial-multiplication.typ | typst | #import "@local/typkit:0.1.0": *
// currently a hack
#let expanded-factorial-multiplication(..sink) = {
let arr = rotate(sym.arrow, 90deg)
let rows = sink.pos()
let start = rows.at(0).flatten().at(0)
let top-row = range(start, 0, step: -1)
let e = top-row.map(x => [#x]).intersperse($sym.times$)
... | |
https://github.com/AliothCancer/AppuntiUniversity | https://raw.githubusercontent.com/AliothCancer/AppuntiUniversity/main/capitoli_fisica/trasmissione_non_stazionaria.typ | typst |
= Trasmissione del calore: Regime non Stazionario <conduzione-del-calore-regime-non-stazionario>
== Numero di Biot <numero-di-biot>
$ upright("Bi") = R_k / R_h = frac(h L_(c a r a t t e r i s t i c a), k) $
- $h med med frac(W, m^2 K)$ : coeff. di scambio termico convettivo (fluidi)
- $k med med frac(W, m K)$ : coe... | |
https://github.com/mumblingdrunkard/mscs-thesis | https://raw.githubusercontent.com/mumblingdrunkard/mscs-thesis/master/src/modern-hardware-design/index.typ | typst | = Modern Hardware Design <ch:modern-hardware-design>
Throughout this thesis, we discuss the relationships between abstract representations of circuits and their implementation as transistors and wires.
This chapter briefly describes a standard flow of modern hardware development.
== Register-Transfer Level and Hardwa... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/docs/blocky2.typ | typst | Apache License 2.0 | /* This is X
Note: This is not Y */
#let x /* ident */ = 1;
|
https://github.com/donRumata03/aim-report | https://raw.githubusercontent.com/donRumata03/aim-report/master/lib/HW-template.typ | typst | #import "presentation-utilities.typ": codeblock, set-code
#import "@preview/showybox:1.0.0": showybox
#import "todos.typ": *
#import "generic-utils.typ": *
#let point-counter = counter("points")
#let comment(body, width: 20%, color: green.lighten(90%), dy: 0em) = place(right, dy: dy -1em, dx: 25%,
{
set text(... | |
https://github.com/MLAkainu/Network-Comuter-Report | https://raw.githubusercontent.com/MLAkainu/Network-Comuter-Report/main/components/header.typ | typst | Apache License 2.0 | #import "../metadata.typ": meta
#locate(loc => {
set text(font: "Iosevka NF", size: 10pt)
show: block.with(
stroke: (bottom: 1pt),
inset: (bottom: 0.5em),
)
// skip first page header
if loc.page() == 1 {
return
}
stack(
dir: ltr,
image("./assets/hcmut.jpg", height: 2.5em),
0.5cm... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/closure-19.typ | typst | Other | // Error: 10-14 expected identifier, found `none`
#let foo(none: b) = key
|
https://github.com/hugoledoux/msc_geomatics_thesis_typst | https://raw.githubusercontent.com/hugoledoux/msc_geomatics_thesis_typst/main/front/abstract.typ | typst | MIT License | #import "../template.typ": *
#heading(outlined: false)[Abstract]
#info[ Should fit on one page. ]
Lemongrass frosted gingerbread bites banana bread orange crumbled lentils sweet potato black bean burrito green pepper springtime strawberry ginger lemongrass agave green tea smoky maple tempeh glaze enchiladas couscous... |
https://github.com/WinstonMDP/math | https://raw.githubusercontent.com/WinstonMDP/math/main/knowledge/SLAEs.typ | typst | #import "../cfg.typ": cfg
#show: cfg
= Systems of linear algebraic equations (SLAEs)
A linear algebraic equation with coefficients $arrow(a)$ in a field $F$ and a constant
term $b in F :=
a_1 x_1 + ... + a_n x_n = b$.
A linear equation is homogeneous $:= b = 0$.
A SLAE is consistent $:= exists$ a solution.
Soluti... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/012%20-%20Conspiracy/002_The%20Black%20Rose.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Black Rose",
set_name: "Conspiracy",
story_date: datetime(day: 21, month: 05, year: 2014),
author: "<NAME>",
doc
)
#figure(image("002_The Black Rose/01.jpg", height: 40%), caption: [], supplement: none, numbering: none)
The home was mo... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/syntax_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test a few shorthands.
$ underline(f' : NN -> RR) \
n |-> cases(
[|1|] &"if" n >>> 10,
2 * 3 &"if" n != 5,
1 - 0 thick &...,
) $
|
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/hover/builtin_module.typ | typst | Apache License 2.0 |
#(/* ident after */ sys);
|
https://github.com/dangh3014/postercise | https://raw.githubusercontent.com/dangh3014/postercise/main/themes/basic.typ | typst | MIT License | #import "../utils/scripts.typ": *
#let focus-box(
color: none,
body
) = {
locate(loc =>
{
let primary-color = color-primary.get()
show heading: it => [
#block(width: 100%, height: 1em,
// stroke: primary-color,
... |
https://github.com/mattyoung101/uqthesis_eecs_hons | https://raw.githubusercontent.com/mattyoung101/uqthesis_eecs_hons/master/util/macros.typ | typst | ISC License | // Contains general macros to be used across the template
#let uqHeaderSize = 26pt
#let uqHeaderNoChapter(it) = {
v(3em)
text(uqHeaderSize)[* #it.body * ]
v(1em)
}
#let uqHeaderChapter(it) = {
v(3em)
// #counter(heading).display( it.numbering )
text(uqHeaderSize)[* Chapter #counter(heading... |
https://github.com/0x1B05/algorithm-journey | https://raw.githubusercontent.com/0x1B05/algorithm-journey/main/practice/note/content/滑动窗口.typ | typst | #import "../template.typ": *
#pagebreak()
= 滑动窗口
滑动窗口,即有一个大小可变的窗口,`L` `R` 两端方向一致的向前滑动(`R` 固定,`L` 滑动;`L` 固定, `R` 滑动)。
== 经典题目
有一个整型数组 `arr` 和一个大小为 `w` 的窗口从数组的最左边滑到最右边,窗口每次向右边滑一个位置。
#example("Example")[
数组为`[4,3,5,4,3,3,6,7]`,窗口大小为 `3` 时:
```
[4 3 5]4 3 3 6 7 |窗口中最大值为5
4[3 5 4]3 3 6 7 |窗口中最大值为5
4 3[5 4 3]3 6 ... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/opticalsize_05.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test spaces between
$a' ' '$, $' ' '$, $a' '/b$
|
https://github.com/MrToWy/Bachelorarbeit | https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/main.component.typ | typst | ```html
<div class="main">
<app-topbar></app-topbar>
<router-outlet />
</div>
``` | |
https://github.com/Dherse/typst-brrr | https://raw.githubusercontent.com/Dherse/typst-brrr/master/samples/masterproef/content/a_annexes.typ | typst | #import "../elems/acronyms.typ": *
#import "../elems/infos.typ": *
#import "../elems/template.typ": *
#import "../elems/hexagonal.typ": hexagonal_interconnect
#set heading(numbering: "A", supplement: [Annex])
#counter(figure.where(kind: table)).update(0)
#counter(figure.where(kind: image)).update(0)
#counter(f... | |
https://github.com/justinvulz/document | https://raw.githubusercontent.com/justinvulz/document/main/summer_camp/DMA_slides.typ | typst | #import "@preview/polylux:0.3.1": *
#import "@preview/ctheorems:1.1.2": *
#import "/typst_packages/lecture.typ": *
#import "@preview/pinit:0.1.4": *
#import "@preview/cuti:0.2.1": show-fakebold, regex-fakeitalic
#import "@preview/fletcher:0.4.5" as fletcher: diagram,node,edge
#import "@preview/cetz:0.2.2"
#import them... | |
https://github.com/bradmartin333/TypstNotes | https://raw.githubusercontent.com/bradmartin333/TypstNotes/main/README.md | markdown | # TypstNotes
See [main.pdf](main.pdf) for the compiled version.
# VS Code extensions
- Typst-LSP (nvarner.typst-lsp)
- vscode-pdf (tomoki1207.pdf) | |
https://github.com/gianzamboni/cancionero | https://raw.githubusercontent.com/gianzamboni/cancionero/main/acordes.typ | typst | #import "theme/music.typ": *;
#set align(center)
== Notas musicales
=== Guitarra
#grid(columns: (1fr, 2.5fr), inset: 0.75em)[
#table(
columns: 2,
rows: auto,
table.header([Inglés], [Latino]))[A][La][B][Si][C][Do][D][Re][E][Mi][F][Fa][G][Sol]
][
#image("assets/notas-guitarra.png")
]
== Acordes
=== Guita... | |
https://github.com/hillbillybones/job-search | https://raw.githubusercontent.com/hillbillybones/job-search/main/cv.typ | typst |
#let (
tel,
email,
linkedin,
skills,
experience,
education,
..data
) = yaml("./cv.yaml")
#let reset(x) = text(weight: "regular", size: 11pt, x)
= Gregory (Bear) Shuford
#link("tel:" + tel.replace(" ", ""), tel) #sym.circle.filled.small
#link("mailto:" + email, email) #sym.circle.filled.small
#lin... | |
https://github.com/Aadamandersson/typst-analyzer | https://raw.githubusercontent.com/Aadamandersson/typst-analyzer/main/components/syntax/test_data/parser/ok/if_else_if_else_expr.typ | typst | Apache License 2.0 | #if false {} else if false {} else if false {} else {}
|
https://github.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024 | https://raw.githubusercontent.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024/master/chap03/main.typ | typst | #import "@preview/unify:0.4.3": num, qty
#import "@preview/gentle-clues:0.7.0": clue
#set text(font:("STIX Two Text", "Noto Serif CJK SC"))
#set page(paper: "iso-b5", numbering: "1")
#let problemCounter = counter("mycounter")
#let problem(icon: emoji.quest , ..args) = clue(
accent-color: green,
title: [问题#... | |
https://github.com/OverflowCat/BUAA-Data-and-Error-Analysis-Sp2024 | https://raw.githubusercontent.com/OverflowCat/BUAA-Data-and-Error-Analysis-Sp2024/neko/5-regression/regression.typ | typst | #import "helper.typ": hr, c
#import "@preview/unify:0.5.0": num,qty,numrange,qtyrange
#let regression = (x, _y, x_unit: "", y_unit: "", estimate: none, control: none) => {
let N = x.len()
let y = ()
let REP = false
let m = 1
if type(_y.at(0)) == array {
// 重复测量
REP = true
m = _y.len()
for i in range(N) {
l... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/chronos/0.1.0/src/sync.typ | typst | Apache License 2.0 | #import "sequence.typ"
#let _sync(elmts) = {
return ((
type: "sync",
elmts: elmts
),)
}
#let render(pars-i, x-pos, participants, elmt, y, lifelines) = {
let draw-seq = sequence.render.with(pars-i, x-pos, participants)
let shapes = ()
let end-y = y
for e in elmt.elmts {
let yi
let shps
... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/figure-localization_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test French
#set text(lang: "fr")
#figure(
circle(),
caption: [Un cercle.],
)
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/014%20-%20Khans%20of%20Tarkir/010_Victory.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Victory",
set_name: "<NAME>",
story_date: datetime(day: 26, month: 11, year: 2014),
author: "<NAME>",
doc
)
#emph[Zurgo, khan of the Mardu, knows how to nurse a grudge. And there's no one he hates more than the Planeswalker Sarkhan Vol, a f... | |
https://github.com/KmaEE/ee | https://raw.githubusercontent.com/KmaEE/ee/main/notes.typ | typst | * Present findings in the introduction
* Motivate the question at the start
* Figures need to be labeled
* Retitle Group Theory
* Don't put too many tangents
* Footnotes vs appendix
* Determine speed vs. size experimentally
| |
https://github.com/KireinaHoro/research-plan | https://raw.githubusercontent.com/KireinaHoro/research-plan/master/main.typ | typst | #let my-name = [<NAME>]
#let my-title = [Co-designing HW and OS for Efficient Datacenter Communication]
#let my-supervisor = [Prof. Dr. <NAME>]
#let my-second-advisor = [To Be Determined]
#let my-start-date = datetime(year: 2023, month: 12, day: 1)
#import "/systems-cover/systems-cover.typ": cover-page
#show: cover-pa... | |
https://github.com/k0tran/typst | https://raw.githubusercontent.com/k0tran/typst/sisyphus/vendor/hayagriva/CHANGELOG.md | markdown | # 0.5.1
- Fixed spacing around math blocks
- Fixed title case formatting next to `{verbatim}` blocks and apostrophes
# 0.5.0
- **Breaking change:** The API for archived styles has changed.
- **Breaking change:** The name of the GB/T 7714 family of styles have been
corrected to `gb-7714-...` from `gb-7114-...`.
- *... | |
https://github.com/FA555/ignite | https://raw.githubusercontent.com/FA555/ignite/main/readme.md | markdown | MIT License | Ignite is a sophisticated index document generating tool, suitable for open-book exams, documentation, and similar scenarios.
Readme [中文](readme_zh.md) | English
## Prerequisites
- Python 3.4+ (with pip)
- Typst
## Usage
### Index File Syntax
Begin by writing the index content into `data/index.txt`. The index fil... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/linebreak-obj_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test punctuation after citations.
#set page(width: 162pt)
They can look for the details in @netwok,
which is the authoritative source.
#bibliography("/assets/files/works.bib")
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/007%20-%20Theros/011_Building%20Toward%20a%20Dream%2C%20Part%202.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Building Toward a Dream, Part 2",
set_name: "Theros",
story_date: datetime(day: 04, month: 12, year: 2013),
author: "<NAME>",
doc
)
My love—
I have lived to see my worst nightmares come true. No, not true... you and Lara still live, and th... | |
https://github.com/htlwienwest/da-vorlage-typst | https://raw.githubusercontent.com/htlwienwest/da-vorlage-typst/main/lib/assertions.typ | typst | MIT License |
#let assertType(val, typ, message: none) = {
assert(type(typ) == "string", message: "Value hat falschen Typen. Muss `string` sein war aber " + typ)
if type(val) == typ {
return
}
let msg = ""
if message != none {
msg += message + ". "
}
msg += "Der erwartet Typ war `" + typ + "`, jedoch wurde... |
https://github.com/protohaven/printed_materials | https://raw.githubusercontent.com/protohaven/printed_materials/main/common-tools/sandblaster.typ | typst |
#import "../environment/env-protohaven-class_handouts.typ": *
= Sandblaster
(Overview paragraph(s))
== Usage Notes
=== Safety
=== Media
// General and specific to Protohaven
== Parts of the Sandblaster
=== E-Stop
(Does our machine have an E-Stop?)
=== Power Switch
=== Viewport
=== Siphon Hose
=== Air ... | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/inlay_hints/pos_rest.typ | typst | Apache License 2.0 | #let test(a, b, ..args) = args.pos()
#test([1], [4], [3], [2], [3])
|
https://github.com/linhduongtuan/DTU-typst-presentation | https://raw.githubusercontent.com/linhduongtuan/DTU-typst-presentation/main/dtu.typ | typst | // =========================================
// Duy Tân University theme for Typst slides.
// Made By <NAME>.
// https://github.com/linhduongtuan/DTU-typst-presentations
// =========================================
#import "slides.typ": *
#let slide_footnote_counter = page
#let sans = ("New Computer Modern Sans")
#... | |
https://github.com/russelljjarvis/SpikeTime | https://raw.githubusercontent.com/russelljjarvis/SpikeTime/main/main.typ | typst | #import "template.typ": *
#show: ieee.with(
title: "SpikeTime: Spiking Neuronal Network Simulation in Julia Language",
abstract: [
],
authors: (
(name: "<NAME>", affiliation: "nternational Centre for Neuromorphic Systems, MARCS Institute, Western Sydney University"),
(name: "<NAME>", affiliation: "ntern... | |
https://github.com/rlpundit/typst | https://raw.githubusercontent.com/rlpundit/typst/main/Typst/fr-Rapport/chaps/intro.typ | typst | MIT License | /* ------------------------------- NE PAS MODIFIER ------------------------------ */
#import "../common/metadata.typ": title
#set page(header: smallcaps(title) + h(1fr) + emph("Introduction générale") + line(length: 100%))
#text(white)[= Introduction générale]#v(-1cm)
/* -----------------------------------------------... |
https://github.com/ShapeLayer/ucpc-solutions__typst | https://raw.githubusercontent.com/ShapeLayer/ucpc-solutions__typst/main/docs/i18n.md | markdown | Other | ---
title: ucpc.i18n
supports: ["0.1.0"]
---
ucpc-solutions includes a utility for generating sentences or words. Additionally, the i18n is included to enable multilingual support for the content generated by this utility.
A utility function that generates a sentence or word receives a multilingual language map as th... |
https://github.com/JanEhehalt/typst-demo | https://raw.githubusercontent.com/JanEhehalt/typst-demo/main/Chapter_Introduction.typ | typst | #import "utils.typ": todo
#import "glossary.typ": glossary
= Introduction <chapter_introduction>
== Subchapter 1
#todo[TODO: BACHELORARBEIT]
// Der language server checkt das hier leider nicht hrmpf :(
ZITAT: @cite_todo
Ich kann auch @hosney2022artificial zitieren. :)
When using a acronym for the first time it loo... | |
https://github.com/chubetho/THWS_Bachelor_Template | https://raw.githubusercontent.com/chubetho/THWS_Bachelor_Template/main/chapters/introduction.typ | typst | = Introduction
Article @articlename
Book @bookname
Misc @miscname
#figure(caption: "Caption")[
#image("/assets/image.png")
]
#figure(caption: "Caption")[
```ts
console.log("Hello, World!");
```
]
#figure(caption: "Caption")[
#table(
columns: (1fr, 1fr),
[A], [B],
[C], [D],
)
]
== Motivation... | |
https://github.com/lkoehl/typst-boxes | https://raw.githubusercontent.com/lkoehl/typst-boxes/main/examples/stickybox.typ | typst | MIT License | #import "@dev/colorful-boxes:1.3.1": *
#set page(width: auto, margin: 0.5cm, height: auto)
#stickybox(width: 5cm, rotation: 5deg)[
#lorem(20)
] |
https://github.com/pank-su/typst-gost | https://raw.githubusercontent.com/pank-su/typst-gost/main/templates/utils.typ | typst | #let ch(content) = {
show heading: it => {
text(it, size: 14pt)
}
align(heading(upper(content), numbering: none), center)
} | |
https://github.com/dainbow/MatGos | https://raw.githubusercontent.com/dainbow/MatGos/master/themes/18.typ | typst | #import "../conf.typ": *
= Достаточные условия сходимости тригонометрического ряда Фурье в точке
В доказательствах некоторых теорем этого и следующего билетов используется
интересный трюк: если у нас есть цепочка равенств $a = b$, то мы с лёгкостью
сможем продолжить её, написав $a = b = (a + b) / 2$. Если вы понимаете... | |
https://github.com/paugarcia32/CV | https://raw.githubusercontent.com/paugarcia32/CV/main/modules_es/certificates.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Certificados")
#cvHonor(
date: [2024],
title: [Certificado profesional de Ciberseguridad de Google],
issuer: [Coursera],
) |
https://github.com/hugo-b-r/insa-template-typst | https://raw.githubusercontent.com/hugo-b-r/insa-template-typst/master/examples/short-report.typ | typst | #import "../templates/short-report.typ":project
#show: project.with(
title: "A spoonful of title",
authors: ("<NAME>",),
)
#lorem(42)
= Premier Lorem
== Premier sous-Lorem
=== Premier sous sous lorem
#lorem(42)
=== Second sous sous lorem
#lorem(42)
== second sous lorem
=== Troisieme sous sous lorem
#lorem(42)
... | |
https://github.com/7sDream/fonts-and-layout-zhCN | https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/05-features/glyph-class.typ | typst | Other | #import "/template/template.typ": web-page-template
#import "/template/components.typ": note
#import "/lib/glossary.typ": tr
#show: web-page-template
// ## Glyph Classes and Named Classes
== #tr[glyph]类与命名类
// Now let’s write a set of rules to turn lower case vowels into upper case vowels:
现在我们编写一系列把所有的小写元音字母变成大写的规... |
https://github.com/augustebaum/petri | https://raw.githubusercontent.com/augustebaum/petri/main/README.md | markdown | MIT License | # petri
Petri nets in Typst.
## Examples




Find the full list of examples in the [tests](/tests/README.md) directory. Yes... |
https://github.com/csimide/cuti | https://raw.githubusercontent.com/csimide/cuti/master/lib.typ | typst | MIT License | #let fakebold(base-weight: none, s, ..params) = {
set text(weight: base-weight) if base-weight != none
set text(weight: "regular") if base-weight == none
set text(..params) if params != ()
context {
set text(stroke: 0.02857em + text.fill)
s
}
}
#let regex-fakebold(reg-exp: ".", base-weight: none, s, ... |
https://github.com/pavelzw/moderner-cv | https://raw.githubusercontent.com/pavelzw/moderner-cv/main/README.md | markdown | MIT License | # moderner-cv
This is a typst adaptation of LaTeX's [moderncv](https://github.com/moderncv/moderncv), a modern curriculum vitae class.
## Requirements
This template uses FontAwesome icons via the [fontawesome typst package](https://typst.app/universe/package/fontawesome).
In order to properly use it, you need to hav... |
https://github.com/mvuorre/quarto-preprint | https://raw.githubusercontent.com/mvuorre/quarto-preprint/main/_extensions/preprint/typst-show.typ | typst | Creative Commons Attribution 4.0 International | #show: doc => preprint(
$if(title)$
title: [$title$],
$endif$
$if(running-head)$
running-head: [$running-head$],
$endif$
$if(by-author)$
authors: (
$for(by-author)$
$if(it.name.literal)$
( name: [$it.name.literal$],
affiliation: [$for(it.affiliations)$$it.id$$sep$, $endfor$],
$if(it.orcid)$orcid: ... |
https://github.com/tiankaima/typst-notes | https://raw.githubusercontent.com/tiankaima/typst-notes/master/7e1810-algo_hw/hw2.typ | typst | #import "utils.typ": *
== HW 2 (Week 3)
Due: 2024.03.24
#rev1_note[
+ Review: 最大堆/最小堆
最大堆是一种满足性质 $A["PARENT"(i)] >= A[i]$ 的二叉树, 其中 $"PARENT"(i) = floor(i\/2)$, 两个子节点分别是 $2i, 2i+1$. 最小堆是则满足性质 $A["PARENT"(i)] <= A[i]$.
插入过程: 向最下一层、最右侧节点插入新叶节点 (实际上就是在数组结尾添加), 添加之后向上调整, 使其重新满足最大(小)堆的性质. 调整时间复杂度 $O(log n)$
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.