repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/HynDuf/typst-cv
https://raw.githubusercontent.com/HynDuf/typst-cv/master/template/modules_en/projects.typ
typst
Apache License 2.0
// Imports #import "../../lib.typ": cvSection, cvEntry #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) #cvSection("Projects") #cvEntry( title: [C++ Developer], logo: image("../src/logos/UET.png"), society: [#link("http...
https://github.com/SkymanOne/ecs-typst-template
https://raw.githubusercontent.com/SkymanOne/ecs-typst-template/main/README.md
markdown
MIT License
# [Typst](https://typst.app/) Template for UoS ECS Individual Project If you have ever suffered with LaTeX, don't! _Typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use._ This repository aims to provide an easy-to-use and comprehensive te...
https://github.com/LeeWooQM/TypstNote
https://raw.githubusercontent.com/LeeWooQM/TypstNote/main/test.typ
typst
MIT License
#import "temp.typ": note #import "temp.typ": theorem #import "temp.typ": definition #import "temp.typ": deduction #import "temp.typ": proof #show: doc => note( title: "The Art of writing reasonable organic reaction mechanisms", author: "<NAME>", logo: "/Picture/gege.jpeg", boxed_heading: true, )[ =...
https://github.com/mismorgano/UG-FunctionalAnalyisis-24
https://raw.githubusercontent.com/mismorgano/UG-FunctionalAnalyisis-24/main/tareas/Tarea-04/Tarea-04.typ
typst
#import "../../config.typ": config, exercise, ip, proof #show: doc => config([Tarea 4], doc) #let cls(S) = $overline(#S)$ #exercise[1.30][Muestra que un e.B $X$ es separable ssi $S_X$ es separable.] #proof[ Primero supongamos que $X$ es separable, como $S_X subset X$ se sigue que $S_X$ es separable. Ahora manera de...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/zalmy/Z100.typ
typst
Milosrdenstvo a spravodlivosť chcem ospievať, \* zahrať ti, Pane, na harfe. Múdro a bez úhony chcem kráčať cestou života; \* kedyže prídeš ku mne? Chcem kráčať v nevinnosti srdca \* uprostred svojej čeľade. Nesprávne predsavzatia si nerobím, \* podvodníka mám v nenávisti; ten nemá ku mne prístup. Skazené srdce sa m...
https://github.com/andrin-geiger/hslu_template_typst
https://raw.githubusercontent.com/andrin-geiger/hslu_template_typst/master/chapters/01_introduction.typ
typst
= Einleitung #pagebreak()
https://github.com/physicshinzui/typst-templates
https://raw.githubusercontent.com/physicshinzui/typst-templates/main/book/book.typ
typst
#import "book-template.typ": * #show: doc => conf( title: "Template, テンプレ", author: "<NAME>", toc: true, lang: "en", font: "New Computer Modern", // "Hiragino Kaku Gothic Pro", bibliography-file: "../paperpile.bib", doc ) // ========================= // Useful resources: // - https://typst.app/docs/refe...
https://github.com/eliapasquali/typst-thesis-template
https://raw.githubusercontent.com/eliapasquali/typst-thesis-template/main/README.md
markdown
Other
# Introduzione Questa repository contiene un template per la tesi triennale in Informatica. Il template e stato realizzato con [Typst](https://typst.app/) e ispirandosi al [template LaTeX già esistente](https://github.com/FIUP/Thesis-template.git) e alla sua versione in [Markdown](https://github.com/FIUP/pandoc-thesis...
https://github.com/iceghost/resume
https://raw.githubusercontent.com/iceghost/resume/main/5-projects/1-bkalendar.typ
typst
=== BKalendar #place(right + top, [ May 2021 - _current_ ]) / Link: #link("https://bkalendar.github.io")[Demo] #sym.dot.c #link("https://github.com/bkalendar")[Source] / Role: Fullstack Developer. This tool allows students to import HCMUT timetables to Google Calendar. With this tool, students can easily...
https://github.com/swaits/typst-collection
https://raw.githubusercontent.com/swaits/typst-collection/main/finely-crafted-cv/0.1.0/src/resume.typ
typst
MIT License
#import "constants.typ": * #import "helpers.typ": * #import "state.typ": __get, __set // Main resume function #let resume( name: "<NAME>", tagline: none, paper: "us-letter", heading-font: HEADING_FONT, body-font: BODY_FONT, body-size: BODY_SIZE, email: none, phone: none, linkedin-username: none, ke...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Maths_Expertes_Ex_30_04_2024.typ
typst
#import "@preview/bubble:0.1.0": * #import "@preview/fletcher:0.4.3" as fletcher: diagram, node, edge #import "@preview/cetz:0.2.2": canvas, draw, tree #import "@preview/cheq:0.1.0": checklist #import "@preview/typpuccino:0.1.0": macchiato #import "@preview/wordometer:0.1.1": * #import "@preview/tablem:0.1.0": tablem ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/packages/typst.node/npm/android-arm64/README.md
markdown
Apache License 2.0
# `@myriaddreamin/typst-ts-node-compiler-android-arm64` This is the **aarch64-linux-android** binary for `@myriaddreamin/typst-ts-node-compiler`
https://github.com/thanhdxuan/dacn-report
https://raw.githubusercontent.com/thanhdxuan/dacn-report/master/Lab02/contents/00.typ
typst
#{ include "/contents/01-bia.typ" } #pagebreak() #set heading(numbering: "1.") #outline( indent: 1.5em, ) #outline(title: "Danh mục hình ảnh", target: figure.where(kind: image)) // #outline(title: "Danh mục chương trình", target: figure.where(kind: raw)) #pagebreak() #{ include "/contents/02-introduce.typ" } #{ inc...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/packages/typst.node/npm/linux-x64-musl/README.md
markdown
Apache License 2.0
# `@myriaddreamin/typst-ts-node-compiler-linux-x64-musl` This is the **x86_64-unknown-linux-musl** binary for `@myriaddreamin/typst-ts-node-compiler`
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10780.typ
typst
Apache License 2.0
#let data = ( ("MODIFIER LETTER SMALL CAPITAL AA", "Lm", 0), ("MODIFIER LETTER SUPERSCRIPT TRIANGULAR COLON", "Lm", 0), ("MODIFIER LETTER SUPERSCRIPT HALF TRIANGULAR COLON", "Lm", 0), ("MODIFIER LETTER SMALL AE", "Lm", 0), ("MODIFIER LETTER SMALL CAPITAL B", "Lm", 0), ("MODIFIER LETTER SMALL B WITH HOOK", "...
https://github.com/Servostar/dhbw-abb-typst-template
https://raw.githubusercontent.com/Servostar/dhbw-abb-typst-template/main/src/style.typ
typst
MIT License
// .--------------------------------------------------------------------------. // | Global style of document | // '--------------------------------------------------------------------------' // Author: <NAME> // Edited: 27.06.2024 // License: MIT #import "branding.typ...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Code/languageInterceptor.typ
typst
#import("../Template/customFunctions.typ"): * #codly( highlights:( (line:4, fill:red, label: <getLanguage>), (line:6, fill:blue, label: <refreshLanguage>), ), ) ```ts export class LanguageInterceptor implements HttpInterceptor { private language: string; constructor(private languageService: LanguageService...
https://github.com/VadimYarovoy/CourseWork
https://raw.githubusercontent.com/VadimYarovoy/CourseWork/main/typ/introduction.typ
typst
= Введение Основная цель данной курсовой работы заключается в развитии навыков организации и планирования деятельности, необходимой для реализации проекта, направленного на усовершенствование ранее выпущенного программного продукта. Этот проект направлен на исправление обнаруженных пользователями ошибок и внедрение ул...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-2CEB0.typ
typst
Apache License 2.0
#let data = ( "0": ("<CJK Ideograph Extension F, First>", "Lo", 0), "1d30": ("<CJK Ideograph Extension F, Last>", "Lo", 0), )
https://github.com/AOx0/expo-nosql
https://raw.githubusercontent.com/AOx0/expo-nosql/main/themes/bristol.typ
typst
MIT License
//============================================== // University of Bristol theme for Typst slides. // Based on a previous version of <NAME>'s // UoB LaTeX Beamer template, found at // https://github.com/dawbarton/UoB-beamer-theme // ============================================= #import "../slides.typ": * #let bristol...
https://github.com/maucejo/tutorial_template
https://raw.githubusercontent.com/maucejo/tutorial_template/main/template/main.typ
typst
MIT License
// #import "@preview/tutorial:0.1.0": * #import "../src/tutorial.typ": * #let corr = false #show: tutorial.with( title: [Titre du TD] ) #obj[ + Objectif 1 + Objectif 2 + Objectif 3 ] = Titre de l'exercice == Présentation de l'exercice La @fig:bielle_manivelle est un mécanisme permettant de transformer un ...
https://github.com/ustctug/ustc-thesis-typst
https://raw.githubusercontent.com/ustctug/ustc-thesis-typst/main/chapters/intro.typ
typst
MIT License
= 简介 <简介> == 一级节标题 <一级节标题> === 二级节标题 <二级节标题> ==== 三级节标题 <三级节标题> ===== 四级节标题 <四级节标题> ====== 五级节标题 <五级节标题> 本模板 是中国科学技术大学本科生和研究生学位论文的 LaTeX 模板, 按照《#link("https://gradschool.ustc.edu.cn/static/upload/article/picture/ce3b02e5f0274c90b9331ef50ae1ac26.pdf")[中国科学技术大学研究生学位论文撰写手册]》(以下简称《撰写手册》)和 《#link("https://www.teach.ustc.edu...
https://github.com/galaxia4Eva/galaxia4Eva
https://raw.githubusercontent.com/galaxia4Eva/galaxia4Eva/main/typst/Porco%20Dio/album_cover.typ
typst
#set page(width:142mm, height: 125mm, margin: 0mm) #set image(width:142mm, height: 125mm) #set page(background: image("images/Dio.png")) #set text(font:"Gutenberg Textura", size:23mm, fill: rgb("FF10F0")) #block(spacing:10mm)[ #align(center+top)[ Porco ] #align(center+horizon)[ Dio ] ]
https://github.com/LDemetrios/ProgLectures
https://raw.githubusercontent.com/LDemetrios/ProgLectures/main/06-clojure-basics.typ
typst
#import "kotlinheader.typ" : * #import "@preview/cetz:0.1.2" #let background = white #let foreground = black Единственное, что здесь действительно стоит заметить, так это то, что код представляет из себя набор вложенных S-выражений: $("функция" "аргумент1" "аргумент2" ...)$. Запятые ничем не отличаются от пробелов. К...
https://github.com/jneug/typst-nassi
https://raw.githubusercontent.com/jneug/typst-nassi/main/README.md
markdown
MIT License
# nassi (v0.1.2) **nassi** is a package for [Typst](https://typst.app) to draw [Nassi-Shneiderman diagrams](https://en.wikipedia.org/wiki/Nassi–Shneiderman_diagram) (Struktogramme). ![](assets/example-1.png) ## Usage Import **nassi** in your document: ```typst #import "@preview/nassi:0.1.2" ``` There are several ...
https://github.com/dashuai009/dashuai009.github.io
https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/001.typ
typst
#let date = datetime( year: 2022, month: 10, day: 4, ) #metadata(( "title": "2020ccpc-Weihai威海-D-ABC_Conjecture", "author": "dashuai009", description: "", pubDate: date.display(), subtitle: [CCPC, 数论], ))<frontmatter> #import "../__template/style.typ": conf #show: conf #date.display(); // #outline(...
https://github.com/NathanBurgessDev/tabletop-war-game-helper
https://raw.githubusercontent.com/NathanBurgessDev/tabletop-war-game-helper/main/Interim%20Report/20363169-interim.typ
typst
#import "interimTemplate.typ": * #set page(numbering: "1",number-align: center) #show: diss-title.with( title: "Mixed Reality Tabletop War Game Assistant", author: "<NAME>", ID: "20363169", email: "<PASSWORD>", programme: "BSc Computer Science", module: "COMP3003", ) #pagebreak() #outline(titl...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10400.typ
typst
Apache License 2.0
#let data = ( ("DESERET CAPITAL LETTER LONG I", "Lu", 0), ("DESERET CAPITAL LETTER LONG E", "Lu", 0), ("DESERET CAPITAL LETTER LONG A", "Lu", 0), ("DESERET CAPITAL LETTER LONG AH", "Lu", 0), ("DESERET CAPITAL LETTER LONG O", "Lu", 0), ("DESERET CAPITAL LETTER LONG OO", "Lu", 0), ("DESERET CAPITAL LETTER S...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/meta/numbering-01.typ
typst
Other
#for i in range(0, 4) { numbering("A", i) [ for #i \ ] } ... \ #for i in range(26, 30) { numbering("A", i) [ for #i \ ] } ... \ #for i in range(702, 706) { numbering("A", i) [ for #i \ ] }
https://github.com/DrGo/typst-tips
https://raw.githubusercontent.com/DrGo/typst-tips/main/refs/samples/tufte-handout/sample_handout.typ
typst
#import "tufte-handout.typ": template, margin-note //#set page(flipped: true) #show: doc => template(title: "A sample handout", doc) = Part 1 #lorem(20) #margin-note[#lorem(10)] #lorem(30) #margin-note( figure(caption: "important diagram", { stack( path( stroke: black, ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/lorem_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Error: 7-9 missing argument: words // #lorem()
https://github.com/kdog3682/mathematical
https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/factorial-fraction.typ
typst
#import "@local/typkit:0.1.0": * #import "factorial.typ": factorial #import "fraction.typ": fraction /// this is the factorial function /// asdf /// sdf /// sdf /// sdf /// /// sdf /// sdf #let factorial-fraction( top: none, bottom: none, delimiter: "times", cancel: false, lhs: none, highlight-remaining: f...
https://github.com/typst-community/valkyrie
https://raw.githubusercontent.com/typst-community/valkyrie/main/src/types/sink.typ
typst
Other
#import "../base-type.typ": base-type #import "../assertions-util.typ": assert-base-type #import "../ctx.typ": z-ctx #let to-args-type(..args) = args #let sink( positional: none, named: none, ..args, ) = { if positional != none { assert-base-type(positional) } if named != none { assert-base-type(...
https://github.com/Dherse/typst-brrr
https://raw.githubusercontent.com/Dherse/typst-brrr/master/samples/masterproef/elems/ugent-theme.typ
typst
#import "./slides.typ": * #import "./colors.typ": * #import "./code_blocks.typ": * #let ratio = 1.621784511784512 #let text_inset = (inset: (x: 0.25cm / ratio, y: 0.13cm / ratio)) #let scale-size-comp(body, box-size, box-inset, styles) = { let body-size = measure(body, styles) if body-size.wi...
https://github.com/HPDell/typst-cineca
https://raw.githubusercontent.com/HPDell/typst-cineca/main/lib.typ
typst
MIT License
#import "/util/utils.typ": * // Make a calendar with events. #let calendar( // Event list. // Each element is a four-element array: // // - Index of day. Start from 0. // - Float-style start time. // - Float-style end time. // - Event body. Can be anything. Passed to the template.body to show more detail...
https://github.com/RhenzoHideki/desenvolvimento-em-fpga
https://raw.githubusercontent.com/RhenzoHideki/desenvolvimento-em-fpga/main/AE5/relatorioAE5.typ
typst
#import "../typst-ifsc/templates/article.typ":* #show: doc => article( title: "Relatório Atividade extra-classe 5 Relógio HH-MM-SS", subtitle: "Dispositivos lógicos programáveis", // Se apenas um autor colocar , no final para indicar que é um array authors: ("<NAME>",), date: "26 de Setembro de 2023", do...
https://github.com/lucas-bublitz/tUDESC
https://raw.githubusercontent.com/lucas-bublitz/tUDESC/main/template.typ
typst
Creative Commons Zero v1.0 Universal
// Modelo para Trabalhos Acadêmicos da UDESC // Criado por <NAME> // Licença livre nos termos do GNU // O autor se reserva ao direito de ser citado quanto parte, ou a integralidade, deste documento for utilizado por terceiros, não assumindo qualquer risco comercial, nem exigindo qualquer. #let udesc( config, doc )...
https://github.com/kacper-uminski/math-notes
https://raw.githubusercontent.com/kacper-uminski/math-notes/main/tams11/math.typ
typst
Creative Commons Zero v1.0 Universal
#let math_template( title: none, course: none, doc ) = { set text(size: 12pt, font: "New Computer Modern") set heading(numbering: "1.") show math.integral: math.limits.with(inline: false) align(center, text(18pt)[ #course - #title ]) align(center, text(15pt)[ <NAME> ]) p...
https://github.com/dashuai009/dashuai009.github.io
https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/037.typ
typst
#let date = datetime( year: 2022, month: 10, day: 25, ) #metadata(( title: "cmake对c++20 module的支持", subtitle: [c++20,modules,cmake], author: "dashuai009", description: "在cmake中,通过target_source增加了对c++20 module特性的支持。到了3.25版本,这一命令得到大幅改进。看起来是对c++20 module做了应有的支持(编译器不支持的语法,cmake也没办法)。", pubDate: date.display...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-110D0.typ
typst
Apache License 2.0
#let data = ( ("SORA SOMPENG LETTER SAH", "Lo", 0), ("SORA SOMPENG LETTER TAH", "Lo", 0), ("SORA SOMPENG LETTER BAH", "Lo", 0), ("SORA SOMPENG LETTER CAH", "Lo", 0), ("SORA SOMPENG LETTER DAH", "Lo", 0), ("SORA SOMPENG LETTER GAH", "Lo", 0), ("SORA SOMPENG LETTER MAH", "Lo", 0), ("SORA SOMPENG LETTER NG...
https://github.com/Clamentos/FabRISC
https://raw.githubusercontent.com/Clamentos/FabRISC/main/src/spec/Section2.typ
typst
Creative Commons Attribution Share Alike 4.0 International
/// #import "Macros.typ": * /// #section( [ISA Modules], [This section is dedicated to provide an overview of the modular capabilities of the FabRISC ISA. The list of modules and some implementation specific parameters will be presented shortly.], ///. subSection( [Module List], [F...
https://github.com/lyzynec/orr-go-brr
https://raw.githubusercontent.com/lyzynec/orr-go-brr/main/06/main.typ
typst
#import "../lib.typ": * #knowledge[ #question(name: [Formulate the general problem of calculus of variations. Explain the difference between the _variation_ and _differential_.])[ #part(name: [General problem of calculus of variations])[ $ y(a) = y_a, y(b) = y_b\ J(...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/crates/conversion/vec2sema/README.md
markdown
Apache License 2.0
# reflexo-vec2sema Render vector items into HTML semantics. See [Typst.ts](https://github.com/Myriad-Dreamin/typst.ts)
https://github.com/gongke6642/tuling
https://raw.githubusercontent.com/gongke6642/tuling/main/内省/询问/询问.typ
typst
= query 查找文档中的元素。 这些query功能使您可以在文档中搜索特定类型或具有特定标签的元素。要使用它,您首先需要确保上下文可用。 == 寻找元素 在下面的示例中,我们创建一个自定义页面标题,以小写字母显示文本“Typst Academy”和当前部分标题。在第一页上,节标题被省略,因为标题位于第一个节标题之前。 为了实现这种布局,我们打开一个context,然后查询当前位置之后的所有标题。上下文块中的代码运行两次:每页运行一次。 - 在第一页上,查询当前位置之前的所有标题会产生一个空数组:没有以前的标题。我们检查这种情况并只显示“Typst Academy”。 - 对于第二页,我们从查询结果中检索最后一个元素。...
https://github.com/jordanqt327/Typst-Pruebas
https://raw.githubusercontent.com/jordanqt327/Typst-Pruebas/main/Typst/prueba.typ
typst
= My Document Title This is a paragraph in Typst. You can write your text here. == Section Title You can also create sections and subsections. Here's a simple formula: $a^2 + b^2 = c^2$. * This is a bullet point. * Another bullet point. 1. This is a numbered list item. 2. Another numbered list item. ...
https://github.com/ckunte/typst-snippets-st
https://raw.githubusercontent.com/ckunte/typst-snippets-st/master/README.md
markdown
MIT License
# Custom Typst snippets for use in Sublime Text Typesetting documents, letters, reports, or even books in [Typst] is not as verbose as LaTeX, but certainly error-prone, given the need for strict syntax. A handful of [Sublime Text][st] snippets provided in this repository try to reduce this tedium to as low as practica...
https://github.com/giZoes/justsit-thesis-typst-template
https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/others/bachelor-evaluation.typ
typst
MIT License
#import "style.typ": 字体, 字号 #let table-stroke = 0.5pt #let indent = h(2em) #let proposal ={ // set page(numbering: "1") // counter.(page).update(0) align(center, text( font: 字体.宋体, size: 字号.小三, weight: "bold", "江苏科技大学苏州理工学院毕业设计(论文)中期检查表" )) set text(font: 字体.宋体, size: 字号.五号) set par(first-line-indent: 2em) //...
https://github.com/ysthakur/PHYS121-Notes
https://raw.githubusercontent.com/ysthakur/PHYS121-Notes/main/Notes/Ch01.typ
typst
MIT License
= Chapter 1 == Distance vs Displacement - Distance is an absolute value, how much you travelled - Displacement is $Delta x = "end" - "start"$ - Path doesn't matter - Vector quantity == Significant figures - When multiplying or dividing, whichever operand had fewer significant figures, that's how many significan...
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/lernerfolgskontrollen/spue01/main.typ
typst
Other
#import "/src/lernerfolgskontrollen/template.typ": * #set page(flipped: true) #set text(size: 0.675em) #show: columns.with(2) #show: project.with( topic: "Schriftlicher Dialog", stufe: 9 ) *Aufgabe* #h(1fr) (20 P.) \ Wähle von den folgenden zwei Situationen eine aus. Gestalte anschließend einen philosophischen D...
https://github.com/werifu/HUST-typst-template
https://raw.githubusercontent.com/werifu/HUST-typst-template/main/CHANGELOG.md
markdown
MIT License
**before** 前面没有写changelog,之后补上 **2023/05/09** * 添加引用的自动跳转 * 更换文献引用格式,使用 #bib_cite("xxx") 引用而非直接@ **2023/05/15** * 添加了自定义 * 调整了行间距(1.5em => 1.24em),肉眼校对,无公式支撑 * 自定义了目录,符合网安学院要求 **2023/06/03** * 优化 sample 和 readme 文案 **2023/06/08** * 支持匿名化处理,anony 参数控制是否用小黑条 * feature 说明 **2023/06/09** * 增加了一些图示说明 **2023/12/2...
https://github.com/jdupak/thesis-slides-rustgcc
https://raw.githubusercontent.com/jdupak/thesis-slides-rustgcc/master/main.typ
typst
#import "@preview/polylux:0.3.1": * #import "@preview/fletcher:0.3.0" as fletcher: node, edge #import "theme/ctu.typ": * #show: ctu-theme.with() #title-slide[ = Memory Safety Analysis for Rust GCC #v(0.75em) #set text(size: 1em) <NAME> #v(1em) #set text(size: 0.7em) #table( ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/attach-p1_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test function call after subscript. $pi_1(Y), a_f(x), a^zeta (x), a^abs(b)_sqrt(c) \ a^subset.eq (x), a_(zeta(x)), pi_(1(Y)), a^(abs(b))_(sqrt(c))$
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.1.2/src/bezier.typ
typst
Apache License 2.0
// This file contains functions related to bezier curve calculation #import "vector.typ" // Map number v from range (ds, de) to (ts, te) #let _map(v, ds, de, ts, te) = { let d1 = de - ds let d2 = te - ts let v2 = v - ds let r = v2 / d1 return ts + d2 * r } /// Get point on quadratic bezier at position t ///...
https://github.com/NaviHX/bupt-master-dissertation.typ
https://raw.githubusercontent.com/NaviHX/bupt-master-dissertation.typ/main/bupt-master-dissertation.typ
typst
#import "@preview/tablex:0.0.7": gridx, tablex, hlinex, colspanx #import "@preview/i-figured:0.2.3" #import "chinese-cover.typ": chinese-cover #import "english-cover.typ": english-cover #let defense-committee( roman: "Times New Roman", songti: "Noto Serif CJK SC", heiti: "Noto Sans CJK SC", members, defend-date, )...
https://github.com/yasemitee/Teoria-Informazione-Trasmissione
https://raw.githubusercontent.com/yasemitee/Teoria-Informazione-Trasmissione/main/2023-11-17.typ
typst
== Canale BEC - Canale Binario ERASER Si tratta di un canale binario a cancellazione con $Chi = {0,1}$ e $Y = {0,1,e}$, dove $e$ indica la perdita di un simbolo o meglio la cancellazione di un simbolo (eraser). Il canale BEC è definito nel seguente modo: #v(12pt) #figure( image("assets/2023-11-17 canale-eraser.png...
https://github.com/Vanille-N/mpri2-edt
https://raw.githubusercontent.com/Vanille-N/mpri2-edt/master/edt.typ
typst
#import "typtyp.typ" #let tt = typtyp #import "mpri.typ" #import "time.typ" #import "classes.typ" #let blank_color = rgb("f8f8f8") #let table_ratio = 94% #let title_ratio = 5% #let small_gutter = 1.5pt #let large_gutter = 3pt #let cell = rect.with( inset: 10pt, outset: 0pt, width: 100%, height: 100%, radius...
https://github.com/tingerrr/hydra
https://raw.githubusercontent.com/tingerrr/hydra/main/CHANGELOG.md
markdown
MIT License
# [unreleased](https://github.com/tingerrr/hydra/releases/tags/) ## Added ## Removed ## Changed ## Fixed --- # [v0.5.1](https://github.com/tingerrr/hydra/releases/tags/v0.5.1) ## Fixed - hydra no longer considers candidates on pages after the current page (https://github.com/tingerrr/hydra/pull/21) --- # [v0.5.0...
https://github.com/SeniorMars/typst.nvim
https://raw.githubusercontent.com/SeniorMars/typst.nvim/main/README.md
markdown
Apache License 2.0
# typst.nvim WIP. Goals: Tree-sitter highlighting, snippets, and a smooth integration with neovim. For the past week, I've been thinking what I want for Neovim and typst. I now believe that typst will big, and I want to fully support everything the best way I can. So here is what I want: - [ ] Treesitter support: ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/octique/0.1.0/README.md
markdown
Apache License 2.0
# typst-octique GitHub [Octicons](https://primer.style/foundations/icons/) for Typst. ## Installation ```typst #import "@preview/octique:0.1.0": * ``` ## Usage ```typst // Returns an image for the given name. octique(name, color: rgb("#000000"), width: 1em, height: 1em) // Returns a boxed image for the given name...
https://github.com/christophermanning/typst-docker
https://raw.githubusercontent.com/christophermanning/typst-docker/main/examples/resume.typ
typst
MIT License
#set document(date: none) #set page( header: [ #text(2em)[*Firstname Lastname*] \ <EMAIL> | #link("https://www.linkedin.com/in/")[linkedin.com/in/] | #link("https://www.github.com/")[github.com/] | City, State ], ) #let titleline(title) = { v(1em) text[== #title] v(-2pt); line(length: 100...
https://github.com/voXrey/cours-informatique
https://raw.githubusercontent.com/voXrey/cours-informatique/main/typst/22-algorithme-du-texte.typ
typst
#import "@preview/codly:0.2.1": * #show: codly-init.with() #codly() #set text(font: "Roboto Serif") = Chapitre 22 : Algorithmique du Texte <chapitre-22-algorithmique-du-texte> == Notations et Vocabulaire <notations-et-vocabulaire> === Notations <notations> On appelle alphabet, souvent noté $Sigma$, un ensemble fini d...
https://github.com/QuadnucYard/touying-theme-seu
https://raw.githubusercontent.com/QuadnucYard/touying-theme-seu/main/README.zh.md
markdown
MIT License
# 东南大学幻灯片模板(typst) [[English]](./README.md) 基于 [Touying](https://touying-typ.github.io/touying/zh/) 的 university 风格实现的东南大学幻灯片模板(typst)。 ## 主题 目前只提供了一个 Beamer 风格的主题 `themes/seu-beamer.typ`,仿自 <https://github.com/TouchFishPioneer/SEU-Beamer-Slide>,在 `examples/beamer-sms.typ` 中提供迁移示例。 欢迎投稿更多模板! ## License Licensed ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/container_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test block sizing. #set page(height: 120pt) #set block(spacing: 0pt) #block(width: 90pt, height: 80pt, fill: red)[ #block(width: 60%, height: 60%, fill: green) #block(width: 50%, height: 60%, fill: blue) ]
https://github.com/Skimmeroni/Appunti
https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Matematica4AI/Math4AI_notes.typ
typst
Creative Commons Zero v1.0 Universal
#set text( font: "Gentium Plus", size: 10pt, lang: "en" ) #set page( paper: "a4", header: align(right)[_Advanced Foundations of Mathematics for AI_], numbering: "1" ) #set par( justify: true ) #set heading( numbering: "1." ) #import "Math4AI_definitions.typ": * #show: thmrules.with(qed-symbol: $square$) #show...
https://github.com/gianzamboni/cancionero
https://raw.githubusercontent.com/gianzamboni/cancionero/main/theme/project.typ
typst
#let docFontSize = 16pt #let titleTest(size: 1.75em) = (font: "Rancho", size: size, weight: 700) #let makeFullPageTitle(it) = { set text(..titleTest()) if(it.body == [Índice]) { it.body linebreak() v(0pt) } else { set text(size: 1.5em) pagebreak(weak: true) align(center + horizon, it.b...
https://github.com/kdog3682/mathematical
https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/dialogues/index.typ
typst
#import "layouts/singleton-meta-layout.typ": singleton-meta-layout #import "dialogue-layout.typ": dialogue-layout // #let singleton = base-dialogue.with(meta-layout: singleton-meta-layout) // /home/kdog3682/projects/typst/mathematical/0.1.0/src/academic/multiple-choice-question.typ // /home/kdog3682/projects/typst/ma...
https://github.com/zenor0/simple-neat-typst-cv
https://raw.githubusercontent.com/zenor0/simple-neat-typst-cv/master/README.md
markdown
MIT License
# SIMPLE-NEAT-CV 这是个人自用的一个 Typst 简历模板 ## 预览 ![simple-neat-cv](./example.png) ## 使用 > [!NOTE] > 使用前请确保你的系统上已经安装了 `typst` 以及你的系统中安装了 阿里巴巴普惠体3.0 字体 首先请克隆本仓库 ```bash git clone ``` ### 本地使用 > [!NOTE] > WIP, 这个方法不一定在所有系统上正常工作. 执行 ```bash make ``` 若指令工作正常, 应该会将本模板加入到 typst 包管理器中. 此时你可以通过 `@local/simple-neat-cv:0....
https://github.com/barrel111/readings
https://raw.githubusercontent.com/barrel111/readings/main/notes/online.typ
typst
#import "@local/preamble:0.1.0": * #import "@preview/lovelace:0.2.0": * #show: setup-lovelace #show: project.with( course: "CS", sem: "Summer", title: "Online Algorithms", subtitle: "", // authors: ("<NAME>",), ) #let OPT = `OPT` #let ALG = `ALG` = Introduction == Approximation Algorithms #definition( ...
https://github.com/SabrinaJewson/cmarker.typ
https://raw.githubusercontent.com/SabrinaJewson/cmarker.typ/main/README.md
markdown
MIT License
<picture> #set document(title: "cmarker.typ") #set page(numbering: "1", number-align: center) #set text(lang: "en") #align(center, text(weight: 700, 1.75em)[cmarker.typ]) #set heading(numbering: "1.") #show link: c => text(underline(c), fill: blue) #set image(height: 2em) #show par: set block(above: 1.2em, below: 1.2em...
https://github.com/DavinDiaz/reporte_psiconsciencia
https://raw.githubusercontent.com/DavinDiaz/reporte_psiconsciencia/main/_extension/reporte_psiconsciencia/main.typ
typst
#import "template.typ": * #set outline(title: "Table of contents") #show: bubble.with( title: "Bubble template", subtitle: "Simple and colorful template", author: "hzkonor", affiliation: "University", date: datetime.today().display(), year: "Year", class: "Class", //main-color: "4DA6FF", logo: image...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS2110/Quiz3StudyGuides.typ
typst
#import "../../template.typ": * #show: template.with( title: [ CS 2110 Quiz 3 Notes ], authors: ( ( name: "<NAME>", link: "https://github.com/katamyra" ), ), ) #set text( fill: rgb("#04055c") ) = I/O (Input / Output) The LC-3 uses *memory-mappings* (reserved locations of its memory...
https://github.com/coco33920/.files
https://raw.githubusercontent.com/coco33920/.files/mistress/typst_templates/letter/main.typ
typst
#import "template.typ": * #show: letter.with( sender: [ <NAME>, Universal Exports, 1 Heavy Plaza, Morristown, NJ 07964 ], recipient: [ Mr. <NAME> \ Acme Corp. \ 123 Glennwood Ave \ Quarto Creek, VA 22438 ], date: [Morristown, June 9th, 2023], subject: [Revision of our Producrement Contra...
https://github.com/rikhuijzer/phd-thesis
https://raw.githubusercontent.com/rikhuijzer/phd-thesis/main/style.typ
typst
The Unlicense
#import "functions.typ": only #let table_of_contents() = context { let chapter_selector = selector( heading.where(level: 1) ) let chapters = query(chapter_selector) let numbers = range(1, chapters.len() + 1) [ \ #text(upper("Table of Contents"), style: "italic", size: 12pt) \ \ #table( ...
https://github.com/lrberge/cv
https://raw.githubusercontent.com/lrberge/cv/main/CV.typ
typst
// // Font awesome // /* Install the fontawesome fonts: - 1: download -- https://fontawesome.com/download - 2: go to the folder otfs and install the fonts - 3: use: #text(font: "Font Awesome 6 Free")[\u{f09b}] */ #let fa-github = text(font: "Font Awesome 6 Free")[\u{f09b}] #let fa-envelope = text(font: "Font Awes...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fruitify/0.1.0/fruitify.typ
typst
Apache License 2.0
#let _exports = { let xorshift_plugin = plugin("xorshift_plugin.wasm") let to_le_bytes(n) = { // assumption: n is an unsigned integer let res = () while n > 0 { res += (calc.rem(n, 256),) n = calc.quo(n, 256) } res } let from_le_bytes(b) = { let res = 0 let mul = 1 for byte in b { res += ...
https://github.com/kfijalkowski1/typst-diff-tool
https://raw.githubusercontent.com/kfijalkowski1/typst-diff-tool/main/typst_ast_parser/data/5_add_paragraphs/add_paragraphs.typ
typst
#import "@preview/pesha:0.2.0": * #experience( place: "Hot Topic", title: "Retail-sales associate", time: [2004--06], )[ - Top in-store sales associate in seven out of eight quarters - Inventory management - Training and recruiting ] #experience( place: "Home", title: "Home information", time: [2024--10], )[ - size 4...
https://github.com/vEnhance/1802
https://raw.githubusercontent.com/vEnhance/1802/main/r10.typ
typst
MIT License
#import "@local/evan:1.0.0":* #show: evan.with( title: [Notes for 18.02 Recitation 10], subtitle: [18.02 Recitation MW9], author: "<NAME>", date: [7 October 2024], ) #quote(attribution: [Ars Brevis, by Piet Hein])[ There is \ one art, \ no more, \ no less: \ to do \ all things \ with art- \ lessness. \ ] Th...
https://github.com/J3m3/poolc-fp
https://raw.githubusercontent.com/J3m3/poolc-fp/main/lib/style.base.typ
typst
MIT License
#let default_font = "Pretendard" #let fontsize_big = 30pt #let fontsize_medium = 25pt #let fontsize_small = 20pt #let fontsize_extrasmall = 16pt #let fontsize_copyright = 6pt #let (margin_x, margin_y) = (1.1cm, 1.1cm) // ======= CHANGABLE THINGS ======= #let color_light = rgb("#e0f0ed") #let color_medium = rgb("#a7da...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/058%20-%20Duskmourn%3A%20House%20of%20Horror/004_Children%20of%20the%20Carnival%2C%20Part%201.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Children of the Carnival, Part 1", set_name: "Duskmourn: House of Horror", story_date: datetime(day: 21, month: 08, year: 2024), author: "<NAME>", doc ) No one knew where the wind came from. It shouldn't have been blowing anymore: the House...
https://github.com/dashuai009/dashuai009.github.io
https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/019.typ
typst
#let date = datetime( year: 2022, month: 3, day: 14, ) #metadata(( "title": "文本分类", "author": "dashuai009", description: "bupt-人工智能课大作业", pubDate: "'Jul 08 2022'", subtitle: [人工智能,文本分类], ))<frontmatter> #import "../__template/style.typ": conf #show: conf == 1. 实验目的 <实验目的> - 掌握数据预处理的方法,对训练集数据进行预处理; -...
https://github.com/UBOdin/data_structures_book
https://raw.githubusercontent.com/UBOdin/data_structures_book/main/chapters/3-asymptotic.typ
typst
#set heading(numbering: "1.") #import "@preview/plotst:0.2.0": * = Asymptotic Runtime Complexity Data Structures are the fundamentals of algorithms: How efficient an algorithm is depends on how the data is organized. Think about your workspace: If you know exactly where everything is, you can get to it much faster t...
https://github.com/Myriad-Dreamin/shiroa
https://raw.githubusercontent.com/Myriad-Dreamin/shiroa/main/github-pages/docs/format/main.typ
typst
Apache License 2.0
#import "/github-pages/docs/book.typ": book-page #show: book-page.with(title: "Format") = Format In this section you will learn how to: - Structure your book correctly - Format your `book.typ` file - Configure your book using `book.typ` - Customize your theme
https://github.com/mintyfrankie/brilliant-CV
https://raw.githubusercontent.com/mintyfrankie/brilliant-CV/main/README.md
markdown
Apache License 2.0
<h1 align="center"> <img src='https://github.com/mintyfrankie/mintyfrankie/assets/77310871/64861d2d-971c-47cd-a5e8-5ad8659f2c2b'> <br><br> Brilliant CV </h1> <br> > If my work helps you drift through tedious job seeking journey, don't hesitate to think about [buying me a Coke Zero](https://github.com/sponsors/m...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20esterna/Manuale%20Utente/Manuale%20Utente.typ
typst
#import "/template_modern.typ": * #show: project.with( title: "Manuale Utente", authors: ( "<NAME>", "<NAME>", ), showLog: true, showImagesIndex: true, isExternalUse: true, ); = Introduzione == Scopo del documento Il presente documento ha lo scopo di illustrare le funzionalità del prodotto denominato _W...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/rivet/0.1.0/gallery/example3.typ
typst
Apache License 2.0
#import "../src/lib.typ": schema, config #let example = schema.load("/gallery/example1.yaml") //#schema.render(example) = Chapter 1 #lorem(50) = Chapter 2 #lorem(50) == Section 2.1 #lorem(20) #figure( schema.render(example, config: config.config(all-bit-i: false)), caption: "Test schema" ) #lorem(20) = Chap...
https://github.com/giZoes/justsit-thesis-typst-template
https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/resources/utils/custom-numbering.typ
typst
MIT License
// 一个简单的自定义 Numbering // 用法也简单,可以特殊设置一级等标题的样式,以及一个缺省值 #let custom-numbering(base: 1, depth: 5, first-level: auto, second-level: auto, third-level: auto, format, ..args) = { if (args.pos().len() > depth) { return } if (first-level != auto and args.pos().len() == 1) { if (first-level != "") { nu...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/bytefield/0.0.4/lib/gen.typ
typst
Apache License 2.0
#import "types.typ": * #import "utils.typ": * #import "asserts.typ": * #import "states.typ": * #import "@preview/tablex:0.0.8": tablex, cellx, gridx /// generate metadata which is needed later on #let generate_meta(fields, args) = { // collect metadata into an dictionary // let bh = fields.find(f => is-header-fi...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/case-01.typ
typst
Other
// Error: 8-9 expected string or content, found integer #upper(1)
https://github.com/a-kkiri/HEU-Report-Typst
https://raw.githubusercontent.com/a-kkiri/HEU-Report-Typst/main/README.md
markdown
Apache License 2.0
<h1 align="center"> <a href="https://github.com/a-kkiri/HEU-Report-Typst"> <img alt="HEU_Latex_Template" src="https://github.com/a-kkiri/HEU-Report-Typst/blob/main/figures/heu_logo.png?raw=true" /> </a> <a href="https://github.com/typst/typst"> <img alt="Typst" src="https://user-images.git...
https://github.com/catppuccin/typst
https://raw.githubusercontent.com/catppuccin/typst/main/src/flavors/catppuccin-macchiato.typ
typst
MIT License
#let macchiato = ( name: "Macchiato", emoji: "🌺", order: 2, dark: true, light: false, colors: ( rosewater: ( name: "Rosewater", order: 0, hex: "#f4dbd6", rgb: rgb(244, 219, 214), accent: true, ), flamingo: ( name: "Flamingo", order: 1, hex: "#f0c6...
https://github.com/v411e/optimal-ovgu-thesis
https://raw.githubusercontent.com/v411e/optimal-ovgu-thesis/main/template/chapter/99-Appendix.typ
typst
MIT License
#counter(heading).update(0) #set heading(numbering: (..nums) => { let vals = nums.pos() let value = "ABCDEFGHIJ".at(vals.at(0) - 1) if vals.len() == 1 { return "Appendix " + value } else { return value + "." + nums.pos().slice(1).map(str).join(".") } }) = == Lorem <appendix_lorem>
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/par-bidi_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test reordering with different top-level paragraph directions. #let content = par[Text טֶקסט] #text(lang: "he", content) #text(lang: "de", content)
https://github.com/tuto193/typst-uos-thesis
https://raw.githubusercontent.com/tuto193/typst-uos-thesis/main/languages.typ
typst
MIT License
// Template for other languages. Replace values but not keys where needed #let english = ( degree: ( bachelor: "Bachelor's thesis", master: "Master's thesis", ), index: "Contents", supervisors: ( first: "First supervisor", second: "Second supervisor", ), sections: ( main: "Chapter", ...
https://github.com/HEIGVD-Experience/docs
https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S5/MAT3/docs/3-ReprGeometriquePlanGauss/repr-geometrie-plan-Gauss.typ
typst
#import "/_settings/typst/template-note.typ": conf #show: doc => conf( title: [ Représentation géométrique et plan de Gauss ], lesson: "MAT3", chapter: "3 - Représentation géométrique et plan de Gauss", definition: "Ce document présente la représentation géométrique des nombres complexes dans le plan de G...
https://github.com/medewitt/bio720
https://raw.githubusercontent.com/medewitt/bio720/main/main.typ
typst
BSD 3-Clause "New" or "Revised" License
#import "template.typ": * #show: ams-article.with( title: "Reading notes: An integrated map of genetic variation from 1,092 human genomes", authors: ( ( name: "<NAME>", department: [Department of Biology], organization: [Wake Forest University], location: [Winston Salem, NC 27101], ...
https://github.com/Q4kK/resume
https://raw.githubusercontent.com/Q4kK/resume/master/resume.typ
typst
#import "template.typ": * #show link: underline #show: resume.with( aside: [ #text(size: 20pt, fill: black, weight: "bold", "<NAME>") = Contact - #link("mailto:<EMAIL>") - +1 612-391-3470 - #link("github.com/q4kK") ] ) = About Me #bio()[I am a hard-working individual with a large interest in computer syst...
https://github.com/icyzeroice/typst-packages
https://raw.githubusercontent.com/icyzeroice/typst-packages/main/README.md
markdown
MIT License
# My collection for typst packages > PowerShell is compatible for macOS, Windows and Linux. Just [install it](https://github.com/PowerShell/PowerShell?tab=readme-ov-file#get-powershell) and it is so convenient! | package | description | |:--:|:--:| | [minimal-styling](./packages/minimal-styling/README.md) | a simple ...
https://github.com/mem-courses/linear-algebra
https://raw.githubusercontent.com/mem-courses/linear-algebra/main/note/3.矩阵的运算.typ
typst
#import "../template.typ": * #show: project.with( title: "Linear Algebra #3", authors: ( (name: "<NAME>", email: "<EMAIL>", phone: "3230104585"), ), date: "November 13, 2023", ) #let AA = math.bold("A") #let BB = math.bold("B") #let CC = math.bold("C") #let DD = math.bold("D") #let EE = math.bold("E") #let ...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/dict-03.typ
typst
Other
// Test default value. #test((a: 1, b: 2).at("b", default: 3), 2) #test((a: 1, b: 2).at("c", default: 3), 3)
https://github.com/physicshinzui/typst-templates
https://raw.githubusercontent.com/physicshinzui/typst-templates/main/book/book-template.typ
typst
// ======== Preamble ========= #import "@preview/ctheorems:1.1.2": * #import "@preview/physica:0.9.2": * // Define my template as a function `conf` #let conf( title: "Title", author: "Authors", date: datetime.today().display(), lang: "en", font: "New Computer Modern", toc: false, bibliography-file: none...