repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/template.typ
typst
Other
#let color-orange = rgb("#B85A22") #let color-orange-light = rgb("#DD8047") #let color-blue = rgb("#94B6D2") #let color-brown = rgb("#775F55") #let refpage(label) = link(label, context counter(page).at(label).first()) #let index(name, content: none) = { let s = state("indices", (:)) if name == none { ...
https://github.com/hitszosa/universal-hit-thesis
https://raw.githubusercontent.com/hitszosa/universal-hit-thesis/main/harbin/bachelor/conf.typ
typst
MIT License
#import "../../common/theme/type.typ": 字体, 字号 #import "components/typography.typ": main-format-heading, special-chapter-format-heading #import "utils/numbering.typ": heading-numbering #import "config/constants.typ": special-chapter-titles #import "config/constants.typ": current-date #import "utils/states.typ": thesis-i...
https://github.com/ad-si/invoice-maker
https://raw.githubusercontent.com/ad-si/invoice-maker/master/examples/with-body.typ
typst
ISC License
#import "../invoice-maker.typ": * #import "../fixtures/example-data.typ": * #show: invoice.with( language: "en", banner-image: image("../fixtures/banner.png"), invoice-id: "2024-03-10t172205", issuing-date: "2024-03-10", delivery-date: "2024-02-29", due-date: "2024-03-20", biller: biller, hourly-rate: ...
https://github.com/kilpkonn/typst-thesis
https://raw.githubusercontent.com/kilpkonn/typst-thesis/main/template.typ
typst
MIT License
#import "@preview/codelst:2.0.1": sourcecode #import "@preview/drafting:0.2.0": * // For notes in margins // The project function defines how your document looks. // It takes your content and some metadata and formats it. // Go ahead and customize it to your liking! #let project( title: "", title_estonian: "", t...
https://github.com/rabotaem-incorporated/probability-theory-notes
https://raw.githubusercontent.com/rabotaem-incorporated/probability-theory-notes/master/utils/shortcuts.typ
typst
// shortcuts #show "iff": "тогда и только тогда, когда" #let iff = math.limits(sym.arrow.l.r.double.long) #let imply = math.limits(sym.arrow.r.double.long) #let since = math.limits(sym.arrow.l.double.long) #let empty = sym.nothing.rev #let maps = sym.arrow.long.bar #let sim = sym.zws + sym.tilde + sym.zws #let pc = sym...
https://github.com/r8vnhill/keen-manual
https://raw.githubusercontent.com/r8vnhill/keen-manual/main/manual.typ
typst
BSD 2-Clause "Simplified" License
#import "template.typ": * // Take a look at the file `template.typ` in the file panel // to customize this template and discover how it works. #show: project.with( title: "Evolutionary Algorithms with Keen", authors: ( (name: "<NAME>", email: "<EMAIL>"), ), logo: "TransparentBg.png", ) #show raw.where(la...
https://github.com/jakobjpeters/Typstry.jl
https://raw.githubusercontent.com/jakobjpeters/Typstry.jl/main/docs/source/guides/the_julia_to_typst_interface.md
markdown
MIT License
# The Julia to Typst Interface This guide illustrates how to implement Typst formatting for custom types. ## Setup ```jldoctest 1 julia> import Base: show julia> import Typstry: context, show_typst julia> using Typstry ``` ## Implementation Consider this custom type. ```jldoctest 1 julia> struct Reciprocal{N <...
https://github.com/phinixplus/docs
https://raw.githubusercontent.com/phinixplus/docs/master/source/cpu/regfile.typ
typst
Other
#let regfile = [ #import "/source/utilities.typ": note, comment = Register Files A register file is a grouping of individually addressable memory cells, also known as registers, that are closely coupled with the operation and structure of a processor architecture. PHINIX+ defines three of these register files, each w...
https://github.com/SkytAsul/INSA-Typst-Template
https://raw.githubusercontent.com/SkytAsul/INSA-Typst-Template/main/insa-template/letter-template.typ
typst
MIT License
#let heading-fonts = ("League Spartan", "Arial", "Liberation Sans") #let normal-fonts = ("Source Serif", "Source Serif 4", "Georgia") #let insa-letter( author : none, insa : "rennes", date : datetime.today(), footer: none, doc ) = { set text(lang: "fr", font: normal-fonts) set page( "a4", margin: ...
https://github.com/piepert/grape-suite
https://raw.githubusercontent.com/piepert/grape-suite/main/src/colors.typ
typst
MIT License
#let blue = rgb("#648fff") #let purple = rgb("#555ef0").darken(50%) #let magenta = rgb("#dc267f") #let brown = rgb("#fe6100").darken(50%) #let yellow = rgb("#ffb000") #let orange = none #let red = none #let green = none
https://github.com/maxgraw/bachelor
https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/8-appendix/task.typ
typst
=== Einleitung Stellen Sie sich vor, Sie möchten ein Zimmer Ihrer Wahl mit einem neuen Schrank einrichten und sind auf das modulare Möbelsystem „StackCubes“ gestoßen. Sie sind sich jedoch unsicher, ob dieses System Ihren Anforderungen entspricht und ob es in Ihr Zimmer passt. Im Folgenden wird Ihnen eine Applikation vo...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Diagrams/idea2.typ
typst
```pintora erDiagram Module { INT id PK INT credits INT hoursPresence } Module_Translation { INT id PK STRING name STRING subtitle STRING description STRING exam STRING learningOutcomes INT languageId FK INT moduleId FK } Module ||--o{ Module_Translation : "trans...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/covers/oktoich/H12.typ
typst
#set text(font: "Monomakh Unicode", lang: "cu") #set page(header: "", footer: "") #import "/style.typ": * #align(center)[#text(80pt)[#redText[☦]]] #align(center)[#redText[ #text(60pt)[Ѻ҆КТѠ́ИХЪ]\ \ #text(20pt, black)[си́рѣчь]\ \ #text(30pt)[Ѻ҆СМОГЛА́СНИКЪ]\ \ #text(50pt)[гла́сы а҃‑в҃]\ ]]\ \...
https://github.com/86challenge/rules
https://raw.githubusercontent.com/86challenge/rules/main/rules.typ
typst
#import "template.typ": template, frontmatter, spacer #show: template #frontmatter(title: "2025 Rules", revision: "0.1") #heading(outlined: false)[ Introduction ] Welcome to 86 Challenge. Drivers of all skill levels are welcome and there is no charge to participate. See #link("https://86challenge.us")[86challeng...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/dynamic/syntax.md
markdown
# General syntax for `#only` and `#uncover` Both functions are used in the same way. They each take two positional arguments, the first is a description of the subslides the content is supposed to be shown on, the second is the content itself. Note that Typst provides some syntactic sugar for trailing content arguments...
https://github.com/jneug/typst-codetastic
https://raw.githubusercontent.com/jneug/typst-codetastic/main/bitfield.typ
typst
MIT License
#import "bits.typ" // TODO: This probably should be improved / optimized. /// Creates a new bitfield of the given dimensions and /// initializes its values with the given init function. /// /// A bitfield stores bits in an array of arrays. The value /// at `bitfield.at(i).at(j)` is the bit in row `i`, column `j`. /...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/shape-aspect_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test relative width and height and size that is smaller // than default size. #set page(width: 120pt, height: 70pt) #set align(bottom) #let centered = align.with(center + horizon) #stack( dir: ltr, spacing: 1fr, square(width: 50%, centered...
https://github.com/arthurcadore/eng-telecom-workbook
https://raw.githubusercontent.com/arthurcadore/eng-telecom-workbook/main/semester-7/COM_1/homework3/homework.typ
typst
MIT License
#import "@preview/klaro-ifsc-sj:0.1.0": report #import "@preview/codelst:2.0.1": sourcecode #show: doc => report( title: "Modulação de Fase e Quadratura (IQ)", subtitle: "Sistemas de Comunicação I", authors: ("<NAME>",), date: "07 de Abril de 2024", doc, ) = Introdução \ O objetivo deste relatório, é aprese...
https://github.com/MrHedmad/kerblam-paper
https://raw.githubusercontent.com/MrHedmad/kerblam-paper/main/src/main.typ
typst
#import "template.typ": *; #import "@preview/subpar:0.1.1"; #show: project.with( title: "Structuring data analysis projects in the Open Science era with Kerblam!", authors: ( ( name: "<NAME>", shortname: "L.V.", email: "<EMAIL>", affiliation: "*", orcid: "0000-0003-2568-5694", ...
https://github.com/voXrey/cours-informatique
https://raw.githubusercontent.com/voXrey/cours-informatique/main/typst/06-graphes-pondérés.typ
typst
#import "@preview/codly:0.2.1": * #show: codly-init.with() #codly() #set text(font: "Roboto Serif") = <NAME> <graphes-pondérés> == I - Mathématiquement <i---mathématiquement> == III - Recherche de chemin de poids minimal dans un graphe pondéré <iii---recherche-de-chemin-de-poids-minimal-dans-un-graphe-pondéré> === 1....
https://github.com/LaPreprint/typst
https://raw.githubusercontent.com/LaPreprint/typst/main/lapreprint.typ
typst
MIT License
#let template( // The paper's title. title: "Paper Title", subtitle: none, // An array of authors. For each author you can specify a name, orcid, and affiliations. // affiliations should be content, e.g. "1", which is shown in superscript and should match the affiliations list. // Everything but but the na...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/经济学原理/hw/hw7.typ
typst
#import "../../template.typ": * #show: note.with( title: "作业7", author: "YHTQ ", date: none, logo: none, withOutlined: false ) = C 吉芬品即收入效应(负)大于替代效应(正)的商品 = D 热狗消费量随收入增加先增加后下降 = D $Q(t K, t L) = t^(1.2)Q(K, L)$ = 可能。假设食物、衣服和第三种商品的效用函数为: $ u = x + y + 100 (min(z, 2)-2) $ 它是关于每个分量单调的...
https://github.com/pawarherschel/typst
https://raw.githubusercontent.com/pawarherschel/typst/main/src/msg.typ
typst
Apache License 2.0
#import "template/template.typ": * #show: layout #set text(size: 12pt) //set global font size #let dateSeparator = "/" #let date = {[#datetime.today().day()] + dateSeparator + [#datetime.today().month()] + dateSeparator + [#datetime.today().year()]} #let companyName = "Zelis" #let jobTitle = "RUST Programmer - Data ...
https://github.com/antonWetzel/Masterarbeit
https://raw.githubusercontent.com/antonWetzel/Masterarbeit/main/arbeit/setup.typ
typst
#import "../packages/todo.typ": * #import "../packages/placeholder.typ": * #import "../packages/subfigure.typ": * #import "@preview/cetz:0.2.0" as cetz #import "@preview/tablex:0.0.8": tablex, colspanx, rowspanx #import "@preview/wordometer:0.1.0": word-count, total-words #let black = cmyk(0%, 0%, 0%, 100%) #let setu...
https://github.com/seapat/markup-resume-lib
https://raw.githubusercontent.com/seapat/markup-resume-lib/main/utils.typ
typst
Apache License 2.0
#let parse_isodate(isodate) = { let date = "" date = datetime( year: int(isodate.slice(0, 4)), month: int(isodate.slice(5, 7)), day: int(isodate.slice(8, 10)), ) date } #let capitalize(string) = [ #upper(string.at(0))#string.slice(1) ] #let format_date(entry, date_format, render_settings) = { ...
https://github.com/BoostCookie/systemd-tshirtd
https://raw.githubusercontent.com/BoostCookie/systemd-tshirtd/main/src/common.origlogo.typ
typst
//#set page(fill: rgb(0%, 0%, 0%, 0%)) //#set page(fill: rgb("#201a26")) #set page(width: 252mm, height: auto, margin: (top: 0em, right: 0em, bottom: 2em, left: 0em)) #set align(center) #set text(font: "Roboto", fill: white, weight: "bold") #let logo_height = 9.6em #image("./systemd-dark-logo.svg", height: logo_height...
https://github.com/pank-su/report_3
https://raw.githubusercontent.com/pank-su/report_3/master/templates/index.typ
typst
#import "titlepage.typ": titlepage #import "toc.typ": toc #import "escd.typ": basicFrame #let index( authors: (), title: "", body, ) = { set document(author: authors, title: title) // Структура // Титульный лист // titlepage(title: title, // authors: authors, // position: "Преподаватель", // edu...
https://github.com/EricWay1024/typst-cv
https://raw.githubusercontent.com/EricWay1024/typst-cv/master/resume.typ
typst
#import "./templates/resume.template.typ": * #show: resume.with( author: "<NAME>", // location: "Hill Valley, CA", contacts: ( [#link("mailto:<EMAIL>")[<EMAIL>]], // [+44 (0)7856737491], // [+86 18961356233], ), ) = Education #edu( institution: "University of Oxford", date: "Oct 2023 - Jun 202...
https://github.com/SnowManKeepsOnForgeting/NoteofModernControlTheory
https://raw.githubusercontent.com/SnowManKeepsOnForgeting/NoteofModernControlTheory/main/Homework/Homework_1.typ
typst
#import "@preview/physica:0.9.3": * #import "@preview/i-figured:0.2.4" + Given a circuit as shown in the figure below,let input be voltage $u_1$ and output be voltage $u_2$.Try to select state variables and write down the state space representation of the system. #figure( image("pic/电路图.svg",width: 50%), ...
https://github.com/jneug/schule-typst
https://raw.githubusercontent.com/jneug/schule-typst/main/tests/ab/test.typ
typst
MIT License
#import "../../src/schule.typ": ab #import ab: * #show: arbeitsblatt.with( /* @typstyle:off */ titel: "Base template test", reihe: "TYPST-TEST", datum: "15.06.2024", nummer: "1", fach: "Typst", kurs: "101", autor: ( name: "<NAME>", kuerzel: "Ngb", ), version: ...
https://github.com/Nrosa01/TFG-2023-2024-UCM
https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Memoria%20Typst/capitulos/Contribuciones.typ
typst
En este capítulo se detalla la aportación de cada uno de los alumnos en el desarrollo del proyecto. == <NAME> Existen 3 aportaciones principales de Nicolás al proyecto: - Simulador en C++ - Maquetación inicial del proyecto, implementación de OpenGL, GLFW y IMGUI. - Implementación de la lógica inicial de la si...
https://github.com/0x1B05/algorithm-journey
https://raw.githubusercontent.com/0x1B05/algorithm-journey/main/practice/note/content/Manacher.typ
typst
#import "../template.typ": * #pagebreak() = Manacher 求`str`内的最长回文子串. 都需要对原字符串进行处理: `abcd`->`#a#b#c#d#` 1. 暴力计算,遍历每个字符,然后向外扩展.复杂度 O(n^2) 2. Mancher 优化 == 暴力计算代码 == Manacher 引入 `R=-1` `C=-1` 1. 当遍历字符串的下标没有在 R 内,暴力扩 2. 当遍历字符串的下标有在 R 内: `...|L...i'...C...i...R|...` > 为什么 i 一定在 C-R,因为 i 必然在 C,R 之后出现(C,R 一起出现) 1...
https://github.com/kaewik/din5008-typst
https://raw.githubusercontent.com/kaewik/din5008-typst/master/README.md
markdown
MIT License
# din5008-typst A simple implementation of DIN 5008 B in typst used for German business letters. ## Usage Example: ![Example image of the rendered typst code.](./example.svg) ```typst #import "din5008-letter.typ": * #set text( font: "HK Grotesk", size: 11pt ) #makeLetter( senderName: "<NAME>", senderStreet: "...
https://github.com/exusiaiwei/quarto-ilm
https://raw.githubusercontent.com/exusiaiwei/quarto-ilm/main/README.zh-CN.md
markdown
MIT License
<div align="center"> <h1>🎓 Quarto ILM 模板</h1> <p> <a href="README.md">English</a> | <b>简体中文</b> </p> <!-- 徽章 --> <p> <img src="https://img.shields.io/badge/quarto-模板-blue" alt="quarto 模板"> <img src="https://img.shields.io/github/stars/exusiaiwei/quarto-ilm" alt="星标数"> <img src="https://i...
https://github.com/HiiGHoVuTi/requin
https://raw.githubusercontent.com/HiiGHoVuTi/requin/main/jeux/nim_set.typ
typst
#import "../lib.typ": * #show heading: heading_fct Soit $A subset.eq NN^*$ avec $1 in A$. On considère un jeu à deux joueurs où $N>0$ objets sont disposés sur une table, et chaque joueur doit à tour de rôle retirer $t in A_(>N)$ objets de la table. Le joueur qui retire le dernier objet perd. On appellera Alice le jou...
https://github.com/DrakeAxelrod/cvss.typ
https://raw.githubusercontent.com/DrakeAxelrod/cvss.typ/main/cvss/0.1.0/src/examples.typ
typst
MIT License
#import "main.typ" as cvss; ```typ #cvss.parse("CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H") ``` #block( breakable: false, inset: 0.5em, stroke: 1pt + black, radius: 0.25em, width: 100%, fill: gray.lighten(50%), [#cvss.parse("CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H")] ) ```typ #cvss.score("CVSS:3....
https://github.com/connachermurphy/typst-cv
https://raw.githubusercontent.com/connachermurphy/typst-cv/main/working_papers.typ
typst
MIT License
#let items = ( [#quote[An Academic Paper: Theory and Evidence from Theory and Evidence] (with Other Author), _Journal of Academic Research_. #link("https://www.doi.org/")[DOI].], ).rev() #enum(..items, numbering: it => numbering("1.", items.len() + 1 - it))
https://github.com/WarriorHanamy/typst_tutorial
https://raw.githubusercontent.com/WarriorHanamy/typst_tutorial/main/general_beg.typ
typst
#import "@preview/touying:0.4.0": * #import "@preview/cetz:0.2.2" #import "@preview/fletcher:0.4.3" as fletcher: node, edge #import "@preview/ctheorems:1.1.2": * #import emoji: face // cetz and fletcher bindings for touying #let cetz-canvas = touying-reducer.with(reduce: cetz.canvas, cover: cetz.draw.hide.with(bounds: ...
https://github.com/teamdailypractice/pdf-tools
https://raw.githubusercontent.com/teamdailypractice/pdf-tools/main/typst-pdf/examples/example-05.typ
typst
+ The climate - Temperature - Precipitation + The topography + The geology
https://github.com/alberto-lazari/computer-science
https://raw.githubusercontent.com/alberto-lazari/computer-science/main/type-theory/theory-exercises/exercises/natural-numbers.typ
typst
#import "/common.typ": * #exercise( section: (num: "3.2", title: "Natural Numbers Type"), ex: 3, [Define the addition operation using the rules of the natural number type $ x + y in Nat ctx(x in Nat, y in Nat) $ such that $x + 0 = x in Nat ctx(x in Nat)$.] ) The addition $x + y$ can be defined as: $ ElNat(y,...
https://github.com/dainbow/MatGos
https://raw.githubusercontent.com/dainbow/MatGos/master/themes/3.typ
typst
#import "../conf.typ": * = Теорема о промежуточных значениях непрерывной функции #theorem( "Больцано-Коши о промежуточных значениях", )[ Пусть $f$ непрерывна на $[a, b]$. Тогда #eq[ $forall x_1, x_2 in [a, b] : c := f(x_1) < d := f(x_2) : space forall e in (c, d) : exists gamma in [a, b] : f(gamma) = e$ ]...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/cetz-example-1.typ
typst
#import "@preview/cetz:0.2.0" #cetz.canvas({ import cetz.draw: * import cetz.tree tree.tree( spread:3, grow:4, ([root],[A],[B]), draw-node: (node, parentnode) => { content((),text(4pt,[#node]),padding:.1,name:"content") rect("content.top-left","content.bottom-right") } ) }) #l...
https://github.com/augustebaum/petri
https://raw.githubusercontent.com/augustebaum/petri/main/src/lib.typ
typst
MIT License
#import "cetz-shapes.typ": place, transition #import "fletcher-shapes.typ": p, t
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/tlacuache-thesis-fc-unam/0.1.1/template/capitulo1.typ
typst
Apache License 2.0
#import "@preview/tlacuache-thesis-fc-unam:0.1.1": chapter // completamente opcional cargar la bibliografía, compilar el capítulo #show: chapter.with(bibliography: bibliography("references.bib")) = Mi primer capítulo Introducción al primer cápitulo. #include "seccion1.typ"
https://github.com/jamesrswift/chemicoms-paper
https://raw.githubusercontent.com/jamesrswift/chemicoms-paper/main/src/elements/float.typ
typst
#let float( content, align: bottom, ) = { place( align, float: true, box(width: 100%)[ #if ( align == bottom){line(length: 100%, stroke:0.5pt);v(0.6em)} #content #if ( align == top){v(0.6em);line(length: 100%, stroke:0.5pt)} ] ) }
https://github.com/Woodman3/modern-ysu-thesis
https://raw.githubusercontent.com/Woodman3/modern-ysu-thesis/main/README.md
markdown
MIT License
# 燕山大学本科论文 modern-ysu-thesis 本模板在[modern-nju-thesis](https://github.com/nju-lug/modern-nju-thesis)的基础上修改而来 > [!WARNING] > > 本模板正处于积极开发阶段,存在一些格式问题,适合尝鲜 Typst 特性 > > 本模板是民间模板,**可能不被学校认可**,正式使用过程中请做好随时将内容迁移至 Word 或 LaTeX 的准备 # QuickStart clone 本项目后,照着 template\thesis.typ 下写就行 ## 致谢 - 感谢 [modern-nju-thesis](https://gi...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/syntaxes/textmate/tests/unit/errror_tolerance/paren.typ
typst
Apache License 2.0
#((show: body => 2) * body) ---
https://github.com/kunalchandan/resume
https://raw.githubusercontent.com/kunalchandan/resume/main/portfolio.typ
typst
#set page( margin: ( x : 2.5em, y : 2em, ), height: 20cm ) #import "conf.typ": page_heading, experience, accent_1, accent_10, heading_font_size, main_font_size #set text(font: ("Jost"), weight: "light", size: main_font_size + 3pt,) #set list(marker: ([--], [-])) #show heading: it => { ...
https://github.com/mumblingdrunkard/mscs-thesis
https://raw.githubusercontent.com/mumblingdrunkard/mscs-thesis/master/src/computer-architecture-fundamentals/scaling-up.typ
typst
== Scaling Up <sec:scaling-up> There are two main ways to increase the performance of a processor to do more work in the same amount of time: 1) Increase the clock frequency, or 2) increase the number of instructions performed each clock cycle... somehow. This section provides a short overview of the history of perfor...
https://github.com/MattiaOldani/Informatica-Teorica
https://raw.githubusercontent.com/MattiaOldani/Informatica-Teorica/master/capitoli/complessità/20_zona_grigia.typ
typst
#import "@preview/lemmify:0.1.5": * #let (theorem, lemma, corollary, remark, proposition, example, proof, rules: thm-rules) = default-theorems( "thm-group", lang: "it", ) #show: thm-rules #show thm-selector("thm-group", subgroup: "theorem"): it => block( it, stroke: red + 1pt, inset: 1em, breakable: true...
https://github.com/floriandejonckheere/utu-thesis
https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/chapters/07-proposed-solution/05-decomposition.typ
typst
#import "@preview/acrostiche:0.3.1": * #import "/helpers.typ": * == Decomposition Monolith decomposition is the process of identifying microservice candidates in a monolith application. The goal of this process is to split the monolith into smaller, more manageable software components which can be deployed independe...
https://github.com/coljac/typst-dnd5e
https://raw.githubusercontent.com/coljac/typst-dnd5e/main/lib.typ
typst
MIT License
#let darkred = rgb("#540808") #let darkyellow = rgb("#fcba03") #let dnd = smallcaps("Dungeons & Dragons") #let dndmodule(title: "", author: "", subtitle: "", cover: none, font_size: 12pt, paper: "a4", logo: none, fancy...
https://github.com/jrihon/multi-bibs
https://raw.githubusercontent.com/jrihon/multi-bibs/main/chapters/03_chapter/discussion.typ
typst
MIT License
#import "../../lib/multi-bib.typ": * #import "bib_03_chapter.typ": biblio == Conclusion #lorem(20)
https://github.com/daskol/typst-telegram-bot
https://raw.githubusercontent.com/daskol/typst-telegram-bot/main/README.md
markdown
MIT License
# Typst Telegram Bot *Render math expression with typst markup language in Telegram* ## Overview Try [@TypstBot][1] in Telegram or deploy as follows. First, run simple HTTP API to `typst`. It uses `typst` for rendering `*.typ` to `*.png`. ```shell typst-telegram serve api \ --root-dir data \ --endpoint http...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/supercharged-dhbw/1.0.0/confidentiality-statement.typ
typst
Apache License 2.0
#let confidentiality-statement(authors, title, university, university-location, date) = { v(2em) text(size: 20pt, weight: "bold", "Confidentiality Statement") v(1em) text("The Thesis on hand") v(1em) align(center, text(weight: "bold", title) ) v(1em) let insitution if (auth...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/regression/issue20.typ
typst
Other
#let a = " This is a multiline string " #a.len()
https://github.com/GYPpro/Java-coures-report
https://raw.githubusercontent.com/GYPpro/Java-coures-report/main/.VSCodeCounter/2023-12-14_20-23-42/results.md
markdown
# Summary Date : 2023-12-14 20:23:42 Directory d:\\Desktop\\Document\\Coding\\JAVA\\Rep\\Java-coures-report Total : 35 files, 2227 codes, 87 comments, 418 blanks, all 2732 lines Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md) ## Languages | language | files | code | com...
https://github.com/hongjr03/shiroa-page
https://raw.githubusercontent.com/hongjr03/shiroa-page/main/24spring.typ
typst
#import "/book.typ": book-page #show: book-page.with(title: "2024 春季学期") = 2024 春季学期
https://github.com/feiyangyy/Learning
https://raw.githubusercontent.com/feiyangyy/Learning/main/README.md
markdown
# Learning 主要是学习相关的笔记,目前只有高代,后面依学习进度会逐步扩充 ## 线性代数(高等代数) 其实我是一个工科学生是不学高等代数的,但奈何无国内的“线代” 太过"抽象“,加上线代本身概念、定理及推论又多,没有一个合适的主线是难以掌握的。这里推荐一下邱维声老师的高代课程视频和高代教材,他让我重新认识了线性代数(更适合中国宝宝体质的),我觉得他也能帮到更多人。 linear_algebra下都是高代相关的笔记,目前还没有进行章节整理 课程视频: [高等代数](https://www.bilibili.com/video/BV1jR4y1M78W/?spm_id_from=333.337.search-card.a...
https://github.com/hrutvikyadav/typst
https://raw.githubusercontent.com/hrutvikyadav/typst/main/TODO.md
markdown
# See later - [ ] how to use excalidraw with typst
https://github.com/lucifer1004/leetcode.typ
https://raw.githubusercontent.com/lucifer1004/leetcode.typ/main/solutions/s0006.typ
typst
#import "../helpers.typ": * #let zigzag-conversion-ref(s, numRows) = { if numRows == 1 { return s } let s = s.clusters() let n = s.len() let ret = () let cycleLen = 2 * numRows - 2 for i in range(numRows) { for j in range(0, n - i, step: cycleLen) { ret.push(s.at(j + i)) if i != 0 a...
https://github.com/bryceberger/typst-lsp-sem-tok
https://raw.githubusercontent.com/bryceberger/typst-lsp-sem-tok/main/readme.md
markdown
Simple language server for `Typst` that only provides semantic tokens.
https://github.com/SillyFreak/typst-scrutinize
https://raw.githubusercontent.com/SillyFreak/typst-scrutinize/main/CHANGELOG.md
markdown
MIT License
# [unreleased](https://github.com/SillyFreak/typst-scrutinize/releases/tag/) ## Added ## Removed ## Changed ## Migration Guide from v0.1.X --- # [v0.3.0](https://github.com/SillyFreak/typst-scrutinize/releases/tag/v0.3.0) Scrutinize 0.3.0 is a major breaking release and adds compatiblitity checks for Typst 0.12 co...
https://github.com/npujol/chuli-cv
https://raw.githubusercontent.com/npujol/chuli-cv/main/modules/skills.typ
typst
MIT License
#import "styles.typ": * #let render-skills(skills: ()) = { for skill in skills { box( rect( stroke: skills-style.stroke, radius: skills-style.radius, skill ) ) h(skills-style.margins.between-skill-tags) } }
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/032%20-%20Ixalan/007_The%20Race%2C%20Part%202.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Race, Part 2", set_name: "Ixalan", story_date: datetime(day: 18, month: 10, year: 2017), author: "<NAME> & <NAME>", doc ) = VRASKA The river was getting too narrow for comfort. Vraska looked over the edge and saw the riverbed less than...
https://github.com/skylee03/skylee-homework-typst
https://raw.githubusercontent.com/skylee03/skylee-homework-typst/main/example.typ
typst
MIT License
#import "skylee-hw.typ": * #show: skylee-hw.with( institute: [Pokfulam University], course: [TPST1001 Introduction to Typst], session: [Autumn 2024], title: [Assignment 1], author: [#smallcaps("Chan") <NAME>], ) #problem[ *#lorem(2) [17 Marks].* #lorem(50) $ 1 + 1 = 2. $ #lorem(10) #...
https://github.com/yasemitee/Teoria-Informazione-Trasmissione
https://raw.githubusercontent.com/yasemitee/Teoria-Informazione-Trasmissione/main/appunti.typ
typst
// Setup #import "template.typ": project #show: project.with( title: "Teoria dell'informazione e della trasmissione" ) #pagebreak() // Appunti // Lezione 06/10/2023 #include "2023-10-06.typ" #pagebreak() // Lezione 10/10/2023 #include "2023-10-10.typ" #pagebreak() // Lezione 13/10/2023 #include "2023-10...
https://github.com/ufodauge/master_thesis
https://raw.githubusercontent.com/ufodauge/master_thesis/main/src/template/components/cover-section/index.typ
typst
MIT License
#import "@preview/oxifmt:0.2.0" : strfmt #import "../common/page.typ" : Page #import "paper-code.typ" : PaperCode #import "../../utils/date.typ" : toJapaneseCalendar #import "../../utils/parse-student-number.typ": parseStudentNumber #let CoverSection( student-number: "00MM000", title ...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS3001/Modules/ProfessionalEthics.typ
typst
#import "../../../template.typ": * = Professional Ethics #definition[ *Professional ethics* refers to the moral principles that govern the behavior of individuals in a professional context. ] *How are Professional Ethics Different?* - Customers don't know the domain, so they rely on the honesty, knowledge, and e...
https://github.com/EpicEricEE/typst-marge
https://raw.githubusercontent.com/EpicEricEE/typst-marge/main/assets/example.typ
typst
MIT License
#import "/src/lib.typ": sidenote #set text(size: 14pt) #set par(justify: true) #set page( width: 12cm, height: 8.05cm, margin: 1em, background: pad(0.5pt, box( width: 100%, height: 100%, radius: 4pt, fill: white, stroke: white.darken(10%), )), ) #set page(margin: (right:...
https://github.com/rabotaem-incorporated/calculus-notes-2course
https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/05-complex-functions/07-conformal-maps.typ
typst
#import "../../utils/core.typ": * == Конформные отображения #let tOmega = $tilde(Omega)$ #ticket[Конформные отображения. Сохранение углов. Теорема о голоморфном образе области.] #def[ Пусть $Omega$ и $tOmega$ --- две области. $f$ называется _конформным отображением_ $Omega$ на $tOmega$, если $f in H(Omega)$ и $...
https://github.com/binhtran432k/ungrammar-docs
https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/literature-review/bdd.typ
typst
#import "/components/glossary.typ": gls == Behavior-Driven Development (BDD) <sec-bdd> #gls("bdd", mode:"full") is a collaborative approach to software development that focuses on defining and delivering software features based on the desired behavior as understood by stakeholders. Gherkin (@sec-gherkin), a #gls("dsl...
https://github.com/LDemetrios/Conspects-4sem
https://raw.githubusercontent.com/LDemetrios/Conspects-4sem/master/typst/sources/header.typ
typst
#import "/typst/lib/externation.typ": * #import "/typst/styles/theme.typ": * //#show : theme-show-rule #import "@preview/codelst:2.0.0": * #import "@preview/tablex:0.0.8": * #do-not-render() #let nobreak(body) = block(breakable: false, body) #let centbox(body) = align(center)[ #box[ #align(left)[ #body ...
https://github.com/fredguth/abnt-typst
https://raw.githubusercontent.com/fredguth/abnt-typst/main/cap5.typ
typst
= O poder da comunicação em um mundo em crise O estudo da fotografia de <NAME> obriga a compreensão de diversos aspectos que envolvem a imagem. O nosso contato com a fotografia foi, inicialmente, na rede social Facebook, mas em seguida foi vista em outros *sites* de redes sociais, nas capas dos jornais e de revistas,...
https://github.com/EunTilofy/NumComputationalMethods
https://raw.githubusercontent.com/EunTilofy/NumComputationalMethods/main/Chapter3/Chapter3-1.typ
typst
#import "../template.typ": * #show: project.with( course: "Computing Method", title: "Computing Method - Chapter3", date: "2024.4.1", authors: "<NAME>, 3210106357", has_cover: false ) // #show: rest => columns(2, rest) *Problems:2,7,9* #HWProb(name: "2")[ 给出数据 #tablex( columns: 10, // auto-hlines: fal...
https://github.com/next-generation-cartographers/ngc-flyer
https://raw.githubusercontent.com/next-generation-cartographers/ngc-flyer/main/main.typ
typst
#import "@preview/cades:0.3.0": qr-code #let width = 210mm #let height = 297mm #let card_width = width / 2 #let card_height = height / 4 #set page(width: width, height: height, margin: 0mm) #set text(font: "Source Sans Pro") #let card() = { rect( height: card_height, width: card_width, stroke: luma(240...
https://github.com/RhenzoHideki/psd
https://raw.githubusercontent.com/RhenzoHideki/psd/main/trabalhoPSD_DFT/trabalhoPSD.typ
typst
#import "../typst-ifsc/template/article.typ": article #show: doc => article( title: "Trabalho de DFT", subtitle: "Processamento de sinais digitais (PSD029007)", // Se apenas um autor colocar , no final para indicar que é um array authors:("<NAME>",), date: "17 de março de 2024", doc, ) = Questão 1 As dua...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/tuhi-course-poster-vuw/0.1.0/README.md
markdown
Apache License 2.0
# tuhi-course-poster-vuw A Typst template for VUW course posters. To get started: ```typst typst init @preview/tuhi-course-poster-vuw:0.1.0 ``` And edit the `main.typ` example. ![Preview of the first page](thumbnail.png) ## Contributing PRs are welcome! And if you encounter any bugs or have any requests/ideas, f...
https://github.com/GuilloteauQ/typst-slides-unibas
https://raw.githubusercontent.com/GuilloteauQ/typst-slides-unibas/main/main.typ
typst
#import "theme.typ": * #show: unibas-theme.with() #let pres_title = "Longevity of Artifacts in Leading Parallel and Distributed Systems Conferences: a Review of the State of the practice in 2023" #let short_title = "Longevity of Artifacts: a Review of the State of the practice in 2023" //My awesome topic which has a ...
https://github.com/BeiyanYunyi/resume
https://raw.githubusercontent.com/BeiyanYunyi/resume/main/modules_zh/skills.typ
typst
#import "../brilliant-CV/template.typ": * #cvSection("技能与兴趣") #cvSkill( type: [前端框架], info: [React 18 #hBar() Vue 3 #hBar() Solid #hBar() Svelte #hBar() Flutter], ) #cvSkill( type: [服务端渲染框架], info: [Next.js 14 #hBar() Nuxt 3 #hBar() Waku #hBar() Astro], ) #cvSkill( type: [后端框架], info: [Express #hBar() F...
https://github.com/eduardz1/UniTO-typst-template
https://raw.githubusercontent.com/eduardz1/UniTO-typst-template/main/template/chapters/conclusions.typ
typst
MIT License
= Conclusions A good conclusions chapter really helps to tie up the whole thesis. #pagebreak(weak: true, to: "odd")
https://github.com/imtsuki/resume
https://raw.githubusercontent.com/imtsuki/resume/master/README.md
markdown
MIT License
# My Resume ![TikTok](https://img.shields.io/badge/TikTok-passing-green.svg) ![ByteDance](https://img.shields.io/badge/ByteDance-passing-green.svg) ![Alibaba](https://img.shields.io/badge/Alibaba-passing-green.svg) ![LICENSE](https://img.shields.io/github/license/imtsuki/resume) This is my resume based on [this templ...
https://github.com/typst/templates
https://raw.githubusercontent.com/typst/templates/main/badformer/lib.typ
typst
MIT No Attribution
#import "@preview/cetz:0.1.2" // Settings. #let pxw = 1000pt #let pxh = 700pt #let fov = 90deg #let near = 0.01 #let far = 100 #let move-speed = 1 #let rot-speed = 10deg #let jump-power = 1.3 // Geometry of a cube. #let cube = ( vertices: ( (-0.5, 0, 0.5), ( 0.5, 0, 0.5), ( 0.5, -1, 0.5), (-0.5...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/flow-orphan-00.typ
typst
Other
#set page(height: 100pt) #lorem(12) = Introduction This is the start and it goes on.
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-0500.typ
typst
Apache License 2.0
#let data = ( ("CYRILLIC CAPITAL LETTER KOMI DE", "Lu", 0), ("CYRILLIC SMALL LETTER KOMI DE", "Ll", 0), ("CYRILLIC CAPITAL LETTER KOMI DJE", "Lu", 0), ("CYRILLIC SMALL LETTER KOMI DJE", "Ll", 0), ("CYRILLIC CAPITAL LETTER KOMI ZJE", "Lu", 0), ("CYRILLIC SMALL LETTER KOMI ZJE", "Ll", 0), ("CYRILLIC CAPITAL...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/lovelace/0.1.0/examples/autobahn.typ
typst
Apache License 2.0
#import "../lib.typ": * #set page(width: 40em, height: auto, margin: 1em) #show: setup-lovelace.with(line-number-supplement: "Zeile") #let pseudocode = pseudocode.with(indentation-guide-stroke: .5pt) #let algorithm = algorithm.with(supplement: "Algorithmus") #algorithm( caption: [Spurwechsel nach links auf der Auto...
https://github.com/Jollywatt/typst-fletcher
https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/edge-shift/test.typ
typst
MIT License
#set page(width: 5cm, height: auto, margin: 1em) #import "/src/exports.typ" as fletcher: diagram, node, edge #(3.4pt, 0.1).map(shift => [ Edge shift by #type(shift): #diagram( node((0,0), $A$), edge((0,0), (1,0), "->", shift: +shift), edge((0,0), (1,0), "<-", shift: -shift), node((1,0), $B$), ) #diagram...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS3001/Sections/Section3.typ
typst
#import "../../../template.typ": * #set page( header: align(right)[ <NAME> ] ) #align(center)[ = Section 3 Guide ] #set text( font: "New Computer Modern", size: 11pt ) #set heading( numbering: "1." ) = Review - Utilitarianism and Deontology #note[ Act Utilitarianism focuses on performing utilitarian...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/ops-invalid-05.typ
typst
Other
// Error: 3-9 cannot apply 'not' to array #(not ())
https://github.com/justmejulian/typst-documentation-template
https://raw.githubusercontent.com/justmejulian/typst-documentation-template/main/sections/caseStudy.typ
typst
= Case Study / Evaluation #rect( width: 100%, radius: 10%, stroke: 0.5pt, fill: yellow, )[ Note: If you did an evaluation / case study, describe it here. ] == Design #rect( width: 100%, radius: 10%, stroke: 0.5pt, fill: yellow, )[ Note: Describe the design / methodology of the evaluation and why y...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1950.typ
typst
Apache License 2.0
#let data = ( ("TAI LE LETTER KA", "Lo", 0), ("TAI LE LETTER XA", "Lo", 0), ("TAI LE LETTER NGA", "Lo", 0), ("TAI LE LETTER TSA", "Lo", 0), ("TAI LE LETTER SA", "Lo", 0), ("TAI LE LETTER YA", "Lo", 0), ("TAI LE LETTER TA", "Lo", 0), ("TAI LE LETTER THA", "Lo", 0), ("TAI LE LETTER LA", "Lo", 0), ("TA...
https://github.com/fenjalien/metro
https://raw.githubusercontent.com/fenjalien/metro/main/tests/unit/power-half-as-sqrt/test.typ
typst
Apache License 2.0
#import "/src/lib.typ": unit, metro-setup #set page(width: auto, height: auto) #unit("Hz tothe(0.5)") #unit("Hz tothe(0.5)", power-half-as-sqrt: true) #unit("Hz tothe(2)", power-half-as-sqrt: true)
https://github.com/TGM-HIT/typst-thesis-workshop
https://raw.githubusercontent.com/TGM-HIT/typst-thesis-workshop/main/slides/theme.typ
typst
#import "@preview/touying:0.5.2": * #import themes.metropolis: * #import "@preview/codly:1.0.0": * #let config = ( lang: sys.inputs.at("lang", default: "de"), handout: { let bools = ("true": true, "false": false) let handout = sys.inputs.at("handout", default: "false") assert(handout in bools, messag...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/045%20-%20Kamigawa%3A%20Neon%20Dynasty/009_The%20Foes%20Who%20Make%20Us.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Foes Who Make Us", set_name: "Kamigawa: Neon Dynasty", story_date: datetime(day: 09, month: 02, year: 2022), author: "<NAME>", doc ) EIGANJO. TEMPLE GARDENS Ten minutes before the attack "Heiko, #emph[wait] ." Norika puts every ounce ...
https://github.com/Skimmeroni/Appunti
https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Metodi%20Algebrici/Strutture/Permutazioni.typ
typst
Creative Commons Zero v1.0 Universal
#import "../Metodi_defs.typ": * Sia $X$ un insieme. Una funzione biettiva $sigma: X |-> X$ si dice *permutazione* su $X$. L'insieme di tutte le permutazioni che é possibile costruire per $X$ viene indicato con $S_(X)$. #lemma[ Sia $X$ un insieme e sia $S_(X)$ l'insieme di tutte le permutazioni costruibili per $X$. ...
https://github.com/kacper-uminski/math-notes
https://raw.githubusercontent.com/kacper-uminski/math-notes/main/tata76/notes.typ
typst
Creative Commons Zero v1.0 Universal
#import "@preview/physica:0.9.2": * #show math.integral: math.limits.with(inline: false) #show math.integral.double: math.limits.with(inline: false) #show math.integral.triple: math.limits.with(inline: false) #let title = [ TATA76 - Föreläsningsanteckningar ] #let titled_block(title, txt) = align(center,block( ...
https://github.com/xsro/xsro.github.io
https://raw.githubusercontent.com/xsro/xsro.github.io/zola/typst/Control-for-Integrator-Systems/7homo.typ
typst
#import "lib/lib.typ":ode45,get_signal,op,sig #import "@preview/cetz:0.2.0" #import cetz.plot #import cetz.draw: * = Homogeneity Homogeneous control laws appear as solutions to many control problems such as a minimum time feedback control for the chain of integrators or the high-order sliding mode design. The ho...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/icu-datetime/0.1.0/README.md
markdown
Apache License 2.0
# icu-datetime This library is a wrapper around [ICU4X](https://github.com/unicode-org/icu4x)' `datetime` formatting for Typst which provides internationalized formatting for dates, times, and timezones. As the WASM bundle includes all localization data, it's quite large (about 8 MiB). ## Example ```typ #import "@p...
https://github.com/Enter-tainer/zint-wasi
https://raw.githubusercontent.com/Enter-tainer/zint-wasi/master/README.md
markdown
MIT License
# zint-wasi This is a Zint binding for WASI. - `zint-wasm-sys` is a low-level binding to the Zint library. - `zint-wasm-rs` is a high-level binding to the Zint library. - `zint-typst-plugin` is a typst package for the Zint library. This package only uses the Zint library but not any of its frontends. So it is MIT li...
https://github.com/aik2mlj/cv-typst
https://raw.githubusercontent.com/aik2mlj/cv-typst/master/cv.typ
typst
#show heading: set text(font: "Linux Biolinum") #show link: underline // Uncomment the following lines to adjust the size of text // The recommend resume text size is from `10pt` to `12pt` #set text( size: 12pt, ) // Feel free to change the margin below to best fit your own CV #set page( margin: (x: 1cm, y: 1.3cm...