repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/projects/highlighter/README.md
markdown
Apache License 2.0
# highlighter-typst Usage with `highlight.js`: ```html <!-- import as cjs, js bundled, wasm bundled --> <script id="script-main" src="https://cdn.jsdelivr.net/npm/@myriaddreamin/highlighter-typst/dist/cjs/contrib/hljs/typst.bundle.js" ></script> <!-- import as cjs, js not bundled, wasm bundled --> <!-- <script id...
https://github.com/herbhuang/utdallas-thesis-template-typst
https://raw.githubusercontent.com/herbhuang/utdallas-thesis-template-typst/main/content/proposal/introduction.typ
typst
MIT License
#import "/utils/todo.typ": TODO = Introduction #TODO[ // Remove this block *Introduction* - Introduce the reader to the general setting (No Problem description yet) - What is the environment? - What are the tools in use? - (Not more than 1/2 a page) ]
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/dynamic/handout.typ
typst
#import "../../../polylux.typ": * #set page(paper: "presentation-16-9") #set text(size: 30pt) #enable-handout-mode(true) // ... #polylux-slide[ Some text. #uncover("3-")[You cannot always see this.] ...Or can you? ]
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.2.0/src/lib/decorations/path.typ
typst
Apache License 2.0
// Library for drawing springs #import "/src/draw.typ" #import "/src/styles.typ" #import "/src/coordinate.typ" #import "/src/vector.typ" #import "/src/process.typ" #import "/src/path-util.typ" #import "/src/util.typ" #import "/src/bezier.typ" #let default-style = ( /// Number of segments segments: 10, /// Length...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/canonical-nthu-thesis/0.1.0/template/thesis.typ
typst
Apache License 2.0
#import "@preview/canonical-nthu-thesis:0.1.0": setup-thesis #let ( doc, cover-pages, preface, outline-pages, body, ) = setup-thesis( info: ( degree: "master", title-zh: [一個標題有點長的 \ 有趣的研究], title-en: [An Interesting Research \ With a Somewhat Long Title], department-zh: "某學系", department-en: "Mysterious D...
https://github.com/darioglasl/Arbeiten-Vorlage-Typst
https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/Anhang/04_Projektdokumentation/00_index.typ
typst
== Projektdokumentation Hier sind Details zu dem Ablauf der Arbeit zu finden. #include "02_aufgabenstellung.typ" #pagebreak() #include "04_jira.typ" #pagebreak() #include "01_reviews.typ" #pagebreak() #include "05_zeitmanagement.typ"
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/ttt-exam/0.1.0/lib/points.typ
typst
Apache License 2.0
#import "@preview/ttt-utils:0.1.0": grading #import "i18n.typ": * #let total_points = context grading.get_points().sum() // Show a box with the total_points #let point-sum-box = { box(stroke: 1pt, inset: 0.8em, radius: 3pt)[ #set align(bottom) #stack( dir:ltr, spacing: 0.5em, box[#text(1.4...
https://github.com/jamesrswift/typst-chem-par
https://raw.githubusercontent.com/jamesrswift/typst-chem-par/main/src/chem-par.typ
typst
MIT License
#import "stateful.typ": * #import "constants.typ": * #import "rules.typ" #let chem-style = (body) => { show: rules.formulae show: rules.isomers show: rules.enantiomers show: rules.greek show: rules.fischer-dropcaps show: rules.deuterated body }
https://github.com/HEIGVD-Experience/docs
https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S4/EXP/docs/pres-1min.typ
typst
#import "/_settings/typst/template-qk.typ": conf #show: doc => conf( title: [ Pourquoi une gourde peut sauver le monde? ], lesson: "EXP", col: 1, doc, ) = Pourquoi une gourde peut sauver le monde? - Qui ne possède pas une gourde en ce moment dans cette classe? - Mon objectif durant cette minute de pré...
https://github.com/weeebdev/cv
https://raw.githubusercontent.com/weeebdev/cv/main/modules/skills.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Skills") #cvSkill( type: [Languages], info: [English #hBar() Kazakh #hBar() Russian #hBar() Japanese] ) #cvSkill( type: [Tech Stack], info: [JS/TS/Python/Java/C/C++/Golang #hBar() React/Angular #hBar() SQL/MSSQL/MongoDB #hBar() Git/Docker] ) #cvSkill( ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/enum-numbering_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test numbering with closure. #enum( start: 3, spacing: 0.65em - 3pt, tight: false, numbering: n => text( fill: (red, green, blue).at(calc.rem(n, 3)), numbering("A", n), ), [Red], [Green], [Blue], [Red], )
https://github.com/alberto-lazari/unipd-typst-doc
https://raw.githubusercontent.com/alberto-lazari/unipd-typst-doc/main/unipd-doc.typ
typst
MIT License
// Comment-style lecture number annotation (# Lecture n) #let lecture(number) = { set text(gray) [\# Lecture #number] } #let notes() = doc => { set text(font: "Arial") doc } #let unipd-doc(title: none, subtitle: none, author: none, date: none) = doc => { let unipd-red = rgb(180, 27, 33) set page(numberin...
https://github.com/mismorgano/UG-FunctionalAnalyisis-24
https://raw.githubusercontent.com/mismorgano/UG-FunctionalAnalyisis-24/main/tareas/Tarea-02/Tarea-02.typ
typst
#import "../../config.typ": config, exercise, proof #show: doc => config( [Tarea 2], doc) #let cls(S) = $overline(#S)$ #exercise[1.10][Muestra que para todo $p>=1$, $l_p$ es linealmente isometrico a un subespacio de $L_p [0, 1]$] #proof[Definamos para todo $n in NN$ $ f_n = (n(n+1))^(1/p) cal(chi)_[1/(n+1), 1/n] ...
https://github.com/pedrofp4444/BD
https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[5] Implementação Física/indexação.typ
typst
#let indexação = { [ == Indexação do Sistema de Dados Nesta secção aborda-se a necessidade de aplicar uma metodologia de indexação à base de dados, com o objetivo de otimizar a eficiência das operações de pesquisa e manipulação de dados. O primeiro passo é a avaliação e previsão dos pontos de incidência resu...
https://github.com/crd2333/Astro_typst_notebook
https://raw.githubusercontent.com/crd2333/Astro_typst_notebook/main/src/docs/here/to2/3.typ
typst
--- title: "3.0 Introduction" --- sadfdsfsd
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/常微分方程/作业/2100012990 郭子荀 常微分方程 6.typ
typst
#import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark, proposition,der, partialDer, Spec #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: note.with( title: "作业4", au...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/off/content-func-call.typ
typst
Apache License 2.0
#table( columns: /* @typstyle off */ (1fr, auto, auto), inset: 10pt, align: horizon,[], [*Area*], [*Parameters*], [Some image], $ pi h (D^2 - d^2) / 4 $, /* @typstyle off */ [ $h$: height \ $D$: outer radius \ $d$: inner radius ], [Another Image], $ sqrt(2) / 12 a^...
https://github.com/jens-hj/ds-exam-notes
https://raw.githubusercontent.com/jens-hj/ds-exam-notes/main/lectures/9.typ
typst
#import "../lib.typ": * #show link: it => underline(emph(it)) #set math.equation(numbering: "(1)") #set enum(full: true) #set math.mat(delim: "[") #set math.vec(delim: "[") #set list(marker: text(catppuccin.latte.lavender, sym.diamond.filled)) #show heading.where(level: 1): it => text(size: 22pt, it) #show heading.wh...
https://github.com/icpmoles/politypst
https://raw.githubusercontent.com/icpmoles/politypst/main/aside/symbols.typ
typst
#let symbols = [ #heading(numbering: none)[List of Symbols] #table( columns: 3, [Variable], [Description],[SI Unit], [$u$],[solid displacement], [m], [$u_f$],[fluid displacement], [m], ) ]
https://github.com/StandingPadAnimations/papers
https://raw.githubusercontent.com/StandingPadAnimations/papers/main/simple-math-proofs/division-by-0.typ
typst
= A Basic Concept First Multiplication is defined as follows: $ a * b = sum_(c=1)^a b $ Such that $a * b$ is equivilent to the following: $ underbrace(b + b + ... + b, a "times") $ = Explaining Why $n/0$ is not $infinity$ The inverse of division is multiplication, such as the following: $ 6 / 2 = 3 $ $ 3 * 2 = 6 $ S...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2024/WS-05.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Women's Singles (1 - 32)", table( columns: 4, [Ranking], [Player], [Country/Region], [Rating], [1], [SUN Yingsha], [CHN], [3667], [2], [WANG Manyu], [CHN], [3449], [3], [CHEN Meng], [CHN], [3352], [4], [CHEN Xingto...
https://github.com/Habib-Ouadhour/Lab-3
https://raw.githubusercontent.com/Habib-Ouadhour/Lab-3/main/lab3/LAB%203-WEB%20APPLICATION.typ
typst
#import "@preview/charged-ieee:0.1.0": ieee #set page(footer: context [ ISET BIZERTE #h(1fr) #counter(page).display( "1/1", both: true, ) ]) #show: ieee.with( title: [#text(smallcaps("Lab #3: Web Application with Genie"))], authors: ( ( name: "<NAME>", department: [...
https://github.com/bigskysoftware/hypermedia-systems-book
https://raw.githubusercontent.com/bigskysoftware/hypermedia-systems-book/main/-1-copy-ack.typ
typst
Other
#show heading: set text(size: 1em, font: "Yrsa") #set par(first-line-indent: 0pt) #show par: it => block(spacing: 1.6em, it) *Hypermedia Systems*\ #sym.copyright 2023 <NAME>, <NAME>, <NAME> Editor: <NAME> CC BY-NC-SA: This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 Internati...
https://github.com/chaosarium/typst-templates
https://raw.githubusercontent.com/chaosarium/typst-templates/main/examples/notebook.typ
typst
#import "../notebook/lib.typ": * #show: note_page.with( "Bad Ideas in Practical Computer Science", "Dr. Evil", [], "Meow", "2024", [This is an example abstract. #lorem(40)], [Cranberry Lemon University] ) #import "@preview/finite:0.3.0" #import "@preview/finite:0.3.0": automaton // shorthands #le...
https://github.com/Mouwrice/thesis-typst
https://raw.githubusercontent.com/Mouwrice/thesis-typst/main/jitter_noise/jitter_noise_results.typ
typst
== Results The following section compares the results achieved by the method with measurements without any post-processing. Results of recordings at 30 fps and 60 fps are discussed, as well as the impact of the memory size of the method. === 30 fps The `maurice_drum_fast` recording at 30 fps is used to compare the ...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/visualize/image-04.typ
typst
Other
// Test baseline. A #box(image("test/assets/files/tiger.jpg", height: 1cm, width: 80%)) B
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/018%20-%20Modern%20Masters%202015/001_The%20Dragon's%20Errand.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Dragon's Errand", set_name: "Modern Masters 2015", story_date: datetime(day: 06, month: 05, year: 2015), author: "<NAME>", doc ) #emph[Long ago, on the plane of Kamigawa, a goblin named Kiki-Jiki finds himself in a tight spot…] #figure...
https://github.com/sitandr/typst-examples-book
https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/typstonomicon/block_break.md
markdown
MIT License
# Breakpoints on broken blocks ### Implementation with table headers & footers See a demo project (more comments, I stripped some of them) [there](https://typst.app/project/r-yQHF952iFnPme9BWbRu3). ```typ /// author: wrzian // Underlying counter and zig-zag functions #let counter-family(id) = { let parent = count...
https://github.com/heinrichti/tiacv
https://raw.githubusercontent.com/heinrichti/tiacv/main/tiacv.typ
typst
#let main = state("main", rgb("414141")) #let accent = state("accent", rgb("b2967d")) #let bubbles = state("bubbles", rgb("eff8f8")) #let linepadding = state("linepadding", 15pt) #let linewidth = state("linewidth", 1pt) #let tiacv(content) = { set page(margin: (x: 2cm, y: 2cm), numbering: "1/1") set text(font: "So...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/meta/state.typ
typst
Apache License 2.0
// Test state. --- #let s = state("hey", "a") #let double(it) = 2 * it #s.update(double) #s.update(double) $ 2 + 3 $ #s.update(double) Is: #s.display(), Was: #locate(location => { let it = query(math.equation, location).first() s.at(it.location()) }). --- // Try same key with different initial value. #state("ke...
https://github.com/magic3007/cv-typst
https://raw.githubusercontent.com/magic3007/cv-typst/master/doc/research_projects.typ
typst
*Robust FPGA Macro Placement Algorithm Considering Cascaded Macros and Fence Regions* #h(1fr) 2023/06 - 2023/09 \ // PKU-IDEA Group, advised by Prof. <NAME> #h(1fr) Beijing, China \ - Developed cutting-edge electrostatic-based FPGA placement algorithms to address the complexity in FPGA placement, including high design ...
https://github.com/peterpf/modern-typst-resume
https://raw.githubusercontent.com/peterpf/modern-typst-resume/main/assets/icons/README.md
markdown
The Unlicense
# Icons The icons are from [Font Awesome Free](https://github.com/FortAwesome/Font-Awesome/) and licensed under the `CC BY 4.0` license, see [LICENSE.txt]. Icons in this folder must be stored in white (#ffffff) to enable color adjustments in the Typst template.
https://github.com/Dherse/masterproef
https://raw.githubusercontent.com/Dherse/masterproef/main/masterproef/parts/3_translation.typ
typst
#import "../ugent-template.typ": * = Translation of intent & requirements <sec_intent> In @sec_programming_photonic_processors, the different programming ecosystem components, paradigms and tradeoffs were discussed. In this section, the translation of the user's intent -- i.e. the design they wish to implement -- wil...
https://github.com/Tyrn/wei
https://raw.githubusercontent.com/Tyrn/wei/master/sandbox.typ
typst
#import "robinson-pip.typ": part, chapter, formatDoc #show: doc => formatDoc(doc) #set text(lang: "ru") #set par(first-line-indent: 1em, justify: true) #set text(hyphenate: true) #place(center + horizon, dy: -10em)[ #text(size: 25pt)[ Сто полей ] #text(size: 15pt)[ Юли<NAME> ] ] #pagebreak() // ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/DISCIPLINES.md
markdown
Apache License 2.0
# Typst Package Disciplines Disciplines define the target audience of a package, making it easy for users to discover domain-specific packages and templates. Not all packages are domain-specific, those can simply omit the `disciplines` key from their manifest. In addition to disciplines, packages can also specify a lis...
https://github.com/lublak/typst-echarm-package
https://raw.githubusercontent.com/lublak/typst-echarm-package/main/examples/gauge.typ
typst
MIT License
#set page(width: 200mm, height: 150mm, margin: 0mm) #import "../typst-package/lib.typ" as echarm #echarm.render(width: 100%, height: 100%, options: ( series: ( type: "gauge", progress: ( "show": true ), data: ((value: 60),) ) ))
https://github.com/camp-d/Notes
https://raw.githubusercontent.com/camp-d/Notes/main/ece3220.typ
typst
= Operating Systems - Dr. Drachova = Jan 25 2024 = Linux compilation steps - Preprocessor - includes header files, converts macros, conditional compilation, line control = Line Control 6 Line Control - The C preprocessor informs the C compiler of the location in your source code where each token came from. Pr...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/055%20-%20Murders%20at%20Karlov%20Manor/008_Episode%208%3A%20Gods%20of%20Chaos.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 8: Gods of Chaos", set_name: "Murders at Karlov Manor", story_date: datetime(day: 16, month: 01, year: 2024), author: "<NAME>", doc ) The sun rose bright and beautiful over the moor, shining through every blade of grass and glinting...
https://github.com/jamesrswift/splendid-mdpi
https://raw.githubusercontent.com/jamesrswift/splendid-mdpi/main/README.md
markdown
The Unlicense
# The `splendid-mdpi` Package <div align="center">Version 0.1.1</div> A recreation of the MDPI template shown on the typst.app homepage. ## Media <p align="center"> <img alt="Light" src="./thumbnails/1.png" width="45%"> &nbsp; &nbsp; &nbsp; &nbsp; <img alt="Dark" src="./thumbnails/2.png" width="45%"> </p> ## Ge...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/zalmy/Z084.typ
typst
Pane, svojej krajine si preukázal milosť, \* Jakuba si zbavil poroby. Svojmu ľudu si odpustil vinu \* a zakryl si všetky jeho hriechy. Všetok hnev si v sebe potlačil \* a zmiernil svoje rozhorčenie. Obnov nás, Bože, naša spása, \* a odvráť od nás svoj hnev. Vari sa chceš hnevať na nás naveky \* a z pokolenia na pok...
https://github.com/elteammate/typst-compiler
https://raw.githubusercontent.com/elteammate/typst-compiler/main/deobfuscated/compile-x86.typ
typst
#import "utils.typ": * #import "typesystem.typ": * #import "ir-def.typ": * #import "utils-asm-highlighting.typ": * #let registers = ( "rax", "rbx", "rcx", "rdx", "rsi", "rdi", "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15", ) #let fp_registers = ( "xmm0","xmm1", "xmm2", "xmm3", "xmm4", "xmm5", "...
https://github.com/darioglasl/Arbeiten-Vorlage-Typst
https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/Anhang/01_Fazit/00_index.typ
typst
== Rückblick Hier folgen unsere persönlichen Fazits zur Studienarbeit. #include "01_anna_abc.typ" #include "02_max_muster.typ"
https://github.com/asmund20/typst-packages
https://raw.githubusercontent.com/asmund20/typst-packages/main/local/num_to_str/1.0.0/main.typ
typst
#let num_to_str(num, digits: 0) = { num = str(calc.round(float(num), digits: digits)) // if digits <= 0, calc.round has the desired behaviour if digits <= 0 { return num } // here, desired digits will be strictly positive. // therefore, the string should contain a decimal point. // If it does not, t...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/meppp/0.1.0/template.typ
typst
Apache License 2.0
#import "table.typ":meppp-tl-table #let meppp-lab-report( title: "", author: "", info: [], abstract: [], keywords: (), author-footnote: [], heading-numbering-array: ("I","A","1","a"), heading-suffix: ". ", doc ) = { // footnote settings show footnote.entry: set align(left) set ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/case_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #let memes = "ArE mEmEs gReAt?"; #test(lower(memes), "are memes great?") #test(upper(memes), "ARE MEMES GREAT?") #test(upper("Ελλάδα"), "ΕΛΛΆΔΑ")
https://github.com/exdevutem/taller-git
https://raw.githubusercontent.com/exdevutem/taller-git/main/src/post-install.typ
typst
#import "@preview/big-todo:0.2.0": * = Post instalación Se debe de configurar el usuario que va a utilizar git. Se recomienda hacerlo de forma global para tu computador personal (o usuario propio si utilizas los computadores del club), o configurarlos individualmente para cada repositorio si utilizas algun computador ...
https://github.com/senokentiy/javaLab1
https://raw.githubusercontent.com/senokentiy/javaLab1/master/report.typ
typst
// general #set text( font: "Times New Roman", size: 14pt ) #set page( paper: "a4", width: 649pt, numbering: "- 1 -" ) #align(center + top)[ #image("art/itmo.png") = Университет ИТМО #v(0.5cm) Мегафакультет компьютерных технологий и управления\ Факультет программной инженерии и компьютерной те...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/bone-resume/0.3.0/lib.typ
typst
Apache License 2.0
#import "@preview/oxifmt:0.2.1": strfmt #let show-common-state = state("show-common", false) #let resume-init( author: "六个骨头", header: none, footer: none, show-common: true, size:11pt, body, ) = { set document(author: author) set page(margin: (x: 3.2em, y: 3.2em), header: header, footer: footer) set...
https://github.com/0x1B05/algorithm-journey
https://raw.githubusercontent.com/0x1B05/algorithm-journey/main/practice/note/content/Morris遍历.typ
typst
#import "../template.typ": * #pagebreak() = 二叉树 Morris 遍历 时间复杂度 O(n),空间复杂度 O(1) 通过利用袁术中大量空闲指针的方式,达到节省空间的目的 == 遍历细节 假设来到当前节点 cur,开始时 cur 在头节点 1. 若 cur 没有左孩子,cur 向右移动(`cur = cur.right`) 2. 若 cur 有左孩子,找到左子树上最右的节点 mostRight 1. 若 mostRight 的右指针指向空,让其指向 cur,然后 cur 向左移动(`cur = cur.left`) 2. 若 mostRight 的右指针指向 cur,让其指向...
https://github.com/SeniorMars/tree-sitter-typst
https://raw.githubusercontent.com/SeniorMars/tree-sitter-typst/main/examples/compute/construct.typ
typst
MIT License
// Test creation and conversion functions. // Ref: false --- // Compare both ways. #test(rgb(0%, 30%, 70%), rgb("004db3")) // Alpha channel. #test(rgb(255, 0, 0, 50%), rgb("ff000080")) // Test color modification methods. #test(rgb(25, 35, 45).lighten(10%), rgb(48, 57, 66)) #test(rgb(40, 30, 20).darken(10%), rgb(36, ...
https://github.com/khalilhannechi/Lab-1
https://raw.githubusercontent.com/khalilhannechi/Lab-1/main/Lab-1.typ
typst
#import "Class.typ": * #show: ieee.with( title: [Report Lab], /* abstract: [ #lorem(10). ], */ authors: ( ( name: "<NAME> ", department: [Dept. of EE], organization: [ISET Bizerte --- Tunisia], profile: "khalilhannechi", ), ( name: "<NAME>", departme...
https://github.com/iceghost/resume
https://raw.githubusercontent.com/iceghost/resume/main/4-skills.typ
typst
== Skills #block[ === Web Development I am experienced at fullstack web development. I have worked with various web frameworks, notably Svelte/SvelteKit and Tailwind CSS, and mostly used TypeScript. ] #block[ === System Programming I gained experience in low-level programming from my univers...
https://github.com/p4perf4ce/typst-ieee-trans-template
https://raw.githubusercontent.com/p4perf4ce/typst-ieee-trans-template/main/ieee-trans/main.typ
typst
Do What The F*ck You Want To Public License
#import "template.typ": * #show: ieee.with( title: [Preparation of Papers for IEEE #smallcaps[Transactions] and #smallcaps[Journals] (_February_ 2022)], journal-name: "IEEE TRANSACTIONS AND JOURNALS TEMPLATE", abstract: [ The process of scientific writing is often tangled up with the intricacies of typesettin...
https://github.com/VadimYarovoy/CourseWork
https://raw.githubusercontent.com/VadimYarovoy/CourseWork/main/template.typ
typst
#let project( type: "", // name: "", subject: "", abstract: [], authors: (), logo: none, body ) = { // Set the document's basic properties. set document(author: authors.map(a => repr(a.name)).join(", "), title: type) set text(font: "Liberation Serif", lang: "ru") show math.equation: set text(weigh...
https://github.com/ntjess/typst-drafting
https://raw.githubusercontent.com/ntjess/typst-drafting/main/docs/overview/main.typ
typst
The Unlicense
#import "/drafting.typ" as drafting: * #import "../utils.typ": dummy-page #import "@preview/showman:0.1.1" #show <example-output>: set text(font: "Linux Libertine") #let template(doc) = { showman.formatter.template( // theme: "dark", eval-kwargs: (direction: ttb, scope: (drafting: drafting), unpack-modules:...
https://github.com/juruoHBr/typst_xdutemplate
https://raw.githubusercontent.com/juruoHBr/typst_xdutemplate/main/main.typ
typst
#import "template.typ": * #show: xdudoc.with( fonts: (:), fontsize : 12pt, factor: 1.5, ) #let info = ( title : "某雷达脉压模块与实测数据的分析软件设计", covertitle : "某雷达脉压模块与实测数据的\n分析软件设计", school: "电子工程学院", major: "电子信息工程", name : "郑XX", class : [2101010], tutor : "陈XX", number : "21009100000" ) #cover(info: info) #f...
https://github.com/davawen/Cours
https://raw.githubusercontent.com/davawen/Cours/main/Physique/Electricité/electricite.typ
typst
#import "@local/physique:0.1.0": * #import "@preview/bob-draw:0.1.0": render #import elec: * #show: doc => template(doc) #titleb[Introduction à l'électricité] = Historique (Voir poly) = Mouvements de porteurs de charge == Electrisation Phénomène qui permet de faire apparaître des charges par frottement ou dépla...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/par-indent_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set par(first-line-indent: 12pt, leading: 5pt) #set block(spacing: 5pt) #show heading: set text(size: 10pt) The first paragraph has no indent. But the second one does. #box(image("/assets/files/tiger.jpg", height: 6pt)) starts a paragraph, also...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/spacing-02.typ
typst
Other
// Test RTL spacing. #set text(dir: rtl) A #h(10pt) B \ A #h(1fr) B
https://github.com/Isaac-Fate/booxtyp
https://raw.githubusercontent.com/Isaac-Fate/booxtyp/master/src/theorems/corollary.typ
typst
Apache License 2.0
#import "./new-theorem-template.typ": new-theorem-template #let corollary = new-theorem-template("Corollary")
https://github.com/TheRiceCold/resume
https://raw.githubusercontent.com/TheRiceCold/resume/main/modules/experience.typ
typst
#import "../src/template.typ": * #show link: underline #cvSection("Experience") #cvEntry( society: [Proudcloud], logo: "../src/logos/proudcloud.png", title: [Full-Stack Software Engineer], date: [2022, 2023], location: [Remote], description: list( [Project: #link("https://www.ragebite.com/work/playbey...
https://github.com/songoffireandice03/simple-template
https://raw.githubusercontent.com/songoffireandice03/simple-template/main/templates/latexcolors.typ
typst
#let latexcolors = ( airforceblue : rgb("#5c8aaa"), aliceblue : rgb("#f0f8ff"), alizarin : rgb("#d16a6a"), almond : rgb("#f0dacc"), amaranth : rgb("#e52b50"), amber : rgb("#ffbf00"), ambersaeece : rgb("#ff7e00"), americanrose : rgb("#ff033e"), amethyst : rgb("#9966cc"), anti-flas...
https://github.com/a-mhamdi/graduation-report
https://raw.githubusercontent.com/a-mhamdi/graduation-report/main/Typst/fr-Rapport/common/metadata.typ
typst
MIT License
// Enter your project data here: #let title = "Titre du projet" #let titre = "Titre" #let diploma = "Licence" #let program = "Génie Electrique" #let supervisor = "M. (Mme) ***" #let author = "Auteur" #let date = datetime.today().display() #let chap1 = "Contexte et problématique" #let chap2 = "Méthodologie" #let chap3 ...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/Glossario/content.typ
typst
MIT License
#import "functions.typ": glossary, team #let terms = csv("terms.csv", delimiter: ";") #for letter in "ABCDEFGHIJKLMNOPQRSTUVWXYZ" { let words_to_consider = terms.sorted(key: term => term.first()).filter(term => upper((term.first().at(0))) == letter); if( words_to_consider.len() > 0){ heading(level: 1, letter)...
https://github.com/alejandrgaspar/pub-analyzer
https://raw.githubusercontent.com/alejandrgaspar/pub-analyzer/main/pub_analyzer/internal/templates/author/report.typ
typst
MIT License
// This document was generated using Pub Analyzer version {{ version }}. // // Pub Analyzer is a tool designed to retrieve, process and present in a concise and understandable // way the scientific production of a researcher, including detailed information about their articles, // citations, collaborations and other re...
https://github.com/kotatsuyaki/canonical-nthu-thesis
https://raw.githubusercontent.com/kotatsuyaki/canonical-nthu-thesis/main/pages/zh-cover.typ
typst
MIT License
#set heading( numbering: "1.1.1", ) #let cover-heading( degree: "master", // "master" | "doctor" size: 26pt, // Font size tracking: 0.5em, // Intra-character spacing ) = { let heading-from-degree(degree) = ( "master": "碩士論文", "doctor": "博士論文", ).at(degree) stack( ...
https://github.com/thornoar/hkust-courses
https://raw.githubusercontent.com/thornoar/hkust-courses/master/MATH1023-Honors-Calculus-I/homeworks/homework-5/main.typ
typst
#import "@local/common:0.0.0": * #import "@local/templates:0.0.0": * #import "@local/drawing:0.0.0": * #import "@local/theorem:0.0.0": * #let thmstyle = thmstyle.with(base: none) #show: thmrules #let args = (base: none, titlefmt: it => underline(strong(it))) #let lm = statestyle("lemma", "Lemma", ..args) #let def = p...
https://github.com/nimalu/mustermann-cv
https://raw.githubusercontent.com/nimalu/mustermann-cv/main/main.typ
typst
#import "lib.typ": * #show: resume.with( author: ( firstname: "Max", lastname: "Mustermann", address: "Musterstraße 10, 22374 Musterstadt", phone: "+49 1923655", email: "<EMAIL>", github: "mustermann", linkedin: "mustermann", ) ) = Experience #resume-entry( title: link("https://www...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/data-05.typ
typst
Other
// Error: 6-16 failed to parse csv file: found 3 instead of 2 fields in line 3 #csv("test/assets/files/bad.csv")
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/005.%20javacover.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) = Java's Cover #v(10pt) _April 2001_ #rect[ This essay developed out of conversations I've had with several other programmers ...
https://github.com/wj461/operating-system-personal
https://raw.githubusercontent.com/wj461/operating-system-personal/main/HW3/document.typ
typst
#align(center, text(17pt)[ *Operating-system homework\#3* ]) #(text(14pt)[ = Programming problems ]) Kernel: 6.8.1-arch1-1\ gcc (GCC) 13.2.1 = compile #align(center, image("./image/make.png",width: 70%, fit: "contain") ) = 7.15 #align(center, image("./image/fibonacci.png",width: 70%, fit: "contain") ) = 8.32...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/07-localisation/USE.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/template/lang.typ": telugu, balinese, sharada, taitham #import "/lib/glossary.typ": tr #show: web-page-template // ## The Universal Shaping Engine == 通用#tr[shaping]引擎 // In the previous section we looked at how sh...
https://github.com/totikom/slides
https://raw.githubusercontent.com/totikom/slides/main/2024-05-01-turing-blockchain/slides.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "slides-theme.typ": * #set text(lang: "ru", size: 25pt, font: "Fira Sans") #show raw: set text(size: 25pt, font: "Fira Mono") #show: inverse-theme #set raw(theme: "themes/Halcyon.tmTheme") #let qr(caption, name, href, size) = link(href, figure( caption: caption, numbering: none, image("figures/qr/" + n...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/ops-07.typ
typst
Other
// Test boolean operators. // Test not. #test(not true, false) #test(not false, true) // And. #test(false and false, false) #test(false and true, false) #test(true and false, false) #test(true and true, true) // Or. #test(false or false, false) #test(false or true, true) #test(true or false, true) #test(true or true...
https://github.com/YDX-2147483647/statistical-dsp
https://raw.githubusercontent.com/YDX-2147483647/statistical-dsp/main/template.typ
typst
#import "@preview/oxifmt:0.2.0": strfmt #let project( title: none, author: (name: none), date: none, //! Strings are passed to `strfmt`, and contents or other types are shown literally. info: (), body, ) = { // Document's basic properties set document(author: author.name, title: title) // Font famil...
https://github.com/RaphGL/ElectronicsFromBasics
https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/main.typ
typst
Other
#set document( title: [Electronics From Basics], author: "<NAME>", keywords: ("Electronics", "Electricity"), ) #set page(numbering: "1") #set par(justify: true) #set text( font: "Noto Sans", size: 10pt, kerning: true, lang: "en", ligatures: true, ) #show math.equation: set text(font: "Noto Sans Mat...
https://github.com/ffasbend/refcards
https://raw.githubusercontent.com/ffasbend/refcards/main/python_refcard/readme.md
markdown
MIT License
# Python Reference Card This Python Reference Card (french version) is used in schools in Luxembourg. The document has been typeset with **typst**, a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use (see https://typst.app/). Latest version of typs...
https://github.com/wagaaa/HZAU_Typst
https://raw.githubusercontent.com/wagaaa/HZAU_Typst/main/README.md
markdown
MIT License
# HZAU_Typst Typst template for HZAU dissertation 华中农业大学学位论文Typst模版(开发中) ## 使用方法 1. 安装[Typst](https://typst.app/) 2. 安装字体依赖(宋体、黑体、Times New Roman等) 3. 使用推荐的编辑器(VSCode)编辑`main.typ` ## 待完善功能 - [x] 页眉页脚 - [x] 目录 - [x] 简单图表 - [ ] 装订页边距 - [ ] 格式调整 - [x] 自动生成参考文献?CSL格式支持不佳 - [ ] 参考文献、附录、致谢暂未加入目录 ## 文件结构 ``` . ├── LICE...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas3/6_Sobota.typ
typst
#let V = ( "HV": ( ("", "<NAME>", "Stráždušče dóbliji múčenicy krípko, i rány, i vjazánija, i razlíčnyja múki preterpívše, k neboľíznennomu voístinnu i blažénnomu nasľídiju privedóšasja, po dostojániju boľíznej."), ("", "", "Íže slóvo blahočestívo i božéstvenno otrýhnuvše, Hospódni svjatítelije, i vsjá jeret...
https://github.com/floriandejonckheere/utu-thesis
https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/helpers.typ
typst
// Helpers for systematic literature review #let total = (category) => category.values().sum().len() #let count = (category, item) => category.at(item).len() #let percentage = (category, item) => [#calc.round((100 * count(category, item) / total(category)), digits: 1)%] #let slr = yaml("/bibliography/literature-review...
https://github.com/VisualFP/docs
https://raw.githubusercontent.com/VisualFP/docs/main/SA/project_documentation/content/meeting_minutes/week_11.typ
typst
= Project Meeting 28.11.2023 08:15 - 09:00 (MS Teams) == Participants - Prof. Dr. <NAME> - <NAME> - <NAME> == Agenda - Presentation of current state of PoC - UI mostly integrated with inference part - There are still some issues with lambdas & polymorphic functions - Plan for the rest of the semester: - Until mi...
https://github.com/typst-jp/typst-jp.github.io
https://raw.githubusercontent.com/typst-jp/typst-jp.github.io/main/docs/tutorial/3-advanced.md
markdown
Apache License 2.0
--- description: Typst's tutorial. --- # 高度なスタイリング このチュートリアルの前の2つの章では、Typstで文書を書く方法とその書式を変更する方法を学びました。 それらの章を通して書いたレポートが優れた評価を得たため、指導教員はそれを基に学会論文を書いてほしいと考えています! もちろん、論文は学会のスタイルガイドに従わなければなりません。 どうすればそれを達成できるか見てみましょう。 始める前に、チームを作成して、そのチームに教員を招待して追加しましょう。 まず、エディターの左上にある戻るアイコンでアプリのダッシュボードに戻ります。 次に、左のツールバーのプラスアイコンを選択し、チーム...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/projects/rehype-typst/README.md
markdown
Apache License 2.0
# rehype-typst **[rehype](https://github.com/rehypejs/rehype)** plugin to render elements with a `language-math` class with [Typst](https://github.com/typst/typst). ## Contents - [rehype-typst](#rehype-typst) - [Contents](#contents) - [What is this?](#what-is-this) - [When should I use this?](#when-should-i-us...
https://github.com/MatheSchool/typst-g-exam
https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/src/global.typ
typst
MIT License
#import "@preview/oxifmt:0.2.1": strfmt #let __g-question-number = counter("g-question-number") #let __g-question-point = state("g-question-point", 0) #let __g-question-points-position-state = state("g-question-points-position", left) #let __g-question-text-parameters-state = state("question-text-parameters:", none) ...
https://github.com/Ciolv/typst-template-t3000
https://raw.githubusercontent.com/Ciolv/typst-template-t3000/main/README.md
markdown
MIT License
# T3_3000 Typst Template - DHBW Mannheim This template is not affiliated with the DHBW Mannheim. It is merely based as closely as possible on the Word template for T3_3000 provided via Moodle (as of May 2023). I do not guarantee that a submission based on this template will be accepted. The template is based on th...
https://github.com/hitszosa/universal-hit-thesis
https://raw.githubusercontent.com/hitszosa/universal-hit-thesis/main/common/components/figure.typ
typst
MIT License
#let algorithm-figure(content, caption: none, supplement: [算法], label-name: "", breakable: true) = { block(stroke: rgb("#0000"))[ #let new-label = label(label-name) #figure( [], kind: "algorithm", supplement: supplement, ) #new-label #v(-1.25em) #context { let heading-numb...
https://github.com/Mc-Zen/quill
https://raw.githubusercontent.com/Mc-Zen/quill/main/examples/qft.typ
typst
MIT License
#import "../src/quill.typ": * #quantum-circuit( scale: 85%, row-spacing: 5pt, column-spacing: 8pt, lstick($|j_1〉$), $H$, $R_2$, midstick($ dots $), $R_(n-1)$, $R_n$, 8, rstick($|0〉+e^(2pi i 0.j_1 dots j_n)|1〉$),[\ ], lstick($|j_2〉$), 1, ctrl(-1), midstick($ dots $), 2, $H$, midstick($ dots $), $R...
https://github.com/ilsubyeega/circuits-dalaby
https://raw.githubusercontent.com/ilsubyeega/circuits-dalaby/master/Type%201/1/15.typ
typst
#set enum(numbering: "(a)") #import "@preview/cetz:0.2.2": * #import "../common.typ": answer 1.15 다음은 어떤 소자에 시간 $t$의 시점까지 들어간 전하의 축적량 $q(t)$를 나타낸 것이다. 다음 시점에서 전류를 구하라. + $t = 1s$ + $t = 3s$ + $t = 6s$ #answer[ + $= 2$A + $= 0$ + $= 1$A ]
https://github.com/EGmux/TheoryOfComputation
https://raw.githubusercontent.com/EGmux/TheoryOfComputation/master/assyntoticComplexity.typ
typst
#set heading(numbering: "1.") = (3.8) Give Implementation level detail descriptions of Turing machines that decide the followwing languages over the alphabet {0,1} == a. ${w| w "contains an equal number of 0's and 1's" } $ #math.equation(block:true,numbering:"1", $M=&"On input <p>, a binary string:" \ &...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/themes/gallery/university.md
markdown
# University theme ![university](university.png) This theme offers a simple yet versatile design, allowing for easy customization and flexibility. Additionally, it incorporates a progress bar at the top, which displays the current status of the presentation. `university` also makes working with mulit-column content v...
https://github.com/Zuttergutao/Typstdocs-Zh-CN-
https://raw.githubusercontent.com/Zuttergutao/Typstdocs-Zh-CN-/main/Classified/format.typ
typst
// 设置block格式 #let blockk(term)=block(width:100%,inset: 7pt,radius:5pt,stroke: gray+1pt)[ #set par(first-line-indent:0em) #text(weight:700,size:11pt,fill: rgb("#FF0000"),"#Demo") \ #term ]
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/ops-14.typ
typst
Other
// Error: 10 expected keyword `in` #("a" not)
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/04-opentype/bezier.typ
typst
Other
#import "/template/consts.typ" #import "/lib/draw.typ": * #let width = 500 #let height = 800 #let axis-step = 100 #let axis-thickness = 2 #let curve-thickness = 5 #let point-radius = 10 #let point-thickness = 3 #let text-size = 30 #let the-canvas = body => canvas( (width, height), width: 100%, body, ) #let coo...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-29.typ
typst
Other
// Error: 11-19 the result is too large #calc.perm(21, 21)
https://github.com/derekchai/k-mapper
https://raw.githubusercontent.com/derekchai/k-mapper/main/lib.typ
typst
MIT License
#import "utils.typ": * #let karnaugh( // 4, 8, 16 grid-size, // Label to go on the x-axis of the K-map. x-label: $$, // Label to go on the y-axis of the K-map. y-label: $$, // Gray code positions where there is a 0. Otherwise the K-map is filled with 1s. minterms: none, // Gray code positions whe...
https://github.com/ANU-RSES-Education/EMSC-4017
https://raw.githubusercontent.com/ANU-RSES-Education/EMSC-4017/main/DataManagement/DataManagement.typ
typst
Creative Commons Zero v1.0 Universal
#import "@preview/mitex:0.2.1": * #import "@preview/pubmatter:0.1.0" #import "@preview/wrap-it:0.1.0": wrap-content // Some definitions for acronyms etc #show "Underworld": name => box[ #emph[#smallcaps[ #name ]] ] #show "FAIR": name => box[ #smallcaps[ f.a.i.r. ] ] // A pretty template #import "Template/lapre...
https://github.com/Student-Smart-Printing-Service-HCMUT/ssps-docs
https://raw.githubusercontent.com/Student-Smart-Printing-Service-HCMUT/ssps-docs/main/contents/categories/task5/5.conclude.typ
typst
Apache License 2.0
#{include "./5.1.typ"} #{include "./5.2.typ"}
https://github.com/An-314/Notes-of-Nuclear_Radiation_Physics_and_Detection
https://raw.githubusercontent.com/An-314/Notes-of-Nuclear_Radiation_Physics_and_Detection/main/chap3.typ
typst
#import"@preview/physica:0.9.2":* #import "@local/mytemplate:1.0.0": * #let a = $alpha$ #let b = $beta$ #let g = $gamma$ = 原子核的衰变 原子核衰变主要的类型: $alpha, beta, gamma$。此外,还有中子发射、质子发射、裂变等。 各种辐射的穿透能力: #grid( columns: (1fr, 1fr), [#figure( image("pic/2024-03-21-10-44-35.png", width: 85%), caption: [ ...
https://github.com/zomvie-break/cv-typst
https://raw.githubusercontent.com/zomvie-break/cv-typst/main/modules/professional.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Professional Experience") #cvEntry( title: [Web developer], society: [Kwong Chow School], logo: "../src/logos/kcs.png", date: [2023 - Present], location: [Bangkok, Thailand], description: list( [Currently developing a modern website f...
https://github.com/Quaternijkon/Typst_Lab_Report
https://raw.githubusercontent.com/Quaternijkon/Typst_Lab_Report/main/content.typ
typst
= 实验内容 #lorem(300) = 实验目的 #lorem(1300) = 实验过程 == 步骤一 #lorem(1300) == 步骤二 #lorem(1300) == 步骤三 #lorem(300) === 函数一 #lorem(800) === 函数二 #lorem(800) = 实验结果 #lorem(1300)