repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/Ngan-Ngoc-Dang-Nguyen/thesis | https://raw.githubusercontent.com/Ngan-Ngoc-Dang-Nguyen/thesis/main/docs/upgrading%20radius.typ | typst | // #par(justify: true)[
// = Nâng cấp bán kính ổn định của điểm 1-median
= NÂNG CẤP BÁN KÍNH ỔN ĐỊNH CỦA ĐIỂM 1-MEDIAN
// $ x^2 + y^2 = z^2 $ <eq:pytago>
// Xét pt pytago @eq:pytago
Trong phần này, đầu tiên, chúng tôi sẽ xác định vấn đề chính của mình trong Mục 4.1. Tiếp theo, chúng tôi giới thiệu các phiên bản quy... | |
https://github.com/TechnoElf/mqt-qcec-diff-thesis | https://raw.githubusercontent.com/TechnoElf/mqt-qcec-diff-thesis/main/content/introduction.typ | typst | = Introduction
Quantum computing is poised to revolutionise the way we solve problems.
It promises to enable certain kinds of calculations and algorithms that were previously unthinkably inefficient @nielsen2010quantum.
The technology enables a kind of probabilistic approach to computation that allows an extremely effi... | |
https://github.com/maucejo/cnam_templates | https://raw.githubusercontent.com/maucejo/cnam_templates/main/src/letters/_reunion.typ | typst | MIT License | #import "../common/_colors.typ": *
#import "../common/_utils.typ": *
#let cnam-reunion(
composante: "cnam",
type: "cr",
titre: none,
redacteur: none,
lieu: none,
date: none,
toc: false,
body
) = {
let logo-height = 4.08cm
let decx = -0.073cm
let decy = 0.085cm
if composante != "cnam" {
logo... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/codly/0.1.0/README.md | markdown | Apache License 2.0 |
# Codly: simple and beautiful code blocks for Typst
Codly is a package that lets you easily create beautiful code blocks for your Typst documents.
It uses the newly added [`raw.line`](https://typst.app/docs/reference/text/raw/#definitions-line)
function to work across all languages easily. You can customize the icons... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/data-12.typ | typst | Other | // Test reading XML data.
#let data = xml("test/assets/files/data.xml")
#test(data, ((
tag: "data",
attrs: (:),
children: (
"\n ",
(tag: "hello", attrs: (name: "hi"), children: ("1",)),
"\n ",
(
tag: "data",
attrs: (:),
children: (
"\n ",
(tag: "hello", attrs... |
https://github.com/DVDTSB/ctheorems | https://raw.githubusercontent.com/DVDTSB/ctheorems/main/0.1.0/assets/basic.typ | typst | #import "@preview/ctheorems:0.1.0": *
#set page(width: 16cm, height: auto, margin: 1.5cm)
#set heading(numbering: "1.1.")
#let theorem = thmbox("theorem", "Theorem", fill: rgb( "#E1F5FE"),stroke:rgb("#4FC3F7"))
#let corollary = thmplain(
"corollary",
"Corollary",
base: "theorem",
titlefmt: strong
)
#let def... | |
https://github.com/loqusion/typix | https://raw.githubusercontent.com/loqusion/typix/main/docs/api/derivations/common/font-paths-example.md | markdown | MIT License | <!-- markdownlint-disable-file first-line-h1 -->
<!-- ANCHOR: buildtypstprojectlocal_example -->
```nix
{
outputs = { nixpkgs, typix }: let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
in {
apps.${system}.default = typix.lib.${system}.buildTypstProjectLocal {
fontPaths = [
... |
https://github.com/v411e/optimal-ovgu-thesis | https://raw.githubusercontent.com/v411e/optimal-ovgu-thesis/main/expose.typ | typst | MIT License | #import "components.typ": body-font, sans-font, author-fullname
#let oot-expose = (
title: "",
author: none,
lang: "en",
document-type: "",
city: "",
date: "",
organisation: [],
body
) => {
set document(title: title, author: author-fullname(author))
set page(
margin: (left: 30... |
https://github.com/jinhao-huang/SimplePaper | https://raw.githubusercontent.com/jinhao-huang/SimplePaper/main/examples/example.typ | typst | MIT License | #import "simplepaper.typ": *
#show: project.with(
title: "SimplePaper 模版使用说明",
authors: (
(
name: "张三",
organization: [Typst Group],
email: "<EMAIL>"
),
(
name: "李四",
organization: [Rust Group],
email: "<EMAIL>"
),
),
abstract: "本文详细描述了 SimplePaper 模版的使用方法。",... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/pad_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test that the pad element doesn't consume the whole region.
#set page(height: 6cm)
#align(left)[Before]
#pad(10pt, image("/assets/files/tiger.jpg"))
#align(right)[After]
|
https://github.com/TheOnlyMrCat/tree-sitter-typst | https://raw.githubusercontent.com/TheOnlyMrCat/tree-sitter-typst/master/README.md | markdown | Apache License 2.0 | # tree-sitter-typst
[Typst](https://github.com/typst/typst) grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
Currently in a very early stage. Most scripting elements are not implemented yet, and the syntax tree doesn't
necessarily reflect the true structure of the document.
Currently implemente... |
https://github.com/tshu-w/CV | https://raw.githubusercontent.com/tshu-w/CV/main/en.typ | typst | #import "tmpl.typ": *
#let author = "<NAME>"
#show: body => tmpl(
author: author,
lang: "en",
textsize: 10pt,
body
)
= #author
#let sep = [ #h(0.5pt) | #h(0.5pt) ]
#fa.fa-envelope(solid: true) #link("mailto:<EMAIL>")[<EMAIL>] #sep
#fa.fa-github() #link("https://github.com/tshu-w")[github.com/tshu-w] #sep
#... | |
https://github.com/dvdvgt/typst-letter | https://raw.githubusercontent.com/dvdvgt/typst-letter/main/examples/example.typ | typst | MIT License | #import "../din5008-letter.typ": letter
#show: letter.with(
// sender information
sender_name: "<NAME>",
sender_address: [
Street, street number\
ZIP, City
],
sender_contact: [
0123456789 * | * <EMAIL>
],
// receiver address and name
receiver: [
Name Surn... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/003.%20lwba.html.typ | typst | #set page(
paper: "a5",
margin: (x: 1.8cm, y: 1.5cm),
)
#set text(
font: "Liberation Serif",
size: 10pt,
hyphenate: false
)
#set par(justify: true)
#v(10pt)
= Lisp in Web-Based Applications
#v(10pt)
_(This is an excerpt of a talk given at BBN Labs in Cambridge, MA, in April 2001.)_
== Any Language You Want... | |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/canvas-renderer.typ | typst | #import "@preview/cetz:0.2.0": draw, chart
#import "@preview/cetz:0.2.0"
// attributables
// exposes a get:function on the module
#import "attrs.typ"
#import "strokes.typ"
#import "piecharts.typ"
#import "barcharts.typ"
#let canvas-functions = (
line: draw.line,
circle: draw.circle,
rect: draw.rect,
g... | |
https://github.com/LugsoIn2/typst-htwg-thesis-template | https://raw.githubusercontent.com/LugsoIn2/typst-htwg-thesis-template/main/appendix/appendix_example1.typ | typst | MIT License | #import "../lib/utils.typ": todo
= Chap Appendix Ipsum <appendix_example1>
#lorem(20)
== Nonumy
#lorem(500)
== Stet clita
#lorem(100) |
https://github.com/leesum1/brilliant-cv | https://raw.githubusercontent.com/leesum1/brilliant-cv/master/modules_en/certificates.typ | typst | // Imports
#import "@preview/brilliant-cv:2.0.2": cvSection, cvHonor
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#let cvHonor = cvHonor.with(metadata: metadata)
#cvSection("Certificates")
#cvHonor(
date: [2024],
title: [Huawei Software Elite Challenge],
issuer: [... | |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/print-rough-draft.typ | typst | #let print-rough-draft(json) = {
set page(paper: "us-letter", columns: 2, margin: 0.25in, numbering: "1")
set text(size: 11pt)
set par(leading: 1.5em)
grid(columns: 2, column-gutter: 15pt,
align(block(fill: white, {
text(style: "normal", size: 18pt, weight: "bold", json.title)
if json.subti... | |
https://github.com/jakoblistabarth/tud-corporate-design-slides-typst | https://raw.githubusercontent.com/jakoblistabarth/tud-corporate-design-slides-typst/main/tud-slides/template.typ | typst | MIT No Attribution | #import "@preview/polylux:0.3.1": polylux-slide, logic, utils, pause, only
#let tud-outer-margin = 17pt
#let tud-inner-margin = 60.5pt
#let tud-top-margin = 85pt
#let tud-bottom-margin = 70pt
#let tud-title = state("tud-title", none)
#let tud-subtitle = state("tud-sub-title", none)
#let tud-short-title = state("tud-s... |
https://github.com/jneug/typst-finite | https://raw.githubusercontent.com/jneug/typst-finite/main/util.typ | typst | MIT License | #import "@preview/t4t:0.3.2": get, def, is, assert, math
#import "@preview/cetz:0.1.1": vector, matrix, draw
#import draw: util, styles, cmd, coordinate
#import util.bezier: cubic-point, cubic-derivative, cubic-through-3points
// =================================
// Defaults
// =================================
#le... |
https://github.com/matryt/modules-typst | https://raw.githubusercontent.com/matryt/modules-typst/main/fancy-boxes/1.0.0/lib.typ | typst | #let formula(body, number, title:"") = {
set text(fill:white)
set align(center)
block(
fill: rgb("#EF8E05"),
inset: 8pt,
radius: 4pt,
[*Formule #number* - #title\ #body]
)
}
#let remark(body, title:"") = {
set text(fill:white)
set align(center)
block(
fill: rgb("#3DA708"),
inset:... | |
https://github.com/LauHuiQi0920/3007DataVisualizationTeamCyan | https://raw.githubusercontent.com/LauHuiQi0920/3007DataVisualizationTeamCyan/main/poster/_extensions/poster/typst-template.typ | typst | // Some definitions presupposed by pandoc's typst output.
#let blockquote(body) = [
#set text( size: 0.92em )
#block(inset: (left: 1.5em, top: 0.2em, bottom: 0.2em))[#body]
]
#let horizontalrule = [
#line(start: (25%,0%), end: (75%,0%))
]
#let endnote(num, contents) = [
#stack(dir: ltr, spacing: 3pt, super[#n... | |
https://github.com/sofianedjerbi/ResumeOld | https://raw.githubusercontent.com/sofianedjerbi/ResumeOld/main/modules/education.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Formation")
#let lightbold(str) = text(weight: 501, str)
#cvEntry(
title: [Magistère de Mathématiques],
society: [Institut Fourier],
date: [2022 - 2023],
location: [Grenoble],
description: list(
[
#lightbold[Acquis pertinents:]
... |
https://github.com/Error-418-SWE/Documenti | https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20interna/Verbali/24-02-29/24-02-29.typ | typst | #import "/template.typ": *
#show: project.with(
date: "29/02/24",
subTitle: "Meeting post colloquio con Proponente",
docType: "verbale",
authors: (
"<NAME>",
),
timeStart: "17:10",
timeEnd: "17:25",
);
= Ordine del giorno
A seguito dell'incontro con il Proponente, il gruppo ha svolto un meeting int... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/048%20-%20Dominaria%20United/008_Faith%20in%20Birds.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Faith in Birds",
set_name: "Dominaria United",
story_date: datetime(day: 17, month: 08, year: 2022),
author: "<NAME>",
doc
)
The leonin's fur was the color of sunset over the Great Desert—tawny with winding stripes of chestnut—and it was sm... | |
https://github.com/alberto-lazari/cv | https://raw.githubusercontent.com/alberto-lazari/cv/main/modules_en/skills.typ | typst | #import "/common.typ": *
= Skills
#skill(
type: [Programming Languages],
info: ("Java", "Shell", "Ruby", "Kotlin", "Python", "C++", "Ocaml")
)
#skill(
type: [Technologies],
info: ("Ruby on Rails", "Spring Boot", "Git", "Gradle")
)
#skill(
type: [Interests],
info: ("Shell Scripting", "CLI Enthusiast", "FO... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-2DE0.typ | typst | Apache License 2.0 | #let data = (
("COMBINING CYRILLIC LETTER BE", "Mn", 230),
("COMBINING CYRILLIC LETTER VE", "Mn", 230),
("COMBINING CYRILLIC LETTER GHE", "Mn", 230),
("COMBINING CYRILLIC LETTER DE", "Mn", 230),
("COMBINING CYRILLIC LETTER ZHE", "Mn", 230),
("COMBINING CYRILLIC LETTER ZE", "Mn", 230),
("COMBINING CYRILLIC... |
https://github.com/EGmux/PCOM-2023.2 | https://raw.githubusercontent.com/EGmux/PCOM-2023.2/main/lista2/lista2q1.typ | typst |
=== Sabe-se que um sinal $x(t)$ é unicamente determinado por suas amostrar quando a frequência de amostragem é $ω_a = 10000 π$ rad/s. Para que valores de $ω$ garante-se que o espectro de $x(t)$ é nulo?
\
Ora se o sinal é unicamente determinado é porque não há interferência da
amostragem dos espectros\
do mesmo, conseq... | |
https://github.com/MrToWy/Bachelorarbeit | https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Chapters/Planung/use-cases.typ | typst | #import "../../Template/customFunctions.typ": *
#useCase(1, "Informationen zu Studiengang")[
Der Use Case beschreibt, wie eine studieninteressierte Person einen Überblick über alle Module eines Studienganges erhalten kann. Die Person möchte hierzu ein PDF erhalten, in dem alle Module und deren Eigenschaften aufgeli... | |
https://github.com/barrel111/readings | https://raw.githubusercontent.com/barrel111/readings/main/problems/algebra%20problems.typ | typst | #import "@local/preamble:0.1.0": *
#import "@preview/commute:0.2.0": node, arr, commutative-diagram
#show: project.with(
course: "Algebra",
sem: "Summer",
title: "Algebra Problems",
subtitle: "Aluffi",
authors: ("<NAME>",),
)
#set enum(indent: 15pt, numbering: "a.")
= Preliminaries
== Naive Set Theory
~
... | |
https://github.com/tingerrr/chiral-thesis-fhe | https://raw.githubusercontent.com/tingerrr/chiral-thesis-fhe/main/src/core/component/glossary.typ | typst | #import "/src/utils.typ" as _utils
#let make-glossary(
entries: (:),
_fonts: (:),
) = {
// TODO: perhaps apply the styles only for some parts of the docs in core so those require no resets
// reverse the figure styles
show figure.caption: emph
show figure.caption: set text(fill: black, font: _fonts.serif)... | |
https://github.com/lcharleux/LCharleux_Teaching_Typst | https://raw.githubusercontent.com/lcharleux/LCharleux_Teaching_Typst/main/src/courses/MECA510-512_Rappels/MECA510-512_Rappels.typ | typst | MIT License | // TEMPLATE IMPORT
#import "../../templates/conf.typ": conf, todo, comment, idea, note, important
#import "../../templates/drawing.typ": dvec, dpoint, dangle3p, dimension_line, arotz90, arrnumprod, arrsub, anorm, normalize, rotmat2D, dispvcol, arradd, mvec, arrcrossprod, arrdotprod, torseur1, torseur2, torseur6
#import... |
https://github.com/ENIB-Community/ENIB_Typst_Internship_Template | https://raw.githubusercontent.com/ENIB-Community/ENIB_Typst_Internship_Template/main/gls.typ | typst | MIT License |
#let enib-gloss = (
(
key: "fintech",
short: "Fintech",
long: "Financial-Technologies Startup",
desc: ["Fintech" est la contraction de "finance" et "technologie", et désigne l'industrie financière où les entreprises utilisent les nouvelles technologies pour proposer des services financiers plus effi... |
https://github.com/shuosc/SHU-Bachelor-Thesis-Typst | https://raw.githubusercontent.com/shuosc/SHU-Bachelor-Thesis-Typst/main/template/cover.typ | typst | Apache License 2.0 | // 封面
#import "font.typ": *
#import "../contents/info.typ": *
#set page(footer: none)
// 封面页码置0
#counter(page).update(0)
#align(center)[
#v(20pt)
#table(
columns: (140pt, auto, auto),
align: horizon,
stroke: none,
[],
[#image("./images/shu_name.png", width: 120%, height: 9%)],
[#image("./... |
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/homework-1/calculus-homework14.typ | typst | #import "../template.typ": *
#show: project.with(
title: "Calculus Homework #14",
authors: ((
name: "<NAME> (#47)",
email: "<EMAIL>",
phone: "3230104585"
),),
date: "December 28, 2023",
)
习题 5-3 2,3(2)(4),4(2)(4),5,6,12
习题 5-5 1,3,5,9,10,11,13
习题 5-5 15,17,20,21,22,25,30(1)(3) | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/tidy/0.2.0/src/tidy-parse.typ | typst | Apache License 2.0 |
// Matches Typst docstring for a function declaration. Example:
//
// // This function does something
// //
// // param1 (string): This is param1
// // param2 (content, length): This is param2.
// // Yes, it really is.
// #let something(param1, param2) = {
//
// }
//
// The entire block may be indente... |
https://github.com/maucejo/book_template | https://raw.githubusercontent.com/maucejo/book_template/main/src/_book-environments.typ | typst | MIT License | #import "_book-params.typ": *
#let front-matter(body) = {
set heading(numbering: none)
set page(numbering: "i")
states.page-numbering.update("i")
states.num-pattern.update(none)
counter(page).update(0)
body
}
// Main matter
#let main-matter(body) = {
set page(numbering: "1/1")
states.page-numbering.u... |
https://github.com/elpekenin/access_kb | https://raw.githubusercontent.com/elpekenin/access_kb/main/typst/content/main.typ | typst | #import "@preview/codly:1.0.0": codly-range
#import "@preview/glossarium:0.4.2": gls, print-glossary
#import "../glossary.typ": entry-list
#import "utils.typ": cli, snippet
#include "parts/front_page.typ"
/// White page
#page[
// 0 to not render page number here
#counter(page).update(0)
]
/// Document overview ... | |
https://github.com/tingerrr/hydra | https://raw.githubusercontent.com/tingerrr/hydra/main/README.md | markdown | MIT License | # hydra
Hydra is a Typst package allowing you to easily display the heading like elements anywhere in your
document. It's primary focus is to provide the reader with a reminder of where they currently are in
your document only when it is needed.
## Example
```typst
#import "@preview/hydra:0.5.1": hydra
#set page(pape... |
https://github.com/crd2333/crd2333.github.io | https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Reading/Reconstruction/SIREN.typ | typst | ---
order: 2
---
#import "/src/components/TypstTemplate/lib.typ": *
#show: project.with(
title: "Reading SIREN",
lang: "zh",
)
#let SDF = math.text("SDF")
#let clamp = math.text("clamp")
#let Occupancy = math.text("Occupancy")
#let NeRF = math.text("NeRF")
= SIREN
- Implicit Neural Representations with Periodic... | |
https://github.com/flavio20002/cyrcuits | https://raw.githubusercontent.com/flavio20002/cyrcuits/main/example/main.typ | typst | Other | #import "../lib.typ": *
#set page(width: auto, height: auto, margin: 0.5cm)
#show: doc => cyrcuits(
scale: 1,
doc,
)
```circuitkz
\begin{circuitikz}
\draw (0,0)
to[battery1,l=$E$] ++ (0,2)
to[R,l=$R_1$,f>_=$i_1$] ++ (0,2)
to[short,-*] ++ (2,0) coordinate (aux1)
to[R,l_=$R_2$,f>_=$i_2$] ++ (0,-... |
https://github.com/mismorgano/UG-FunctionalAnalyisis-24 | https://raw.githubusercontent.com/mismorgano/UG-FunctionalAnalyisis-24/main/tareas/Tarea-06/Tarea-06.typ | typst | #import "../../config.typ": config, exercise, proof, cls, ip, conv
#show: doc => config([Tarea 6], doc)
1.52, 1.53, 1.54, 1.55, 1.56, 2.2 y 2.3.
#exercise[1.52][Sea $A$ un abierto en un e.n $X$. Muestra que $"con"(A)$ es abierto.]
#proof[
Sea $x in conv(A)$
]
#exercise[1.53][¿Es la envolvente convexa de un conju... | |
https://github.com/ramojus/typst-template-VU-thesis | https://raw.githubusercontent.com/ramojus/typst-template-VU-thesis/main/README.md | markdown | # [Typst](https://typst.app/) template for VU thesis
Currently based on https://mif.vu.lt/lt3/dokumentai/dokumentai/INF/Kursp_mn.pdf.
## Useful links
- [Typst documentation](https://typst.app/docs)
- [A collection of useful typst projects and libraries](https://github.com/qjcg/awesome-typst)
## Recommended libraries
... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/meta/bibliography-03.typ | typst | Other | // Error: 15-43 duplicate bibliography keys: arrgh, distress, glacier-melt, issue201, mcintosh_anxiety, netwok, psychology25, quark, restful, sharing, tolkien54
#bibliography(("/works.bib", "/works.bib"))
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.0.1/coordinate.typ | typst | Apache License 2.0 | #import "./vector.typ"
#import "./util.typ"
#let resolve-xyz(c) = {
// (x: <number> or <none>, y: <number> or <none>, z: <number> or <none>)
// (x, y)
// (x, y, z)
return if type(c) == "array" {
vector.as-vec(c)
} else {
(
c.at("x", default: 0),
c.at("y", default: 0),
c.at("z",... |
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/src/lib.typ | typst | Apache License 2.0 | #import "defs/units.typ"
#import "defs/prefixes.typ"
#import "metro.typ": num, unit, qty, metro-setup, declare-unit, declare-prefix, create-prefix, declare-power, declare-qualifier, metro-reset, num-list, num-product, num-range, qty-list, qty-product, qty-range, complex, ang
#let numlist = num-list
#let numproduct = ... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/link_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Verify that brackets are included in links.
https://[::1]:8080/ \
https://example.com/(paren) \
https://example.com/#(((nested))) \
|
https://github.com/crd2333/crd2333.github.io | https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Courses/数据结构与算法/ADS笔记.typ | typst | ---
order: 3
---
#import "/src/components/TypstTemplate/lib.typ": *
#show: project.with(
title: "高级数据结构与算法分析",
lang: "zh",
)
= Lecture 1: AVL Trees, Splay Trees, and Amortized Analysis
- 看 wyy 讲义,这里不想补笔记了。
- 总结一下摊还分析:
+ 聚合分析:整体分析最差的情况为什么样
+ 核算法:调整*每个操作*的代价,使得总代价比原本大
+ 势能法:对*每一步操作*定义一个势能,使得最后总势能比原本大
= Lect... | |
https://github.com/dainbow/MatGos | https://raw.githubusercontent.com/dainbow/MatGos/master/themes/22.typ | typst | #import "../conf.typ": *
= Кривые второго порядка, их геометрические свойства
#definition[
Пусть $A, B, C, D, E, F in RR, A^2 + B^2 + C^2 != 0$.
*Кривой второго порядка* называется алгебраическая кривая, которая в некоторой
прямоугольной декартовой системе координат в $P_2$ задаётся следующим
уравнением:
#e... | |
https://github.com/conda-forge/typst-lsp-feedstock | https://raw.githubusercontent.com/conda-forge/typst-lsp-feedstock/main/README.md | markdown | BSD 3-Clause "New" or "Revised" License | About typst-lsp-feedstock
=========================
Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/typst-lsp-feedstock/blob/main/LICENSE.txt)
Home: https://github.com/nvarner/typst-lsp
Package license: Apache-2.0 AND MIT
Summary: A brand-new language server for Typst
Current build status
========... |
https://github.com/pku-typst/ichigo | https://raw.githubusercontent.com/pku-typst/ichigo/main/src/model.typ | typst | MIT License | #import "@preview/valkyrie:0.2.1" as z
#import "themes.typ": get-theme, THEMES
/// Document meta information
#let meta-schema = z.dictionary((
course-name: z.string(),
serial-str: z.string(),
author-info: z.content(),
author-names: z.either(z.tuple(), z.string()),
))
#let font-schema = z.either(z.string(), z... |
https://github.com/lbsekr/provadis-typst-template | https://raw.githubusercontent.com/lbsekr/provadis-typst-template/main/template.typ | typst | #import "@preview/glossarium:0.4.1": print-glossary, make-glossary
#show: make-glossary
#let code_identifier = "code"
#let code(body,caption: "",supplement: "") = {
figure(
body,
kind: code_identifier,
caption: caption,
supplement: supplement
)
}
#let Template(
language: "de",
cover_languag... | |
https://github.com/kokkonisd/typst-cross | https://raw.githubusercontent.com/kokkonisd/typst-cross/main/src/preprocessing.typ | typst | The Unlicense | // Process a dictionary and produce cell and clue data.
//
// The dictionary is expected to come from a TOML file, usually by doing `toml("myfile.toml")`. It
// is also expected to have the following structure (in Typst notation):
//
// ```typst
// (
// title: "Title",
// author: "Author",
// board: "1234\n... |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Maths_Expertes_Ex_04_12_2023.typ | typst | #import "template.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: project.with(
title: "Maths Expertes Ex 04 12 2023",
authors: (
"<NAME>",
),
date: "2 Décembre, 2023",
)
#set heading(numbering: "1.1.")
=== Exercice 17 p ... | |
https://github.com/davystrong/umbra | https://raw.githubusercontent.com/davystrong/umbra/main/gallery/torn-paper.typ | typst | MIT License | #import "@preview/suiji:0.3.0": *
#import "@preview/umbra:0.1.0": shadow-path
#set page(width: 13cm, height: 8cm, margin: 0.0cm)
#let torn-paper(
tear-positions: (40%, 45%),
alignment: left,
paper-colour: rgb("ECEBE9"),
mult: 0.4%,
seed: auto,
approx-steps: 100,
) = {
assert(alignment in (left, right, t... |
https://github.com/LEXUGE/poincare | https://raw.githubusercontent.com/LEXUGE/poincare/main/src/templates/simple.typ | typst | MIT License | #import "@preview/ctheorems:1.1.0": *
#let simple(title: "", authors: (), disp_content: true, body) = {
// Set document metadata
set document(author: authors.map(x => x.name), title: title)
show: thmrules
// Number the headings
set heading(numbering: "1.1.")
// Break the word at the end of each line
set ... |
https://github.com/hongjr03/shiroa-page | https://raw.githubusercontent.com/hongjr03/shiroa-page/main/DSA/chapters/9排序.typ | typst |
#import "../template.typ": *
#import "@preview/pinit:0.1.4": *
#import "@preview/fletcher:0.5.0" as fletcher: diagram, node, edge
#import "/book.typ": book-page
#show: book-page.with(title: "排序 | DSA")
= 排序
<排序>
== 冒泡排序
<冒泡排序>
=== 算法描述
冒泡排序是一种简单的排序算法。它重复地遍历要排序的列表,一次比较两个元素,如果它们的顺序错误就把它们交换过来。遍历列表的工作是重复地进行直到没有再需要交... | |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/snippets/special/index.md | markdown | MIT License | # Special documents
## Signature places
```typ
#block(width: 150pt)[
#line(length: 100%)
#align(center)[Signature]
]
```
## Presentations
See [polylux](../../packages/).
## Forms
### Form with placeholder
```typ
#grid(
columns: 2,
rows: 4,
gutter: 1em,
[Student:],
[#block()#align(bottom)[#line(length:... |
https://github.com/storopoli/Bayesian-Statistics | https://raw.githubusercontent.com/storopoli/Bayesian-Statistics/main/slides/04-bayesian_workflow.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "@preview/polylux:0.3.1": *
#import themes.clean: *
#import "utils.typ": *
#import "@preview/cetz:0.1.2"
#new-section-slide("Bayesian Workflow")
#slide(title: "Recommended References")[
- #cite(<gelman2013bayesian>, form: "prose") - Chapter 6: Model checking
- #cite(<mcelreath2020statistical>, form: "pro... |
https://github.com/kotfind/hse-se-2-notes | https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/prob/lectures/2024-09-13.typ | typst | #import "/utils/math.typ": *
= Геометрическое определение вероятности
Рассматриваем подмножества на $RR^n$, которые имеют конечную меру
Пример эксперимента: попадет ли случайная точка в подмножество
#figure(image("./geom_prob.svg", height: 5cm))
$ P(A) = mu(A) / mu(Omega)$
#def[
События #defitem[несовместны] ... | |
https://github.com/Enter-tainer/typstyle | https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/markup/enum.typ | typst | Apache License 2.0 | Automatically numbered:
+ Preparations
+ Analysis
+ Conclusions
Manually numbered:
2. What is the first step?
5. I am confused.
+ Moving on ...
Multiple lines:
+ This enum item has multiple
lines because the next line
is indented.
Function call.
#enum[First][Second]
|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/call-06.typ | typst | Other | #let f(x) = x
// Error: 2-6 expected function, found content
#f[1](2)
|
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/brainstorm-scoring/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: "Brainstorm: Scoring Triballs",
type: "brainstorm",
date: datetime(year: 2023, month: 9, day: 2),
author: "<NAME>",
witness: "Violet Ridge",
)
// TODO: add images
// TO... |
https://github.com/AU-Master-Thesis/thesis | https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/1-introduction/problem-definition.typ | typst | MIT License | #import "../../lib/mod.typ": *
== Problem Definition <intro-problem-definition>
// #jonas[No difference from last here. A lot of this is copied directly from the original contract, and thus not relevant anymore. You do not have to spend time on this section.]
// // From the original contract:
// // 2. Problem Definit... |
https://github.com/CodeHex16/documentazione | https://raw.githubusercontent.com/CodeHex16/documentazione/main/1%20-%20Candidatura/Valutazione-Capitolati.typ | typst | #import "../template/documenti.typ" : *
#show : doc => documento(
titolo: "Incontro conoscitivo iniziale",
data: [24/10/2024],
presenze: (
"<NAME>","Redattore",
"<NAME>","Verificatore" ,
"<NAME>","Verificatore",
"<NAME>"," Verificatore",
"<NAME>","Verificatore"
... | |
https://github.com/Joelius300/hslu-typst-template | https://raw.githubusercontent.com/Joelius300/hslu-typst-template/main/chapters/03_concept.typ | typst | MIT License | = Ideen und Konzepte
Hier geht es um die Fragestellung, wie Sie die formulierten Ziele der Arbeit erreichen wollen. Sie halten z.B. erste, grobe Ideen, skizzenhafte Lösungsansätze fest. Gibt es mehrere Wege, Ansätze um dieses Ziel zu erreichen, begründen Sie hier, warum Sie einen bestimmten Weg einschlagen. Beispiel f... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/show-text-00.typ | typst | Other | // Test classic example.
#set text(font: "Roboto")
#show "Der Spiegel": smallcaps
Die Zeitung Der Spiegel existiert.
|
https://github.com/morel-olivier/template-typst | https://raw.githubusercontent.com/morel-olivier/template-typst/master/letter/lttr.typ | typst | // NOTE: lttr_data contains all the data to render the letter
#let lttr_data = state("letter", none)
// NOTE: lttr_max_dy keeps track of the largest offset dy (from the top margin)
// of absolutely positioned content (sender and receiver fields) such that we
// know how much vertical offset we need to add at the b... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-3300.typ | typst | Apache License 2.0 | #let data = (
("SQUARE APAATO", "So", 0),
("SQUARE ARUHUA", "So", 0),
("SQUARE ANPEA", "So", 0),
("SQUARE AARU", "So", 0),
("SQUARE ININGU", "So", 0),
("SQUARE INTI", "So", 0),
("SQUARE UON", "So", 0),
("SQUARE ESUKUUDO", "So", 0),
("SQUARE EEKAA", "So", 0),
("SQUARE ONSU", "So", 0),
("SQUARE OOMU... |
https://github.com/nobel-sh/typst-report | https://raw.githubusercontent.com/nobel-sh/typst-report/main/assignment.typ | typst | #let spaced_block(content,space: 2em) = {
block(content)
v(space)
}
#let image_block(path, width, margin: 2em) = {
v(margin)
block(image(path, width: width))
v(margin)
}
#let render_university_info(info) = {
let university = info.university
block(university.name)
block(university.depa... | |
https://github.com/mintjesba/JIE-Typst-Template | https://raw.githubusercontent.com/mintjesba/JIE-Typst-Template/main/README.md | markdown | # JIE-Typst-Template
An UNOFFICIAL [Typst](https://typst.app/) template for Journal of Industrial Ecology submissions. **Not authorised by JIE** but follows the Word template.
## Instructions for use
- Copy the files to your own device or folder.
- Replace the arguments by the relevant information. Keep them in the co... | |
https://github.com/GYPpro/Java-coures-report | https://raw.githubusercontent.com/GYPpro/Java-coures-report/main/.VSCodeCounter/2023-12-15_05-15-05/diff-details.md | markdown | # Diff Details
Date : 2023-12-15 05:15:05
Directory d:\\Desktop\\Document\\Coding\\JAVA\\Rep\\Java-coures-report
Total : 62 files, 4962 codes, 13 comments, 1260 blanks, all 6235 lines
[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details
## Files
| filename | language | code | com... | |
https://github.com/0xmycf/typst-template | https://raw.githubusercontent.com/0xmycf/typst-template/main/readme.md | markdown | # Template for Typst documents
[Learn more about Typst](https://github.com/typst/typst)
Usage:
1. Download the Prelude file into your project directory
or add a git submodule to it.
```curl -o Prelude.typ https://raw.githubusercontent.com/0xmycf/typst-template/main/Prelude.typ```
2. Create your main File and i... | |
https://github.com/goshakowska/Typstdiff | https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_working_types/super_script/super_script_updated.typ | typst | First#super[updated text]
Normal text
Second#super[super text] | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10B40.typ | typst | Apache License 2.0 | #let data = (
("INSCRIPTIONAL PARTHIAN LETTER ALEPH", "Lo", 0),
("INSCRIPTIONAL PARTHIAN LETTER BETH", "Lo", 0),
("INSCRIPTIONAL PARTHIAN LETTER GIMEL", "Lo", 0),
("INSCRIPTIONAL PARTHIAN LETTER DALETH", "Lo", 0),
("INSCRIPTIONAL PARTHIAN LETTER HE", "Lo", 0),
("INSCRIPTIONAL PARTHIAN LETTER WAW", "Lo", 0),... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/049%20-%20The%20Brothers'%20War/008_Chapter%204%3A%20The%20Dark.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Chapter 4: The Dark",
set_name: "The Brothers' War",
story_date: datetime(day: 25, month: 10, year: 2022),
author: "<NAME>",
doc
)
#emph[Bathed in hallowed light, the infidels looked upon the impurities of their souls and despaired.]
#emph... | |
https://github.com/rabotaem-incorporated/calculus-notes-2course | https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/05-complex-functions/06-residues.typ | typst | #import "../../utils/core.typ": *
== Вычеты
#ticket[Вычеты. Определения и свойства.]
#def[
$a != oo$ --- изолированная особая точка $f$. Вычетами называются
$
res_(z = a) f := c_(-1)&, quad "где" f(z) = sum_(n = -oo)^oo c_n (z - a)^n,\
res_(z = oo) f := -c_(-1)&, quad "где" f(z) = sum_(n = -... | |
https://github.com/ammar-ahmed22/compile-typst-example | https://raw.githubusercontent.com/ammar-ahmed22/compile-typst-example/main/src/quadratics.typ | typst | = Quadratics
Quadratics are polynomials of degree 2. They are also known as parabolas.
== Roots
To find the roots of quadratic, the quadratic equation can be used:
$
x = (-b plus.minus sqrt(b^2 - 4 a c)) / (2 a)
$
where, $a$, $b$, and $c$ are the constants of the function, $f(x) = a x^2 + b x + c$. | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/171.%20re.html.typ | typst | re.html
The Refragmentation
January 2016One advantage of being old is that you can see change happen in
your lifetime. A lot of the change I've seen is fragmentation. US
politics is much more polarized than it used to be. Culturally we
have ever less common ground. The creative class flocks to a handful
of happy ci... | |
https://github.com/Myriad-Dreamin/shiroa | https://raw.githubusercontent.com/Myriad-Dreamin/shiroa/main/github-pages/docs/guide/get-started.typ | typst | Apache License 2.0 | #import "/github-pages/docs/book.typ": book-page
#show: book-page.with(title: "Get Started")
= Creating a Book
Once you have the `shiroa` CLI tool installed, you can use it to create and render a book.
== Initializing a book
The `shiroa init` command will create a new directory containing an empty book for you to ... |
https://github.com/Mc-Zen/quill | https://raw.githubusercontent.com/Mc-Zen/quill/main/examples/composition.typ | typst | MIT License | #import "../src/quill.typ": *
#import tequila as tq
#quantum-circuit(
..tq.graph-state((0, 1), (1,2)),
..tq.build(y: 3,
tq.p($pi$, 0),
tq.cx(0, (1, 2)),
),
..tq.graph-state(x: 6, y: 2, invert: true, (0, 1), (0, 2)),
gategroup(x: 1, 3, 3),
gategroup(x: 1, y: 3, 3, 3),
gategroup(x: 6, y: ... |
https://github.com/darioglasl/Arbeiten-Vorlage-Typst | https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/Anhang/04_Projektdokumentation/01_reviews.typ | typst | === Review-Meeting Protokolle <appendixReviews>
| |
https://github.com/donabe8898/typst-thesis-template | https://raw.githubusercontent.com/donabe8898/typst-thesis-template/main/lib/macro.typ | typst | Apache License 2.0 | // custom
#let bl(it) = text(weight: "bold")[#it]
#let lt(it) = text(font: "Latin Modern Roman")[#it]
#let sm(it) = {
set text(size: 0.8em)
it
}
#let latex = text(
font: "Latin Modern Roman",
[L#h(-0.35em)#text(size: 0.725em, baseline: -0.25em)[A]#h(-0.125em)T#h(-0.175em)#text(baseline: 0.225em)[E]#h(-0.125em)... |
https://github.com/GeorgeMuscat/secret | https://raw.githubusercontent.com/GeorgeMuscat/secret/main/lib.typ | typst | MIT License | A simple package to keep your secrets.
#let redact(text, fill: black, height: 1em) = {
box(rect(fill: fill, height: height)[#hide(text)])
}
Example:
- Unredacted text
- Redacted #redact("text")
|
https://github.com/brainworkup/neurotyp-adult | https://raw.githubusercontent.com/brainworkup/neurotyp-adult/main/_extensions/neurotyp-adult/typst-template.typ | typst | MIT License | #let report(
title: "NEUROCOGNITIVE EXAMINATION",
author: "<NAME>, Ph.D.",
name: [],
doe: [],
patient: [],
date: none,
cols: 1,
paper: "a4",
margin: (x: 25mm, y: 30mm),
lang: "en",
region: "US",
font: (),
body-font: ("Libertinus Serif"),
sans-font: ("Libertinus Sans"),
fontsize: 11pt,
se... |
https://github.com/peterpf/modern-typst-resume | https://raw.githubusercontent.com/peterpf/modern-typst-resume/main/README.md | markdown | The Unlicense | # A modern typst CV template
[](https://github.com/peterpf/modern-typst-resume/stargazers)
A customizable resume/CV template focusing on clean and concise presentation, with a touch of color.
**This template is available on [typst Universe](https:... |
https://github.com/ClassicConor/UoKCSYear1ExamNotes2024 | https://raw.githubusercontent.com/ClassicConor/UoKCSYear1ExamNotes2024/master/HCI%20(With%20Exam%20Answers)/HCI%202023%20Paper/HCI%202023%20Answers.typ | typst | = HCI Exam 2023 - Answers to the questions
<hci-exam-2023---answers-to-the-questions>
== Question 1
<question-1>
#quote(block: true)[
#block[
#set enum(numbering: "(a)", start: 1)
+ What is a micro-interaction? Name any two of the four components of a
micro-interaction. Give one example of a micro-interaction in an
... | |
https://github.com/darioglasl/Arbeiten-Vorlage-Typst | https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/Helpers/code-snippets.typ | typst | // https://typst.app/docs/reference/text/raw/
// https://github.com/typst/typst/issues/344
#let code(
caption: none, // content of caption bubble (string, none)
bgcolor: rgb("#f2f3f5"), // back ground color (color)
strokecolor: 1pt + rgb(27, 41, 52), // frame color (color)
hlcolor: auto, ... | |
https://github.com/ssotoen/gridlock | https://raw.githubusercontent.com/ssotoen/gridlock/main/src/lib.typ | typst | The Unlicense | /// This function deals with the floating figures in your document.
/// You don’t need to call it manually.
///
/// Unfortunately we can’t use ```typc layout()``` here since that messes with the floating.
/// This means that figures wider than the line width are measured before they are shrunk down to fit,
/// which re... |
https://github.com/OCamlPro/ppaqse-lang | https://raw.githubusercontent.com/OCamlPro/ppaqse-lang/master/src/étude/Ada.typ | typst | #import "defs.typ": *
#import "links.typ": *
#language(
name: "Ada",
introduction: [
Le langage Ada a été créé à la fin des années 70 au sein de l'équipe
CII-<NAME>
dirigé par <NAME> en réponse à un cahier des charges du
département de la
Défense des États-Unis. Le principe fût de créer un lan... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/content_03.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test font switch.
#let here = text.with(font: "Noto Sans")
$#here[f] := #here[Hi there]$.
|
https://github.com/Jollywatt/typst-fletcher | https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/mark-cap-offsets/test.typ | typst | MIT License | #set page(width: auto, height: auto, margin: 1em)
#import "/src/exports.typ" as fletcher: diagram, node, edge
#import "/src/marks.typ": *
#context align(center, MARKS.get().values().map(mark => {
let e = 2.5
diagram(edge(
(0,0), (1,0),
marks: (mark, mark),
extrude: (-e,0,+e)
))
}).join(linebreak()))
|
https://github.com/Student-Smart-Printing-Service-HCMUT/ssps-docs | https://raw.githubusercontent.com/Student-Smart-Printing-Service-HCMUT/ssps-docs/main/contents/categories/task1/1.3.typ | typst | Apache License 2.0 | #pagebreak()
== Use Case Diagram
=== _Whole System_
_Draw a use case diagram for whole System_
#figure(caption: [Use Case Diagram for the Whole System],
image("../../images/UC_Whole_System.png")
)
#pagebreak()
=== _Use case Order Printing Job_
#figure(caption: [Use Case Diagram for Order Printing Job],
i... |
https://github.com/Wh4rp/Presentacion-Typst | https://raw.githubusercontent.com/Wh4rp/Presentacion-Typst/master/README.md | markdown | # Typst: ¿el reemplazo de LaTeX?
Presentación hecha en [Typst](https://typst.app/) junto con el modulo de [typst-slides](https://github.com/andreasKroepelin/typst-slides) para el ciclo de charlas de [Open Source UC](https://github.com/open-source-uc).
## Compilar
Primero debes instalar el CLI de [Typst](https://gith... | |
https://github.com/xrarch/books | https://raw.githubusercontent.com/xrarch/books/main/xr17032handbook/titlepage.typ | typst | #page([
#image("coverideasmaller.png", fit: "stretch", width: 100%, height: 100%)
], margin: (
top: 0cm,
bottom: 0cm,
left: 0cm,
right: 0cm,
))
#pagebreak()
*XR/station Project* \
*XR/17032 Architecture Handbook* \
_Revision 1.0, October 26, 2021_ \
_Revision 2.0, December 10, 2023_ | |
https://github.com/a-mhamdi/graduation-report | https://raw.githubusercontent.com/a-mhamdi/graduation-report/main/Typst/en-Report/chaps/chpt1.typ | typst | MIT License | /* --------------------------------- DO NOT EDIT -------------------------------- */
#import "../Class.typ": *
#show: report.with(isAbstract: false)
#set page(header: none)
#figure(chap(chap1, numbering: "1."), kind: "chapter", supplement: "Chapter") <chp:chap1> // Chapter 1
#set page(header: smallcaps(title) + h(1fr) ... |
https://github.com/123marvin123/typst-docker | https://raw.githubusercontent.com/123marvin123/typst-docker/master/README.md | markdown | Apache License 2.0 | # Typst Docker Image
This is a (unofficial) Docker Image for a bare-bones distribution of [Typst](https://github.com/typst/typst). It is based on Debian and only contains a pre-compiled version of the Typst-CLI.
❗️*Please note*: **There are no additional fonts installed**. Take a look at the section "Using Installed... |
https://github.com/jassielof/cv | https://raw.githubusercontent.com/jassielof/cv/main/README.md | markdown | # CV
## Issues when porting to Typst
- The LaTeX dash for a date range is not similar, it's more generic.
- Find a way to import awesome fonts for icons in Typst.
| |
https://github.com/MattiaOldani/Informatica-Teorica | https://raw.githubusercontent.com/MattiaOldani/Informatica-Teorica/master/capitoli/calcolabilità/06_dati_NN.typ | typst | #import "../alias.typ": *
#import "@preview/lemmify:0.1.5": *
#let (theorem, lemma, corollary, remark, proposition, example, proof, rules: thm-rules) = default-theorems(
"thm-group",
lang: "it",
)
#show: thm-rules
#show thm-selector("thm-group", subgroup: "theorem"): it => block(
it,
stroke: red + 1pt,
in... | |
https://github.com/AOx0/expo-nosql | https://raw.githubusercontent.com/AOx0/expo-nosql/main/book/src/theme-gallery/default.typ | typst | MIT License | #import "../../../slides.typ": *
#show: slides.with(
authors: ("Author A", "Author B"), short-authors: "Short author",
title: "Title", short-title: "Short title", subtitle: "Subtitle",
date: "Date",
)
#slide(theme-variant: "title slide")
#new-section("section name")
#slide(title: "Slide title")[
A sli... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.