repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/copyzied/infodev
https://raw.githubusercontent.com/copyzied/infodev/main/Lab-3.typ
typst
#import "Class.typ": * #show: ieee.with( title: [#text(smallcaps("Lab #3: Web Application with Genie"))], /* abstract: [ #lorem(10). ], */ authors: ( ( name: "<NAME>", department: [Student], organization: [ISET Bizerte --- Tunisia], profile: "copyzied", ), ) // i...
https://github.com/dead-summer/math-notes
https://raw.githubusercontent.com/dead-summer/math-notes/main/notes/ScientificComputing/ch1-intro-to-scicomp/efficiency.typ
typst
#import "/book.typ": book-page #import "../../../templates/conf.typ": * #import "@preview/mitex:0.2.4": * #show: book-page.with(title: "Efficiency") #show: codly-init.with() #show: thmrules.with(qed-symbol: $square$) #codly_init() = 5 Efficiency The rule to improve efficiency is (obviously) to minimize the number of...
https://github.com/rice8y/cetzuron
https://raw.githubusercontent.com/rice8y/cetzuron/main/src/lib.typ
typst
#import "requirements.typ" #import "fcnn.typ": fcnn #import "rnn.typ": rnn #import "ae.typ": ae
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/data-11.typ
typst
Other
// Error: 7-18 failed to parse yaml file: while parsing a flow sequence, expected ',' or ']' at line 2 column 1 #yaml("test/assets/files/bad.yaml")
https://github.com/Caellian/UNIRI_voxels_doc
https://raw.githubusercontent.com/Caellian/UNIRI_voxels_doc/trunk/content/usporedba.typ
typst
= Usporedba s poligonima Zbog prethodnih ograničenja u računalnoj memoriji, uporaba voksela je značajno slabije istražena metoda pohrane modela i prikaza. Postojeći harver je optimiran za prikaz tradicionalnih == Problemi - Kako zaobliti svijet - Je li vrijedno spomena, vrlo specifično za računalne igre... - Pos...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/spread-04.typ
typst
Other
// None is spreadable. #let f() = none #f(..none) #f(..if false {}) #f(..for x in () [])
https://github.com/OrangeX4/typst-cheq
https://raw.githubusercontent.com/OrangeX4/typst-cheq/main/examples/example.typ
typst
MIT License
#import "../lib.typ": checklist #set page(width: auto, height: auto, margin: 2em) #show: checklist = Solar System Exploration, 1950s – 1960s - [ ] Mercury - [x] Venus - [x] Earth (Orbit/Moon) - [x] Mars - [-] Jupiter - [/] Saturn - [ ] Uranus - [ ] Neptune - [ ] Comet Haley = Extras - [>] Forwarded - [<] Schedul...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/image_13.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Error: 14-83 failed to decode image (Format error decoding Png: Invalid PNG signature.) // #image.decode(read("/assets/files/tiger.jpg", encoding: none), format: "png", width: 80%)
https://github.com/Mouwrice/thesis-typst
https://raw.githubusercontent.com/Mouwrice/thesis-typst/main/mediapipe_pose.typ
typst
#import "lib.typ": * = MediaPipe Pose Landmarker <mediapipe-pose> The following section describes the MediaPipe Pose Landmarker solution @mediapipe-pose-landmarker. It first provides some context about the broader MediaPipe Framework before going into more detail on the MediaPipe Pose Landmarker solution. The feature...
https://github.com/PA055/5839B-Notebook
https://raw.githubusercontent.com/PA055/5839B-Notebook/main/Entries/First-Steps/3d-design-software.typ
typst
#import "/packages.typ": notebookinator #import notebookinator: * #import themes.radial.components: * #show: create-body-entry.with( title: "3d design software", type: "decide", date: datetime(year: 2024, month: 3, day: 10), author: "<NAME>", witness: "<NAME>" ) Before any models for possible drive trains or...
https://github.com/DieracDelta/presentations
https://raw.githubusercontent.com/DieracDelta/presentations/master/polylux/book/src/dynamic/pause.md
markdown
# `pause` to reveal content piece by piece Consider some code like the following: ```typ #uncover("1-")[first] #uncover("2-")[second] #uncover("3-")[third] ``` The goal here is to uncover parts of the slide one by one, so that an increasing amount of content is shown, but we don't want to specify all subslide indices...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/matrix_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test alternative delimiter with set rule. #set math.mat(delim: "[") $ mat(1, 2; 3, 4) $ $ a + mat(delim: #none, 1, 2; 3, 4) + b $
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/06-features-2/substitution/ligature.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/lib/glossary.typ": tr #show: web-page-template // ### Ligature substitution === #tr[ligature]#tr[substitution] // We've done one to one, and we've done one to many - *ligature substitution* is a many-to-one substi...
https://github.com/OJII3/tuat-typst
https://raw.githubusercontent.com/OJII3/tuat-typst/main/template.typ
typst
#import "@local/tuat-typst:0.1.0": tuatTemplate #show: doc => tuatTemplate( // title: "実験報告書 date1: "2021-01-01", // 日付1 date2: "2021-01-02", // 日付2 date3: "2021-01-03", // 日付3 date4: "2021-01-04", // 日付4 // date5: "2021-01-05", // 日付5 collaborator1: "<NAME>", // 共同作業者1 collaborator2: "<NAME>"...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-11EE0.typ
typst
Apache License 2.0
#let data = ( ("MAKASAR LETTER KA", "Lo", 0), ("MAKASAR LETTER GA", "Lo", 0), ("MAKASAR LETTER NGA", "Lo", 0), ("MAKASAR LETTER PA", "Lo", 0), ("MAKASAR LETTER BA", "Lo", 0), ("MAKASAR LETTER MA", "Lo", 0), ("MAKASAR LETTER TA", "Lo", 0), ("MAKASAR LETTER DA", "Lo", 0), ("MAKASAR LETTER NA", "Lo", 0),...
https://github.com/noahjutz/CV
https://raw.githubusercontent.com/noahjutz/CV/main/body/main.typ
typst
#import "section.typ": section #import "timeline.typ": entry, arrow #import "project.typ": project #import "/chip.typ": chips #set block(below: 16pt, above: 0pt) #include "title.typ" #section("Akademischer Werdegang") #entry( [2010 #sym.dash 2012], "Regensburg International School", none ) #entry( [2012 #sy...
https://github.com/Dherse/typst-brrr
https://raw.githubusercontent.com/Dherse/typst-brrr/master/samples/masterproef/elems/code_blocks.typ
typst
#let code_width_state = state("code_width", 100%) #let set-code-width(width) = { code_width_state.update(width) } #let code-blocks(body) = { let languages = ( "rust": ("Rust", "\u{fa53}", rgb("#CE412B")), "c": ("C", none, rgb("#283593")), "python": ("Python", "\u{ed01}", rgb(...
https://github.com/maxi0604/typst-builder
https://raw.githubusercontent.com/maxi0604/typst-builder/main/directory/content.typ
typst
MIT License
It also works if the files are in directories.
https://github.com/binhtran432k/ungrammar-docs
https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/literature-review/tdd.typ
typst
#import "/components/glossary.typ": gls == Test-Driven Development (TDD) <sec-tdd> #gls("tdd", mode:"full") is a software development methodology that emphasizes writing tests before writing production code. This approach promotes a focus on quality, maintainability, and testability. We will explore the key principle...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/pinit/0.1.0/simple-arrow.typ
typst
Apache License 2.0
#let simple-arrow( fill: black, stroke: 0pt, start: (0pt, 0pt), end: (30pt, 0pt), thickness: 2pt, arrow-width: 4, arrow-height: 4, inset: 0.5, tail: (), ) = { let _arrow-width = arrow-width * thickness let _arrow-height = arrow-height * thickness let _inset = inset * thickness let start-x = st...
https://github.com/VisualFP/docs
https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/content/design/design_iteration_1.typ
typst
#import "../../../style.typ": * = First Design Iteration <design-iteration-1> For the first iteration, multiple design directions were created and evaluated. The following process was chosen to gain as much insight as possible: 1. @design-evaluation-criteria defines a set of evaluation criteria to compare the des...
https://github.com/AHaliq/DependentTypeTheoryReport
https://raw.githubusercontent.com/AHaliq/DependentTypeTheoryReport/main/preamble/lemmas.typ
typst
#import "@preview/lemmify:0.1.6": * #import "@preview/showybox:2.0.1": showybox // Define default theorem environments. #let ( theorem, lemma, corollary, remark, proposition, example, proof, definition, rules: thm-rules ) = default-theorems( "thm-group", lang: "en", thm-numbering: thm-numbering-heading.wit...
https://github.com/chamik/gympl-skripta
https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-autori/dyk.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/helper.typ": autor #autor("<NAME>", "1877", "1931 (54 let)", "politik, básník, dramatik, novinář, kritik divadelní i literární, šachista", "gymnázium a práva na UK", "buřič, později nacionalista", "/cj-autori/media/dyk.jpg") <NAME> byl významný český spisovatel, básník a dramatik, aktivní především na přelo...
https://github.com/cs-24-sw-3-01/typst-documents
https://raw.githubusercontent.com/cs-24-sw-3-01/typst-documents/main/report/chapters/testing.typ
typst
#import "../custom.typ": * = Testing == Unit and Integration == User Tests
https://github.com/Wh4rp/Presentacion-Typst
https://raw.githubusercontent.com/Wh4rp/Presentacion-Typst/master/ejemplos/11_set_scope.typ
typst
Esto se ve afectado #[ #set list(marker: [--]) - Dash ] Pero esto no: - Bullet
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/029%20-%20Aether%20Revolt/006_The%20Skies%20over%20Ghirapur.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Skies over Ghirapur", set_name: "<NAME>", story_date: datetime(day: 11, month: 01, year: 2017), author: "<NAME>", doc ) #emph[When renegades prepared to storm the Aether Hub, sky pirate Kari Zev had a different plan—find aether the best...
https://github.com/An-314/Notes_of_Electrodynamics
https://raw.githubusercontent.com/An-314/Notes_of_Electrodynamics/master/appendix.typ
typst
#import"@preview/physica:0.9.2":* #import "@preview/mitex:0.2.4":* #import "template.typ": * = 附录 == 外微分与张量代数 <附录A> 以下内容由GPT-o1生成: #mitext( ` \subsubsection{引言} 微分形式是微分几何和拓扑中的核心工具,提供了在任意维度空间中处理积分和微分运算的统一框架。传统的向量分析中的梯度、散度和旋度可以通过微分形式重新表述。这种表述不仅深化了对这些算子的理解,而且方便了在高维空间中的推广。 \subsubsection{向量场与微分形式的对...
https://github.com/feiyangyy/Learning
https://raw.githubusercontent.com/feiyangyy/Learning/main/linear_algebra/n维向量空间及子空间.typ
typst
#set text( font: "New Computer Modern", size: 6pt ) #set page( paper: "a5", margin: (x: 1.8cm, y: 1.5cm), ) #set par( justify: true, leading: 0.52em, ) #set heading(numbering: "1.") = 向量空间 行列式只能判别n个未知量,n个方程的线性方程组的解的情况,并且,当行列式为0时,n维向量空间就是从另外一个角度,来研究解的情况。 取数域K上任意n个数组成的有序数组: $ K^n ={(a_1, a_2, ... ,a_n) | a_...
https://github.com/spidersouris/touying-unistra-pristine
https://raw.githubusercontent.com/spidersouris/touying-unistra-pristine/main/template/template.typ
typst
MIT License
#import "@preview/touying:0.5.3": * #import "@preview/touying-unistra-pristine:1.1.0": * #show: unistra-theme.with( aspect-ratio: "16-9", config-info( title: [Title], subtitle: [_Subtitle_], author: [Author], date: datetime.today().display("[month repr:long] [day], [year repr:full]"), logo: ima...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/g-exam/0.1.0/examples/exam-minimal.typ
typst
Apache License 2.0
#import "../g-exam.typ": g-exam, g-question, g-subquestion #show: g-exam.with() #g-question(point: 2)[Question 1] #g-question(point: 1)[Question 2] #g-question(point: 1.5)[Question 3]
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/accent_06.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test high base. $ tilde(integral), tilde(integral)_a^b, tilde(integral_a^b) $
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/06-features-2/anchor/ligature-mark.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/template/lang.typ": thai #import "/lib/glossary.typ": tr #show: web-page-template // ### Mark-to-ligature === #tr[ligature]上的符号 // This next positioning lookup type deals with how ligature substitutions and marks ...
https://github.com/markcda/unitech-infosec-basics-practice-2nd-gr
https://raw.githubusercontent.com/markcda/unitech-infosec-basics-practice-2nd-gr/master/report-titov.typ
typst
MIT License
#import "00-university-template.typ": * #show: student_work.with( title: "Отчёт по практике - <NAME>.", header: "unitech-2023-header.png", department_name: "Кафедра информационной безопасности", institute_name: "Институт инфокоммуникационных систем и технологий", work_type: "отчёт по учебно-лабораторной прак...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/titleize/0.1.1/README.md
markdown
Apache License 2.0
# titleize Small wrapper around the [titlecase](https://crates.io/crates/titlecase) library to convert text to title case. It follows the [rules defined by <NAME>](https://daringfireball.net/2008/05/title_case). For more details, refer to the library. `titlecase` applies a show rule, that by default transforms every ...
https://github.com/Vortezz/fiches-mp2i-maths
https://raw.githubusercontent.com/Vortezz/fiches-mp2i-maths/main/chapter_2.typ
typst
#set page(header: box(width: 100%, grid( columns: (100%), rows: (20pt, 8pt), align(right, text("CHAPITRE 1. ENSEMBLES ET APPLICATIONS")), line(length: 100%), )), footer: box(width: 100%, grid( columns: (50%, 50%), rows: (8pt, 20pt), line(length: 100%), line(length: 100%), align(left, text("<NAME> - MP...
https://github.com/OthoDeng/typst_cv_template
https://raw.githubusercontent.com/OthoDeng/typst_cv_template/main/src/CV_template_en.typ
typst
#let conf( name: none, address: none, phone: none, email: none, blog: none, doc ) = { set page(margin: (x: 40pt, y: 40pt)) set text(font: "New Computer Modern", size: 12pt) set block(spacing: 8pt) set document( title: "CV", author: name, ) show link: underline set align(center) pa...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20esterna/Verbali/24-02-29/24-02-29.typ
typst
#import "/template.typ": * #show: project.with( date: "29/02/24", subTitle: "Aggiornamento sullo stato dei lavori", docType: "verbale", authors: ( "<NAME>", ), externalParticipants : ( (name: "<NAME>", role: "Referente aziendale"), ), timeStart: "16:15", timeEnd: "17:10", location: "Zoom", ...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20esterna/Verbali/24-02-22/24-02-22.typ
typst
#import "/template.typ": * #show: project.with( date: "22/02/24", subTitle: "Aggiornamento sullo stato dei lavori", docType: "verbale", authors: ( "<NAME>", ), externalParticipants : ( (name: "<NAME>", role: "Referente aziendale"), ), timeStart: "15:20", timeEnd: "16:10", location: "Zoom", ...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/112.%20revolution.html.typ
typst
revolution.html A Local Revolution? April 2009Recently I realized I'd been holding two ideas in my head that would explode if combined.The first is that startups may represent a new economic phase, on the scale of the Industrial Revolution. I'm not sure of this, but there seems a decent chance it's true. People are d...
https://github.com/Meisenheimer/Notes
https://raw.githubusercontent.com/Meisenheimer/Notes/main/src/Regression.typ
typst
MIT License
#import "@local/math:1.0.0": * = Regression == Linear Regression #env("Definition")[ Given a data set ${(mathbf(x)_i, y_i), i in {1, dots, m}}$ where $mathbf(x)_i in RR^n$, the linear regression seeks $tilde(mathbf(w)) in RR^n$ and $tilde(b) in RR$ such that $ f(mathbf(x)_i) = tilde(mathbf(w))^T mathbf(x)_i + t...
https://github.com/typst-community/setup-typst
https://raw.githubusercontent.com/typst-community/setup-typst/main/README_zh-Hans-CN.md
markdown
MIT License
<p align=center> <a href="https://github.com/typst-community/setup-typst/blob/main/README.md" hreflang="en" lang="en">English</a> | <b>简体中文</b> </p> # Setup Typst 此操作为 GitHub Actions 用户提供以下功能: - 安装给定版本的 Typst 并将其加入 PATH - 可选地将 [第三方包](https://github.com/typst/packages) 依赖缓存 <table align=center><td> ```yaml - uses:...
https://github.com/liuxu89/Principles
https://raw.githubusercontent.com/liuxu89/Principles/main/sample-page.typ
typst
#import "/book.typ": book-page #show: book-page.with(title: "Hello, typst") = Hello, typst Sample page
https://github.com/enseignantePC/2023-24
https://raw.githubusercontent.com/enseignantePC/2023-24/master/style.typ
typst
#import "@preview/showybox:1.1.0": showybox #let doc_counter = counter("doc") #let doc( ..body, width: 1fr, title: none, title-size: 15pt, boxed: false, shadow : true, show_doc: true, ) = box( width: width, { doc_counter.step() showybox( title: text(size: title-size)[ #if show_doc [Doc....
https://github.com/YonniGashu/resume
https://raw.githubusercontent.com/YonniGashu/resume/main/README.md
markdown
# My Resume My resume! Whatever is in this repository is what [my website](https://ygashu.dev) links to. Built using [Typst!](https://typst.app/)
https://github.com/Tetragramm/flying-circus-typst-template
https://raw.githubusercontent.com/Tetragramm/flying-circus-typst-template/main/CHANGELOG.md
markdown
MIT License
# (https://github.com/Tetragramm/flying-circus-typst-template/releases/tag/v3.0.0) ## Added Functions available: - FlyingCircus (The document style) - FCPlane - FCVehicleSimple - FCVehicleFancy - FCShip - FCWeapon - HiddenHeader - KochFont ## Removed --- ## Changed N/A ## Migration Guide from v0.1.X N/A --- # [v3.0.0]...
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/apa7/template/sections/tables.typ
typst
MIT License
= Sample Tables // Sample tables taken from https://apastyle.apa.org/style-grammar-guidelines/tables-figures/sample-tables == Sample Demographic Characteristics Table Referencing @table:sample-demographic-characteristics. #figure( [ #table( align: (x, y) => if (y == 0 or y == 1) and x >= 0 { cente...
https://github.com/jamesrswift/dining-table
https://raw.githubusercontent.com/jamesrswift/dining-table/main/tests/topdown/footer/test.typ
typst
The Unlicense
#import "../ledger.typ": * #set text(size: 11pt) #set page(height: 5cm, margin: 1em) #dining-table.make(columns: example, footer: none, data: data, notes: dining-table.note.display-list ) #v(0.5cm) #dining-table.make(columns: example, footer: ( table.cell( colspan: 3, fill: none, align(righ...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/casoslov/utierne/utierenBezKnaza.typ
typst
#import "../../../style.typ": * #import "/SK/texts.typ": * #import "../styleCasoslov.typ": * = Každodenná utiereň <X> #show: rest => columns(2, rest) TODO: zaciatok #lettrine("Pane Ježišu Kriste, Bože náš, pre modlitby našich svätých otcov zmiluj sa nad nami.") #lettrine("Amen.") #lettrine("Sláva na výsostiach Bo...
https://github.com/OtaNix-ry/typst-packages
https://raw.githubusercontent.com/OtaNix-ry/typst-packages/main/README.md
markdown
MIT License
# OtaNix ry typst-packages Typst packages providing various OtaNix related document templates and styles. ## Templates ### Board-meeting The OtaNix board-meeting document template (w/logo) ![](./board-meeting/0.1.0/thumbnail.png) This template is mostly adapted from - https://github.com/DVDTSB/dvdtyp/ Copyr...
https://github.com/Clay438/3Bao_of_HBUT_workflow
https://raw.githubusercontent.com/Clay438/3Bao_of_HBUT_workflow/master/README.md
markdown
# 3BAO_OF_HBUT_WORKFLOW ![b](pic/b.png) 3BAO_OF_HBUT_WORKFLOW是一个旨在积极重构[思维导图](/templates/mindmap/),[文献阅读](/templates/文献阅读/),[每科三问](/templates/每科三问/)完成方式的项目,以便: - 在ddl之前(通常位于期末周),以较短时间完成三宝,提高学习效率。 - 利用typst排版以便减少在word中遇到的排版问题 - 采用markdown格式编写mindmap,操作方便快速,利于扩展。 - 减少重复劳动,提高效率。 ## Dependence - [Typst](https://typs...
https://github.com/jamesrswift/typst_templates
https://raw.githubusercontent.com/jamesrswift/typst_templates/main/rsc-template/0.1.0/rsc-template.typ
typst
#let LARGE = text.with(size: 15pt) #let Large = text.with(size: 12pt) #let large = text.with(size: 10pt) #let normalSize = text.with(size: 9pt) #let footnoteSize = text.with(size: 7pt) #let create_dates(article_dates) = { return table( inset: 0pt, row-gutter: 0.15cm, stroke: none, columns: (1fr, 1fr)...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/chordx/0.2.0/README.md
markdown
Apache License 2.0
# chordx A package to write song lyrics with chord diagrams in Typst. **Table of Contents** - [Introduction](#introduction) - [Usage](#usage) - [Typst Packages](#typst-packages) - [Local Packages](#local-packages) - [Documentation](#documentation) - [Examples](#examples) - [Chart Chords](#chart-chords) - [Pi...
https://github.com/kotatsuyaki/canonical-nthu-thesis
https://raw.githubusercontent.com/kotatsuyaki/canonical-nthu-thesis/main/layouts/preface.typ
typst
MIT License
#let preface-impl( margin: (:), it, ) = { set page( margin: margin, numbering: "i", ) set par( leading: 1.5em, first-line-indent: 2em, ) // Disable heading numbering. set heading(numbering: none) show heading.where( level: 1, ): it => { ...
https://github.com/grnin/Zusammenfassungen
https://raw.githubusercontent.com/grnin/Zusammenfassungen/main/Bsys2/07_Mutexe_Semaphore.typ
typst
// Compiled with Typst 0.11.1 #import "../template_zusammenf.typ": * #import "@preview/wrap-it:0.1.0": wrap-content /*#show: project.with( authors: ("<NAME>", "<NAME>"), fach: "BSys2", fach-long: "Betriebssysteme 2", semester: "FS24", tableofcontents: (enabled: true), language: "de" )*/ = Mutexe und Semap...
https://github.com/mem-courses/discrete-mathmatics
https://raw.githubusercontent.com/mem-courses/discrete-mathmatics/main/template.typ
typst
MIT License
#import "@preview/tablex:0.0.8": tablex, colspanx, rowspanx, hlinex, vlinex, cellx #let font_song = ("New Computer Modern", "Source Han Serif SC", "Simsun", "STSong") #let font_fangsong = ("FangSong", "STFangSong") #let font_hei = ("Calibri", "Source Han Sans SC", "Source Han Sans HW SC", "SimHei", "Microsoft YaHei", ...
https://github.com/j-mueller/typst-vegalite
https://raw.githubusercontent.com/j-mueller/typst-vegalite/main/README.md
markdown
MIT License
# typst-vegalite Run vegalite in typst. The package is published as [nulite](https://typst.app/universe/package/nulite/). See [typst-package/README.md](typst-package/README.md) for usage instructions. ## Building the project 1. Enter the nix shell with `nix develop` 2. Run `build.sh`. This compiles `js/dist/index.js...
https://github.com/dainbow/MatGos
https://raw.githubusercontent.com/dainbow/MatGos/master/themes/12.typ
typst
#import "../conf.typ": * = Равномерная сходимость функциональных последовательностей и рядов. Непрерывность, интегрируемость и дифференцируемость суммы функционального ряда. == Непрерывность суммы функционального ряда #definition[ *Функциональная последовательность* $seq(f)$ *сходится равномерно* на $E$ к функции ...
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Courses/Math%2018_745%20-%20Lie%20Groups%20and%20Lie%20Algebras/Assignments/Assignment%201.typ
typst
#import "/Templates/generic.typ": latex, header #import "@preview/ctheorems:1.1.0": * #import "/Templates/math.typ": * #import "/Templates/assignment.typ": * #show: doc => header(title: "Assignment 1", name: "<NAME>", doc) #let lecture = counter("lecture") #lecture.step() #let update_lecture = () => { lecture.step() ...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/004.%20avg.html.typ
typst
#set page( paper: "a5", margin: (x: 1.8cm, y: 1.5cm), ) #set text( font: "Liberation Serif", size: 10pt, hyphenate: false ) #set par(justify: true) #set quote(block: true) #v(10pt) = Beating the Averages #v(10pt) _April 2001, rev. April 2003_ _(This article is derived from a talk given at the 2001 Franz De...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/03-unicode/property.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/template/lang.typ": mandingo #import "/lib/glossary.typ": tr #show: web-page-template // ## Character properties == #tr[character]属性 // The Unicode Standard isn't merely a collection of characters and their code p...
https://github.com/yonatanmgr/university-notes
https://raw.githubusercontent.com/yonatanmgr/university-notes/main/0366-%5BMath%5D/03661111-%5BLinear%20Algebra%201A%5D/src/lectures/03661111_lecture_10.typ
typst
#import "/template.typ": * #import "@preview/colorful-boxes:1.2.0": * #show: project.with( title: "אלגברה לינארית 1א׳ - שיעור 10", authors: ("<NAME>",), date: "6 בפברואר, 2024", ) // #include "/utils/toc.typ" // #pagebreak() #set enum(numbering: "(1.א)") = העתקות לינאריות - המשך == תזכורת יהיו $U,V$ זוג מ״ו מ...
https://github.com/Vanille-N/mpri2-edt
https://raw.githubusercontent.com/Vanille-N/mpri2-edt/master/ext.typ
typst
#import "typtyp.typ" #let tt = typtyp #import "time.typ" #import "classes.typ" // This file is where you would declare an external class (not from the MPRI) // that you take. // // // You are encouraged to MAKE A PULL REQUEST with whatever you add to this file. // // 1. For others // People might be interested in t...
https://github.com/chamik/gympl-skripta
https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-autori/maupassant.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/helper.typ": autor #autor("<NAME>", "1850", "1893 (43 let)", "spisovatel", "<NAME>.", "realismus, naturalismus", "/cj-autori/media/maupassant.jpg") Francouzský spisovatel 2. poloviny 19. století, spolu s Émilem Zolou a Gustavem Flaubertem představitel literárního realismu a naturalismu. Jeho šest románů a n...
https://github.com/Wh4rp/Presentacion-Typst
https://raw.githubusercontent.com/Wh4rp/Presentacion-Typst/master/ejemplos/9_import-fabuloso.typ
typst
#import "8_modulo-fabuloso.typ": faboloso Tú eres #faboloso[guapisimo]! Yo soy #faboloso(color: purple)[faboloso]!
https://github.com/lynn/typst-syntree
https://raw.githubusercontent.com/lynn/typst-syntree/main/README.md
markdown
MIT License
# typst-syntree **syntree** is a typst package for rendering syntax trees / parse trees (the kind linguists use). The name and syntax are inspired by <NAME>'s [syntree](https://github.com/mshang/syntree). Here's an example to get started: <table> <tr> <td> ```typ #import "@preview/syntree:0.2.0": syntree #syntree(...
https://github.com/dankelley/typst_templates
https://raw.githubusercontent.com/dankelley/typst_templates/main/qe/0.0.1/qe.typ
typst
MIT License
// https://typst.app/docs/tutorial/making-a-template/ // https://github.com/typst/packages/?tab=readme-ov-file#local-packages #let conf( student: none, date: none, doc, ) = { set text(font: "Times Roman", size: 14pt) set page("us-letter", header: [ _Qualifying Examination_ #h(1fr) *#student* #h(1fr) #...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/raw-02.typ
typst
Other
// Multiline block splits paragraphs. Text ```rust fn code() {} ``` Text
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/bamdone-aiaa/0.1.0/lib.typ
typst
Apache License 2.0
//*************************************************************** // 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/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unofficial-fhict-document-template/0.10.0/README.md
markdown
Apache License 2.0
<!-- markdownlint-disable MD033 --> # FHICT Document Template ![GitHub Repo stars](https://img.shields.io/github/stars/TomVer99/FHICT-typst-template?style=flat-square) ![Maintenance](https://img.shields.io/maintenance/Yes/2024?style=flat-square) ![Issues](https://img.shields.io/github/issues-raw/TomVer99/FHICT-typst...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/circuiteria/0.1.0/src/element.typ
typst
Apache License 2.0
#import "elements/ports.typ": add-ports, add-port #import "elements/element.typ": elmt #import "elements/alu.typ": alu #import "elements/block.typ": block #import "elements/extender.typ": extender #import "elements/multiplexer.typ": multiplexer #import "elements/logic/gate.typ": gate #import "elements/logic/and.typ":...
https://github.com/JohnMeyerhoff/typst_utils
https://raw.githubusercontent.com/JohnMeyerhoff/typst_utils/master/listing.typ
typst
#let labeled_frame(label: none, content) = { let font = (font: "Fira Code", size: 10pt) set text(..font) show raw: set text(..font) box(stroke: black + 2pt, radius: 1em)[ #if label != none { block( stroke: black + 2pt, inset: 0.8em, below: 0.1em, radius: (top-...
https://github.com/VisualFP/docs
https://raw.githubusercontent.com/VisualFP/docs/main/SA/project_documentation/content/meeting_minutes/week_05.typ
typst
= Project Meeting 17.10.2023 08:15 - 09:00 (MS Teams) == Participants - Prof. Dr. <NAME> - <NAME> - <NAME> == Agenda - Presentation of 3 design concept drafts & the survey questionnaire to make a decision - Input from Advisor: - Send questionnaire to <NAME>, <NAME>, <NAME> and <NAME> - Think about what to do i...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/tiaoma/0.1.0/manual.typ
typst
Apache License 2.0
#import "./lib.typ": * #show link: underline #{ set align(center) text(17pt)[tiaoma] par(justify: false)[ A barcode generator for typst. Using #link("https://github.com/zint/zint")[zint] as backend. ] } #let barcode-height = 5em #let left-right(..args) = grid(columns: (1fr, auto), gutter: 1%, ..args) Thi...
https://github.com/chamik/gympl-skripta
https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-autori/bradbury.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/helper.typ": autor #autor("<NAME>", "1920", "2012 (91 let)", "spisovatel", "Los Angeles High School", "fantasy, sci-fi", "/cj-autori/media/bradbury.jpg") <NAME> byl americký spisovatel. Jeho literární kariéra se odehrála převážně v období 20. století, které bylo poznamenáno technologickým pokrokem, studenou ...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/045%20-%20Kamigawa%3A%20Neon%20Dynasty/006_Episode%205%3A%20Threads%20of%20War.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 5: Threads of War", set_name: "Kamigawa: Neon Dynasty", story_date: datetime(day: 27, month: 01, year: 2022), author: "<NAME>", doc ) The compound was a chaos of metal and blood, but the Wanderer didn't stop moving. She was a part o...
https://github.com/pimm-dev/agreement-about-religion
https://raw.githubusercontent.com/pimm-dev/agreement-about-religion/main/typst/main.typ
typst
#let lead_manager = "박종현" #let color = ( title: rgb("#000"), body: rgb("#333") ) #let midline = path( stroke: .5pt + color.body, closed: false, (0pt, 0pt), (0pt, 30%) ) #let doc_layout(body) = { text(fill: color.body)[ #body ] linebreak() align(center)[ #text(size: 7pt)[ #grid( ...
https://github.com/fsr/rust-lessons
https://raw.githubusercontent.com/fsr/rust-lessons/master/src/lesson3.1_c-problems.typ
typst
#import "slides.typ": * #show: slides.with( authors: ("<NAME>", "<NAME>"), short-authors: "H&A", title: "Wer rastet, der rostet", short-title: "Rust-Kurs Lesson 3", subtitle: "Ein Rust-Kurs für Anfänger", date: "Sommersemester 2023", ) #show "theref": $arrow.double$ #show link: underline #new-section("C...
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Miscellaneous/test.typ
typst
#show ref: it => { if it.element == none { return it } if it.element.func() != figure { return it } if it.element.kind != math.equation { return it } if it.element.body == none { return it } if it.element.body.func() != metadata { return it } let num = numbering( if type...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/i18n/zh/docusaurus-plugin-content-docs/current/dynamic/handout.md
markdown
--- sidebar_position: 5 --- # 创建讲义 在看幻灯片、听课的同时,听众往往会希望有一个讲义,以便能够回顾理解困难的地方,所以,作者最好能给听众提供这样一份讲义,如果能在听课前提供更好。 讲义模式与普通模式的区别是,其不需要过于繁杂的动画效果,因此只会保留每个 slide 的最后一张 subslide。 开启讲义模式是很简单的: ```typst #let s = (s.methods.enable-handout-mode)(self: s) ```
https://github.com/WinstonMDP/math
https://raw.githubusercontent.com/WinstonMDP/math/main/exers/d.typ
typst
#import "../cfg.typ": * #show: cfg $ "Prove that" f =_cal(B) O(g) and g =_cal(B) O(f) <-> ex(c_1\, c_2 > 0) ex(B in cal(B)) all(x in B): c_1 abs(g(x)) <= abs(f(x)) <= c_2 abs(g(x)) $ - To right $ex(B in cal(B)) ex(alpha) all(x in B): abs(f(x)) = abs(alpha(x) g(x))$ $all(x) in B: abs(f(x)) <= abs(g(x)) sup_(x i...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/lang_04.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // // Error: 19-23 expected three or four letter script code (ISO 15924 or 'math') // #set text(script: "ab")
https://github.com/chubetho/Bachelor_Thesis
https://raw.githubusercontent.com/chubetho/Bachelor_Thesis/main/chapters/research.typ
typst
= State of the Art Review <section_review> This chapter is dedicated to identifying instances where micro frontends have been implemented and evaluating the outcomes of these applications. It is organized into two sections: academic literature and industry case studies. The academic literature section examines researc...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/heading_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test styling. #show heading.where(level: 5): it => block( text(font: "Roboto", fill: eastern, it.body + [!]) ) = Heading ===== Heading 🌍 #heading(level: 5)[Heading]
https://github.com/HEIGVD-Experience/docs
https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S4/CLD/docs/7-ContainerCluster/Kubernetes.typ
typst
#import "/_settings/typst/template-note-en.typ": conf #show: doc => conf( title: [ Kubernetes ], lesson: "CLD", chapter: "7 - Container Cluster", definition: "", col: 1, doc, ) = Software Containers == Containers vs Virtual Machines - Containers provide a lightweight alternative to virtual machines b...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/lasaveur/0.1.3/typst-lasaveur.typ
typst
Apache License 2.0
#let fh(a) = $hat(#a)$ #let ft(a) = $tilde(#a)$ #let f2(a) = $sqrt(#a)$ #let fb(a) = $bold(#a)$ #let fbb(a) = $bb(#a)$ #let fca(a) = $cal(#a)$ #let g6 = $diff$ #let g8 = $infinity$ #let g0 = $nothing$ #let go = $circle.stroked.tiny$ #let g_ = $without$ #let gd = $dot$ #let gt = $times$ #let gU = $union.big$ #let gI = $...
https://github.com/ryuryu-ymj/mannot
https://raw.githubusercontent.com/ryuryu-ymj/mannot/main/src/annot.typ
typst
MIT License
#import "util.typ": copy-stroke #let _place-path-arrow( stroke: 1pt, tail-length: 5pt, tail-angle: 30deg, ..vertices, ) = { place(path(stroke: stroke, ..vertices)) let stroke = copy-stroke(stroke, (dash: "solid")) context { let vertices = vertices.pos() let tail-length = tail-length.to-absolute...
https://github.com/Mc-Zen/quill
https://raw.githubusercontent.com/Mc-Zen/quill/main/tests/decorations/slice/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 0pt) #import "/src/quill.typ": * #quantum-circuit( ctrl(0), slice(), 1, [\ ], slice(), slice(x: 4, y: 0, n: 1, stroke: blue) )
https://github.com/HPDell/typst-starter-journal-article
https://raw.githubusercontent.com/HPDell/typst-starter-journal-article/main/lib.typ
typst
MIT License
#let author-meta( ..affiliation, email: none, alias: none, address: none, cofirst: false ) = { let info = ( "affiliation": affiliation ) if email != none { info.insert("email", email) } if alias != none { info.insert("name", alias) } if address != none { info.insert("address", ad...
https://github.com/Liusef/3403-tech-doc
https://raw.githubusercontent.com/Liusef/3403-tech-doc/main/basics.typ
typst
#let sectctr = counter("mycounter") #let pgctr = counter("values") #let typ_rgb = rgb("258a98") #let latex = box(image("assets/latex.svg", height: 13pt), height: 9pt) #let typst = box(image("assets/typst_filled.svg", height: 11pt), height: 7.6pt) #page( background: rect( fill: gradient.linear(rgb(24, 210, 182)...
https://github.com/Mc-Zen/quill
https://raw.githubusercontent.com/Mc-Zen/quill/main/tests/decorations/lstick%20rstick/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 0pt) #import "/src/quill.typ": * #quantum-circuit( lstick("a"), gate($H$), rstick("b"), [\ ], 1, gate($H$), rstick($mat(a,b;c,d,)$, n: 3), [\ ], lstick("asd", n: 2), gate($H$), 1, [\ ], 1, gate($T$), 1 ) #pagebreak() #quantum-circuit( lstick("single with brace"...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/chinese-typography-fix.typ
typst
#let sample = [“大家你好。”我想吃一点烦。“aaa?”Okay!”” ] #let test() = { let nihao = "你好" let symbols = "。?;:【】{}()" } #let periodMark = box( inset: (left: 1pt, right: 0.5pt), circle(radius: 1.2pt, stroke: 0.3pt, fill: red) ) #let exclamMark = box( inset: (left: 0.1em, right: 0.1em), text(size: 1.05em, font: "TeX G...
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/notizen/algorithmen/rod_cutting.typ
typst
#import "/config.typ": theme #import "@preview/cetz:0.2.2" #import "@preview/fontawesome:0.4.0" #let n = 4 #cetz.canvas(length: 100%, { import cetz.draw: * line( (0, 0), (1, 0), name: "rod", stroke: 4pt ) for i in range(n) { let width = (i+1)/n line( (rel: (0, -(16pt + 24pt * i)), t...
https://github.com/cui-ke/semantic-tech
https://raw.githubusercontent.com/cui-ke/semantic-tech/main/courses/Semantic%20Web/Chapters/04-SPARQL_GeoSPARQL/SPARQL-exercises.typ
typst
#let title = [Exercises on SPARQL] #align(left, text(17pt)[ *#title* ]) <NAME> #let with-solutions = true #let solution(s) = { if with-solutions [ == Solution #s ] } #import "@preview/diagraph:0.2.0": * #let renderc(code) = render(code.text) #let number-until-with(max-level, schema) = (..numbers) => { if nu...
https://github.com/AugustinWinther/codedis
https://raw.githubusercontent.com/AugustinWinther/codedis/main/lib.typ
typst
MIT License
#let code( code, lang: "py", stroke: luma(170), // Stroke color fill-1: luma(250), // First line block fill fill-2: luma(240), // Second line block fill ) = { // Change how raw.line looks show raw.line: it => { // Define line start and end numbers let start = 1 let end = it.count /...
https://github.com/Joelius300/hslu-typst-template
https://raw.githubusercontent.com/Joelius300/hslu-typst-template/main/chapters/00_abstract.typ
typst
MIT License
#import "@preview/big-todo:0.2.0": todo #import "../template.typ": eq Abstract wird hier als Text geschrieben und kann auch referenzieren @noauthor_example_nodate. Und eq etc. muss importiert werden. #eq($2^999 approx infinity$, [reee]) #todo("Abstract schreiben")
https://github.com/mem-courses/calculus
https://raw.githubusercontent.com/mem-courses/calculus/main/recourses-2/quiz-1-2023-wed.typ
typst
#import "../template.typ": * #show: project.with( course: "Calculus II", course_fullname: "Calculus (A) II", course_code: "821T0160", title: "Quiz #1 (Spring-Summer 2024, Wednesday)", authors: (( name: "memset0", email: "https://mem.ac/", id: [_<EMAIL>_], ),), semester: "Spring-Summer 2024", date: "April...
https://github.com/mrcinv/nummat-typst
https://raw.githubusercontent.com/mrcinv/nummat-typst/master/domace.typ
typst
= Domače naloge #set heading(offset: 1) #include "domace_seznam.typ" #show outline: set heading(level: 2) #include "domace_01.typ" #include "domace_02.typ" #include "domace_03.typ" #set heading(offset: 0)
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/game-theoryst/0.1.0/doc/gallery/mix-ex.typ
typst
Apache License 2.0
#import "../../src/lib.typ": * #set page( width: auto, height: auto, margin: 0.25em ) #nfg( players: ("Chet", "North"), s1: ([$F$], [$G$], [$H$]), s2: ([$X$], [$Y$]), mixings: (vmix: ($q$, $1-q$), hmix: ($p$, [], $1-p$)), [$7,3$], [$2,4$], [$5,2$], [$6,1$], [$6,1$], [$5,4$] )
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/packages/typst.node/__test__/inputs/post1.typ
typst
Apache License 2.0
#set document(title: "Post 1") = This is Post 1
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.2.0/src/lib/angle.typ
typst
Apache License 2.0
#import "/src/drawable.typ" #import "/src/styles.typ" #import "/src/vector.typ" #import "/src/util.typ" #import "/src/coordinate.typ" #import "/src/anchor.typ" as anchor_ #import "/src/draw.typ" // Angle default-style #let default-style = ( fill: none, stroke: auto, radius: .5, label-radius: 50%, mark: auto,...