repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/MultisampledNight/flow | https://raw.githubusercontent.com/MultisampledNight/flow/main/src/gfx/draw.typ | typst | MIT License | // cetz.draw but with extra utilities which are not needed when not drawing on a canvas
#import "maybe-stub.typ": cetz
#import cetz.draw: *
#import "../palette.typ": *
// Only uses the x component of the given coordinate.
#let hori(coord) = (coord, "|-", ())
// Only uses the y component of the given coordinate.
#let... |
https://github.com/Fabian-Heinrich/typst_homework | https://raw.githubusercontent.com/Fabian-Heinrich/typst_homework/main/homework_template.typ | typst | MIT License | /*
* based on:
* - https://typst.app/docs/tutorial/making-a-template/
*/
#let author_info(
authors: ()
) = {
pad(
top: 0.5em,
x: 2em,
grid(
columns: (1fr,) * calc.min(3, authors.len()),
gutter: 1em,
..authors.map(author => align(center)[
#grid(
columns: (auto)... |
https://github.com/lxl66566/my-college-files | https://raw.githubusercontent.com/lxl66566/my-college-files/main/信息科学与工程学院/嵌入式系统/实验/报告/5/5.typ | typst | The Unlicense | #import "../template.typ": *
#show: project.with(
title: "实验报告 5",
authors: (
"absolutex",
)
)
= IIC 实验
== 实验目的
使用 STM32F429 的普通 IO 口,用软件模拟 IIC 时序,实现和 24C02 之间的双向通信(读写),并将结果显示在 LCD 模块上。
== 实验原理
IIC(Inter-Integrated Circuit)总线是一种由 PHILIPS 公司开发的两线式串行总线,用于连接微控制器及其外围设备。它是由数据线 SDA 和时钟 SCL 构成的串行总线,可发送和接收数据。在 C... |
https://github.com/EunTilofy/Compiler2024 | https://raw.githubusercontent.com/EunTilofy/Compiler2024/main/lab1/Report_of_Lab1.typ | typst | #import "../template.typ": *
#show: project.with(
course: "编译原理",
title: "Compilers Principals - Lab1",
date: "2024.4.07",
authors: "<NAME>, 3210106357",
has_cover: false
)
= 实验内容
本次实验,我们利用 Flex 和 Bison 实现了 sysY 语言的词法分析和语法分析。
通过
```
make compiler
./compiler <input file>
```
可以对输入的 sy 文件进行语法检查,
如果可以正确解析出语法树,程序将正... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/align-00.typ | typst | Other | #set page(height: 100pt)
#stack(dir: ltr,
align(left, square(size: 15pt, fill: eastern)),
align(center, square(size: 20pt, fill: eastern)),
align(right, square(size: 15pt, fill: eastern)),
)
#align(center + horizon, rect(fill: eastern, height: 10pt))
#align(bottom, stack(
align(center, rect(fill: green, height:... |
https://github.com/coastalwhite/typst-tudelft | https://raw.githubusercontent.com/coastalwhite/typst-tudelft/main/main.typ | typst | #import "tudelft-template.typ": conf, COLORS, bare-slide, title-slide, outline-slide, topic-slide, slide, bare-bg-slide, show_heading
#show: doc => conf(doc)
#bare-slide[
#align(center + horizon, [
#heading(level: 1, outlined: false, [ WP3 Kick-off Meeting ])
#box(inset: (x: 5cm),
grid(
column... | |
https://github.com/DieracDelta/survey-ML-seminar | https://raw.githubusercontent.com/DieracDelta/survey-ML-seminar/master/main.typ | typst | /// instructions
// Preferably related to the chosen paper for presentation
// Two page write-up
// Describe: problem/challenge, state-of-the-art, top papers
// Examples: ML for protein folding (alpha-fold)
// ML for financial time-series
#import "template.typ": *
#show: ieee.with(
title: "Automating Interactive Theo... | |
https://github.com/Servostar/dhbw-abb-typst-template | https://raw.githubusercontent.com/Servostar/dhbw-abb-typst-template/main/template/appendix.typ | typst | MIT License |
= Raw data
#label("Anhang-A")
#lorem(50)
== More raw data
#lorem(50)
#figure(```
```)
|
https://github.com/Geson-anko/vconf24_template_typst | https://raw.githubusercontent.com/Geson-anko/vconf24_template_typst/main/README.md | markdown | # バーチャル学会要旨テンプレート Typst版
本テンプレートはバーチャル学会非運営員によって制作されたものです.本テンプレートを用いてバーチャル学会2024に投稿する要旨データを作成することができますが,本typstテンプレートのフォーマットの正確性は担保されません.
よって,投稿後に不備が見つかった際はバーチャル学会の運営員の指示に従い,適切に修正や対応を行ってください.
バーチャル学会2024 HP: <https://vconf.org/2024/presentation/#04>
| |
https://github.com/andreasKroepelin/lovelace | https://raw.githubusercontent.com/andreasKroepelin/lovelace/main/examples/number-no-number-low-level.typ | typst | MIT License | #import "../lib.typ": *
#set page(width: auto, height: auto, margin: 1em)
#set text(font: "TeX Gyre Pagella")
#show math.equation: set text(font: "TeX Gyre Pagella Math")
#pseudocode(
[normal line with a number],
no-number[this line has no number],
[this one has a number again],
)
|
https://github.com/fenjalien/metro | https://raw.githubusercontent.com/fenjalien/metro/main/tests/unit/sqrt/test.typ | typst | Apache License 2.0 | #import "/src/lib.typ": unit, metro-setup
#set page(width: auto, height: auto)
#metro-setup(power-half-as-sqrt: true, per-mode: "symbol")
#unit("hertz per sqrt(kilo watt hour)") |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/054%20-%20Lost%20Caverns%20of%20Ixalan/003_Episode%203.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Episode 3",
set_name: "Lost Caverns of Ixalan",
story_date: datetime(day: 20, month: 10, year: 2023),
author: "<NAME>",
doc
)
== Wayta
If someone had told Wayta a few days earlier that she and a loxodon archaeologist would be chasing a gho... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/tiaoma/0.1.0/README.md | markdown | Apache License 2.0 | # tiaoma
[tiaoma(条码)](https://github.com/enter-tainer/zint-wasi) is a barcode generator for typst. It compiles [zint](https://github.com/zint/zint) to wasm and use it to generate barcode. It support nearly all common barcode types. For a complete list of supported barcode types, see [zint's documentation](https://zint... |
https://github.com/dashuai009/dashuai009.github.io | https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/020.typ | typst | #let date = datetime(
year: 2022,
month: 3,
day: 14,
)
#metadata((
"title": "卡特兰数",
"author": "dashuai009",
description: "简单介绍卡特兰数",
pubDate: "'Jul 08 2022'",
subtitle: [Catalan,math],
))<frontmatter>
#import "../__template/style.typ": conf
#show: conf
以下搬运自#link("https://zh.wikipedia.org/wiki/%E5%8D... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/041%20-%20Kaldheim/004_Aim%20Through%20the%20Target.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Aim Through the Target",
set_name: "Kaldheim",
story_date: datetime(day: 15, month: 01, year: 2021),
author: "<NAME>",
doc
)
#emph[Note: This is Part 2 of a two-part story. Make sure to check out Part 1 before reading on.]
For a tight, bre... | |
https://github.com/luiswirth/bsc-thesis | https://raw.githubusercontent.com/luiswirth/bsc-thesis/main/README.md | markdown | # Rust Implementation of Finite Element Exterior Calculus on Coordinate-Free Simplicial Complexes
This repository contains the [Typst](https://typst.app/) source files for the
Bachelor's Thesis of <NAME> under the supervision of Prof. Dr. <NAME>, for Computational Science and Engineering at ETH Zürich.
For the impleme... | |
https://github.com/eneoli/kit-thesis-template | https://raw.githubusercontent.com/eneoli/kit-thesis-template/main/common/statutory-declaration.typ | typst | #import "../meta.typ": *
#v(15cm)
#align(center)[*Statutory Declaration*]
#line(length: 100%, stroke: (thickness: 0.5pt))
I hereby declare that I have developed and written the enclosed thesis completely
by myself. I have not used any other than the aids that I have mentioned. I have
marked all parts of the thesis ... | |
https://github.com/alberto-lazari/computer-science | https://raw.githubusercontent.com/alberto-lazari/computer-science/main/type-theory/theory-exercises/exercises/equality.typ | typst | #import "/common.typ": *
#exercise(
section: (num: "3.6", title: "Martin-Löf's Intensional Propositional Equality"),
ex: 7,
[Prove that there exists a proof-term $pf$ such that.
$ pf in Id(N1, star, w) ctx(w in N1) $
is derivable.]
)
There exists a proof-term $pf = ElN1(w, id(star)), (x). id(x)$, such that
$... | |
https://github.com/pku-typst/PKU-typst-template | https://raw.githubusercontent.com/pku-typst/PKU-typst-template/main/lib.typ | typst | MIT License | #import "templates/思政课/课程论文/lib.typ" as 思政课课程论文
#import "templates/通用/作业/lib.typ" as 通用作业
|
https://github.com/katamyra/Notes | https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS3001/Modules/Utilitarianism.typ | typst | #import "../../../template.typ": *
= Utilitarianism
#theorem[
In utilitarianism, an action is good if the benefits exceed its harms, and an action is bad if its harms exceed its benefits
]
#definition[
*Act Utilitarianism* is the ethical theory that an action is good if the net effect (over anyone and everyone ... | |
https://github.com/HPDell/touying-brandred-uobristol | https://raw.githubusercontent.com/HPDell/touying-brandred-uobristol/main/lib.typ | typst | MIT License | // This theme is inspired by the brand guidelines of University of Bristol
// This theme is revised from https://github.com/touying-typ/touying/blob/main/themes/metropolis.typ
// The original theme was written by https://github.com/Enivex
// The code was revised by https://github.com/HPDell
#import "@preview/touying:0... |
https://github.com/TheLukeGuy/backtrack | https://raw.githubusercontent.com/TheLukeGuy/backtrack/main/src/checks.typ | typst | Apache License 2.0 | // Copyright © 2023 <NAME>
// This file is part of Backtrack.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at <http://www.apache.org/licenses/LICENSE-2.0>.
//
// Unless required by applic... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/completion/modify_string.typ | typst | Apache License 2.0 | // contains: "New Computer Modern"
#set text(font: ""/* range -2..0 */) |
https://github.com/NyxAlexandra/ib-internal-asessment | https://raw.githubusercontent.com/NyxAlexandra/ib-internal-asessment/main/src/rough-draft/paper.typ | typst | #set page(numbering: "1.", number-align: right)
#set table(align: left)
// ---
#align(horizon)[
#heading(outlined: false)[Hashing: How do servers store passwords?]
<NAME> (2023-2024)
/ Topic: Cryptography
/ Stimulus: Computer Science
/ Source: https://github.com/NyxAlexandra/ib-internal-asessment
#pag... | |
https://github.com/maucejo/cnam_templates | https://raw.githubusercontent.com/maucejo/cnam_templates/main/template/main_lettre.typ | typst | MIT License | #import "../src/cnam-templates.typ": *
#show: cnam-lettre.with(
// type: "lettre-officielle",
// type: "courrier-interne",
// type: "note-service",
// type: "note-cadrage",
destinataire: (
nom: "<NAME>",
adresse: [1 rue de la Paix \ 75000 Paris],
),
expediteur: (
nom: "<NAME>",
adresse: "... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/em_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test using ems in arbitrary places.
#set text(size: 5pt)
#set text(size: 2em)
#set square(fill: red)
#let size = {
let size = 0.25em + 1pt
for _ in range(3) {
size *= 2
}
size - 3pt
}
#stack(dir: ltr, spacing: 1fr, square(size: siz... |
https://github.com/ClazyChen/Table-Tennis-Rankings | https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history_CN/2015/MS-09.typ | typst |
#set text(font: ("Courier New", "NSimSun"))
#figure(
caption: "Men's Singles (1 - 32)",
table(
columns: 4,
[排名], [运动员], [国家/地区], [积分],
[1], [马龙], [CHN], [3593],
[2], [许昕], [CHN], [3367],
[3], [樊振东], [CHN], [3294],
[4], [张继科], [CHN], [3258],
[5], [方博], [CHN], [3180],
... | |
https://github.com/yonatanmgr/university-notes | https://raw.githubusercontent.com/yonatanmgr/university-notes/main/0366-%5BMath%5D/03661111-%5BLinear%20Algebra%201A%5D/src/lectures/03661111_merged.typ | typst | #import "/0366-[Math]/globals/template.typ": *
#show: project.with(
title: "אלגברה לינארית 1א׳",
authors: ("<NAME>",),
date: "סמסטר א׳ - 2024",
)
ֿ
#place(center)[עדכני נכון ל-#datetime.today().display("[day]/[month]/[year]")]
#set enum(numbering: "(1.א)")
#include "/0366-[Math]/globals/toc.typ"
#include "0366... | |
https://github.com/glocq/typst-forthright-cv | https://raw.githubusercontent.com/glocq/typst-forthright-cv/master/src/cv.typ | typst | MIT License | #import "template.typ": name, description, contactDetails, sectionTitle, cvEntry, miscEntry, layout
#let header = [
#name([Jane], [Doedenaj])
#description("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod")
#contactDetails(
phone: "+123 456 789",
email: "<EMAIL>",
gith... |
https://github.com/MrToWy/Bachelorarbeit | https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Diagrams/simple_ER.typ | typst | ```pintora
erDiagram
User ||--o{ User_Translation : "translations"
Module }o--|| DegreeProgram : "degreeProgram"
Module }o--o{ SubModule : "subModules"
Module ||--o{ Module_Translation : "translations"
Module }o--|| ModuleGroup : "group"
Module }o--o| User : "responsible"
SubModule }o--|| DegreePro... | |
https://github.com/mem-courses/linear-algebra | https://raw.githubusercontent.com/mem-courses/linear-algebra/main/homework/linear-algebra-homework1.typ | typst | #import "../template.typ": *
#show: project.with(
title: "Linear Algebra Homework #1",
authors: (
(name: "<NAME>", email: "<EMAIL>", phone: "3230104585"),
),
date: "September 18, 2023",
)
= P14 习题一 1(3)
#prob[
使用 Gauss 消元法解线性方程组:
#let tmp = mem_equations(
(5, -1, 1, -2, 3),
(8, -1, 1, -1, 1),
... | |
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/project_documentation/content/risk_management.typ | typst | #import "@preview/tablex:0.0.5": tablex, cellx
#import "../../acronyms.typ": ac
#let lightgreen = rgb(119, 221, 119)
#let lightyellow = rgb(255, 250, 160)
#let lightred = rgb(250, 160, 160)
= Risk Management
The following section describes the risks we identified for our project and actions to prevent or correct them.... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/lang-with-region-02.typ | typst | Other | // with region configured
#set text(lang: "zh", region: "TW")
#outline()
|
https://github.com/Tweoss/math_scratch | https://raw.githubusercontent.com/Tweoss/math_scratch/main/template.typ | typst | #let script-size = 7.97224pt
#let footnote-size = 8.50012pt
#let small-size = 9.24994pt
#let normal-size = 10.00002pt
#let large-size = 11.74988pt
// This function gets your whole document as its `body` and formats
#let homework(
class: none,
// The article's title.
number: 0,
// An array of authors. For each... | |
https://github.com/crystalsolenoid/typst-resume-template | https://raw.githubusercontent.com/crystalsolenoid/typst-resume-template/main/README.md | markdown | # A Typst Resume Template
A [Typst](https://typst.app/) resume template for anyone who wants to use or modify it. I got started with Typst a couple of days ago and threw this together based on my old LaTeX resume.
## Usage
Define individual items in `items.typ`, add these items to the section lists in `sections.typ`... | |
https://github.com/avonmoll/bamdone-rebuttal | https://raw.githubusercontent.com/avonmoll/bamdone-rebuttal/main/template/main.typ | typst | MIT No Attribution | #import "@preview/bamdone-rebuttal:0.1.0": *
// Configure text colors for points, responses, and new text
#let (point, response, new) = configure(
point-color: blue.darken(30%),
response-color: black,
new-color: green.darken(30%)
)
// Setup the rebuttal
#show: rebuttal.with(
authors: [First A. Author and Seco... |
https://github.com/satshi/typst-jp-template | https://raw.githubusercontent.com/satshi/typst-jp-template/main/template.typ | typst | #let jarticle(
fontsize: 11pt,
title: none,
authors: (),
abstract: [],
date: none,
doc,
) = {
let roman = "STIX Two Text"
let mincho = "<NAME>"
let kakugothic = "<NAME>"
let math_font = "STIX Two Math"
set text(lang:"ja", font: (roman,mincho), fontsize)
// Use A4 paper
set page(
paper: "... | |
https://github.com/Mc-Zen/quill | https://raw.githubusercontent.com/Mc-Zen/quill/main/src/quill.typ | typst | MIT License | #import "utility.typ"
#import "decorations.typ": lstick, rstick, midstick, nwire, annotate, slice, setwire, gategroup
#import "gates.typ": gate, mqgate, ctrl, swap, targ, meter, phantom, permute, phase, targX, draw-functions
#import "quantum-circuit.typ": quantum-circuit
#import "tequila.typ"
#let help(..args) = {
... |
https://github.com/grnin/Zusammenfassungen | https://raw.githubusercontent.com/grnin/Zusammenfassungen/main/template_zusammenf.typ | typst | // Template Zusammenfassung
// (C) 2024, <NAME>, <NAME>
#import "helpers.typ": *
// Global variables
#let colors = (
hellblau: rgb("#29769E"),
dunkelblau: rgb("#1a4e69"),
grün: rgb("#8B9654"),
hellgrün: rgb("#BFBC8A"),
gelb: rgb("#F2C12E"),
rot: rgb("#A6460F"),
orange: rgb("#D98825"),
comment: rgb("#2D... | |
https://github.com/HellOwhatAs/sfbooks2typst | https://raw.githubusercontent.com/HellOwhatAs/sfbooks2typst/raw/template.typ | typst | #let project(title: "", abstract: none, authors: (), logo: none, body) = {
// Set the document's basic properties.
set document(author: authors, title: title)
set page(paper: "a5")
set text(font: "Noto Serif CJK SC", lang: "zh")
// set heading(numbering: "1.")
show heading.where(level: 1): it => [
#page... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/board-n-pieces/0.2.0/README.md | markdown | Apache License 2.0 | # Board & Pieces
Display chessboards in Typst.
## Displaying chessboards
The main function of this package is `board`. It lets you display a specific position on a board.
```typ
#board(starting-position)
```

`starting-position` is a position that is provided by the package. It re... |
https://github.com/kdog3682/mathematical | https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/patterns/recursive-diamond.typ | typst | #import "@preview/cetz:0.2.2"
#import cetz.draw
#let offsetf(offset) = {
let callback(p) = {
return p.map((x) => x + offset)
}
return callback
}
#let recursive_diamond(size, depth) = {
let runner(size, offset) = {
let half = size / 2
let x = 0
let y = 0
let callback = offsetf(off... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/scholarly-tauthesis/0.4.0/template/content/glossary.typ | typst | Apache License 2.0 | /** glossary.typ
*
* Write the glossary (sanasto) of your work here, into the typst
* [dictionary] glossary_words. Each entry in the dictionary
* needs to contain the keys name and description. The glossary
* will be sorted according to the entry keys.
*
* [dictionary]: https://typst.app/docs/reference/foundatio... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/visualize/gradient-dir.typ | typst | Apache License 2.0 | // Test gradients with direction.
---
#set page(width: 900pt)
#for i in range(0, 360, step: 15){
box(
height: 100pt,
width: 100pt,
fill: gradient.linear(angle: i * 1deg, (red, 0%), (blue, 100%)),
align(center + horizon)[Angle: #i degrees],
)
h(30pt)
}
|
https://github.com/Yzx7/public_study_files | https://raw.githubusercontent.com/Yzx7/public_study_files/main/Monografía FIEE/chapters/objetivos.typ | typst |
== Objetivos
- Comprobar experimentalmente la ley de reflexión en un espejo plano.
- Verificar que la distancia del objeto al espejo es igual a la distancia de su imagen reflejada.
#pagebreak()
| |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/meta/ref-02.typ | typst | Other | = First <foo>
= Second <foo>
// Error: 1-5 label occurs multiple times in the document
@foo
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-0980.typ | typst | Apache License 2.0 | #let data = (
("<NAME>", "Lo", 0),
("BENGALI SIGN CANDRABINDU", "Mn", 0),
("BENGALI SIGN ANUSVARA", "Mc", 0),
("BENGALI SIGN VISARGA", "Mc", 0),
(),
("BENGALI LETTER A", "Lo", 0),
("BENGALI LETTER AA", "Lo", 0),
("BENGALI LETTER I", "Lo", 0),
("BENGALI LETTER II", "Lo", 0),
("BENGALI LETTER U", "Lo"... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/guide/all-in-one.typ | typst | Apache License 2.0 | #import "/docs/cookery/book.typ": *
#show: book-page.with(title: "All-in-one (Simplified) Library for Browsers")
#include "claim.typ"
Note: This is suitable for running in browser, but not very fit in node.js applications. This is because:
- The compiler for browsers is in wasm module and slower than running compile... |
https://github.com/0x1B05/nju_os | https://raw.githubusercontent.com/0x1B05/nju_os/main/book_notes/content/03_concurrency.typ | typst | #import "../template.typ": *
#pagebreak()
= Concurrency
== Introduction to Concurrency
- threads: own PC, private registers, private stack, shared address space
- process control block (PCB): to store the state of a processes
- thread control blocks (TCBs): to store the state of each thread of a process.
i... | |
https://github.com/arakur/typst-to-mathlog | https://raw.githubusercontent.com/arakur/typst-to-mathlog/master/example/example.typ | typst | MIT License | // set mathlog style
#import "../style/mathlog_style.typ": *
//
= Gröbner 基底
== 単項式順序
$K$ を体,$R = K[X_1, ..., X_n]$ を $K$-上 $n$ 変数多項式環とする.
$R$ の単項式全体の集合を $cal(M)_R$ とおく.
$cal(M)_R$ は乗法に関して可換モノイドをなす.
#def(title: "単項式順序")[
多項式環 $R$ の *単項式順序* (_monomial order_) とは,$cal(M)_R$ 上の全順序 $prec.eq$ であって,任意の $mu, mu', ... |
https://github.com/1sSay/USPTU_conspects | https://raw.githubusercontent.com/1sSay/USPTU_conspects/main/src/math/Matrixes.typ | typst | // Global settings and templates
#set text(14pt)
#let def(term, color: black) = {
box(stroke: color, inset: 7pt, text()[ #term ])
}
// Lecture header and date
#let subject = text()[Математика]
#let lecture_header = text()[Матрицы]
#let date = text()[03.09.2024]
// Header
#align(center, heading(level: 1)[#subject. \ ... | |
https://github.com/jrihon/cv | https://raw.githubusercontent.com/jrihon/cv/main/brilliant-template/template.typ | typst | // awesomeCV-Typst 2023-07-05 mintyfrankie
// Github Repo: https://github.com/mintyfrankie/brilliant-CV
// Typst version: 0.6.0
/* Packages */
#import "../metadata.typ": *
#import "@preview/fontawesome:0.1.0": * // all the fa-FUNCTION calls
/* Styles */
#let awesomeColors = (
skyblue: rgb("#0395DE"),
red: rgb("#... | |
https://github.com/alberto-lazari/computer-science | https://raw.githubusercontent.com/alberto-lazari/computer-science/main/lcd/project-presentation/sections/encoder.typ | typst | #import "/common.typ": *
#new-section-slide[Encoder]
#slide(title: [Trivial cases])[
#set text(.9em)
#let grid = grid.with(columns: (4fr, 3fr))
#box(stroke: (bottom: 1pt), inset: (y: 15pt), grid(
$encodepi() : "Prog"_"vCCS" to "Prog"$,
$encode() : "Proc"_"vCCS" to "Proc"$
))
#set align(top)
#grid(... | |
https://github.com/jamesrswift/ionio-illustrate | https://raw.githubusercontent.com/jamesrswift/ionio-illustrate/main/docs/manual.typ | typst | MIT License | #import "../src/lib.typ": *
// --------------------------------------------
// Setup: tidy style
// --------------------------------------------
#import "@preview/tidy:0.1.0"
#let show-type(type) = tidy.styles.default.show-type(type)
// --------------------------------------------
// Setup: gentle-clues style
// --... |
https://github.com/ilsubyeega/circuits-dalaby | https://raw.githubusercontent.com/ilsubyeega/circuits-dalaby/master/Type%201/1/14.typ | typst | #set enum(numbering: "(a)")
#import "@preview/cetz:0.2.2": *
#import "../common.typ": answer
1.14 전선을 통해 흐르는 전류(단위는 $"mA"$)가 다음과 같을 때, 물음에 답하라.
$display(
i(t) = cases(
0 (t < 0),
6t (0 <= t <= 5 s),
30e^(-0.6 (t-5)) (t >= 5s)
)
)$
+ 시간에 대한 전류 $i(t)$를 그려라.
+ 시간에 대한 전하 $q(t)$를 그려라.
#answer[
+ $i(t)$ 그래프는 다음과... | |
https://github.com/gongke6642/tuling | https://raw.githubusercontent.com/gongke6642/tuling/main/布局/measure/measure.typ | typst | = 测量内容的布局大小。
该函数允许您确定内容的布局大小。请注意,假设空间是无限的,因此测量的高度/宽度不一定与测量内容的最终高度/宽度匹配。如果要在当前布局维度中进行测量,则可以组合和布局。measuremeasure
例
相同的内容可以具有不同的大小,具体取决于其放置在其中的上下文。例如,在下面的示例中,当我们增加字体大小时,字体当然会更大。#content
#image("屏幕截图 2024-04-16 161711.png") | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/heading.typ | typst | Apache License 2.0 | // Test headings.
---
// Different number of equals signs.
= Level 1
== Level 2
=== Level 3
// After three, it stops shrinking.
=========== Level 11
---
// Heading vs. no heading.
// Parsed as headings if at start of the context.
/**/ = Level 1
#[== Level 2]
#box[=== Level 3]
// Not at the start of the context.
N... |
https://github.com/0x6e66/hbrs-typst | https://raw.githubusercontent.com/0x6e66/hbrs-typst/main/template/declaration.typ | typst | #import "../ads/meta.typ": *
#import "utils.typ": *
#let declaration = {
set page(background: none)
align(
left,
text(
size: 20pt,
if language == "de" {
[Eigenständigkeiserklärung]
}
else if language == "en" {
[Declaration]
}
)
)
align(
left,
... | |
https://github.com/leesum1/brilliant-cv | https://raw.githubusercontent.com/leesum1/brilliant-cv/master/modules_zh/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("比赛经历")
#cvHonor(
date: [2024],
title: [华为软件精英挑战赛],
issuer: [杭厦赛区二等奖],
location: [浙江-杭州]... | |
https://github.com/a-mhamdi/graduation-report | https://raw.githubusercontent.com/a-mhamdi/graduation-report/main/Typst/en-Report/chaps/outro.typ | typst | MIT License | /* --------------------------------- DO NOT EDIT -------------------------------- */
#import "../Class.typ": *
#show: report.with(isAbstract: false)
#set page(header: none)
#figure(chap("General Conclusion"), supplement: [Chapter], numbering: none) // GC
#set page(header: smallcaps(title) + h(1fr) + emph("General Concl... |
https://github.com/floriandejonckheere/utu-thesis | https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/figures/06-automated-modularization/artifacts.typ | typst | #import "@preview/cetz:0.2.2"
#let artifacts = yaml("/bibliography/literature-review.yml").at("categories").at("artifacts")
#let total = artifacts.values().sum().len()
#let data = (
([Codebase#h(2em)], artifacts.at("codebase").len()),
([#h(4em)Execution data], artifacts.at("execution").len()),
([#h(8em)Requirem... | |
https://github.com/alisa101rs/resume | https://raw.githubusercontent.com/alisa101rs/resume/master/README.md | markdown | Based on https://github.com/bamboovir/typst-resume-template/blob/main/resume.typ | |
https://github.com/arthurcadore/eng-telecom-workbook | https://raw.githubusercontent.com/arthurcadore/eng-telecom-workbook/main/README.md | markdown | MIT License | # Telecom Engineering Workbook
## Author: <NAME> - IFSC - São José
#### This repository is dedicated to all homeworks and projects developed during the Telecom Engineering course at IFSC.
The image below illustrates all the subjects present in the telecommunications engineering course at IFSC SJ - (PPC 2022)
![main... |
https://github.com/Lslightly/TypstTemplates | https://raw.githubusercontent.com/Lslightly/TypstTemplates/main/templates/mycmd.typ | typst | MIT License | // 证毕
#let finishProof = align(
$square.stroked.medium$,
right
) |
https://github.com/pedrofp4444/BD | https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[2] Levantamento e Análise de Requisitos/organizacao.typ | typst | #let organizacao = {
[
== Organização dos Requisitos Levantados
Após a definição do método de levantamento e análise de requisitos, e consequente aplicação do mesmo, procede-se à disposição tabelada e organizada de acordo com a informação explícita nos anexos ao presente relatório.
=== Requisitos de des... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/gradient-stroke_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#align(center + top, square(size: 50pt, fill: black, stroke: 5pt + gradient.linear(red, blue)))
|
https://github.com/mhspradlin/wilson-2024 | https://raw.githubusercontent.com/mhspradlin/wilson-2024/main/understanding-ai/day-4-exercises.typ | typst | MIT License | #set page(
paper: "us-letter"
)
#set document(author: "<NAME>", title: "Understanding AI Day 4 Exercises")
#align(center)[
= Image Synthesis: Exercises
]
#v(2em)
Using Stable Diffusion web ( #link("https://stablediffusionweb.com/#demo") ) or another image synthesis tool:
+ Generate images related to an occupatio... |
https://github.com/noahjutz/CV | https://raw.githubusercontent.com/noahjutz/CV/main/theme.typ | typst | #let theme = (
primary: purple,
primary_light: purple.lighten(80%)
) | |
https://github.com/j10ccc/algorithm-analysis-homework-template-typst | https://raw.githubusercontent.com/j10ccc/algorithm-analysis-homework-template-typst/main/main.typ | typst | #import "constants/fonts.typ": font_family
#import "config.typ": frontmatter
#import "layout/divider.typ": divider
#import "layout/headers/index.typ": headers
#import "layout/question.typ": question
#let template(doc, config) = [
// globally override style
#set text(
font: font_family.default,
size: 12pt
... | |
https://github.com/Nrosa01/TFG-2023-2024-UCM | https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Memoria%20Typst/capitulos/tecnologiasWeb.typ | typst | Existe una gran diversidad de tecnologías webss para desarrollar y alojar sitios webs. En este capítulo se verán tecnologías específicas relacionadas al desarrollo de sitios web.
Para poder crear una web, es necesario conocer su funcionamiento. Una página web se compone de 3 elementos principales: HTML, CSS Y código J... | |
https://github.com/Origami404/kaoyan-shuxueyi | https://raw.githubusercontent.com/Origami404/kaoyan-shuxueyi/main/微积分/06-多元微分学.typ | typst | #import "../template.typ": sectionline, gray_table, colored
#let dx = $dif x$
#let dy = $dif y$
= 多元微积分
== 多元微分
=== 概念与基础
#set list(marker: ([★], [⤥], [›]))
- 二重极限证不存在
- 取常数 $lambda$ 后令 $y = lambda x$,代入原极限证明 $lambda$ 不同时极限不同即可
- 证连续
- 极限存在且等于函数值即可
- 求给定点的偏导数
- 根据定义求: $f'_x(x_0, y_0) = lim_(Delta x -> 0) (f(... | |
https://github.com/fredguth/abnt-typst | https://raw.githubusercontent.com/fredguth/abnt-typst/main/example/manual.typ | typst | manual.typ
- introdução
-- motivação
-- citação bib
- conformidade às normas
- personalização
- exemplos
| |
https://github.com/LeptusHe/LeptusHe.github.io | https://raw.githubusercontent.com/LeptusHe/LeptusHe.github.io/main/source/_posts/temporal-antialiasing/temporal-antialiasing-01.typ | typst | #import "../typst-inc/blog-inc.typc": *
#show: blog_setting.with(
title: "Temporal Antialiasing - 01",
author: ("<NAME>"),
paper: "a1"
)
#metadata("Temporal Antialiasing") <tags>
#metadata("图形渲染") <categories>
#metadata("2019-03-09") <date>
走样问题是渲染领域中经常遇到的一个问题。尤其是近几年,随着PBR(physically based rendering)技术不断地被应用在游... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/par_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test ragged-left.
#set align(right)
To the right! Where the sunlight peeks behind the mountain.
|
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/comment.typ | typst | Apache License 2.0 | // Test line and block comments.
---
// Line comment acts as spacing.
A// you
B
// Block comment does not act as spacing, nested block comments.
C/*
/* */
*/D
// Works in code.
#test(type(/*1*/ 1) //
, int)
// End of block comment in line comment.
// Hello */
// Nested line comment.
/*//*/
Still comment.
*/
E
-... |
https://github.com/TeunSpithoven/Signals-And-Embedded-Systems | https://raw.githubusercontent.com/TeunSpithoven/Signals-And-Embedded-Systems/main/template/fhict-template.typ | typst | #import "@preview/codly:0.2.0": *
#import "@preview/colorful-boxes:1.2.0": *
#import "@preview/showybox:2.0.1": *
#import "@preview/glossarium:0.2.6": make-glossary, print-glossary, gls, glspl
#let fontys_purple_1 = rgb("663366")
#let fontys_purple_2 = rgb("B59DB5")
#let fontys_pink_1 = rgb("E4047C")
#let fontys_blu... | |
https://github.com/curvenote-templates/ncssm | https://raw.githubusercontent.com/curvenote-templates/ncssm/main/examples/david_nicholson_2023/nicholson.typ | typst | MIT License | // Created with jtex v.1.0.12
#import "../../ncssm.typ": *
#show: template.with(
frontmatter: (
title: "vak: a neural network framework for researchers studying animal acoustic communication",
abstract: [
How is speech like birdsong? What do we mean when we say an animal learns their vocalizations?
Questions ... |
https://github.com/OctarineSourcerer/NeonInTheDark | https://raw.githubusercontent.com/OctarineSourcerer/NeonInTheDark/main/templates/crewTemplate.typ | typst | // TODO: Ensure the headings order is correct
#let specialAbility(
name,
description,
clarification: none,
headingFont: "Bebas Neue"
) = block(breakable: false, width: 100%)[
#set par(justify: true)
#block(below: 0.8em,
text(font: headingFont, size: 17pt, name))
#description
//... | |
https://github.com/giZoes/justsit-thesis-typst-template | https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/resources/pages/list-of-figures.typ | typst | MIT License | #import "@preview/i-figured:0.2.4"
#import "@preview/outrageous:0.1.0"
#import "../utils/invisible-heading.typ": invisible-heading
#import "../utils/style.typ": 字号, 字体
// 表格目录生成
#let list-of-figures(
// documentclass 传入参数
twoside: false,
fonts: (:),
// 其他参数
title: "插图目录",
outlined: false,
title-vspace: 3... |
https://github.com/crd2333/crd2333.github.io | https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/weekly/24-9-9.typ | typst | ---
draft: true
---
#import "/src/components/TypstTemplate/lib.typ": *
#show: project.with(
title: "AI 笔记之强化学习",
lang: "zh",
)
- 我决定开始写周报,记录一下自己干了啥。区别于 Obsidian 的日记,这里更多是归纳
== 李沐在上交的讲座:大语言模型的实践经验和未来预测
- *语言模型(model)的三要素*:本质上是用算法把数据“压进”模型里
- 算力(compute):硬件的发展,如带宽和内存
- 数据(data):数据的质量和多样性
- 算法(algorithm):算法的... | |
https://github.com/davawen/Cours | https://raw.githubusercontent.com/davawen/Cours/main/typst/physique/0.1.0/lib.typ | typst | #import "utils.typ": *
#import "optique.typ"
#import "elec.typ"
#let def(x) = underline([*#x*])
#let ov = math.overline
#let arw(x) = math.accent(x, math.arrow)
#let half_mark = (end: "straight", pos: -63%)
#let template(doc) = {
show figure.caption: emph
set heading(numbering: "1.1.1)")
show heading.where(le... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-2070.typ | typst | Apache License 2.0 | #let data = (
("SUPERSCRIPT ZERO", "No", 0),
("SUPERSCRIPT LATIN SMALL LETTER I", "Lm", 0),
(),
(),
("SUPERSCRIPT FOUR", "No", 0),
("SUPERSCRIPT FIVE", "No", 0),
("SUPERSCRIPT SIX", "No", 0),
("SUPERSCRIPT SEVEN", "No", 0),
("SUPERSCRIPT EIGHT", "No", 0),
("SUPERSCRIPT NINE", "No", 0),
("SUPERSCRI... |
https://github.com/katamyra/Notes | https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS3001/Modules/StakeHolder.typ | typst | #import "../../../template.typ": *
= Stakeholder Analysis
#definition[
*Stakeholders* are interested parties: people or entities that wil be affected in a given situation
]
Make a list of all the stakeholders involved, and try to balance the positive and negative impact on people.
This is not an ethical theory, ... | |
https://github.com/AU-Master-Thesis/thesis | https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/lib/dict.typ | typst | MIT License | #let leafmap(dict, f) = {
assert(type(dict) == dictionary, message: "expected `dict` to have type 'dictionary', got " + type(dict))
assert(type(f) == function, message: "expected `f` to have type `function` with signature (k: string, v: any) => any, got " + type(f))
dict
.pairs()
.fold((:), (acc, pair) =>... |
https://github.com/AxiomOfChoices/Typst | https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Research/Summer%202024/Geometry%20School/Mean%20Curvature%20Flows.typ | typst | #import "/Templates/generic.typ": latex
#import "/Templates/notes.typ": chapter_heading
#import "@preview/ctheorems:1.1.0": *
#import "/Templates/math.typ": *
#show: latex
#show: chapter_heading
#show: thmrules
#show: symbol_replacing
#show: equation_references
#set pagebreak(weak: true)
#set page(margin: (x: 2cm, top:... | |
https://github.com/hanxuanliang/opentyp | https://raw.githubusercontent.com/hanxuanliang/opentyp/main/typ/README.md | markdown | MIT License | # type source
> typ原稿。需要安装:[typst-lsp](https://marketplace.visualstudio.com/items?itemName=nvarner.typst-lsp)
- [risinglight](https://github.com/risinglightdb/risinglight)
- [opendal](https://github.com/apache/incubator-opendal)
next?...
|
https://github.com/quarto-ext/typst-templates | https://raw.githubusercontent.com/quarto-ext/typst-templates/main/dept-news/README.md | markdown | Creative Commons Zero v1.0 Universal | # Dept News Format
Based on the dept-news template published by the Typst team at <https://github.com/typst/templates/tree/main/dept-news>.
**NOTE**: This format requires the pre-release version of Quarto v1.4, which you can download here: <https://quarto.org/docs/download/prerelease>.
## Installing
```bash
quarto ... |
https://github.com/rickysixx/unimore-informatica | https://raw.githubusercontent.com/rickysixx/unimore-informatica/main/algoritmi-di-crittografia/riassunto_algoritmi_crittografia.typ | typst | #import "@preview/algo:0.3.3": algo, i, d, comment, code
#import "@preview/physica:0.9.0": pdv
#set par(leading: 0.55em, justify: true, linebreaks: "optimized")
#set text(font: "New Computer Modern", lang: "it")
#set heading(numbering: "1. ")
#show raw: set text(font: "New Computer Modern Mono")
#show par: set block(s... | |
https://github.com/8LWXpg/typst-ansi-render | https://raw.githubusercontent.com/8LWXpg/typst-ansi-render/master/test/themes.typ | typst | MIT License | #import "../ansi-render.typ": *
#set document(date: none)
#set page(width: auto, height: auto)
#let preview = ansi-render.with(read("color.txt"), inset: 5pt, radius: 3pt)
= List of built-in themes
== VSCode
#preview(theme: terminal-themes.vscode)
== VSCode Light
#preview(theme: terminal-themes.vscode-light)
== Putty
... |
https://github.com/MultisampledNight/flow | https://raw.githubusercontent.com/MultisampledNight/flow/main/src/checkbox.typ | typst | MIT License | #import "gfx.typ"
// Returns `default` in place of missing values when slicing out-of-bounds towards the positive end.
#let _graceful-slice(it, start, end, default: []) = {
if end == -1 {
end = it.len()
}
let missing = calc.max(start, end - it.len(), 0)
it += (default,) * missing
it.slice(start, end)
}
... |
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.2.typ | typst | Apache License 2.0 | == Mô tả tất cả yêu cầu chức năng và phi chức năng có thể suy ra từ tổng thể bài toán
=== _Yêu cầu chức năng (functional requirements) (Ít nhất 5 yêu cầu chức năng cho mỗi bên liên quan)_
Sinh viên (user):
#block(inset: (left: 1cm))[
- Đăng ký/đăng nhập tài khoản.
- Thay đổi mật khẩu.
- Đặt yêu cầu in ấn t... |
https://github.com/teamdailypractice/pdf-tools | https://raw.githubusercontent.com/teamdailypractice/pdf-tools/main/typst-pdf/examples/example-08.typ | typst | #figure(
image("images/Glacier-640px.jpg", width: 70%),
caption: [
_Glaciers_ form an important part
of the earth's climate system.
],
)
| |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/call-02.typ | typst | Other | // Error: 26-30 duplicate argument: font
#set text(font: "Arial", font: "Helvetica")
|
https://github.com/1taroh/typst_font_list | https://raw.githubusercontent.com/1taroh/typst_font_list/main/fonts.typ | typst | MIT License | == フォント
#let text_example = "Hello World! 木曾路はすべて山の中である。"
#for entry in json("fonts.json").at("entries") {
text(
font:entry.name,
[- #entry.name : #text_example]
)
} |
https://github.com/rangerjo/tutor | https://raw.githubusercontent.com/rangerjo/tutor/main/docs/manual.typ | typst | MIT License | #import "@preview/tidy:0.2.0"
#import "/lib.typ"
#let docs = tidy.parse-module(
read("/lib.typ"),
name: "tutor",
scope: (tutor: lib)
)
#let VERSION = toml("/typst.toml").package.version
#align(center)[
#text(size: 24pt)[tutor] \
#datetime.today().display() - <NAME> - Version #VERSION
]
- question mode: N... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/linebreak-03.typ | typst | Other | Hard #linebreak() break.
|
https://github.com/kdog3682/typkit | https://raw.githubusercontent.com/kdog3682/typkit/main/0.1.0/src/str-utils.typ | typst | #import "is.typ": is-string, is-number, test, is-content
#import "misc.typ": get-sink
#let str-sub(s, pattern, replacement) = {
return s.replace(regex(pattern), replacement)
}
#let sub(s, pattern, replacement) = {
return s.replace(regex(pattern), replacement)
}
#let oxford(items) = {
let length = items.len... | |
https://github.com/tingerrr/chiral-thesis-fhe | https://raw.githubusercontent.com/tingerrr/chiral-thesis-fhe/main/template/main.typ | typst | #import "@preview/chiral-thesis-fhe:0.1.0" as ctf
#import ctf.prelude: *
#show: doc(
kind: bachelors-thesis(
id: [AI-1970-MA-999],
title: [Mustertitel],
// subtitle: [],
author: "<NAME>",
date: datetime(year: 1970, month: 01, day: 01),
field: [Angewandte Informatik],
),
outlines: (
//... | |
https://github.com/kitashimauni/report-tools | https://raw.githubusercontent.com/kitashimauni/report-tools/main/example/example.typ | typst | #import "../lib.typ": mysetting, showCode, itembox
// 個人用設定の読み込み
#show: mysetting
// 設定の上書き
#set par(first-line-indent: 0em)
// tips: コードブロック内の日本語のフォント指定方法
// font: (日本語以外のフォント, 日本語のフォント) で指定
// #show raw: set text(lang: "ja", font: ("Consolas", "MS Mincho"), size: 10.5pt)
// 以下使い方
// このような関数をあらかじめ定義すると便利
#let Code... | |
https://github.com/Ngan-Ngoc-Dang-Nguyen/thesis | https://raw.githubusercontent.com/Ngan-Ngoc-Dang-Nguyen/thesis/main/hoi-nghi-Nha-Trang/slide.typ | typst | #import "@preview/polylux:0.3.1": *
// #import themes.clean: *
#import themes.university: *
// #import themes.simple: *
#import "@preview/cetz:0.1.2": canvas, plot
#import "@preview/cetz:0.2.2"
#show: university-theme.with(
short-author: "<NAME>",
short-title: "Machine Learning and Safe Screening",
short-date: "... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.