repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/bqdong/typst-drawing
https://raw.githubusercontent.com/bqdong/typst-drawing/main/blackboard.typ
typst
// Inspired by https://github.com/kmaed/kmbeamer #let colors = ( gray33: rgb("#333333"), midnightblue: rgb("#00152D"), navyblue: rgb("#1F2F54"), ultramarine: rgb("#4B64A1"), water: rgb("#A9CEEC"), sepia: rgb("#4A3B2A"), brown: rgb("#763900"), goldbrown: rgb("#C47600"), satsuma: rgb("#FA8000"), sn...
https://github.com/Shadow-Song/CV
https://raw.githubusercontent.com/Shadow-Song/CV/main/CV%20-%20ch_CN/resume.typ
typst
#import "template.typ": * // 设置图标, 来源: https://fontawesome.com/icons/ // 如果要修改图标颜色, 请手动修改 svg 文件中的 fill="rgb(38, 38, 125)" 属性 // 例如可以使用 VS Code 的全局文本替换功能 #let faAward = icon("icons/fa-award.svg") #let faBuildingColumns = icon("icons/fa-building-columns.svg") #let faCode = icon("icons/fa-code.svg") #let faEnvelope = ic...
https://github.com/NathanBurgessDev/tabletop-war-game-helper
https://raw.githubusercontent.com/NathanBurgessDev/tabletop-war-game-helper/main/Dissertation/20363169_dissertation.typ
typst
#import "interimTemplate.typ": * #show: diss-title.with( title: "Tabletop War Game Assistant", author: "<NAME>", ID: "20363169", email: "psynb7", programme: "BSc Hons Computer Science", module: "COMP3003", ) #let todo(body) = [ #let rblock = block.with(stroke: red, radius: 0.5em, fill: red....
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/lang_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test that the language passed to the shaper has an effect. #set text(font: "Ubuntu") // Some lowercase letters are different in Serbian Cyrillic compared to other // Cyrillic languages. Since there is only one set of Unicode codepoints for // C...
https://github.com/vEnhance/1802
https://raw.githubusercontent.com/vEnhance/1802/main/src/dotprod.typ
typst
MIT License
#import "@local/evan:1.0.0":* = The dot product The dot product is the first surprising result you'll see in this class, because it has _two_ definitions that look nothing alike, one algebraic and one geometric. Because of that, we'll be able to get a ton of mileage out of it. This will be a general theme across the...
https://github.com/dismint/docmint
https://raw.githubusercontent.com/dismint/docmint/main/religion/essay2.typ
typst
#import "template.typ": * #show: template.with( title: "24.05 Essay 2", subtitle: "<NAME>", pset: true, ) #note( title: "Prompt #2" )[ Develop an argument against the following claim: the same body of total evidence cannot both justify theism and agnosticism. ] = Argument #twocol( [ / P1.1: In the pr...
https://github.com/Az-21/typst-components
https://raw.githubusercontent.com/Az-21/typst-components/main/style/1.0.0/Components/_components.typ
typst
Creative Commons Zero v1.0 Universal
#import "checklist.typ": * #import "code.typ": * #import "hyperlink.typ": * #import "showybox-presets.typ": *
https://github.com/ukihot/igonna
https://raw.githubusercontent.com/ukihot/igonna/main/articles/computer/pc.typ
typst
== PCの内容 === マザーボード マザーボードは、コンピューターの中核となる基板であり、他のコンポーネントが相互に通信し、協調して動作するための接続ポイントを提供する。 CPU、RAM、ストレージ、グラフィックボードなどのコンポーネントがマザーボードに接続され、それらの間でデータや電力がやり取りされる。 マザーボード上には、CPUソケット、RAMスロット、拡張カードスロット(PCI ExpressやPCI)、ストレージ接続ポート(SATAやM.2)、USBポート、ネットワークポートなどが備わっている。 === CPU CPU(Central Processing Unit)は、コンピューターの中央処...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/常微分方程/作业/2100012990 郭子荀 常微分方程 5.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/shiki-01/typst
https://raw.githubusercontent.com/shiki-01/typst/main/school/industry/1st_term_1/1_1.typ
typst
#import "../../../lib/conf.typ": conf, come, desc, light #import "@preview/codelst:2.0.1": sourcecode #show: doc => conf( title: [情報産業と社会 1学期中間], date: [2024年4月11日], doc, ) = 情報産業と社会 == 4章 1節「コンピュータの仕組み」 *ハードウェア* #image("1_1_1.drawio.svg") #table( columns: 2, table.header( [名前],[説明] ), [プログラムカウンタ]...
https://github.com/desid-ms/desid_playground
https://raw.githubusercontent.com/desid-ms/desid_playground/main/_extensions/desid/typst-show.typ
typst
MIT License
#show: doc => article( $if(title)$ title: [$title$], $if(subtitle)$ subtitle: [$subtitle$], $endif$ $endif$ $if(by-author)$ authors: ( $for(by-author)$ $if(it.name.literal)$ ( name: [$it.name.literal$], affiliation: [$for(it.affiliations)$$it.name$$sep$, $endfor$], ...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/future.typ
typst
#import "@preview/bubble:0.1.0": * #import "@preview/fletcher:0.4.3" as fletcher: diagram, node, edge #import "@preview/cetz:0.2.2": canvas, draw, tree #import "@preview/cheq:0.1.0": checklist #import "@preview/typpuccino:0.1.0": macchiato #import "@preview/wordometer:0.1.1": * #import "@preview/tablem:0.1.0": tablem ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/vercanard/1.0.0/template.typ
typst
Apache License 2.0
#let entry(title, body, details) = [ #heading(level: 2, title) #body #text(fill: gray, details) ] #let resume(name: "", title: "", accent-color: rgb("db9df8"), margin: 100pt, aside: [], body) = { set page(margin: 0pt, background: place(top + right, rect(fill: accent-color.lighten(80%), width: 33.33333%,...
https://github.com/timjs/borrow-calculus
https://raw.githubusercontent.com/timjs/borrow-calculus/main/calculus.typ
typst
#let setup = ( font-family: "Lucida", //"Libertinus", coloured: true, ) #let setup = if setup.font-family == "Lucida" { setup + ( body-font: "Lucida Bright OT", sans-font: "Lucida Sans OT", math-font: "Lucida Bright Math OT", font-size: 10pt, font-leading: 0.85em, //FIXME: change? ) } else ...
https://github.com/francescoo22/kt-uniqueness-system
https://raw.githubusercontent.com/francescoo22/kt-uniqueness-system/main/src/annotation-system/rules/base.typ
typst
#import "../../proof-tree.typ": * #import "../../vars.typ": * // ****************** General ****************** #let M-Type = prooftree( axiom($m(alpha_0 beta_0 x_0, ..., alpha_n beta_n x_n): alpha {begin_m; overline(s); ret_m e}$), rule(label: "M-Type", $mtype(m) = alpha_0 beta_0, ..., alpha_n beta_n -> alpha$), ...
https://github.com/Myriad-Dreamin/shiroa
https://raw.githubusercontent.com/Myriad-Dreamin/shiroa/main/github-pages/docs/format/supports.typ
typst
Apache License 2.0
#import "/github-pages/docs/book.typ": book-page #show: book-page.with(title: "Typst Supports") In this section you will learn how to: - Make a cross reference in the same page or to other pages. - Embed HTML elements into the pages: - `html-ext.iframe` corresponds to a ```html <iframe/>``` element - Specificall...
https://github.com/jamesrswift/pixel-pipeline
https://raw.githubusercontent.com/jamesrswift/pixel-pipeline/main/src/layers/drawing/layer.typ
typst
The Unlicense
#let _validate(input, output, next, enabled: false) = { next(input, output) } #let _vertex(input, output, next) = { if "draw" not in input.tags {return next(input, output)} // Polygon if "polygon" in input.tags { return next(input, output) } } #let _render(input, output, next) = { if "draw" not in i...
https://github.com/remigerme/typst-polytechnique
https://raw.githubusercontent.com/remigerme/typst-polytechnique/main/template/report.typ
typst
MIT License
#import "@preview/typographix-polytechnique-reports:0.1.4" as template // Defining variables for the cover page and PDF metadata // Main title on cover page #let title = [Rapport de stage en entreprise #linebreak() sur plusieurs lignes] // Subtitle on cover page #let subtitle = "Un sous-titre pour expliquer ce titre" ...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/1%20-%20Candidatura/Lettera%20di%20presentazione/Lettera%20di%20presentazione.typ
typst
#block[ ERROR\_418 \ DOCUMENTAZIONE PROGETTO \ #block[ #figure( align(center)[#table( columns: 2, align: (col, row) => (left,left,).at(col), inset: 6pt, [Mail:], [<EMAIL>], [Redattori:], [<NAME>, <NAME>], [Verificatori:], [<NAME>, <NAME>, <NAME>], [Amministratori:], [<NAME>, <NAME>], [Destinata...
https://github.com/ralphmb/typst-template-stats-dissertation
https://raw.githubusercontent.com/ralphmb/typst-template-stats-dissertation/main/presentation/pres.typ
typst
Apache License 2.0
#import "@preview/polylux:0.3.1": * #set page(paper: "presentation-16-9") #set text(size: 25pt) #import themes.clean: * #set text(font: "Inria Sans") #show table: set text(20pt) #set table(align:right) #show: clean-theme.with( footer: [<NAME>, Coventry University], ) #title-slide( title: [Project Title], auth...
https://github.com/ice1000/website
https://raw.githubusercontent.com/ice1000/website/main/index.typ
typst
#import "/book.typ": book-page #show: book-page.with(title: "<NAME>") = Tesla (<NAME> I am a second-year Ph.D. student in the #link("https://www.csd.cs.cmu.edu")[Computer Science Department] at CMU, advised by Professor #link("https://www.cs.cmu.edu/~balzers")[<NAME>]. My personal interests include implementing type...
https://github.com/Ttajika/class
https://raw.githubusercontent.com/Ttajika/class/main/seminar2024/quiz_bank.typ
typst
#import "functions.typ": * #import "@preview/cetz:0.2.2" #import "@preview/codly:1.0.0": * #set text(font: "<NAME>",lang:"jp") #show strong: set text(font: "<NAME>", lang:"jp") #show raw: set text(font:"<NAME>") //see https://typst.app/docs/reference/foundations/calc Quiz_createで問題のリストを作成する. Quiz = Quiz_creat...
https://github.com/Meisenheimer/Notes
https://raw.githubusercontent.com/Meisenheimer/Notes/main/src/StochasticProcess.typ
typst
MIT License
#import "@local/math:1.0.0": * = Stochastic Process == Poisson process == Markov chain
https://github.com/Myriad-Dreamin/shiroa
https://raw.githubusercontent.com/Myriad-Dreamin/shiroa/main/github-pages/docs/format/theme.typ
typst
Apache License 2.0
#import "/github-pages/docs/book.typ": book-page, cross-link #show: book-page.with(title: "Theme") = Theme The default renderer uses a #link("https://handlebarsjs.com")[handlebars] template to render your typst source files and comes with a default theme included in the `shiroa` binary. Currently we have no much de...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/songb/0.1.0/README.md
markdown
Apache License 2.0
<!-- SPDX-FileCopyrightText: 2024 <NAME> <<EMAIL>> SPDX-License-Identifier: CC0-1.0 --> # songb: Songbook package for [Typst](https://typst.app) Attempt at creating a songbook package to replace [patacrep](https://github.com/patacrep/patacrep) (which is based on LaTeX + [Songs](https://songs.sourceforge.net/)). ## Q...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/proposals/bytefield.typ
typst
Apache License 2.0
// Bytefield - generate protocol headers and more // Feel free to contribute with any features you think are missing. // Still a WIP - alpha stage and a bit hacky at the moment #import "@preview/tablex:0.0.4": tablex, cellx, gridx #set text(font: "IBM Plex Mono") #let bfcell( len, // lenght of the fields in bits ...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/visualize/image.typ
typst
// Test the `image` function. --- image-png --- // Load an RGBA PNG image. #image("/assets/images/rhino.png") --- image-jpg --- // Load an RGB JPEG image. #set page(height: 60pt) #image("/assets/images/tiger.jpg") --- image-sizing --- // Test configuring the size and fitting behaviour of images. // Set width and he...
https://github.com/j1nxie/resume
https://raw.githubusercontent.com/j1nxie/resume/main/cv.typ
typst
Do What The F*ck You Want To Public License
#import "template.typ": * #import "data.typ": * #show: project.with(title: name, author: author) #chiline() #self #show heading.where(level: 1): it => [ #set text(font: sans, weight: "regular") #smallcaps(it.body) ] /* = #experiencetitle #experience */ #group(( leftsection[ Experience ], experience, le...
https://github.com/FrightenedFoxCN/typst-langpack
https://raw.githubusercontent.com/FrightenedFoxCN/typst-langpack/main/test-annot.typ
typst
#import "annotation.typ": * #show: doc => annotated(doc) This is a test for an #annot(annot: "With some reminder.")[annotated] paragraph. #lorem(50) #annot(annot: "Latin.")[Lorem ipsum] is used as the example in the previous paragraph.
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-09.typ
typst
Other
// Test the `rem` function. #test(calc.rem(1, 1), 0) #test(calc.rem(5, 3), 2) #test(calc.rem(5, -3), 2) #test(calc.rem(22.5, 10), 2.5) #test(calc.rem(9, 4.5), 0)
https://github.com/dankelley/typst_templates
https://raw.githubusercontent.com/dankelley/typst_templates/main/memo/README.md
markdown
MIT License
# Instructions ## Installing typst On a macOS machine, type ```sh brew install typst ``` to install typst. This assumes that you have 'homebrew' installed. If not, please consult the typst webpage for other ways to install typst. ## Setting up the memo template Do as follows (for version 0.0.2; change that seque...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.3.0/src/process.typ
typst
Apache License 2.0
#import "util.typ" #import "path-util.typ" #import "aabb.typ" #import "drawable.typ" #import "vector.typ" /// Processes an element's function to get its drawables and bounds. Returns a {{dictionary}} with the key-values: `ctx` The modified context object, `bounds` The {{aabb}} of the element's drawables, `drawables` ...
https://github.com/ShapeLayer/ucpc-solutions__typst
https://raw.githubusercontent.com/ShapeLayer/ucpc-solutions__typst/main/lib/i18n/en-us.typ
typst
Other
#let make-prob-meta = ( difficulty_prefix: "Difficulty — ", difficulty_postfix: "", author: "Author", authors: "Authors", submitted_prefix: "", submitted_postfix: " Submitted", passed_prefix: "", passed_postfix: " Passed", ac-ratio_prefix: "AC Ratio: ", ac-ratio_postfix: "%", first-solver_prefix: ...
https://github.com/dashuai009/dashuai009.github.io
https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/006/006.typ
typst
#let date = datetime( year: 2022, month: 9, day: 9, ) #metadata(( "title": "linux缺页中断次数统计", "author": "dashuai009", description: "", pubDate: date.display(), subtitle: [linux,缺页中断], ))<frontmatter> #import "../../__template/style.typ": conf #show: conf #date.display(); #outline() = 描述 修改内核源代码,使得内核...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/template/consts.typ
typst
Other
#import "@preview/book:0.2.5": get-page-width #import "util.typ" #let upstream-version = "72e96c3" #let title = "全球文种的字体与布局" #let author = "<NAME>" #let translators = ("7sDream", "<NAME>") #let font = ( chinese-normal: ("Noto Sans SC",), chinese-emph: ("LXGW WenKai GB",), chinese-mono: ("Noto Sans SC",), ...
https://github.com/KrisjanisP/lu-icpc-notebook
https://raw.githubusercontent.com/KrisjanisP/lu-icpc-notebook/main/1-cpplang.typ
typst
= C++ programming language == Input/Output disable sync ```cpp ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); ``` == Optimization pragmas ```cpp // change to O3 to disable fast-math for geometry problems #pragma GCC optimize("Ofast,unroll-loops") #pragma GCC target("avx2,bmi,bmi2,lzcnt,popcnt,tune...
https://github.com/vEnhance/1802
https://raw.githubusercontent.com/vEnhance/1802/main/src/polar.typ
typst
MIT License
#import "@local/evan:1.0.0":* = Polar coordinates == [TEXT] Polar coordinate is a special case of change of variables Last section one of the transition maps we used was $ bf(T)_"polar" (r, theta) = (r cos theta, r sin theta). $ This map is so common that you should actually memorize its area scaling factor. Remembe...
https://github.com/DieracDelta/presentations
https://raw.githubusercontent.com/DieracDelta/presentations/master/polylux/book/src/dynamic/enum-one-by-one.typ
typst
#import "../../../polylux.typ": * #set page(paper: "presentation-16-9") #set text(size: 50pt) #polylux-slide[ #enum-one-by-one(numbering: "i)", number-align: start)[first][second][third] ]
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/quill/0.4.0/src/tequila-impl.typ
typst
Apache License 2.0
#import "gates.typ" #let bgate(qubit, constructor, nq: 1, end: none, ..args) = (( qubit: qubit, n: nq, end: end, constructor: constructor, args: args ),) #let generate-single-qubit-gate(qubit, constructor: gates.gate, ..args) = { if qubit.named().len() != 0 { assert(false, message: "Unexpected argumen...
https://github.com/imkochelorov/ITMO
https://raw.githubusercontent.com/imkochelorov/ITMO/main/src/linear-algebra/s2/practice/main.typ
typst
#import "../../../template.typ": * #show par: set block(spacing: 0.55em) #set page(margin: 0.45in, height: auto) #set par(leading: 0.75em, first-line-indent: 0em, justify: false) #set text(font: "New Computer Modern") #set heading(numbering: "1.1.") #show raw: set text(font: "New Computer Modern Mono") #show heading: ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/par-bidi_03.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test embedding up to level 4 with isolates. #set text(dir: rtl) א\u{2066}A\u{2067}Bב\u{2069}?
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1E290.typ
typst
Apache License 2.0
#let data = ( ("TOTO LETTER PA", "Lo", 0), ("TOTO LETTER BA", "Lo", 0), ("TOTO LETTER TA", "Lo", 0), ("TOTO LETTER DA", "Lo", 0), ("TOTO LETTER KA", "Lo", 0), ("TOTO LETTER GA", "Lo", 0), ("TOTO LETTER MA", "Lo", 0), ("TOTO LETTER NA", "Lo", 0), ("TOTO LETTER NGA", "Lo", 0), ("TOTO LETTER SA", "Lo",...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/babel/0.1.1/src/alphabets.typ
typst
Apache License 2.0
#import "@preview/mantys:0.1.4": * #let maze(alphabet, width: 20, height: 4) = { import "baffle.typ": baffle par(leading: 0.50em, { for y in range(height) { for x in range(width) { [#baffle(alphabet: alphabet, [X])] } [\ ] } }) } #let alphabets = yaml("alphabets.yaml")
https://github.com/nafkhanzam/typst-common
https://raw.githubusercontent.com/nafkhanzam/typst-common/main/lib.typ
typst
#import "src/common/answer.typ": * #import "src/common/binary.typ": * #import "src/common/currency.typ": * #import "src/common/data.typ": * #import "src/common/dates.typ": * #import "src/common/gray.typ": * #import "src/common/kode.typ": * #import "src/common/style.typ": * #import "src/common/truth-table-legacy.typ" as...
https://github.com/iceghost/typst-at-hcmut
https://raw.githubusercontent.com/iceghost/typst-at-hcmut/main/README.md
markdown
Apache License 2.0
# Typst at HCMUT Template của mình dành cho những bạn muốn thử sử dụng Typst làm báo cáo trong trường. Mặc dù mình năm 4, không viết báo cáo nhiều nữa rồi, nhưng mình mong thế hệ sau sẽ hiểu rõ hơn những tài liệu họ soạn thảo, không phải mù quáng xài mấy cái template LaTeX rồi không biết customize kiểu gì :^) Mục ti...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/nth/0.2.0/README.md
markdown
Apache License 2.0
# Nth Provides a function `#nth()` which takes a number and returns it suffixed by an english ordinal. This package is named after the nth [LaTeX macro](https://ctan.org/pkg/nth) by <NAME>. ## Usage Include this line in your document to import the package. ```typst #import "@preview/nth:0.2.0": nth ``` Then, you ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/cite-group_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page A#[@netwok@arrgh]B \ A@netwok@arrgh B \ A@netwok @arrgh B \ A@netwok @arrgh. B \ A @netwok#[@arrgh]B \ A @netwok@arrgh, B \ A @netwok @arrgh, B \ A @netwok @arrgh. B \ A#[@netwok @arrgh @quark]B. \ A @netwok @arrgh @quark B. \ A @netwok @arrgh @q...
https://github.com/akrantz01/resume
https://raw.githubusercontent.com/akrantz01/resume/main/template/sections.typ
typst
MIT License
#import "awards.typ": awards #import "education.typ": education #import "experience.typ": experience #import "projects.typ": projects #import "skills.typ": skills #let types = ( "awards": awards, "education": education, "experience": experience, "projects": projects, "skills": skills, ) #let sections(layout...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/ops-invalid-02.typ
typst
Other
// Error: 10 expected expression #test({2*}, 2)
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Courses/Math%20591%20-%20Mathematical%20Logic/Assignments/Assignment%206.typ
typst
#import "/Templates/generic.typ": latex, header #import "@preview/ctheorems:1.1.0": * #import "/Templates/math.typ": * #import "/Templates/assignment.typ": * #import "@preview/commute:0.2.0": node, arr, commutative-diagram #import "@preview/cetz:0.2.0" #let head(doc) = header(doc, title: "Assignment 6") #show: head #sh...
https://github.com/ojas-chaturvedi/typst-templates
https://raw.githubusercontent.com/ojas-chaturvedi/typst-templates/master/resume/README.md
markdown
MIT License
# Resume Template taken from: <https://github.com/tzx/NNJR> ## Usage There are two `.typ` files that you can choose to compile: 1. `resume_yaml.typ` allows you to configure just a `yaml` file for your resume. See `example.yml` for an example. 2. `resume.typ` allows you to have finer control. An example of possib...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-00.typ
typst
Other
// Test conversion to numbers. #test(int(false), 0) #test(int(true), 1) #test(int(10), 10) #test(int("150"), 150) #test(int(10 / 3), 3) #test(float(10), 10.0) #test(float(50% * 30%), 0.15) #test(float("31.4e-1"), 3.14) #test(type(float(10)), "float")
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/lib.typ
typst
#import "slide.typ": s, pause, meanwhile, slides-end, touying-equation, touying-reducer #import "utils/utils.typ" #import "utils/states.typ" #import "utils/pdfpc.typ" #import "utils/components.typ" #import "themes/themes.typ"
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/foundations-00.typ
typst
Other
#test(type(1), "integer") #test(type(ltr), "direction") #test(type(10 / 3), "float")
https://github.com/shiki-01/typst
https://raw.githubusercontent.com/shiki-01/typst/main/school/chemical/1st_term_1/1_1.typ
typst
#import "../../../lib/conf.typ": conf, come, desc, ce, light #import "@preview/codelst:2.0.1": sourcecode #show: doc => conf( title: [化学基礎 1学期中間], date: [2024年4月11日], doc, ) = 中学校の復習 #grid( columns: (2fr, 1fr), column-gutter: 10pt, [ *元素名⇄元素記号* #table( columns: 3, table.header( [元素名],[元素記号],...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/VerbaliEsterni/VerbaleEsterno_231124/meta.typ
typst
MIT License
#let data_incontro = "24-11-2023" #let inizio_incontro = "9:40 " #let fine_incontro = "10:40" #let luogo_incontro = "Chiamata Google Meet" #let company = "Sync Lab"
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/piecharts.typ
typst
#import "very-base-utils.typ": * #import "strokes.typ" #let base = ( value-key: "value", label-key: "label", outset-key: "outset", radius: 2, slice-style: alternating-white, inner-radius: 0, outer-label: ( content: (value, label) => { return bold(label) }, ...
https://github.com/LDemetrios/Programnomicon
https://raw.githubusercontent.com/LDemetrios/Programnomicon/main/common/escape.typ
typst
#let try-catch(lbl, key, try, catch) = locate(loc => { let path-label = label(lbl) let first-time = query(locate(_ => { }).func(), loc).len() == key if first-time or query(path-label, loc).len() > 0 { [#try()#path-label] } else { catch() } }) #let escape-keys = state("escape-keys", 0) #let escape(...
https://github.com/cidremt/QFT_memo
https://raw.githubusercontent.com/cidremt/QFT_memo/main/.config.typ
typst
/* set a new counter for thms*/ #let s = state("thm", (heading: str(0), counter: 0, style: ())) /* initialize a document */ /* ---------------------------------------------------------------------------------*/ #let init(doc) = { set enum(numbering: "i)") set text( font: "IPAMincho", lang: "ja", ) set par(first-l...
https://github.com/Duolei-Wang/modern-sustech-thesis
https://raw.githubusercontent.com/Duolei-Wang/modern-sustech-thesis/main/template/configs/outline.typ
typst
MIT License
#import "font.typ" as fonts #let toc( isCN: true, toc-title: [Table of Content] ) = { set outline( fill: box( width: 1fr, repeat(h(5pt) + "." + h(5pt))) + h(5pt) ) show outline: it => { show heading: title => { set align(center) if(isCN){ set text( font: fonts.He...
https://github.com/not-matthias/typst-jku
https://raw.githubusercontent.com/not-matthias/typst-jku/main/README.md
markdown
# typst-jku An attempt to develope a Typst template for JKU thesis'. It is compatible with Typst's context system and other features introduced in version 0.11. ## Acknowledge This template is based on the groundlaying work by [<NAME>](https://github.com/dmorawetz/). It was further adapted, especially to remove depre...
https://github.com/gyarab/2023-4e-ruzicka-jako_pavouk
https://raw.githubusercontent.com/gyarab/2023-4e-ruzicka-jako_pavouk/main/src-docs/main.typ
typst
#set page( paper: "a4", margin: 3cm, numbering: "1" ) #set text( lang: "cs", region: "cz", size: 12pt, ) #show heading.where(level: 1): it => text( size: 18pt, it ) #show heading.where(level: 2): it => text( size: 16pt, it ) #show heading.where(level: 3): it => text( size: 14pt, it ) #show raw....
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-DC00.typ
typst
Apache License 2.0
#let data = ( "0": ("<Low Surrogate, First>", "Cs", 0), "3ff": ("<Low Surrogate, Last>", "Cs", 0), )
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/svg-text_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page(width: 250pt) #show image: set text(font: ("Roboto", "Noto Serif CJK SC")) #figure( image("/assets/files/chinese.svg"), caption: [Bilingual text] )
https://github.com/DannySeidel/typst-dhbw-template
https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/main/confidentiality-statement.typ
typst
MIT License
#import "locale.typ": * #let confidentiality-statement( authors, title, confidentiality-statement-content, university, university-location, date, language, many-authors, date-format, ) = { let authors-by-city = authors.map(author => author.company.city).dedup() v(2em) text(size: 20pt, weight: ...
https://github.com/iceghost/resume
https://raw.githubusercontent.com/iceghost/resume/main/1-profile.typ
typst
== Profile I am a third-year Computer Science student at HCMUT - Ho Chi Minh University of Technology and I am interested in pursuing a Software Engineer career, with a particular focus on Backend Engineering. In my free time, I keep up-to-date with the latest technology news and work on side projects. I have a keen ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/ttt-exam/0.1.0/README.md
markdown
Apache License 2.0
# ttt-exam `ttt-exam` is a *template* to create exams and belongs to the [typst-teacher-tools-collection](https://github.com/jomaway/typst-teacher-templates). ## Usage Run this command inside your terminal to init a new exam. ```sh typst init @preview/ttt-exams my-exam ``` This will scaffold the following folde...
https://github.com/tingerrr/hydra
https://raw.githubusercontent.com/tingerrr/hydra/main/doc/examples/template.typ
typst
MIT License
#import "/src/lib.typ": hydra #let example(..args, body) = { set page(paper: "a8", header: context hydra(..args)) show heading.where(level: 1): it => pagebreak(weak: true) + it set par(justify: true) body }
https://github.com/Julien-cpsn/typst-chromo
https://raw.githubusercontent.com/Julien-cpsn/typst-chromo/main/examples/example.typ
typst
MIT License
#import "../lib.typ": square-printer-test, gradient-printer-test, circular-printer-test, crosshair-printer-test #set text( font: "Arial" ) = #underline[All together] #raw("#square-printer-test()", lang: "typst") #square-printer-test() #raw("#gradient-printer-test()", lang: "typst") #gradient-printer-test() #raw(...
https://github.com/Jollywatt/typst-fletcher
https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/node-size-inset-outset/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 1em) #import "/src/exports.typ" as fletcher: diagram, node, edge #let cm-square = box(width: 5mm, height: 5mm, fill: black) What `5mm` inset should look like: #rect(fill: green, inset: 5mm, cm-square) A diagram node with `5mm` inset: #diagram(node((0,0), cm-square, shap...
https://github.com/TGM-HIT/typst-protocol
https://raw.githubusercontent.com/TGM-HIT/typst-protocol/main/README.md
markdown
MIT License
# TGM HIT protocol template This is a port of the [LaTeX protocol template](https://github.com/TGM-HIT/latex-protocol/) available for students of the information technology department at the TGM technical secondary school in Vienna. ## Getting Started Using the Typst web app, you can create a project by e.g. using t...
https://github.com/AsiSkarp/grotesk-cv
https://raw.githubusercontent.com/AsiSkarp/grotesk-cv/main/src/template/content/skills.typ
typst
The Unlicense
#let meta = toml("../info.toml") #import meta.import.path: skill-entry #import "@preview/fontawesome:0.4.0": * #let icon = meta.section.icon.skills #let language = meta.personal.language #let include-icon = meta.personal.include_icons #let accent-color = meta.layout.accent_color = #if include-icon [#fa-icon(icon) #h...
https://github.com/0x1B05/nju_os
https://raw.githubusercontent.com/0x1B05/nju_os/main/lecture_notes/content/21_可执行文件和加载.typ
typst
#import "../template.typ": * #pagebreak() = 可执行文件和加载 == 可执行文件 === 什么是可执行文件? 学习操作系统前: 那个 “双击可以弹出窗口的东西” 学习操作系统后: - 一个操作系统中的对象 (文件) - 一个字节序列 (我们可以把它当文本编辑) - 一个描述了状态机初始状态的数据结构 - 哦,打扰了 === 作为 “数据结构” 的可执行文件 状态机初始状态的描述 - 内存中的各段的位置和权限 - 初始的 PC 在 ELF Header 的 entry - 寄存器和栈由操作系统决定 - 上节课的 env.c 状态迁移的描述: 代码 RTFM: #li...
https://github.com/sitandr/typst-examples-book
https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/basics/states/metadata.md
markdown
MIT License
# Metadata Metadata is invisible content that can be extracted using query or other content. This may be very useful with `typst query` to pass values to external tools. ```typ // Put metadata somewhere. #metadata("This is a note") <note> // And find it from anywhere else. #context { query(<note>).first().value } ...
https://github.com/dyc3/senior-design
https://raw.githubusercontent.com/dyc3/senior-design/main/testing.typ
typst
= Testing This section contains diagrams for miscellaneous tests. == Smoke test: Make sure `ott-vis-datasource` makes an outbound HTTP request #figure( image("figures/vis/visualization-datasource-smoketest-sequence.svg", width: 80%), caption: [Sequence diagram showing the smoke test for `ott-vis-datasource`] ) <Fi...
https://github.com/mumblingdrunkard/mscs-thesis
https://raw.githubusercontent.com/mumblingdrunkard/mscs-thesis/master/src/frontmatter/acknowledgements.typ
typst
= Acknowledgements Thank you to my supervisors <NAME> and <NAME>. You have both provided valuable input to this project. Amund has contributed especially towards the practical execution of the project with valuable knowledge about the development process of the BOOM project and various tooling around it. Magnus is alw...
https://github.com/VisualFP/docs
https://raw.githubusercontent.com/VisualFP/docs/main/SA/project_documentation/content/personal_report_lukas.typ
typst
= <NAME> Outside of the FP lecture, I didn't have many opportunities to look at functional programming in more detail or build an actual application with a functional programming language. So, I was very happy to be able to broaden my knowledge in functional programming with such an interesting project. The project it...
https://github.com/kotfind/hse-se-2-notes
https://raw.githubusercontent.com/kotfind/hse-se-2-notes/master/os/lectures/2024-10-14.typ
typst
=== О долгосрочном и краткосрочном планировании Вытесняющие алгоритмы могут применяться только в краткосрочном планировании === Round Robin (вытесняющий FCFS) От "круглая лента" Процессы "сидят на карусели", внизу карусели расположен процессор. Когда процесс находится около процессора, он запускается. Карусель крути...
https://github.com/veilkev/jvvslead
https://raw.githubusercontent.com/veilkev/jvvslead/Typst/files/1_evacuation.typ
typst
#import "../sys/packages.typ": * #import "../sys/sys.typ": * #import "../sys/header.typ": * #move(dx: 0pt, dy: -10pt, title ) #move(dx: 0pt, dy: -10pt, desc ) // Spacing between title/header and content #v(70pt) #caution[ This document contains _internal_ company information and should *not* be read by any u...
https://github.com/tfachada/thesist
https://raw.githubusercontent.com/tfachada/thesist/main/template/Beginning/Glossary.typ
typst
MIT License
#import "@preview/glossarium:0.5.0": make-glossary, register-glossary, print-glossary #show: make-glossary /* Add your glossary terms below! - They will always be shown alphabetically; - If you don't specify a plural/longplural form, #gspl() will just add an s in case you call it; - Terms with a long form wi...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/projects/rehype-typst/equation.typ
typst
Apache License 2.0
#set page(height: auto, width: auto, margin: 0pt) #let s = state("t", (:)) #let pin(t) = locate(loc => { style(styles => s.update(it => it.insert(t, measure(line(length: loc.position().y + 0.25em), styles).width) + it)) }) #show math.equation: it => { box(it, inset: (top: 0.5em, bottom: 0.5em)) } $pin("l1")1+e/...
https://github.com/jassielof/typst-templates
https://raw.githubusercontent.com/jassielof/typst-templates/main/upsa-bo/estudio-de-factibilidad/template/capítulos/7.estudio de ingeniería.typ
typst
MIT License
= Estudio de Ingeniería == Descripción Técnica del Producto == Plan y Programa de Producción == Selección de la Tecnología == Descripción de los Procesos Productivos y Administrativos == Cuantificación de los Recursos de la Producción === Diseño de la Línea de Producción Balanceada ==== Tiempo Estándar ==== Números d...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-A8E0.typ
typst
Apache License 2.0
#let data = ( ("COMBINING DEVANAGARI DIGIT ZERO", "Mn", 230), ("COMBINING DEVANAGARI DIGIT ONE", "Mn", 230), ("COMBINING DEVANAGARI DIGIT TWO", "Mn", 230), ("COMBINING DEVANAGARI DIGIT THREE", "Mn", 230), ("COMBINING DEVANAGARI DIGIT FOUR", "Mn", 230), ("COMBINING DEVANAGARI DIGIT FIVE", "Mn", 230), ("COM...
https://github.com/pride7/Typst-callout
https://raw.githubusercontent.com/pride7/Typst-callout/main/lib.typ
typst
#import "callout.typ": * #let c1 = callout.with(type:"note") #let c2 = callout.with(type:"warning") #let c3 = callout.with(type:"check") #let c4 = callout.with(type:"summary") #let c5 = callout.with(type:"question") #let c6 = callout.with(type:"example") #let c7 = callout.with(type:"quote") #let nc1 = callout.with(typ...
https://github.com/saYmd-moe/note-for-statistical-mechanics
https://raw.githubusercontent.com/saYmd-moe/note-for-statistical-mechanics/main/template.typ
typst
#import "@preview/i-figured:0.2.3" #import "@preview/physica:0.8.1": * #import "@preview/pinit:0.1.2": * #import "@preview/cetz:0.1.2" #import "@preview/colorful-boxes:1.2.0": * #import "./utils/custom-numbering.typ": custom-numbering #import "./utils/custom-counter.typ": custom-counter #let conf( // 文章基础信息设置 t...
https://github.com/Le-foucheur/dotfile
https://raw.githubusercontent.com/Le-foucheur/dotfile/main/.config/Code/User/History/620b997c/6awA.typ
typst
#import "../template.typ": * #import "../../../transposition.typ" : * #set heading(numbering: (..numbers) => { let n=numbers.pos().len(); if n==1 {question.update(1); } else if n==2 { [Partie ]; numbering("I",numbers.pos().at(1)) ;"."} else if n==3 {"N=° ";question.step(); question.display(na);"."} else if n...
https://github.com/rlpundit/typst
https://raw.githubusercontent.com/rlpundit/typst/main/Typst/en-Report/chaps/chpt1.typ
typst
MIT License
/* --------------------------------- DO NOT EDIT -------------------------------- */ #import "../Class.typ": * #show: report.with(isAbstract: false) #chap(chap1) // Chapter 1 #set page(header: smallcaps(title) + h(1fr) + emph(chap1) + line(length: 100%)) /* -------------------------------------------------------------...
https://github.com/yixiak/sysu-report-typst-template
https://raw.githubusercontent.com/yixiak/sysu-report-typst-template/master/template.typ
typst
MIT License
#let report( title: "实验报告", subtitle: "Lab 0: 环境准备", name: "张三", stdid: "11223344", classid: "计科一班", subject:"实验课程", time: "2022~2023 学年第二学期", banner: none + "", body, ) = { set document(title: title) set page(paper: "a4", numbering: "1", number-align: center) set text( lang: "zh", size: 11pt)...
https://github.com/taylorh140/typst-pintora
https://raw.githubusercontent.com/taylorh140/typst-pintora/main/package/pintorita.typ
typst
#import "@preview/jogs:0.2.3": compile-js, call-js-function #let pintora-src = read("./pintora.js") #let pintora-bytecode = compile-js(pintora-src) #let render(src, ..args) = { let named-args = args.named() let factor = named-args.at("factor",default:none) let style = named-args.at("style",default:"larkLight") ...
https://github.com/nathanielknight/tsot
https://raw.githubusercontent.com/nathanielknight/tsot/main/src/playbook_joker.typ
typst
#import("common_moves.typst") #import("utils_playbook.typst") as upb #import "theme.typst" #show: theme.common #show: theme.playbook #upb.name[The Joker] #upb.pitch[ Just my luck: we're out in the black, nobody for parsecs, and I'm stuck with the biggest bunch of squares in known space. If these tightasses don't...
https://github.com/AsiSkarp/grotesk-cv
https://raw.githubusercontent.com/AsiSkarp/grotesk-cv/main/src/lib.typ
typst
The Unlicense
#import "@preview/fontawesome:0.4.0": * #let section-title-style(str, color) = { text( size: 12pt, weight: "bold", fill: rgb(color), str, ) } #let name-block( header-name, color, ) = { text( fill: rgb(color), size: 30pt, weight: "extrabold", header-name, ) } #let title-bl...
https://github.com/Quaternijkon/Typst_Lab_Report
https://raw.githubusercontent.com/Quaternijkon/Typst_Lab_Report/main/lib.typ
typst
#import "@preview/codly:0.2.1": * #import "@preview/i-figured:0.2.4" #import "@preview/pintorita:0.1.1" #import "@preview/gentle-clues:0.8.0": * #import "@preview/cheq:0.1.0": checklist #import "@preview/unify:0.6.0": num, qty, numrange, qtyrange #import "@preview/mitex:0.2.4" : * #import "@preview/showybox:2.0.1": * #...
https://github.com/AlvaroRamirez01/Analisis_de_Algoritmos_2024-1
https://raw.githubusercontent.com/AlvaroRamirez01/Analisis_de_Algoritmos_2024-1/master/Tarea_01_Problemas_y_Algoritmos/conf.typ
typst
#let conf( materia: none, tarea: none, profesor: (nombre: none, sexo: none), ayudantes: (), alumnos: (), fecha: datetime.today(), encabezado: "Contenidos", bibliografia: (enable: true, path: "biblio.bib"), doc, ) = { set text(font: "Noto Serif") set heading(numbering: "1.1.") set page( margi...
https://github.com/dantevi-other/kththesis-typst
https://raw.githubusercontent.com/dantevi-other/kththesis-typst/main/utils/content-stylers.typ
typst
MIT License
/* --------------------------------------------- This file conatains functions that are meant to modify the style of content (i.e., that which is within a `[]`). Example: ```typ #import "utils/content-stylers.typ" as cs #cs.font-size-0[This text will get a font size 0.] ``` ---------------------------------------...
https://github.com/pedrofp4444/BD
https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[3] Modelação Concetual/main.typ
typst
#import "abordagem.typ": abordagem #import "entidades.typ": entidades #import "relacionamentos.typ": relacionamentos #import "caracterização.typ": caracterização #import "diagrama.typ": diagrama #let concetual = { [ = Modelação Concetual #abordagem #entidades #relacionamentos #caracterizaçã...
https://github.com/akshaybabloo/CV
https://raw.githubusercontent.com/akshaybabloo/CV/master/cv.typ
typst
MIT License
#import "resume.typ": section, data #include "resume.typ" #{ set text(font: "Roboto", size: 9pt, fallback: true) if "languages" in data { section("Languages") for language in data.languages { [ / #language.language: #language.fluency ] } } if "projects" in data { section("Projects") ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/footnote-refs_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Multiple footnotes are refs First #footnote[A]<fn1> \ Second #footnote[B]<fn2> \ First ref @fn1 \ Third #footnote[C] \ Fourth #footnote[D]<fn4> \ Fourth ref @fn4 \ Second ref @fn2 \ Second ref again @fn2
https://github.com/darioglasl/Arbeiten-Vorlage-Typst
https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/05_Qualitätssicherung/04_validierung_nfr.typ
typst
#import "../Helpers/nfr-data.typ": nfrScenarios == Validierung von NFRs <headingNfrValidation>> Die Validation der Non Functional Requirements ist durch die Entwickler und den Review Prozess sichergestellt. Die nicht funktionalen Anforderungen sind in @headingNfrs beschrieben. Folgende Tabellen beschreiben den absch...
https://github.com/AntoineCorbel/typst
https://raw.githubusercontent.com/AntoineCorbel/typst/main/main.typ
typst
#import "template.typ": * #import "typst-boxes.typ": * #import "info-box.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: "Semi-conducteur HPGe, diverses informations", authors: ( (name: "<NAME>", email: "<E...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/dynamic/rule-array.typ
typst
#import "../../../polylux.typ": * #set page(paper: "presentation-16-9") #set text(size: 30pt) #polylux-slide[ #uncover((1, 2, 4))[uncovered only on subslides 1, 2, and 4] ]