repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/enum-02.typ | typst | Other | // Test automatic numbering in summed content.
#for i in range(5) {
[+ #numbering("I", 1 + i)]
}
|
https://github.com/mrcinv/nummat-typst | https://raw.githubusercontent.com/mrcinv/nummat-typst/master/16_nde.typ | typst | = Reševanje začetnega problema za NDE
Navadna diferencialna enačba
$
u'(t) = f(t, u, p)
$
ima enolično rešitev za vsak začetni pogoj $u(t_0) = u_0$. Iskanje rešitve NDE z danim začetnim pogojem imenujemo #link("https://en.wikipedia.org/wiki/Initial_value_problem")[začetni problem].
V naslednji vaji bomo napisali ... | |
https://github.com/jrihon/multi-bibs | https://raw.githubusercontent.com/jrihon/multi-bibs/main/chapters/01_chapter/methods.typ | typst | MIT License | #import "../../lib/multi-bib.typ": *
#import "bib_01_chapter.typ": biblio
== Methods
#lorem(50)
This software package is the absolute best #mcite(("Neese2021orca"), biblio) !
|
https://github.com/jamesrswift/chemicoms-paper | https://raw.githubusercontent.com/jamesrswift/chemicoms-paper/main/tests/open-access/test.typ | typst | #import "/src/lib.typ": template, elements;
#import "@preview/scienceicons:0.0.6": open-access-icon
#set page(paper: "us-letter", margin: (left: 10mm, right: 10mm, top: 12mm, bottom: 15mm), height: auto)
#show: template.with(
title: [A typesetting system to untangle the scientific writing process],
abstract: ([Th... | |
https://github.com/Slyde-R/not-jku-thesis-template | https://raw.githubusercontent.com/Slyde-R/not-jku-thesis-template/main/template/content/Introduction.typ | typst | MIT No Attribution | #import "../utils.typ": todo, silentheading, flex-caption
= Introduction <chapter_introduction>
<intro>
#todo[replace this chapter with your introduction]
@intro
== Background and Motivation
Cats have been companions to humans for thousands of years, yet their unique behavior and the subtle art of their interaction wi... |
https://github.com/valentinvogt/npde-summary | https://raw.githubusercontent.com/valentinvogt/npde-summary/main/src/chapters/03.typ | typst | #import "../setup.typ": *
#import "../theorems.typ": *
#show: thmrules
= FEM: Convergence and Accuracy
<ch:convergence-and-accuracy>
== Abstract Galerkin Error Estimates
<sub:abstract-galerkin-error-estimates>
The main takeaway here is that the solution given by the Galerkin method is the
best one (with respect to th... | |
https://github.com/chubetho/Bachelor_Thesis | https://raw.githubusercontent.com/chubetho/Bachelor_Thesis/main/templates/figures.typ | typst | #heading("List of Figures", outlined: true, numbering: none)
#outline(
title: none,
target: figure.where(kind: image),
)
#pagebreak(weak: true) | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/showybox/0.2.1/README.md | markdown | Apache License 2.0 | # Showybox (v0.2.1)
**Showybox** is a Typst package for creating colorful and customizable boxes.
## Usage
To use this library through the Typst package manager (for Typst 0.6.0 or greater), write `#import "@preview/showybox:0.2.1": showybox` at the beginning of your Typst file.
Once imported, you can create an emp... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/anti-matter/0.0.1/README.md | markdown | Apache License 2.0 | # anti-matter
This typst packages allows you to simply mark the end and start of your front matter and back matter
to change style and value of your page number without manually setting and keeping track of inner
and outer page counters.
## Example
```typst
#import "@preview/anti-matter:0.0.1": anti-matter, anti-front... |
https://github.com/jamesrswift/ionio-illustrate | https://raw.githubusercontent.com/jamesrswift/ionio-illustrate/main/src/extras/callout-aside.typ | typst | MIT License | #import "@preview/cetz:0.1.2"
#let _prepare(self, ctx) = {
if (self.mz <= ctx.prototype.range.at(0) or
self.mz >= ctx.prototype.range.at(1) ){ return (:) }
let data = (if ( ctx.reflected ){ ctx.prototype.data2 } else { ctx.prototype.data1 })
let y = (ctx.prototype.get-intensity-at-mz)(self.mz, in... |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/124.%20selfindulgence.html.typ | typst | selfindulgence.html
How to Lose Time and Money
July 2010When we sold our startup in 1998 I suddenly got a lot of money. I
now had to think about something I hadn't had to think about before:
how not to lose it. I knew it was possible to go from rich to
poor, just as it was possible to go from poor to rich. But wh... | |
https://github.com/jangala-dev/product-docs | https://raw.githubusercontent.com/jangala-dev/product-docs/main/pdf/getbox.typ | typst | #import "template.typ": *
#show: doc => manual(
title: [Get Box V1 - User Guide],
author: "Jangala",
paper: "a5",
publishing-info: [
Jangala. \
4-6a Hookers Road \
London, E17 6DP
#link("https://janga.la/")
],
doc
)
| |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/examples/dewdrop.typ | typst | #import "../lib.typ": *
#let s = themes.dewdrop.register(
s,
aspect-ratio: "16-9",
footer: [Dewdrop],
navigation: "mini-slides",
// navigation: none,
)
#let s = (s.methods.info)(
self: s,
title: [Title],
subtitle: [Subtitle],
author: [Authors],
date: datetime.today(),
institution: [Institution],
... | |
https://github.com/sergiodrd/analisis_real | https://raw.githubusercontent.com/sergiodrd/analisis_real/main/tarea4/main.typ | typst | #import "template.typ": *
#let title = "Tarea 4"
#let author = "<NAME>"
#let course_id = "MATE 5201"
#let instructor = "<NAME>"
#let semester = "C41"
#let due_time = "8 de octubre"
#set enum(numbering: "a)")
#set math.equation(numbering: "(1)", supplement: "la ecuación")
#show: assignment_class.with(title, author, cour... | |
https://github.com/vEnhance/1802 | https://raw.githubusercontent.com/vEnhance/1802/main/src/grad.typ | typst | MIT License | #import "@local/evan:1.0.0":*
= The gradient <sec-gradient>
The gradient of $f : RR^n -> RR$, denoted $nabla f$,
is the single most important concept in the entire "Multivariable differentiation" part.
Although its definition is actually quite easy to compute,
I want to give a proper explanation for where it comes fr... |
https://github.com/noahjutz/AD | https://raw.githubusercontent.com/noahjutz/AD/main/README.md | markdown | # Khawarizmiyyaat
Visuelle Erklärungen von Algorithmen, welche einfach zu verstehen sind. Erstellt mit Typst.
PDF-Download: [github.com/noahjutz/ad/releases/latest](https://github.com/noahjutz/ad/releases/latest)
## Compiling
```
git clone https://github.com/noahjutz/AD-assets.git
typst c --font-path . main.typ
```... | |
https://github.com/SkytAsul/trombinoscope | https://raw.githubusercontent.com/SkytAsul/trombinoscope/main/README.md | markdown | MIT License | # Trombinoscope / Face Book
This is a Typst/Python/Bash project that makes creation of a face book fast and easy.
It was originally created for the French engineering school INSA Rennes, but can easily be adapted to every school in the world.
## Instructions
1. Place in the `/raw` directory all the raw image files, f... |
https://github.com/isaacew/aiaa-typst | https://raw.githubusercontent.com/isaacew/aiaa-typst/master/template.typ | typst | //***************************************************************
// AIAA TYPST TEMPLATE
//
// The author of this work hereby waives all claim of copyright
// (economic and moral) in this work and immediately places it
// in the public domain; it may be used, distorted or
// in any manner whatsoever without further ... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/show-bare-01.typ | typst | Other | // Test bare show in content block.
A #[_B #show: c => [*#c*]; C_] D
|
https://github.com/Amirhosein-GPR/university_notes | https://raw.githubusercontent.com/Amirhosein-GPR/university_notes/main/assets/typst/templates/note.typ | typst | #let note(doc, paper: str, flipped: bool, first_page_font_size: relative, font_size: relative, image_path: str, image_width: relative, topic: str, problem_topic: str, black_and_white: bool, version: str, authors_name: (), professors_name: (), date: str, faculty: str, phase: str, info_color: luma(50), no_responsibility:... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/plotst/0.1.0/lib.typ | typst | Apache License 2.0 | #import "/plotst/plotting.typ": *
#import "/plotst/axis.typ": axis
#import "/plotst/util/classify.typ": class, class_generator, classify |
https://github.com/darioglasl/Arbeiten-Vorlage-Typst | https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/Anhang/06_Jira/00_index.typ | typst | == Jira Issues
Die nachfolgenden Kapitel enthalten die noch offenen Jira Issues.
#include "01_bugs.typ"
#pagebreak()
#include "02_stories.typ"
#pagebreak()
#include "03_dev_stories.typ" | |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/hover/builtin.typ | typst | Apache License 2.0 |
#(/* ident after */ table());
|
https://github.com/KNnut/neoplot | https://raw.githubusercontent.com/KNnut/neoplot/main/pkg/examples/readme.typ | typst | BSD 3-Clause "New" or "Revised" License | #import "../lib.typ" as gp
#let title = [Examples in README]
#align(center,
text(17pt)[
*#title*
]
)
Neoplot is a Typst package to use #link("http://www.gnuplot.info/")[gnuplot] in Typst.
#gp.exec("set term svg size 420,160")
Execute gnuplot commands:
````typ
#gp.exec(
kind: "command",
```g... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/regression/issue25.typ | typst | Other | #let x = (a: 5)
#let key = "a"
#{
x.at(key) = 6
}
#x
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cheda-seu-thesis/0.2.0/seu-thesis/pages/cover-degree-fn.typ | typst | Apache License 2.0 | #import "../utils/packages.typ": fakebold
#import "../utils/fonts.typ": 字体, 字号, chineseunderline, justify-words
#let degree-cover-conf(
author: (CN: "王东南", EN: "<NAME>", ID: "012345"),
thesisname: (
CN: "硕士学位论文",
EN: [
A Thesis submitted to \
Southeast University \
For the Academic Degree of ... |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/并行与分布式计算/main.typ | typst | #import "../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark
#import "../template.typ": *
#show: note.with(
title: "并行与分布式计算基础",
author: "YHTQ",
date: datetime.today().display(),
logo: none,
)
= 前言
+ 教师:杨超 <EMAIL> 智华楼 333
+ 给分:作业 50% + 期末(闭卷考试) 50%
+ 主要内容:MPI(分布式体系), Open... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-A640.typ | typst | Apache License 2.0 | #let data = (
("CYRILLIC CAPITAL LETTER ZEMLYA", "Lu", 0),
("CYRILLIC SMALL LETTER ZEMLYA", "Ll", 0),
("CYRILLIC CAPITAL LETTER DZELO", "Lu", 0),
("CYRILLIC SMALL LETTER DZELO", "Ll", 0),
("CYRILLIC CAPITAL LETTER REVERSED DZE", "Lu", 0),
("CYRILLIC SMALL LETTER REVERSED DZE", "Ll", 0),
("CYRILLIC CAPITAL... |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/todo.typ | typst | //Function to insert TODO
#let todo(body, inline: false, big_text: 40pt, small_text: 15pt, gap: 2mm) = {
// set text(fill: red)
box([#rect(fill: black)[
#text(fill:white)[TODO:#body]
]
// #rect(fill: blue)
#place()[
#set text(size: 0pt)
#figure(kind: "todo", supplement: "", caption:... | |
https://github.com/jbro/supernote-templates | https://raw.githubusercontent.com/jbro/supernote-templates/main/include/a5x-template.typ | typst | The Unlicense | #let template(doc) = {
set page(paper: "a5", margin: (top: 5mm, rest: 2mm))
set text(font: "ProFont IIx Nerd Font", size: 12pt)
block(doc)
place(bottom+center, text(size: 6pt, fill: gray, "unreleased"))
} |
https://github.com/vonhyou/typst-resume-template | https://raw.githubusercontent.com/vonhyou/typst-resume-template/master/README.md | markdown | # typst-resume-template
> WIP
A [Typst](https://typst.app/) version of my resume. Basically usable as a template.
## Usage
- Create a typst project directly using the read-only [share link](https://typst.app/project/rdRZ87-0u5tyg-Z9c6o8uu) (recommended)
- Fork/ download this repo.
## Demo

- warning
- check
- summary
- question
- example
- quote
You can see the results in the `example.pdf`.
The configuration of each type is saved in `configure.typ` by using a dictiona... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/array-26.typ | typst | Other | // Test the `product` method.
#test(().product(default: 0), 0)
#test(().product(default: []), [])
#test(([ab], 3).product(), [ab]*3)
#test((1, 2, 3).product(), 6)
|
https://github.com/Tiggax/zakljucna_naloga | https://raw.githubusercontent.com/Tiggax/zakljucna_naloga/main/src/sec/uvod/4.%20bioreactor%20modeling.typ | typst | #set heading(offset: 1)
#import "/src/additional.typ": todo
#import "@preview/cetz:0.2.2": canvas, plot, draw, vector
== Mass balance
Mass balance is a fundamental principle in bioreactor modeling.
It is used to describe flow of mass into, within and out of a bioreactor.
This ensures that all mass entering the syst... | |
https://github.com/yonatanmgr/university-notes | https://raw.githubusercontent.com/yonatanmgr/university-notes/main/0366-%5BMath%5D/03661101-%5BCalculus%201A%5D/src/lectures/03661101_lecture_7.typ | typst | #import "/template.typ": *
#show: project.with(
title: "חדו״א 1א׳ - שיעור 7",
authors: ("<NAME>",),
date: "18 בינואר, 2024",
)
#set enum(numbering: "(1.א)")
= תתי-סדרות
== דוגמה
תהא סדרה $a_n$: $[a_n: 1, 1/2, 1/3, dots]$
ותת-סדרה $b_k$: $[b_k: underbracket(b_1=1/3, (a_3)), underbracket(b_2= 1/7, (a_7)), underb... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/038_War%20of%20the%20Spark.typ | typst | #import "@local/mtgset:0.1.0": conf
#show: doc => conf("War of the Spark", doc)
#include "./038 - War of the Spark/001_Old Friends and New.typ"
#include "./038 - War of the Spark/002_The Path to Opulent.typ"
#include "./038 - War of the Spark/003_Rallying the Reluctant.typ"
#include "./038 - War of the Spark/004_Despe... | |
https://github.com/ns-shop/ns-shop-typst | https://raw.githubusercontent.com/ns-shop/ns-shop-typst/main/chapter1.typ | typst | #import "template.typ": *
#h1("Khảo sát và phân tích các yêu cầu của một website thương mại điện tử (TMĐT)")
#h2("Tổng quan về thương mại điện tử")
Thương mại điện tử (TMĐT) hiểu một cách đơn giản là hoạt động mua bán sản phẩm hay dịch vụ thông qua Internet và các phương tiện điện tử khác. Các giao dịch này gồm tất ... | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/X_typik/typik.typ | typst | #import "../CU_json/all.typ": *
#show: book
#set page (
margin: 4em
)
== ЧА́СТИ СОСТА́ВНЫѦ ТѴПЇКА̀.
Тѵпи́къ се́й составлѧ́етсѧ и҆зъ пѧтѝ ча́стей, ѿ нн́хжє І-ѧ содєржи́тъ ви́дъ о҆́бщїй Богослꙋже́нїѧ; ІІ-ѧ Оу҆ста́вы о҆́бщїѧ разли́чнымъ Слꙋ́жбамъ О҆ктїѡиховымъ, та́кождє и҆ Мине́ниымъ; ІІІ-ѧ Оу҆ста́вы со́в... | |
https://github.com/thornoar/lambda-calculus-course | https://raw.githubusercontent.com/thornoar/lambda-calculus-course/master/main-lectures/exam-problems.typ | typst | #import "template.lib.typ": *
#show: formatting
#set page(background: image("pictures/troubles-faded.jpg", width: 100%, height: 100%, fit: "stretch"))
#set heading(numbering: none)
#head([ Экзаменационные задачи ])
== На 5:
| |
https://github.com/Slyde-R/not-jku-thesis-template | https://raw.githubusercontent.com/Slyde-R/not-jku-thesis-template/main/titlepage.typ | typst | MIT No Attribution |
#let titlepage(
thesis-type: "",
degree: "",
program: "",
supervisor: "",
advisors: (),
department: "",
author: "",
date: none,
title: ""
) ={
set par(leading: 0.65em, first-line-indent: 0em, justify: false)
show par: set block(spacing: 1.2em) // spacing after a paragraph
pl... |
https://github.com/Enter-tainer/typstyle | https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/grid/colspan.typ | typst | Apache License 2.0 | #let ofi = [Office]
#let rem = [_Remote_]
#let lea = [*On leave*]
#show table.cell.where(y: 0): set text(
fill: white,
weight: "bold",
)
#table(
columns: 6 * (1fr,),
align: (x, y) => if x == 0 or y == 0 { left } else { center },
stroke: (x, y) => (
// Separate black cells with white strokes.
left: i... |
https://github.com/smallscientist1/ustcthss-typst | https://raw.githubusercontent.com/smallscientist1/ustcthss-typst/main/README.md | markdown | MIT License | # ustcthss-typst 中国科学技术大学本科生毕业论文typst模版
中国科学技术大学本科生毕业论文的typst模版, 能够一键生成论文pdf文件。
按照[2024年中国科学技术大学教务处毕业论文格式要求](https://www.teach.ustc.edu.cn/notice/notice-teaching/17071.html) 编写。
**欢迎提出任何 Issue 和 PR 帮助完善这个模板。**

## 使用方式
### 方式一: 本地编译
- 下载安装最新版本的[Typst](https://github.com/... |
https://github.com/r8vnhill/apunte-bibliotecas-de-software | https://raw.githubusercontent.com/r8vnhill/apunte-bibliotecas-de-software/main/Unit3/Tasks.typ | typst | == Tareas
Una tarea es una unidad de trabajo que Gradle puede ejecutar.
Puede representar cualquier cosa, desde compilar código, ejecutar pruebas, generar documentación, hasta desplegar una aplicación.
Las tareas se definen en algún archivo `build.gradle.kts` y pueden ser muy simples o bastante complejas dependiendo... | |
https://github.com/vEnhance/1802 | https://raw.githubusercontent.com/vEnhance/1802/main/src/sol-charlie.typ | typst | MIT License | #import "@local/evan:1.0.0":*
= Solutions to Part Charlie
== Solution to @exer-teacup
We are tasked with parametrizing the motion of a toddler sitting in a
teacup on an amusement park ride. The teacup ride rotates clockwise
around a fixed center, while each individual teacup rotates
counterclockwise. We also want to... |
https://github.com/vEnhance/1802 | https://raw.githubusercontent.com/vEnhance/1802/main/src/complex.typ | typst | MIT License | #import "@local/evan:1.0.0":*
= Complex numbers
I actually don't know why this subject is part of 18.02.
#todo[To be written]
|
https://github.com/FrederikRichter/typwiki | https://raw.githubusercontent.com/FrederikRichter/typwiki/main/README.md | markdown | # About
This is a wiki implementation in Typst. It is still experimental at best and should be seen
as inspiration only. I am to recreate a knowledge database similar to wikipedia (in structure of course)
for my undergrad studies.
| |
https://github.com/typst-jp/typst-jp.github.io | https://raw.githubusercontent.com/typst-jp/typst-jp.github.io/main/docs/reference/welcome.md | markdown | Apache License 2.0 | ---
description: |
Typst リファレンスは、Typst 言語の体系的かつ包括的なガイドです。
---
# リファレンス
このリファレンスは Typst の文法、コンセプト、型、そして関数すべてについての包括的なガイドです。
Typst を使うのが初めてであればまず[チュートリアル]($tutorial)から始め、
必要に応じてリファレンスに戻って Typst のより詳しい機能を学ぶことをおすすめします。
## 言語 { #language }
本リファレンスは[Typst の構文]($syntax)の概要を与える「言語」の章から始まり、
そこには[Typst のスクリプト機能]($scripting)を... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/026%20-%20Eldritch%20Moon/005_Campaign%20of%20Vengeance.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Campaign of Vengeance",
set_name: "Eldritch Moon",
story_date: datetime(day: 06, month: 07, year: 2016),
author: "<NAME>",
doc
)
#emph[A grudge a thousand years in the making is coming to a head.]
#emph[For Sorin, it is for the warping of ... | |
https://github.com/yasemitee/Teoria-Informazione-Trasmissione | https://raw.githubusercontent.com/yasemitee/Teoria-Informazione-Trasmissione/main/2023-11-24.typ | typst | #import "@preview/lemmify:0.1.4": *
#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: "proof"): it => block(
it,
stroke: green + 1pt,
inset: 1em,
breaka... | |
https://github.com/kiwiyou/algorithm-lecture | https://raw.githubusercontent.com/kiwiyou/algorithm-lecture/main/advanced/04-advanced-dp.typ | typst | #import "@preview/cetz:0.1.2"
#import "@preview/algorithmic:0.1.0"
#import "../slide.typ"
#show: slide.style
#show link: slide.link
#show footnote.entry: slide.footnote
#let algorithm(..args) = text(
font: ("linux libertine", "Pretendard"),
size: 17pt,
)[#algorithmic.algorithm(..args)]
#let func(body) = text(font:... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/suiji/0.1.0/lib.typ | typst | Apache License 2.0 | //==============================================================================
// Random number generator
//==============================================================================
//----------------------------------------------------------
// Internal parameters and functions
//----------------------... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/chuli-cv/0.1.0/lib.typ | typst | Apache License 2.0 | #import "@preview/fontawesome:0.1.0": *
#import "modules/styles.typ": *
#import "modules/header.typ": *
#import "modules/section.typ": *
#import "modules/skills.typ": *
#import "modules/languages.typ": *
#import "modules/piechart.typ": *
#import "modules/education.typ": *
#import "modules/entry.typ": *
// Cover lette... |
https://github.com/NaviHX/bupt-master-dissertation.typ | https://raw.githubusercontent.com/NaviHX/bupt-master-dissertation.typ/main/sample.typ | typst | #import "bupt-master-dissertation.typ": bupt-template, bupt-table-figure, bupt-image-figure, defense-committee, declaration, chinese-cover, english-cover
#chinese-cover(
[基于 Typst 的论文排版研究], [20xxxxxxxx], [张三], [网络安全],
[方xx], [网络安全学院], datetime.today(),
)
#english-cover(
[Research on paper formatting based on Typ... | |
https://github.com/JWangL5/CAU-ThesisTemplate-Typst | https://raw.githubusercontent.com/JWangL5/CAU-ThesisTemplate-Typst/master/ref/helpers.typ | typst | MIT License | #let zip(..lists) = {
let lists = lists.pos()
if lists == () {
()
} else {
let ret = ()
let len = lists.fold(
lists.first().len(),
(a, b) => if a > b.len() { b.len() } else { a }
)
for i in range(0, len) {
let curr = ()
for list in lists {
curr.push(list.at(i)... |
https://github.com/Enter-tainer/natrix | https://raw.githubusercontent.com/Enter-tainer/natrix/main/README.md | markdown | Apache License 2.0 | # [Natrix](https://github.com/Enter-tainer/Natrix)

`natrix.nat` is a drop-in replacement for `mat` with some additional features. `nat` ensures that each row in your matrix should have the similar height, unless one of them becomes too tall.
At this moment, it is recommended to use `nat` only in disp... |
https://github.com/exdevutem/taller-git | https://raw.githubusercontent.com/exdevutem/taller-git/main/README.md | markdown | # Documento de referencia - Taller de Git y Github
Este documento fue creado como referencia para el taller de Git y Github del ExDev. Fue creado con el fin de ser un "torpedo" para los compañeros, que puedan referenciarlo rápidamente al momento de necesitarlo en sus proyectos, y con el fin de explicar el proceso y ló... | |
https://github.com/liuxu89/liuxu89.github.io | https://raw.githubusercontent.com/liuxu89/liuxu89.github.io/main/src/daijinhua1.typ | typst | #import "/book.typ": book-page
#show: book-page.with(title: "大众文化的隐形政治学")
= 广场-市场
在九十年代中国的文化风景线上,一个有趣的译名,或许可以成为解读这一时代的索引之一。随着诸多现代、后现代风格的摩天大楼于中国都市拔地而起,不断突破和改写着城市的天际线;诸多的大型商城、购物中心、专卖店、连锁店、仓储式商场,以及这些新的建筑群所终日吞吐的人流,无疑成了这一风景线上最引人注目的段落。此间,Plaza--这类集商城、超级市场、餐厅、连锁快餐店、健身馆、办公楼(今日之所谓“写字楼”)、宾馆、商务中心于一体的巨型建筑,或许提供了中国大都市国际化、或曰全球化的最佳例... | |
https://github.com/Dioprz/Notes | https://raw.githubusercontent.com/Dioprz/Notes/main/Scala/Functional_Programming_in_Scala/Chapter_1.typ | typst | #set page(margin: 1.75in)
// #set par(leading: 0.55em, first-line-indent: 1.8em, justify: true)
#set par(leading: 0.55em, justify: true)
#set text(font: "New Computer Modern")
#show raw: set text(font: "New Computer Modern Mono")
#show par: set block(spacing: 1.4em)
#show heading: set block(above: 1.4em, below: 1em)
... | |
https://github.com/teshu0/CLIT-report-typst | https://raw.githubusercontent.com/teshu0/CLIT-report-typst/main/README.md | markdown | Creative Commons Zero v1.0 Universal | # CLIT-report-typst
コンリテのアクティビティ・アサインメントレポートのTypst版テンプレート。LaTeXしたくない人向け。
- [`/activity.typ`](./activity.typ) はアクティビティレポート(授業中の方)のテンプレート
- [`/assignment.typ`](./assignment.typ) はアサインメントレポート(課題の方)のテンプレート
- [`/template`](./template) はテンプレのためのユーリティティなど
- [`/class`](./class) は授業ごとのテンプレだけど全部をカバーしてるわけじゃない
テンプレートリポジトリなので、クラ... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/jurz/0.1.0/README.md | markdown | Apache License 2.0 | # jurz – *Randziffern* in Typst
[*Randziffern*](https://de.wikipedia.org/w/index.php?title=Randnummer&oldid=231943223) (also called *Randnummern*) are a way to reference text passages in a document, independent of the page number or the section number. They are used in many German legal texts, for example. This packag... |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/AnalisiDeiRequisiti/changelog.typ | typst | MIT License | #let changelog = csv("changelog.csv")
#table(
columns: (1fr, 2fr, 4fr, 2fr, 2fr),
[*Versione*], [*Data*], [*Descrizione*], [*Autore*], [*Ruolo*],
..changelog.rev().flatten()
) |
https://github.com/mem-courses/calculus | https://raw.githubusercontent.com/mem-courses/calculus/main/homework-2/homework10.typ | typst | #import "../template.typ": *
#show: project.with(
course: "Calculus II",
course_fullname: "Calculus (A) II",
course_code: "821T0160",
title: "Homework #10: 多重积分",
authors: (
(
name: "<NAME>",
email: "<EMAIL>",
id: "#198",
),
),
semester: "Spring-Summer 2024",
date: "May 7th, 2... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/035%20-%20Core%202019/003_Chronicle%20of%20Bolas%3A%20Things%20Unseen.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Chronicle of Bolas: Things Unseen",
set_name: "Core 2019",
story_date: datetime(day: 27, month: 06, year: 2018),
author: "<NAME>",
doc
)
Naiva had grown up under the rule of Dragonlord Atarka. Her entire life she had watched her grandmother... | |
https://github.com/chubetho/Bachelor_Thesis | https://raw.githubusercontent.com/chubetho/Bachelor_Thesis/main/chapters/background.typ | typst | = Background
This chapter establishes the foundational concepts by first exploring monolithic architecture, the traditional approach to software design. The discussion then moves to the rise of microservices architecture, a significant paradigm shift in backend development that has significantly influenced modern soft... | |
https://github.com/MobtgZhang/sues-thesis-typst-bachelor | https://raw.githubusercontent.com/MobtgZhang/sues-thesis-typst-bachelor/main/paper.typ | typst | MIT License | #import "thesis.typ" as thesis
#show: doc => thesis.sues_thesis_bachelor(
blind: false,
doc
)
// 封面
#include "chapters/cover.typ"
// 插入目录
#locate(loc => {
thesis.chineseoutline(
title: "目录",
depth: 3,
indent: true,
)
})
#pagebreak()
// 文章章节内容
#include "chapters/ch01.typ"
#include "chapter... |
https://github.com/Area-53-Robotics/Unofficial-Old-53E-NB | https://raw.githubusercontent.com/Area-53-Robotics/Unofficial-Old-53E-NB/main/entries/entries.typ | typst |
#include "../frontmatter.typ"
#include "../appendix.typ"
#include "./post_reveal_entry.typ"
| |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/rubber-article/0.1.0/README.md | markdown | Apache License 2.0 | # The `rubber-article` Package
<div align="center">Version 0.1.0</div>
This template is a intended as a starting point for creating documents, which should have the classic LaTeX Article look.
## Getting Started
These instructions will get you a copy of the project up and running on the typst web app. Perhaps a shor... |
https://github.com/metamuffin/typst | https://raw.githubusercontent.com/metamuffin/typst/main/tests/typ/text/baseline.typ | typst | Apache License 2.0 | // Test baseline handling.
---
Hi #text(1.5em)[You], #text(0.75em)[how are you?]
Our cockatoo was one of the
#text(baseline: -0.2em)[#box(circle(radius: 2pt)) first]
#text(baseline: 0.2em)[birds #box(circle(radius: 2pt))]
that ever learned to mimic a human voice.
---
Hey #box(baseline: 40%, image("/tiger.... |
https://github.com/MatheSchool/typst-g-exam | https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/examples/exam-sugar-notation.typ | typst | MIT License | #import "../src/lib.typ": *
#show: g-exam.with()
#g-question(points:.2)[Question]
#g-subquestion(points:.2)[sub 3]
= Title
=? Question 1
=? 2.2 Question 2
=? 2 Question 6
==? Subquestion 3
==? 1.3 Subquestion 3
=% Clarification of question
==? 1 Subquestion 4
=! Solution is this.
... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/touying/0.1.0/examples/example.typ | typst | Apache License 2.0 | #import "../lib.typ": s, pause, utils, states, pdfpc, themes
#let s = themes.metropolis.register(s, aspect-ratio: "16-9", footer: [Custom footer])
#let s = (s.methods.enable-transparent-cover)(self: s)
#let s = (s.methods.append-preamble)(self: s, pdfpc.config(
duration-minutes: 30,
start-time: datetime(hour... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-07C0.typ | typst | Apache License 2.0 | #let data = (
("NKO DIGIT ZERO", "Nd", 0),
("NKO DIGIT ONE", "Nd", 0),
("NKO DIGIT TWO", "Nd", 0),
("NKO DIGIT THREE", "Nd", 0),
("NKO DIGIT FOUR", "Nd", 0),
("NKO DIGIT FIVE", "Nd", 0),
("NKO DIGIT SIX", "Nd", 0),
("NKO DIGIT SEVEN", "Nd", 0),
("NKO DIGIT EIGHT", "Nd", 0),
("NKO DIGIT NINE", "Nd", ... |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas7/2_Utorok.typ | typst | #let V = (
"HV": (
("","<NAME> Júda","Vladýko i Bóže vseščédryj, ímiže vísi suďbámi, dážď mí v sérdci tvój strách imíti, dážď mí hnušátisja ďijánij lukávaho, dážď mí ľubíti ťá ot vsejá duší mojejá, i tvoríti vóľu tvojú spasíteľnuju. tý bo jesí Bóh náš, rekíj: prosíte, i priímete."),
("","","Bých úbo bisóm smí... | |
https://github.com/sabitov-kirill/os-low-level-render-report | https://raw.githubusercontent.com/sabitov-kirill/os-low-level-render-report/master/main.typ | typst | #import "template.typ": *
#show: ams-article.with(
title: [Render: от DRM до Высокоуровневых API и Display Server'ов в Linux],
authors: (
(
name: "<NAME>",
department: [CT M3235],
organization: [Itmo University],
location: [Russia, St. Petersburg],
email: "<EMAIL>",
url: "t.m... | |
https://github.com/abd0-omar/cv-resume | https://raw.githubusercontent.com/abd0-omar/cv-resume/main/resume.typ | typst | #import "@preview/modern-cv:0.3.0": *
#show: resume.with(
author: (
firstname: "Abdelrahman",
lastname: "Omar",
email: "<EMAIL>",
phone: "(+20) 1271803332",
github: "abd0-omar",
linkedin: "abdelrahman-omar-739126248",
address: "Alexandria Egypt",
positions: (
"Software Engineer"... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/touying/0.1.0/README.md | markdown | Apache License 2.0 | # [Touying](https://github.com/touying-typ/touying) 
[Touying](https://github.com/touying-typ/touying) (投影 in chinese, /tóuyǐng/, meaning projection) is an object-oriented and efficient package for creating presentati... |
https://github.com/teoet6/mehatronen-payak | https://raw.githubusercontent.com/teoet6/mehatronen-payak/master/dokumentaciya/dokumentaciya.typ | typst | #set par(first-line-indent: 0cm, leading: 0.50em, justify: true)
#set text(lang: "bg", font: "New Computer Modern", hyphenate: false, size: 14pt)
#show raw: set text(font: "New Computer Modern Mono")
#show math.equation: set text(style: "italic")
#show par: set block(spacing: 1.5em)
#show heading: set block(above: 1.4e... | |
https://github.com/Sparrow1488/Typstio | https://raw.githubusercontent.com/Sparrow1488/Typstio/master/README.md | markdown | # Typstio
Откуда брать идеи: https://github.com/FastReports/FastReport/
### Внешний вид
Хочется, чтобы все было предельно визуально понятно и КРАСИВО (функционально). Можно посмотреть на `Miro` пример того, как это можно будет реализовать в `WPF` (со стрелочками, подсказками при вводе привязок данных и прочее). Но пр... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/020_Prologue%20to%20Battle%20for%20Zendikar.typ | typst | #import "@local/mtgset:0.1.0": conf
#show: doc => conf("Prologue to Battle for Zendikar", doc)
#include "./020 - Prologue to Battle for Zendikar/001_Stirring from Slumber.typ"
#include "./020 - Prologue to Battle for Zendikar/002_Drop for Drop.typ"
#include "./020 - Prologue to Battle for Zendikar/003_Limits.typ"
#inc... | |
https://github.com/AliasQli/Chants-of-Sennaar.typst | https://raw.githubusercontent.com/AliasQli/Chants-of-Sennaar.typst/master/doc.typ | typst | #import "@preview/tidy:0.2.0"
#import "index.typ": *
#let docs = tidy.parse-module(
name: "Chants-of-Sennaar.typst",
read("index.typ"),
scope: (english: english, say: say, baseDir: baseDir, glyphs: glyphs)
)
#tidy.show-module(docs, style: tidy.styles.default)
| |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-11280.typ | typst | Apache License 2.0 | #let data = (
("MULTANI LETTER A", "Lo", 0),
("MULTANI LETTER I", "Lo", 0),
("MULTANI LETTER U", "Lo", 0),
("MULTANI LETTER E", "Lo", 0),
("MULTANI LETTER KA", "Lo", 0),
("MULTANI LETTER KHA", "Lo", 0),
("MULTANI LETTER GA", "Lo", 0),
(),
("MULTANI LETTER GHA", "Lo", 0),
(),
("MULTANI LETTER CA", ... |
https://github.com/Zuttergutao/Typstdocs-Zh-CN- | https://raw.githubusercontent.com/Zuttergutao/Typstdocs-Zh-CN-/main/Classified/Cover.typ | typst | // 封面
#[
#set page(header:none,numbering:none)
#set align(right)
#set terms(separator:[: ])
#place(
right,
dy:20%,
text(weight:700,size:28pt)[一份(不太)简短的Typst介绍],
)
#line(start:(0%,25%),end:(100%,25%),length:100%,stroke: 5pt)
#place(
right,
... | |
https://github.com/LDemetrios/Svart | https://raw.githubusercontent.com/LDemetrios/Svart/main/coloring.typ | typst | // #let escape = rgb("#cc7700")
// #let comment = gray
// #let string = rgb("#007700")
// #let string-inlay = rgb("#cc7700")
// #let keyword = rgb("#770000")
// #let typed = rgb("#77aaff")
// #let literal = rgb("#cc0000")
#let escape = rgb("#ff7700")
#let comment = gray
#let string = rgb("#33ff33")
#let string-inlay =... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/shape-rect_04.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#set page(width: 17.8cm)
#lorem(100)
#rect(lorem(100))
#set par(justify: true)
#lorem(100)
#rect(lorem(100))
|
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/array.typ | typst | Apache License 2.0 | // Test arrays.
// Ref: false
---
// Ref: true
#set page(width: 150pt)
// Empty.
#()
// Not an array, just a parenthesized expression.
#(1)
// One item and trailing comma.
#(-1,)
// No trailing comma.
#(true, false)
// Multiple lines and items and trailing comma.
#("1"
, rgb("002")
,)
---
// Test the `l... |
https://github.com/gabrielrovesti/UniPD-Swiss-Knife-Notes-Slides | https://raw.githubusercontent.com/gabrielrovesti/UniPD-Swiss-Knife-Notes-Slides/main/README.md | markdown | MIT License | # UniPD-Swiss-Knife-Notes-Slides
In this repo, you will find notes/projects templates for the following notes:
- _Microsoft Word_ (based on my Master Degree files, the "Simple (for real)" and a generic UniPD project)
- _LaTeX_ (based on existing templates minimalized)
- Typst (based on Alberto Lazari notes and edit... |
https://github.com/atareao/typst-templates | https://raw.githubusercontent.com/atareao/typst-templates/main/presentacion/lib.typ | typst | MIT License | #let default-color = white.darken(10%)
#let header-color = default-color.lighten(75%)
#let body-color = white.darken(10%)
#let code_font = "Ubuntu Mono"
#let code_theme = "halcyon.tmTheme"
#let layouts = (
"small": ("height": 9cm, "space": 1.4cm),
"medium": ("height": 10.5cm, "space": 1.6cm),
"large": ("height":... |
https://github.com/cs-24-sw-3-01/typst-documents | https://raw.githubusercontent.com/cs-24-sw-3-01/typst-documents/main/report/chapters/implementation.typ | typst | #import "../custom.typ": *
= Implementation
| |
https://github.com/valentinvogt/npde-summary | https://raw.githubusercontent.com/valentinvogt/npde-summary/main/src/chapters/11.typ | typst | #import "../setup.typ": *
#show: thmrules
= Numerical Methods for Conservation Laws
<ch:conservation-laws>
#counter(heading).update((11, 1))
== Scalar Conservation Laws in 1D
<sub:scalar-conservation-laws-in-1d>
The goal of this chapter is to solve general conservation laws which are of the
form
#neq(
$ frac(parti... | |
https://github.com/nafkhanzam/typst-common | https://raw.githubusercontent.com/nafkhanzam/typst-common/main/src/common/truth-table-legacy.typ | typst | #import "@preview/truthfy:0.4.0"
#let bit-count(n) = {
let res = 0
while n > 0 {
res += 1
n = n.bit-rshift(1)
}
return res
}
#let reverse-bits(n, max: none) = {
if max == none {
max = bit-count(n)
}
let rev = 0
for _ in range(max) {
rev = rev.bit-lshift(1)
if n.bit-and(1) == 1 {
... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/font_03.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// // Error: 18-24 expected "normal", "italic", or "oblique"
// #set text(style: "bold", weight: "thin") |
https://github.com/0xPARC/0xparc-intro-book | https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/src/kzg-takeaways.typ | typst | #import "preamble.typ":*
#takeaway[KZG takeaways][
1. _Elliptic curves_ are very useful in cryptography. Roughly speaking, they are sets of points (usually in $FF_p^2$) that satisfy some group law / "addition." The BN254 curve is a good "typical curve" to keep in mind.
2. The _discrete logarithm_ assumption is a commo... | |
https://github.com/noahjutz/CV | https://raw.githubusercontent.com/noahjutz/CV/main/main.typ | typst | #import "/theme.typ": theme
#set page(margin: 0pt)
#set text(
font: "Noto Sans",
size: 14pt,
hyphenate: true,
)
#block(
inset: (right: 60pt, left: 40pt, y: 40pt),
grid(
columns: (170pt, auto),
column-gutter: 32pt,
block(
include "sidebar/main.typ"
),
block(
include "body/main... | |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/layout/stack-1.typ | typst | Apache License 2.0 | // Test stack layouts.
---
// Test stacks with different directions.
#let widths = (
30pt, 20pt, 40pt, 15pt,
30pt, 50%, 20pt, 100%,
)
#let shaded(i, w) = {
let v = (i + 1) * 10%
rect(width: w, height: 10pt, fill: rgb(v, v, v))
}
#let items = for (i, w) in widths.enumerate() {
(align(right, shaded(i, w)),)
... |
https://github.com/gbrivady/typst-templates | https://raw.githubusercontent.com/gbrivady/typst-templates/main/readme.md | markdown | # typst-templates
Set of typst example templates to write reports, articles, ...
Examples can be found in the `example` folder.
It is strongly advised to hack the templates to fit ones need.
## List of templates
- Long report with title page (with room for logos), table of content, pre-prepared appendix section with... | |
https://github.com/kdog3682/typkit | https://raw.githubusercontent.com/kdog3682/typkit/main/0.1.0/src/strokes.typ | typst | #let soft = (dash: "densely-dotted", thickness: 0.5pt)
#let dense = (dash: "densely-dotted", thickness: 0.5pt)
#let gentle = (thickness: 0.5pt, dash: "loosely-dotted")
#let verysoft = (thickness: 0.35pt, dash: "densely-dotted")
#let thin = black + 0.5pt
#let solid = black + 0.5pt
| |
https://github.com/dead-summer/math-notes | https://raw.githubusercontent.com/dead-summer/math-notes/main/notes/Analysis/ch1-measures/measures.typ | typst | #import "/book.typ": book-page
#import "../../../templates/conf.typ": *
#show: thmrules.with(qed-symbol: $square$)
#show: book-page.with(title: "Measures")
= Measures
Ref/Nomenclature:
1. A pair $(X, cal(F)) = ("set", sigma-"algebra")$ is a measurable space.
2. A measure on $(X, cal(F))$ is a function $mu: f -> [0,... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/block-09.typ | typst | Other | // Error: 3 expected closing brace
#{
|
https://github.com/alerque/polytype | https://raw.githubusercontent.com/alerque/polytype/master/data/integral-alignment/typst.typ | typst | #show math.equation: set text(font: "Libertinus Math",fallback: false)
$ sum_(k=0)^oo integral_0^oo e^(-k x^2) dif x $
| |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/代数学二/作业/hw5.typ | typst | #import "../../template.typ": *
#import "@preview/commute:0.2.0": node, arr, commutative-diagram
#show: note.with(
title: "作业5",
author: "YHTQ",
date: none,
logo: none,
withOutlined : false,
withTitle :false,
)
(应交时间为4月2日)
=
也就是证明任意双线性映射 $f: (ZZ_m times ZZ_n) -> C$,均有 $f = 0$\
事实上:
$
0 = f(m, 1) = ... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/056%20-%20Outlaws%20of%20Thunder%20Junction/002_No%20Tells.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"No Tells",
set_name: "Outlaws of Thunder Junction",
story_date: datetime(day: 12, month: 03, year: 2024),
author: "<NAME>",
doc
)
New beginnings, huh. Brutal stuff—you have my sympathies. Never saw a new beginning that didn't involve burnin... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.