repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/gyarab/2023-4e-ruzicka-jako_pavouk
https://raw.githubusercontent.com/gyarab/2023-4e-ruzicka-jako_pavouk/main/src-docs/kapitoly/psani.typ
typst
= Psaní všemi deseti == Rozložení klávesnice Klávesnice, kterou používáme každý den na počítači nebo telefonu, není vůbec uzpůsobena na rychlé ani pohodlné psaní. Proč to tak ale je? Proč používáme zrovna rozložení QWERTZ a QWERTY? Proč ne třeba ABCDEF? Všechny cesty vedou až do roku 1878 k *psacímu stroji* Remi...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS2110/CompiledNotes.typ
typst
#import "../../template.typ": * #show: template.with( title: [ Computer OS and Programming Notes ], authors: ( ( name: "<NAME>", link: "https://github.com/katamyra" ), ), description: [ Notes based on CS 2110 Textbook ] ) #set text( fill: rgb("#04055c") ) // #include "Module...
https://github.com/mumblingdrunkard/mscs-thesis
https://raw.githubusercontent.com/mumblingdrunkard/mscs-thesis/master/src/frontmatter/abstract.typ
typst
= Abstract Processors are sometimes tasked with handling sensitive cryptographic algorithms or other applications that access and manipulate secret values. Programmers have long been aware of side-channel attacks and several techniques exist to write programs that are resistant to such attacks. Then Specre and Meltdow...
https://github.com/drupol/master-thesis
https://raw.githubusercontent.com/drupol/master-thesis/main/src/thesis/theme/template.typ
typst
Other
#import "../imports/preamble.typ": * #import "common/metadata.typ": * #import "common/titlepage.typ": * #import "disclaimer.typ": * #import "leftblank.typ": * #import "acknowledgement.typ": * #import "abstract.typ": * #import selectors: * #let getHeader() = { context { let page-counter = counter(page) let cu...
https://github.com/fredguth/abnt-typst
https://raw.githubusercontent.com/fredguth/abnt-typst/main/templates/abnt_template.typ
typst
#import("../_config.typ"): config, metadados, estilo #import "@preview/chic-hdr:0.3.0": * // #import "@preview/anti-matter:0.0.2": anti-matter, anti-front-end, anti-inner-end, anti-thesis // #show: anti-matter.with(spec: (front: "i", inner: "1", back: "i")) // Definições úteis ========================================...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/space-04.typ
typst
Other
// Test that linebreak consumed surrounding spaces. #align(center)[A \ B \ C]
https://github.com/lankoestee/sysu-report-typst
https://raw.githubusercontent.com/lankoestee/sysu-report-typst/main/report.typ
typst
MIT License
#import "founder.typ": * #show: doc => conf( title: "Typst测试样板", subtitle: "测试副标题", author: ("一个名字"), number: "一个学号", school: "一个学校", grade_major: "一个年级专业", report_type: "一个报告类型", course: "一个课程", teacher: "一个老师", cols: 1, doc, ) = 一级标题 == 二级标题 === 三级标题 <sec:1> ==== 四级标题(将不会编入目录) 下面的便是正文了 对代码...
https://github.com/Mufanc/hnuslides-typst
https://raw.githubusercontent.com/Mufanc/hnuslides-typst/master/README.md
markdown
## hnuslides-typst * 「古风湖大」PPT 模板的 Typst 移植 ### Todo - [ ] 页码组件 - [ ] 页内块盒布局
https://github.com/darioglasl/Arbeiten-Vorlage-Typst
https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/06_Ergebnisse/04_empfehlung_other.typ
typst
== Weitere Empfehlungen und Verbesserungen Nebst der Empfehlung, die bestehenden Bugs zu beheben (@known-bugs) und die restlichen Elemente ... zu implementieren (@recommendation-next-features), gibt es noch weitere Empfehlungen und Verbesserungen, die in der Weiterentwicklung der Software berücksichtigt werden sollten....
https://github.com/Goldan32/brilliant-cv
https://raw.githubusercontent.com/Goldan32/brilliant-cv/main/modules_hu/education.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Tanulmányok") #cvEntry( title: [Villamosmérnök MSc], society: [Budapesti Műszaki és Gazdaságtudományi Egyetem], date: [2022 - 2024], location: [Budapest], logo: "../src/logos/bme.png", description: [Specializáció: #list( [Számító...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/037%20-%20Ravnica%20Allegiance/001_The%20Illusions%20of%20Child's%20Play.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Illusions of Child's Play", set_name: "Ravnica Allegiance", story_date: datetime(day: 23, month: 01, year: 2019), author: "<NAME>", doc ) I spy her through the front windows of her effigy shop and can't stop my damned heart from flutter...
https://github.com/ckunte/git-talk
https://raw.githubusercontent.com/ckunte/git-talk/master/git-talk.typ
typst
// preamble #import "@preview/polylux:0.3.1": * #import themes.simple: * #set page(paper: "presentation-16-9") #show: simple-theme.with( footer: [VERSION CONTROL _for_ ENGINEERS], ) #set text( font: "Segoe UI", top-edge: "cap-height", bottom-edge: "baseline", number-type: "old-style", ...
https://github.com/MatheSchool/typst-g-exam
https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/manual/g-exam-manual.typ
typst
MIT License
#import "@preview/tidy:0.2.0" #import "./util.typ": * #import "./style.typ" as doc-style #import "./example.typ": * #import "../src/auxiliary.typ": * #import "../src/g-exam.typ": * #import "../src/g-question.typ": * #import "../src/g-solution.typ": * // Usage: // ```typ-example // /* canvas drawing ...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/layout/list-marker.typ
typst
Apache License 2.0
// Test list marker configuration. --- // Test en-dash. #set list(marker: [--]) - A - B --- // Test that last item is repeated. #set list(marker: ([--], [•])) - A - B - C --- // Test function. #set list(marker: n => if n == 1 [--] else [•]) - A - B - C - D - E - F --- // Test that bare hyphen doesn't ...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/029%20-%20Aether%20Revolt/003_Breakthrough.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Breakthrough", set_name: "<NAME>", story_date: datetime(day: 14, month: 12, year: 2016), author: "<NAME>", doc ) #emph[Tezzeret's nightmarish showdown with Pia Nalaar was a cover for something even more monstrous. With Ghirapur and the Gate...
https://github.com/deadManAlive/ui-thesis-typst-template
https://raw.githubusercontent.com/deadManAlive/ui-thesis-typst-template/master/primer/abs.typ
typst
#import "../config.typ": cfg #import "../abstract.typ": abstract_id #let abs_id = [ = Abstrak ]
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/docs/base.typ
typst
Apache License 2.0
// This is X. #let x /* ident */ = 1;
https://github.com/strayMat/cv_fr
https://raw.githubusercontent.com/strayMat/cv_fr/master/resume_fr.typ
typst
#import "@preview/modern-cv:0.6.0": * #show: resume.with( author: ( firstname: "Matthieu", lastname: "Doutreligne", email: "<EMAIL>", phone: "(+33)6 37 82 65 67", github: "strayMat", //linkedin: "#link('https://example.com')[See example.com]", website: "https://info.m2dou...
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_3.typ
typst
#import "/0366-[Math]/globals/template.typ": * #show: project.with( title: "אלגברה לינארית 1א׳ - שיעור 3", authors: ("<NAME>",), date: "09 בינואר, 2024", ) #set enum(numbering: "(1.א)") = שדות - המשך == דוגמאות לשדות ראינו סוג מסוים של שדות: לדוגמה, $QQ seq RR seq CC$. === תזכורת (מהשיעור עם ענת) נגדיר יחס על...
https://github.com/paugarcia32/CV
https://raw.githubusercontent.com/paugarcia32/CV/main/modules/technicalSkills.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Technical Skills") #cvTechSkill( title: [Programming], description: list( [Knowledge of Typescript, Java, Flutter, C and `C#` along with related libraries and frameworks for backend development, RestAPI and Full Stack applications], [Knowledge of Big D...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/columns-04.typ
typst
Other
// Test setting a column gutter and more than two columns. #set page(height: 3.25cm, width: 7.05cm, columns: 3) #set columns(gutter: 30pt) #rect(width: 100%, height: 2.5cm, fill: green) #parbreak() #rect(width: 100%, height: 2cm, fill: eastern) #parbreak() #circle(fill: eastern)
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Physique_Exercices_03_01_23_p73-75.typ
typst
#import "template.typ": * // Take a look at the file `template.typ` in the file panel // to customize this template and discover how it works. #show: project.with( title: "Physique Exercices 03 01 23 p73-75", authors: ( "<NAME>", ), date: "30 Octobre, 2023", ) #set heading(numbering: "1.1.") == 4p73 <p73...
https://github.com/maucejo/cnam_templates
https://raw.githubusercontent.com/maucejo/cnam_templates/main/src/letters/_lettre.typ
typst
MIT License
#import "../common/_colors.typ": * #import "../common/_utils.typ": * #let cnam-lettre( composante: "cnam", type: none, surtitre: none, destinataire: none, expediteur: none, objet: none, lieu: none, date: none, signature: none, body ) = { let logo-height = 4.08cm let decx = -0.073cm let decy =...
https://github.com/maucejo/elsearticle
https://raw.githubusercontent.com/maucejo/elsearticle/main/src/_globals.typ
typst
MIT License
#let font-size = ( script: 7pt, footnote: 8pt, small: 10pt, normal: 11pt, author: 12pt, title: 17pt, ) #let linespace = ( preprint: 1em, review: 1.5em, ) #let indent-size = 2em #let margins = ( review: (left: 105pt, right: 105pt, top: 130pt, bottom: 130pt), preprint: (left: 105p...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/CONTRIBUTING.md
markdown
Apache License 2.0
# Contributing to Typst Thank you for considering to contribute to Typst. We want to foster a welcoming and productive atmosphere for contributors. Therefore, we outline a few steps to land your contribution below. 1. Before starting significant work on a feature or refactoring, please find/open an [issue] or start...
https://github.com/Enter-tainer/typst-preview
https://raw.githubusercontent.com/Enter-tainer/typst-preview/main/README.md
markdown
MIT License
# Important Notice The contents of this repository have been consolidated into [tinymist](https://github.com/Myriad-Dreamin/tinymist). It is an all-in-one language server for typst. We recommend all users migrate to tinymist for the following benefits: - More centralized resource management - Reduced redundancy and ...
https://github.com/TechnoElf/mqt-qcec-diff-presentation
https://raw.githubusercontent.com/TechnoElf/mqt-qcec-diff-presentation/main/template/conf.typ
typst
#import "@preview/polylux:0.3.1": * #import "title.typ": title-slide #import "colour.typ": * #let slide( title: "Title", author: "Author", body ) = { set page( paper: "presentation-16-9", margin: (top: 3cm, bottom: 1cm, left: 1cm, right: 1cm), header: { align(bottom, grid( columns: (...
https://github.com/EunTilofy/NumComputationalMethods
https://raw.githubusercontent.com/EunTilofy/NumComputationalMethods/main/coding/task3/SC-report-3.typ
typst
#import "../../template.typ": * #show: project.with( course: "Computing Method", title: "Computing Method - Programming 3", date: "2024.6.1", authors: "<NAME>, 3210106357", has_cover: false ) = 问题 \ 编写列主元的 Gauss 消去法求解线性方程组。\ 尝试不同的测试例子,其中可能的一个例子:Hilbert 矩阵 $H = (h_(i j))$,$ h_(i j) = 1 / (i + j - 1) $ = 算法 \ + 输...
https://github.com/pascalguttmann/typst-template-report-lab
https://raw.githubusercontent.com/pascalguttmann/typst-template-report-lab/main/template/chapter/theory.typ
typst
MIT License
= Theoretical Background and Method
https://github.com/felsenhower/kbs-typst
https://raw.githubusercontent.com/felsenhower/kbs-typst/master/examples/02.typ
typst
MIT License
#heading[Einführung] Mein erster Text mit Typst! #lorem(20)
https://github.com/jxpeng98/typst-coverletter
https://raw.githubusercontent.com/jxpeng98/typst-coverletter/main/example-coverletter.typ
typst
MIT License
#import "@preview/fontawesome:0.5.0": * #import "modernpro-coverletter.typ": * #show: coverletter.with( font-type: "PT Serif", name: [<NAME>], address: [UK], contacts: ( (text: [#fa-icon("location-dot") UK]), (text: [#fa-icon("mobile") 123-456-789], link: "tel:123-456-789"), (text: [#fa-icon("link"...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/shorthand-03.typ
typst
Other
#set text(font: "Roboto") A... vs #"A..."
https://github.com/sitandr/typst-examples-book
https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/basics/scripting/types.md
markdown
MIT License
# Types, part I Each value in Typst has a type. You don't have to specify it, but it is important. ## Content (`content`) > [Link to Reference](https://typst.app/docs/reference/foundations/content/). We have already seen it. A type that represents what is displayed in document. ```typ #let c = [It is _content_!] // ...
https://github.com/npujol/chuli-cv
https://raw.githubusercontent.com/npujol/chuli-cv/main/template/cv.typ
typst
MIT License
#import "@local/typcv:0.1.0": * #import "@preview/fontawesome:0.1.0": * #show: cv #let icons = ( phone: fa-phone(), homepage: fa-home(fill: colors.accent), linkedin: fa-linkedin(fill: colors.accent), github: fa-github(fill: colors.accent), xing: fa-xing(), mail: fa-envelope(fill: colors.accent), book: f...
https://github.com/EpicEricEE/typst-equate
https://raw.githubusercontent.com/EpicEricEE/typst-equate/master/tests/reference/test.typ
typst
MIT License
#import "/src/lib.typ": equate #set page(width: 6cm, height: auto, margin: 1em) #show: equate.with(sub-numbering: true) // Test references to equations with sub-numbering #set math.equation(numbering: "(1.1)") $ a + b \ c + d \ e + f $ <outer> $ a + b \ c + d #<inner> \ e + f $ #show: equate.with(sub-numb...
https://github.com/An-314/Notes_of_Electrodynamics
https://raw.githubusercontent.com/An-314/Notes_of_Electrodynamics/master/chap2.typ
typst
#import"@preview/physica:0.9.2":* #import "template.typ": * = 场的数学 Vector Analysis == 矢量 Vector Algebra === 矢量与标量 - Vectors: Quantities that have magnitude and direction - Scalars: Quantities that have magnitude but no direction === 矢量的运算 Vector Operations - Addition of two vectors $ vb(A) + vb(B)...
https://github.com/Area-53-Robotics/53E-Notebook-Over-Under-2023-2024
https://raw.githubusercontent.com/Area-53-Robotics/53E-Notebook-Over-Under-2023-2024/giga-notebook/entries/tournament-53-scrimmage/entry.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/packages.typ": notebookinator #import notebookinator: * #import themes.radial.components: * #show: create-body-entry.with( title: "Tournament: Area 53 Scrimmage", type: "test", date: datetime(year: 2023, month: 10, day: 21), author: "<NAME>", witness: "<NAME>", ) #grid( columns: (1fr, 1fr), gu...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas1/0_Nedela.typ
typst
#let M = ( "HV": ( ("", "", "Večérnija náša molítvy, prijimí svjatýj Hóspodi, i podážď nám ostavlénije hrichóv, jáko jedín jesí javléj v míri voskresénije."), ("", "", "Večérnija náša molítvy, prijimí svjatýj Hóspodi, i podážď nám ostavlénije hrichóv, jáko jedín jesí javléj v míri voskresénije."), ("", ""...
https://github.com/gongke6642/tuling
https://raw.githubusercontent.com/gongke6642/tuling/main/布局/旋转/旋转.typ
typst
= rotate 在不影响布局的情况下旋转内容。 将元素旋转给定角度。布局将像元素一样 没有旋转。 == 例如 #image("屏幕截图 2024-04-16 174640.png") #image("屏幕截图 2024-04-16 175027.png") #image("屏幕截图 2024-04-16 175106.png")
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/text/raw-tabs.typ
typst
Apache License 2.0
// Test tabs in raw code. --- #set raw(tab-size: 8) ```tsv Year Month Day 2000 2 3 2001 2 1 2002 3 10 ```
https://github.com/saurabtharu/CV
https://raw.githubusercontent.com/saurabtharu/CV/main/lib-gen.typ
typst
#import "lib-impl.typ": fa-icon // Generated icon list of Font Aewsome 6.5.2 #let fa-icon-map = ( "0": "\u{30}", "1": "\u{31}", "2": "\u{32}", "3": "\u{33}", "4": "\u{34}", "5": "\u{35}", "6": "\u{36}", "7": "\u{37}", "8": "\u{38}", "9": "\u{39}", "42-group": "\u{e080}", "innosoft": "\u{e080}"...
https://github.com/ilsubyeega/circuits-dalaby
https://raw.githubusercontent.com/ilsubyeega/circuits-dalaby/master/Type%201/2/14.typ
typst
#set enum(numbering: "(a)") #import "@preview/cetz:0.2.2": * #import "../common.typ": answer 2.14 다음 회로에서 전류 $I_1, I_2, I_3$를 구하라. #answer[ // V = IR, I = V/R i. $3 - I_1 - I_2 - 1 = 0$ ii. $1 + I_2 - I_3 = 0$ $i i i. -18 + 3 times 2 + 8I_1 = 0$ $therefore I_1 = 1.5, I_2 = 0.5, I_3 = 1.5$ ]
https://github.com/dyc3/senior-design
https://raw.githubusercontent.com/dyc3/senior-design/main/constraints-justification.typ
typst
= Constraints & Justification <Chapter::ConstraintsJustification> == Browser Websocket API Constraints The Websocket API allows for one to open a bidirectional communication session between a browser and a server. The connection session stays open until the browser or server terminates it. This allows for the client ...
https://github.com/monaqa/typst-class-memo
https://raw.githubusercontent.com/monaqa/typst-class-memo/master/README.md
markdown
MIT License
# Typst Class Memo 個人用メモに使う関数群。
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/lang_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Ensure that setting the language does have effects. #set text(hyphenate: true) #grid( columns: 2 * (20pt,), gutter: 1fr, text(lang: "en")["Eingabeaufforderung"], text(lang: "de")["Eingabeaufforderung"], )
https://github.com/chendaohan/bevy_tutorials_typ
https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/16_mouse/mouse.typ
typst
#set page(fill: rgb(35, 35, 38, 255), height: auto, paper: "a3") #set text(fill: color.hsv(0deg, 0%, 90%, 100%), size: 22pt, font: "Microsoft YaHei") #set raw(theme: "themes/Material-Theme.tmTheme") = 1. 检查按钮状态 您可以使用 ButtonInput\<MouseButton> 资源来检查特定鼠标按钮的状态: - 使用 .pressed(…) / .released(…) 检查按钮是否被按住,只要按钮处于相应状态,这些方法每帧...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/050%20-%20Phyrexia%3A%20All%20Will%20Be%20One/008_Episode%205%3A%20Inevitable%20Resolutions.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 5: Inevitable Resolutions", set_name: "Phyrexia: All Will Be One", story_date: datetime(day: 16, month: 01, year: 2023), author: "<NAME>", doc ) The sounds of battle faded behind them as Jace, Kaito, and Kaya delved deeper and deepe...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/quotes-01.typ
typst
Other
// Test single pair of quotes. ""
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/AnalisiDeiRequisiti/main.typ
typst
MIT License
#import "meta.typ": title #import "functions.typ": glossary, team #let changelog = csv("changelog.csv") #let version = changelog.last().at(0) #set text(font: "IBM Plex Sans") /*******************/ /* COPERTINA */ /*******************/ // Margini pagina di copertina #set page( margin: ( right: 2.5cm, ...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/type_describe/ever_intern_use.typ
typst
Apache License 2.0
#let tmpl(content) = { content = 1 content = 2 content = 3 content } #(tmpl(4)) #(/* position after */ tmpl)
https://github.com/booleto/internship_report_2024
https://raw.githubusercontent.com/booleto/internship_report_2024/main/template.typ
typst
// The project function defines how your document looks. // It takes your content and some metadata and formats it. // Go ahead and customize it to your liking! #let project(institutions: (), title: "", subtitle: "", authors: (), info: (), logo: none, body) = { // Set the document's basic properties. set document(a...
https://github.com/dhilipsiva/resume
https://raw.githubusercontent.com/dhilipsiva/resume/main/resume.typ
typst
MIT License
#set text( font: "Linux Libertine", size: 12pt ) #set page( paper: "a4", margin: (x: 1.8cm, y: 1.5cm), ) #show link: underline #set align(left) #align(right)[ = dhilipsiva #link("mailto:<EMAIL>")[<EMAIL>] · #link("https://www.linkedin.com/in/dhilipsiva/")[in/dhilipsiva] · #link("https://github.com/dhilips...
https://github.com/taylorh140/tySheetSu
https://raw.githubusercontent.com/taylorh140/tySheetSu/main/package/tySheetSu.typ
typst
#let ss = plugin("tySheetSu.wasm") #let parse-sheet(xlsxBytes, sheetname) = { let xlsx = (json: json.decode(ss.excel_to_json(xlsxBytes, bytes(sheetname)))) return xlsx } #let parse-sheet-data(xlsxBytes, sheetname) = { return json.decode(ss.excel_to_json_values(xlsxBytes, bytes(sheetname))).cells } #let parse-r...
https://github.com/duanejeffers/resume
https://raw.githubusercontent.com/duanejeffers/resume/main/main.typ
typst
MIT License
#import "template.typ": * // Take a look at the file `template.typ` in the file panel // to customize this template and discover how it works. #show: project.with( title: "Duane Jeffers Resume", authors: ( "<NAME>", ), ) // Heading #header #v(-8pt) // Skills Section #bodyRect[ #let itemCount = 3 #let ...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/3-methodology/study-1/figure-interrobot-lifecycle.typ
typst
MIT License
// #set page(width: auto, height: auto) #import "@preview/cetz:0.2.2" #import "@preview/funarray:0.4.0": windows #import "../../../lib/vec2.typ" #import "../../../lib/mod.typ": * // = InterRobot Factor Lifecycle // #pagebreak() // #jens[bait for you, use it however you see fit] #let sc = 50% #let coordinate-grid(x, ...
https://github.com/storopoli/Bayesian-Statistics
https://raw.githubusercontent.com/storopoli/Bayesian-Statistics/main/slides/utils.typ
typst
Creative Commons Attribution Share Alike 4.0 International
// colors #let julia-purple = rgb("#9558b2") #let julia-blue = rgb("#4063d8") #let julia-green = rgb("#389826") #let julia-red = rgb("#cb3c33") // functions #let binormal(x, y, μ_a, σ_a, μ_b, σ_b, ρ) = ( calc.exp(-( calc.pow((x - μ_a) / σ_a, 2) + calc.pow((y - μ_b) / σ_b, 2) - (2 * ρ) * ( (x - μ_a) / σ_a ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/guide/compiler/ts-cli.typ
typst
Apache License 2.0
#import "/docs/cookery/book.typ": book-page #import "/docs/cookery/term.typ" as term #show: book-page.with(title: "Command Line Interface") #include "../claim.typ" The unique feature of `typst-ts-cli` is that it precompiles typst documents into #term.vector-format files. It internally runs #link("https://github.com/...
https://github.com/cadojo/vita
https://raw.githubusercontent.com/cadojo/vita/main/cv.typ
typst
MIT License
#import "vita.typ": cv #show: cv.with( name: "<NAME>", )
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/shaping-00.typ
typst
Other
// Test separation by script. ABCअपार्टमेंट // This is how it should look like. अपार्टमेंट // This (without the spaces) is how it would look // if we didn't separate by script. अ पा र् ट में ट
https://github.com/krestenlaust/AAU-Typst-Template
https://raw.githubusercontent.com/krestenlaust/AAU-Typst-Template/main/report-template/chapters/introduction.typ
typst
MIT License
= Introduction Getting started with Typst shouldn't be that difficult. The language is pretty similar to JavaScript #footnote([A programming language which is known for its incredible type system!]). - This is a list item - This is also a list item + This is an enumerated list item + This is another one == Basic Mat...
https://github.com/LugsoIn2/typst-htwg-thesis-template
https://raw.githubusercontent.com/LugsoIn2/typst-htwg-thesis-template/main/main.typ
typst
MIT License
#import "lib/htwgThesis.typ": * #import "lib/utils.typ": todo // ----- ------------------ --- // --- your Thesis Metadata --- #let lang = "de" // "de" or "en" #let title = "Deine spannende Thesis" #let degree = "Master" // Bachelor or Master #let program = "Informatik" // your student program #let supervisor= "Prof. D...
https://github.com/Dherse/masterproef
https://raw.githubusercontent.com/Dherse/masterproef/main/masterproef/parts/6_future_work.typ
typst
#import "../ugent-template.typ": * = Future work <sec_future_work> This section will give short introductions to some of the interesting research topics and areas that are related to PHÔS. == Implementation As of writing this thesis, @phos is still very much in its infancy. While the first two elements of its compi...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-2E80.typ
typst
Apache License 2.0
#let data = ( ("CJK RADICAL REPEAT", "So", 0), ("CJK RADICAL CLIFF", "So", 0), ("CJK RADICAL SECOND ONE", "So", 0), ("CJK RADICAL SECOND TWO", "So", 0), ("CJK RADICAL SECOND THREE", "So", 0), ("CJK RADICAL PERSON", "So", 0), ("CJK RADICAL BOX", "So", 0), ("CJK RADICAL TABLE", "So", 0), ("CJK RADICAL K...
https://github.com/dyc3/senior-design
https://raw.githubusercontent.com/dyc3/senior-design/main/user-interviews.typ
typst
= User Interviews <Chapter::UserInterviews> == Interview Template User: \\ Interviewer: *Do you often share videos with your friends?* *Have you ever watched videos with your friends?* *Tell me about the last time you had a watch party.* *How do you feel about OTT as a platform?* *How often do you encounter pro...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/041%20-%20Kaldheim/002_Know%20Which%20Way%20the%20Wind%20Is%20Blowing.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Know Which Way the Wind Is Blowing", set_name: "Kaldheim", story_date: datetime(day: 08, month: 01, year: 2021), author: "<NAME>", doc ) #emph[Note: This is Part 1 of a two-part story to be continued. . .] Seal fat, salted meat, and cook s...
https://github.com/lxl66566/my-college-files
https://raw.githubusercontent.com/lxl66566/my-college-files/main/信息科学与工程学院/机器视觉实践/报告/6/6.typ
typst
The Unlicense
#import "../template.typ": * #show: project.with( title: "6", authors: ("absolutex",), ) = 机器视觉实践 六 == 实验目的 人脸亮牙 + 增加牙齿区域的亮度和对比度 + 要求图像亮牙算法具有实时性 + 要求在实现图像亮牙的同时,保持其它相邻区域(如嘴唇和牙龈)的颜色和对比度不变 == 实验代码 本次实验复用了之前的亮度调整代码,使图片可以在两侧对比查看差异。 具体的原理是 1. 先用 opencv 的 CascadeClassifier 获取脸部区域的图像。我本来想直接使用第三方的 HaarCascades mou...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/3-methodology/study-3/mod.typ
typst
MIT License
#import "../../../lib/mod.typ": * #pagebreak(weak: true) == #study.H-3.full.n <s.m.study-3> This section outlines the methodology for #study.H-3.prefix. The general approach for integrating global planning with the original approach by@gbpplanner is described in @s.m.global-planning, which completes research objecti...
https://github.com/fabriceHategekimana/master
https://raw.githubusercontent.com/fabriceHategekimana/master/main/6_Conclusion/Succès.typ
typst
Notre langage et son système de type ont porter du fruit. Nous sommes en mesure d'exprimer des restrictions sur les tableaux multidimensionnels et exprimer les opérations qui se font dessus. Dans le cadre des sciences de données, ce type de fonctionnalité sera pratique dans l'établissement de modèles complexes. Un aut...
https://github.com/r8vnhill/apunte-bibliotecas-de-software
https://raw.githubusercontent.com/r8vnhill/apunte-bibliotecas-de-software/main/Unit2/Objects.typ
typst
== Objetos En Kotlin, la palabra clave `object` se usa para declarar un objeto singleton. Este patrón es útil para casos donde se necesita una única instancia global de una clase para coordinar acciones a través del sistema. ```kotlin object Dice { val sides = 6 fun roll() = (1..sides).random() } ``` #lin...
https://github.com/stalomeow/resume-template
https://raw.githubusercontent.com/stalomeow/resume-template/main/README.md
markdown
MIT License
# 简历模板 个人使用的简历模板,使用 [Typst](https://github.com/typst/typst) 编写。 建议配合 `Visual Studio Code` + `Typst Preview` + `Typst LSP` 使用。后两个是插件,提供了实时预览和一定程度的语法提示。 ## 样例 内容由 ChatGPT 生成。 - 源文件:[example/resume.typ](example/resume.typ) - 生成的 PDF:[example/resume.pdf](example/resume.pdf) ![example](example/resume.png) ## 隐藏隐私信息 ...
https://github.com/Quaternijkon/notebook
https://raw.githubusercontent.com/Quaternijkon/notebook/main/content/数据结构与算法/.chapter-数据结构/哈希表/两数之和.typ
typst
#import "../../../../lib.typ":* === #Title( title: [两数之和], reflink: "https://leetcode.cn/problems/two-sum/description/", level: 1, )<两数之和> #note( title: [ 两数之和 ], description: [ 给定一个整数数组 nums 和一个整数目标值 target,请你在该数组中找出 和为目标值 target 的那 两个 整数,并返回它们的数组下标。 你可以假设每种输入只会对应一个答案。但是,数组中同一个元素在答案里不能重复出现。 你可以按任意顺序返...
https://github.com/01mf02/jq-lang-spec
https://raw.githubusercontent.com/01mf02/jq-lang-spec/main/syntax.typ
typst
#import "common.typ": * = Syntax <syntax> This section describes the syntax for a subset of the jq language that will be used later to define the semantics in @semantics. To set the formal syntax apart from the concrete syntax introduced in @tour, we use cursive font (as in "$f$", "$v$") for the specification instead...
https://github.com/typst-doc-cn/tutorial
https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/basic/latex-look.typ
typst
Apache License 2.0
#let latex-look(content) = { // #set page(margin: 1.75in) set par( leading: 0.55em, first-line-indent: 0em, justify: true, ) set text(font: "New Computer Modern") show raw: set text(font: "New Computer Modern Mono") show par: set block(spacing: 0.55em) show heading: set block( above: 1.4em...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/pinyin-sentence-layout.typ
typst
// documentation // // functions: // - zhuyin-atom // - zhuyin-paragraph // - zhuyin-sentence (array of parts) // // usage: the main export is zhuyin-paragraph. // it places all the zhuyin sentences which place the zhuyin atoms. #import "base-utils.typ": * #let ruler(s, k: 0.65) = { // there is another way to do...
https://github.com/yonatanmgr/summaries-template
https://raw.githubusercontent.com/yonatanmgr/summaries-template/main/lectures/lecture_01.typ
typst
#import "/template/template.typ": * #show: thmrules #let lecture-name = "הרצאה 1" #show: ilm.with( clear: true, meta: (global: cmeta, local: lecture-name), date: datetime(day: 26, month: 5, year: 2024), author: cmeta.author, theorem-index: true )
https://github.com/DashieTM/ost-5semester
https://raw.githubusercontent.com/DashieTM/ost-5semester/main/patterns/weeks/week3.typ
typst
#import "../../utils.typ": * #subsection("Command Pattern") #set text(size: 14pt) Problem | decouple the execution itself from when to execute.\ Context | How can *commands be encapsulated*, so that they can be *parameterized, schedules, logged and/or undone*? Can also be seen as mapping a function to something like ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-11580.typ
typst
Apache License 2.0
#let data = ( ("SIDDHAM LETTER A", "Lo", 0), ("SIDDHAM LETTER AA", "Lo", 0), ("SIDDHAM LETTER I", "Lo", 0), ("SIDDHAM LETTER II", "Lo", 0), ("SIDDHAM LETTER U", "Lo", 0), ("SIDDHAM LETTER UU", "Lo", 0), ("SIDDHAM LETTER VOCALIC R", "Lo", 0), ("SIDDHAM LETTER VOCALIC RR", "Lo", 0), ("SIDDHAM LETTER VOC...
https://github.com/Dioprz/Notes
https://raw.githubusercontent.com/Dioprz/Notes/main/Haskell/Haskell_Programming_from_first_principles/README.md
markdown
Las siguientes anotaciones son una compilación de los conceptos e ideas clave que capturaron mi interés durante la lectura del libro *Haskell Programming from first principles*, escrito por *<NAME>* y *<NAME>*. El lenguaje de marcado que usé para tomarlas se llama *Typst*, un [lenguaje nuevo](https://typst.app/docs/)...
https://github.com/mattfbacon/recipes
https://raw.githubusercontent.com/mattfbacon/recipes/main/weight-reference.typ
typst
#set page(paper: "us-letter") #set text(font: "Inter", fallback: false) #let g(x) = str(calc.round(x, digits: 1)) + " g" #let substances = ( ("Butter", 226.796185), ("Chocolate Chips", 170), ("Cocoa Powder", 120), ("Flour", 120), ("Ghee", 176), ("Milk", 227, "(incl. cream, buttermilk, yogurt)"), ("Milk, Powder...
https://github.com/Mc-Zen/quill
https://raw.githubusercontent.com/Mc-Zen/quill/main/tests/gates/custom%20colors/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 0pt) #import "/src/quill.typ": * #quantum-circuit( gate($X$, fill: gray), phase($#text([a], fill: red)$, fill: red), phase($#text([a], fill: red)$, fill: .7pt + red, open: true), gate($F_m$, radius: 100%), gate($F#h(.2em)$, radius: (right: 100%), fill: green), targ(fill:...
https://github.com/yongweiy/cv
https://raw.githubusercontent.com/yongweiy/cv/master/services.typ
typst
// Imports #import "@preview/brilliant-cv:2.0.2": cvSection, cvEntry #let metadata = toml("./metadata.toml") #let cvSection = cvSection.with(metadata: metadata, highlighted: false) #let cvEntry = cvEntry.with(metadata: metadata) #cvSection("Services") #list( [PLDI 2024 Artifact Evaluation Committee] )
https://github.com/jiamingluuu/mata35-notes
https://raw.githubusercontent.com/jiamingluuu/mata35-notes/main/ref.typ
typst
#set page(paper: "a4") #set text(11pt) #set par(justify: true) #set math.mat(delim: "[") = Elementary Row Operations and Row Echelon Form Row echelon form (REF) of a matrix can be obtained by using Gaussian elimination, it plays significant role in the problem of finding solution with respect to a linear system. Let'...
https://github.com/ymgyt/techbook
https://raw.githubusercontent.com/ymgyt/techbook/master/math/README.md
markdown
# Math ## Usage ```sh nix run github:typst/typst watch matrix.typ ```
https://github.com/drupol/cv
https://raw.githubusercontent.com/drupol/cv/master/src/cv/common/metadata.typ
typst
// Enter your thesis data here: #let subtitle = "Research, analysis, development" #let body-font = "Roboto" #let sans-font = "New Computer Modern Sans" #let page-margin = (left: 5mm, right: 5mm, top: 5mm, bottom: 5mm,) #let rev = if "rev" in sys.inputs { sys.inputs.rev } else { "" } #let shortRev = if "shortRev" in...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/prose.typ
typst
#let title(s) = { return text(weight: "bold", s) } #let prose-ref = ( "title": title, )
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/document_06.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // // #box[ // // Error: 4-32 document set rules are not allowed inside of containers // #set document(title: [Hello]) // ]
https://github.com/k-84mo10/typst_modification
https://raw.githubusercontent.com/k-84mo10/typst_modification/main/tests/typ/meta/bibliography.typ
typst
Apache License 2.0
// Test citations and bibliographies. --- // Test ambiguous reference. = Introduction <arrgh> // Error: 1-7 label occurs in the document and its bibliography @arrgh #bibliography("/files/works.bib") --- #set page(width: 200pt) = Details See also #cite("arrgh", "distress", supplement: [p. 22]), @arrgh[p. 4], and @dist...
https://github.com/jamesrswift/pixel-pipeline
https://raw.githubusercontent.com/jamesrswift/pixel-pipeline/main/src/pipeline/stages/typeset.typ
typst
The Unlicense
#import "/src/math/lib.typ": vector, aabb #let _get-bounds(commands) = { // TODO: Make this a fold let bounds = none for cmd in commands { let half-measures = vector.scale( cmd.measures.values(), 0.5 ) let position = cmd.positions.named().root.position.map(dim=>dim.to-absolute()) bounds = aabb.from-v...
https://github.com/taooceros/typst-sync-packages
https://raw.githubusercontent.com/taooceros/typst-sync-packages/main/packages/local/homework-template/0.1.0/lib.typ
typst
Apache License 2.0
// The project function defines how your document looks. // It takes your content and some metadata and formats it. // Go ahead and customize it to your liking! #let project(title: "", authors: (), body) = { // Set the document's basic properties. set document(author: authors, title: title) set page(numbering: "1...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.2.0/src/draw.typ
typst
Apache License 2.0
#import "@preview/cetz:0.1.2" as cetz: vector #import "utils.typ": * #import "marks.typ": * /// Get the point at which a connector should attach to a node from a given /// angle, taking into account the node's size and shape. /// /// - node (dictionary): The node to connect to. /// - θ (angle): The desired angle from ...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/content.typ
typst
MIT License
/*************************************/ /* INSERIRE SOTTO IL CONTENUTO */ /*************************************/ #include "sections/Introduzione.typ" #pagebreak() #include "sections/AnalisiDeiRischi.typ" #pagebreak() #include "sections/ModelloDiSviluppo.typ" #pagebreak() #include "sections/Pianificazione...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-18B0.typ
typst
Apache License 2.0
#let data = ( ("CANADIAN SYLLABICS OY", "Lo", 0), ("CANADIAN SYLLABICS AY", "Lo", 0), ("CANADIAN SYLLABICS AAY", "Lo", 0), ("CANADIAN SYLLABICS WAY", "Lo", 0), ("CANADIAN SYLLABICS POY", "Lo", 0), ("CANADIAN SYLLABICS PAY", "Lo", 0), ("CANADIAN SYLLABICS PWOY", "Lo", 0), ("CANADIAN SYLLABICS TAY", "Lo",...
https://github.com/sa-concept-refactoring/doc
https://raw.githubusercontent.com/sa-concept-refactoring/doc/main/chapters/analysis.typ
typst
#import "@preview/tablex:0.0.4": tablex #let cell(fill: green, body) = box( inset: 8pt, fill: fill, width: 100%, radius: 6pt, text(white, weight: "bold", body) ) = Analysis <analysis> This section documents the research and analysis of various processes and constructs. First, in @refactoring_explanation, i...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/030%20-%20Amonkhet/006_Brazen.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Brazen", set_name: "Amonkhet", story_date: datetime(day: 03, month: 05, year: 2017), author: "<NAME>", doc ) #figure(image("006_Brazen/01.png", width: 100%), caption: [], supplement: none, numbering: none) #emph[The Gatewatch had come to A...
https://github.com/Error-418-SWE/Documenti
https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20interna/Verbali/24-03-15/24-03-15.typ
typst
#import "/template.typ": * #show: project.with( date: "15/03/24", subTitle: "Meeting post colloquio con il Proponente", docType: "verbale", authors: ( "<NAME>", ), missingMembers: ( "<NAME>", ), timeStart: "14:35", timeEnd: "15:05", location: "Zoom", ); = Ordine del giorno A seguito dell'i...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history_CN/2018/WS-05.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Women's Singles (1 - 32)", table( columns: 4, [排名], [运动员], [国家/地区], [积分], [1], [丁宁], [CHN], [3470], [2], [刘诗雯], [CHN], [3387], [3], [朱雨玲], [MAC], [3370], [4], [陈梦], [CHN], [3304], [5], [王曼昱], [CHN], [3243], ...
https://github.com/linhduongtuan/BKHN-Thesis_template_typst
https://raw.githubusercontent.com/linhduongtuan/BKHN-Thesis_template_typst/main/template/utils.typ
typst
Apache License 2.0
#import "font.typ": * #set text(lang: "vi") #let RomanNumbers(num) = { let romanNum = ( "I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX", "X", "XI", "XII", "XIII", "XIV", "XV", "XVI", "XVII", "XVIII", "XIX", "XX", "XXI", "XXII", "XXIII", "XXIV", "XXV", "XXVI", "XXVII", "XXVIII", "XXIX", "XX...
https://github.com/MLAkainu/Network-Comuter-Report
https://raw.githubusercontent.com/MLAkainu/Network-Comuter-Report/main/contents/03_protocol/index.typ
typst
Apache License 2.0
= Giới thiệu Protocol == HyperText Tràner Protocol HyperText Transfer Protocol (HTTP) là một giao thức ở tầng ứng dụng trong mô hình OSI để gửi và nhận tài liệu, hình ảnh, văn bản như HTML document. Về cơ bản, giao thức HTTP xây dựng trên cơ chế request-response trong mô hình client-server. Trong mô hình này, client có...
https://github.com/wuc9521/CS-scholars-report
https://raw.githubusercontent.com/wuc9521/CS-scholars-report/main/sections/conclusion.typ
typst
= Conclusion == Course Learnt from this Project This project has been an invaluable learning experience: 1. *Flexibility in Query Design*: We discovered that hard-coding queries in the backend, while initially seeming straightforward, significantly limits the flexibility of our application. This realization undersco...
https://github.com/csunibo/linguaggi-di-programmazione
https://raw.githubusercontent.com/csunibo/linguaggi-di-programmazione/main/prove/totale/totale-2024-06-04-soluzione.typ
typst
#import "@preview/finite:0.3.0": automaton #set align(center) = Soluzione Linguaggi Totale ==== 2024-06-04 #set align(left) #set par( justify: true ) _NOTA: Questa è una soluzione proposta da me, non è detto che sia giusta. Se trovate errori segnalateli o meglio correggeteli direttamente_ :) + Per dimostrare ch...