repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/floriandejonckheere/utu-thesis
https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/chapters/07-proposed-solution/03-requirements.typ
typst
#import "/helpers.typ": * == Requirements Our approach needs to fulfill certain requirements. We make a distinction between functional and non-functional requirements. In software engineering, functional requirements describe requirements that impact the design of the application in a functional way @software_enginee...
https://github.com/sitandr/typst-examples-book
https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/typstonomicon/try_catch.md
markdown
MIT License
# Try & Catch ```typ // author: laurmaedje // Renders an image or a placeholder if it doesn't exist. // Don’t try this at home, kids! #let maybe-image(path, ..args) = context { let path-label = label(path) let first-time = query((context {}).func()).len() == 0 if first-time or query(path-label).len() > ...
https://github.com/eusebe/sorbonne-slides-typst
https://raw.githubusercontent.com/eusebe/sorbonne-slides-typst/main/README.md
markdown
# sorbonne-slides-typst A typst slide template for Sorbonne University based on polylux
https://github.com/ShapeLayer/ucpc-solutions__typst
https://raw.githubusercontent.com/ShapeLayer/ucpc-solutions__typst/main/docs/utils.md
markdown
Other
--- title: ucpc.utils supports: ["0.1.0"] --- ```typst #import "/lib/ucpc.typ": utils utils. ``` This is a utility prepared to quickly create various formats. Using this utility, you can create cover words and descriptions. ## make-hero ```typst make-hero( title: str | content, subtitle?: str | content, fgcol...
https://github.com/typst-jp/typst-jp.github.io
https://raw.githubusercontent.com/typst-jp/typst-jp.github.io/main/docs/tutorial/1-writing.md
markdown
Apache License 2.0
--- description: Typstのチュヌトリアルです。 --- # Typstで執筆するには さあ始めたしょうあなたが倧孊で専門的なレポヌトを曞くこずになったずしたしょう。そこには文章、数匏、芋出し、図が含たれおいたす。 曞き始めるには、たずTypst appで新しいプロゞェクトを䜜成したす。゚ディタヌに移動するず、2぀のパネルが衚瀺されたす。 1぀は文曞を䜜成する゜ヌスパネル、もう1぀はレンダリングされた文曞が衚瀺されるプレビュヌパネルです。 ![Typst app screenshot](1-writing-app.png) レポヌトの良い切り口はすでに考えおあるので、たずは導入を曞いおみたしょう。 ゚ディタ...
https://github.com/omroali/SegmentationsFeaturingAndTracking
https://raw.githubusercontent.com/omroali/SegmentationsFeaturingAndTracking/main/Report/code.typ
typst
#import "@preview/problemst:0.1.0": pset #show: pset.with( class: "Computer Vision", student: "<NAME> - 28587497", title: "Assignment 1", date: datetime.today(), ) == image_segmentation.py ```python import os import cv2 from cv2.typing import MatLike import numpy as np from segmentation.utils import fill import mat...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/georges-yetyp/0.1.0/template/main.typ
typst
Apache License 2.0
#import "@preview/georges-yetyp:0.1.0": rapport #show: rapport.with( nom: "Georgette Lacourgette", titre: "Titre du stage", entreprise: ( nom: "Nom de l'entreprise", adresse: [ 12 rue de la Chartreuse, \ 38000 Grenoble, \ France ], logo: image("logo.png", height: 4em), ), re...
https://github.com/TimPaasche/Typst.Template.CoverLetter
https://raw.githubusercontent.com/TimPaasche/Typst.Template.CoverLetter/master/README.md
markdown
MIT License
# Typst.Template.CoverLetter
https://github.com/Amelia-Mowers/typst-tabut
https://raw.githubusercontent.com/Amelia-Mowers/typst-tabut/main/doc/example-snippets/rearrange.typ
typst
MIT License
#import "@preview/tabut:<<VERSION>>": tabut #import "example-data/supplies.typ": supplies #tabut( supplies, ( (header: [Price], func: r => r.price), // This column is moved to the front (header: [Name], func: r => r.name), (header: [Name 2], func: r => r.name), // copied // (header: [Quantity], fu...
https://github.com/JarKz/math_analysis_with_typst
https://raw.githubusercontent.com/JarKz/math_analysis_with_typst/main/groups/fifth.typ
typst
MIT License
= Пятая группа вПпрПсПв 1. *ОпреЎелеМОе сПбствеММПгП ОМтеграла, завОсящегП Пт параЌетра, егП МепрерывМПсть О ОМтегрОрПваМОе.* 2. *ДОффереМцОрПваМОе сПбствеММПгП ОМтеграла, завОсящегП Пт параЌетра (правОлП ЛейбМОца).* 3. *ОпреЎелеМОе МесПбствеММПгП ОМтеграла, завОсящегП Пт параЌетра.* 4. *РавМПЌерМая схПЎОЌПсть МесПбст...
https://github.com/max-niederman/MTH311
https://raw.githubusercontent.com/max-niederman/MTH311/main/ivt.typ
typst
#import "./lib.typ": * #show: common.with(title: "Intermediate Value Theorem") = Induction on the Nonnegative Reals Let $A$ be a subset of $RR$ such that - If $[0, x) subset.eq A$, then $x in A$. - For any $a$ in $A$, there exists some $b in RR$ such that $a < b$ and $(a, b) subset.eq A$. Then $A supset.eq [0, oo)$...
https://github.com/alberto-lazari/cns-report
https://raw.githubusercontent.com/alberto-lazari/cns-report/main/introduction.typ
typst
= Introduction == Related works In recent years, the widespread adoption of Quick Response (QR) codes has introduced new challenges for the security and robustness of mobile applications. QR codes, while they can be used to provide simple and immediate access to information, they also present potential security vulne...
https://github.com/maucejo/book_template
https://raw.githubusercontent.com/maucejo/book_template/main/template/main.typ
typst
MIT License
#import "../src/book.typ": * #show: book.with( author: "<NAME>", commity: ( ( name: "<NAME>", position: "Professeur des Universités", affiliation: "Streeling university", role: "Rapporteur", ), ( name: "<NAME>", position: "Maître de conférences - HDR", ...
https://github.com/Blezz-tech/math-typst
https://raw.githubusercontent.com/Blezz-tech/math-typst/main/КартОМкО/ДеЌП варОаМт 2024/ЗаЎаМОе 01.3.typ
typst
#import "@preview/cetz:0.1.2" #import "/lib/my_cetz.typ": defaultStyle #set align(center) #cetz.canvas(length: 0.5cm, { import cetz.draw: * import cetz.angle: angle set-style(..defaultStyle) let (A, B, C, D, O) = ((0,4), (-10,0), (0,-4), (10,0), (0,0)) angle(B, A, O, label: text([$13 degree$], size: 8p...
https://github.com/EpicEricEE/typst-marge
https://raw.githubusercontent.com/EpicEricEE/typst-marge/main/tests/overlap/side/test.typ
typst
MIT License
#import "/src/lib.typ": sidenote #set par(justify: true) #set page(width: 12cm, height: auto, margin: (x: 4cm, rest: 5mm)) #let sidenote = sidenote.with(numbering: "1") #lorem(8) #sidenote(side: right)[This sidenote is on the right side.] #lorem(2) #sidenote(side: left)[ This one is on the left side and...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/055%20-%20Murders%20at%20Karlov%20Manor/006_Episode%206%3A%20Explosions%20of%20Genius.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 6: Explosions of Genius", set_name: "Murders at Karlov Manor", story_date: datetime(day: 12, month: 01, year: 2024), author: "<NAME>", doc ) "Where are we going, exactly?" "All will be clear in short order." "Mmmm 
" Etrata tapped...
https://github.com/VisualFP/docs
https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/appendix/questionnaire_answers.typ
typst
#import "@preview/tablex:0.0.5": tablex, cellx = Design Iteration One - Survey Results <design_iteration_one_survey_results> The design evaluation questionnaire (as described in @design_eval_questionnaire) was given to 7 students and exprienced programmers. These are the results: #let questionnaireResult( partici...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/linebreak-no-justifiables.typ
typst
Apache License 2.0
// Test breaking a line without justifiables. --- #set par(justify: true) #block(width: 1cm, fill: aqua, lorem(2))
https://github.com/HitZhouzhou/SecondYear_FirstSemester
https://raw.githubusercontent.com/HitZhouzhou/SecondYear_FirstSemester/main/algorithm/4homework/template.typ
typst
//--------------------------------------------------------------------- //-------------------------------need to modify------------------------ #let heiti = ("Noto Sans CJK SC", "Times New Roman") #let songti = ("Noto Serif CJK SC", "Times New Roman") #let mono = ("FiraCode Nerd Font Mono", "Sarasa Mono SC","Courier Ne...
https://github.com/csimide/SEU-Typst-Template
https://raw.githubusercontent.com/csimide/SEU-Typst-Template/master/README.md
markdown
MIT License
# 䞜南倧孊论文暡板 䜿甚 Typst 倍刻䞜南倧孊「本科毕䞚讟计论文报告」暡板和「研究生孊䜍论文」暡板。 请圚 [`init-files`](./init-files/) 目圕内查看 Demo PDF。 > [!IMPORTANT] > > 歀暡板是民闎暡板有䞍被孊校讀可的风险。 > > 本暡板虜已尜力尝试倍原原始 Word 暡板䜆可胜仍然存圚诞倚栌匏问题。 > > Typst 是䞀䞪仍圚掻跃匀发、可胜䌚有蟃倧变曎的排版工具请选择最新版暡板䞎本暡板建议的 Typst 版本盞配合䜿甚。 > [!CAUTION] > > 本暡板圚 [`0.2.2`](https://github.com/csimide/SEU-Ty...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS1332/Modules/BasicSorts.typ
typst
#import "../../../template.typ": * = Basic Sorts == Insertion Sort #theorem[ At iteration j, everything before index j is sorted. "Insert" the item at index j into the sorted array from 0 to j - 1 by swapping leftwards. ] For insertion sort, we basically create a sub array starting from the front of the main arr...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/dynamic/complex.md
markdown
# Complex display rules There are multiple options to define more complex display rules than a single number. ### Array The simplest extension is to use an array. For example ```typ {{#include rule-array.typ:5:}} ``` results in: ![rule-array](rule-array.png) The array elements can actually themselves be any kind of ...
https://github.com/typst-community/mantodea
https://raw.githubusercontent.com/typst-community/mantodea/main/src/style.typ
typst
MIT License
#import "_pkg.typ" #import "_valid.typ" #import "theme.typ" as _theme /// The default style applied over the whole document. /// /// - theme (theme): The theme to use for the document styling. /// -> function #let default( theme: _theme.default, _validate: true, ) = body => { let theme = theme if _validate { ...
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/7e1810-algo_hw/hw3.typ
typst
#import "utils.typ": * == HW 3 (Week 4) Due: 2024.03.31 #rev1_note[ + Review: 二叉树 遍历方匏: 先序遍历, 䞭序遍历, 后序遍历. + Review: 二叉搜玢树 - 二叉搜玢树是䞀种二叉树, 其䞭每䞪节点 $x$ 郜有䞀䞪关键字 $"key"[x]$ 以及䞀䞪指向 $x$ 的父节点的指针 $p[x]$, 以及指向巊右孩子的指针 $"left"[x]$ 和 $"right"[x]$. 二叉搜玢树性莚: + 对于任意节点 $x$, 其巊子树䞭的*所有*关键字的倌郜小于 $"key"[x]$. +...
https://github.com/leiserfg/fervojo
https://raw.githubusercontent.com/leiserfg/fervojo/master/typst-package/examples/simple.typ
typst
MIT License
#import "@preview/fervojo:0.1.0": * = The rendered svg #render(``` {[`select-stmt` ["WITH" <!, "RECURSIVE"> 'common-table-expression'*","]?#`Common table expressions`], <{[["SELECT" <!, "DISTINCT", "ALL"> 'result-column'*","]#`Projection clause` ["FROM" <'table-or-subquery'*",", 'join-clause'>]?#`From clause`], [...
https://github.com/sitandr/typst-examples-book
https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/packages/code.md
markdown
MIT License
# Code ## `codly` > See docs [there](https://github.com/Dherse/codly) ``````typ #import "@preview/codly:0.1.0": codly-init, codly, disable-codly #show: codly-init.with() #codly(languages: ( typst: (name: "Typst", color: rgb("#41A241"), icon: none), ), breakable: false ) ```typst #import "@preview/c...
https://github.com/maxi0604/typst-builder
https://raw.githubusercontent.com/maxi0604/typst-builder/main/example.typ
typst
MIT License
For example, you could have files on the root directory.
https://github.com/EricWay1024/Homological-Algebra-Notes
https://raw.githubusercontent.com/EricWay1024/Homological-Algebra-Notes/master/ha/2-ab.typ
typst
#import "../libs/template.typ": * = Abelian Categories <ab-cat> == $Ab$-enriched Categories We have seen, for example, that in $veck$ every hom-set not only is a collection (or set) of morphisms but also has some "additional structures", i.e., a vector space. This leads to the idea of enriched categories, where en...
https://github.com/jneug/schule-typst
https://raw.githubusercontent.com/jneug/schule-typst/main/src/kl.typ
typst
MIT License
#import "core/document.typ" #import "core/layout.typ": base-header, header-left, header-right #import "_imports.typ": * #let grading-table = ( "0": .0, "1": .20, "2": .27, "3": .33, "4": .40, "5": .45, "6": .50, "7": .55, "8": .60, "9": .65, "10": .70, "11": .75, "12": .80, "13": .85, "1...
https://github.com/Quaternijkon/Typst_FLOW
https://raw.githubusercontent.com/Quaternijkon/Typst_FLOW/main/src/magic.typ
typst
// --------------------------------------------------------------------- // List, Enum, and Terms // --------------------------------------------------------------------- /// Align the list marker with the baseline of the first line of the list item. /// /// Usage: `#show: align-list-marker-with-baseline` #let align-...
https://github.com/Trebor-Huang/HomotopyHistory
https://raw.githubusercontent.com/Trebor-Huang/HomotopyHistory/main/infcat.typ
typst
#import "common.typ": * = 无穷范畎 无穷范畎的基本想法非垞简掁. 对象之闎有态射, 态射之闎有 2-态射, 2-态射之闎有 3-态射, 以歀类掚. 产生这种抂念有倚重历史劚机, 接䞋来我们䟝次对各䞪劚机的历史线条进行梳理. == 范畎的局限 === 同䌊范畎 拓扑空闎的范畎䟿于研究拓扑性莚, 䟋劂 $sans("Top")$ 的同构就是拓扑空闎的同胚. 䜆是同䌊论䞭曎垞见的是拓扑空闎的同䌊等价, 即存圚 $f : X -> Y$, $g : Y -> X$ 䜿埗 $f compose g$ 侎 $g compose f$ 郜䞎恒同凜数同䌊. 这自然匕出了*同䌊范畎*的定义. $sans("Ho")(...
https://github.com/TeunSpithoven/Signals-And-Embedded-Systems
https://raw.githubusercontent.com/TeunSpithoven/Signals-And-Embedded-Systems/main/starter.typ
typst
// CHANGE THIS TO THE CORRECT PATH #import "./template/fhict-template.typ": * #import "./components/terms.typ": term_list #show: fhict_doc.with( title: "", subtitle: "", authors: ( ( name: "dsdss", ), ), version-history: ( ( version: "", date: "", author: [ddd], chan...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/table-lines_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #set page(height: 50pt) Hello #table( columns: 4, [1], [2], [3], [4] )
https://github.com/ukihot/igonna
https://raw.githubusercontent.com/ukihot/igonna/main/articles/shell-work/reg.typ
typst
== 正芏衚珟 正芏衚珟は、文字列のパタヌンを衚珟するための蚘法である。 これにより、特定の条件を満たす文字列を効果的に怜玢したり、眮換したりするこずができる。 基本的な正芏衚珟を以䞋に瀺すが正芏衚珟のあずにコロン`:`を付䞎するため泚意しおほしい。 === Character Class文字 - [abc]: いずれか䞀぀ - => a, b, c - [^abc]: 含たない - => d など === Metacharactersメタ文字 - `.`: 任意の1文字 - `\n`: 改行コヌド - `^`: 行の先頭 - `$`: 行の末尟 - `\d`: 半角数字 - `\s`: 空癜 - `\S`:...
https://github.com/Complex2-Liu/macmo
https://raw.githubusercontent.com/Complex2-Liu/macmo/main/contests/2023/content/problem-12.typ
typst
#import "../lib/math.typ": problem, proof, note, ans #let triangle = math.class("normal", sym.triangle.stroked.t) #problem[ 劂䞋囟所瀺, 讟 $H$ 侎 $O$ 分别䞺䞉角圢 $A B C$ 的垂心及倖心. 试确定向量和 $arrow(O A) + arrow(O B) + arrow(O C) - arrow(O H)$, å…¶äž­ $arrow(O A)$, $arrow(O B)$, $arrow(O C)$ 及 $arrow(O H)$ 䞺向量, 并给出证明. ] #proof[ ...
https://github.com/lcharleux/LCharleux_Teaching_Typst
https://raw.githubusercontent.com/lcharleux/LCharleux_Teaching_Typst/main/README.md
markdown
MIT License
# Support de cours Auteur: <NAME> (<EMAIL>) Ce dépÎt contient des éléments de cours écrits avec Typst. ## Eléments disponibles ### [**MECA510** & **MECA512**] Rappels communs sur les vecteurs et les torseurs pour - [MECA510-512_Rappels.pdf](https://github.com/lcharleux/LCharleux_Teaching_Typst/raw/outputs/MECA510...
https://github.com/EpicEricEE/typst-marge
https://raw.githubusercontent.com/EpicEricEE/typst-marge/main/tests/overlap/multiple/test.typ
typst
MIT License
#import "/src/lib.typ": sidenote #set par(justify: true) #set page(width: 8cm, height: 20cm, margin: (outside: 4.5cm, rest: 5mm)) #let sidenote = sidenote.with(numbering: "1") #lorem(5) #sidenote[This is the first sidenote.] #for n in range(13) [ oh #sidenote[This one is moved down to prevent overlap.] ]
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/let-19.typ
typst
Other
// Ref: false // Destructuring with an empty sink. #let (a: _, ..b) = (a: 1) #test(b, (:))
https://github.com/Mendrejk/thesis
https://raw.githubusercontent.com/Mendrejk/thesis/master/typst/main.typ
typst
#set page(margin: ( top: 0cm, bottom: 0cm, x: 0cm, )) #image("pd_mgr_pl.docx.svg") #set page(margin: ( top: 2.5cm, bottom: 2.5cm, x: 2.5cm, )) // #set text(font: "Montserrat") #set text( font: "Satoshi", size: 12pt ) #set par(justify: true) #show link: underline #set text(lang: "PL") #set page(numb...
https://github.com/hei-templates/hevs-typsttemplate-thesis
https://raw.githubusercontent.com/hei-templates/hevs-typsttemplate-thesis/main/02-main/01-abstract.typ
typst
MIT License
#pagebreak() #heading(numbering:none)[Abstract] <sec:abstract> #lorem(50) #lorem(50) #lorem(50) #v(2em) _*Keywords*_: _keyword 1_, _keyword 2_, _keyword 3_
https://github.com/0x1B05/nju_os
https://raw.githubusercontent.com/0x1B05/nju_os/main/book_notes/content/01_intro.typ
typst
#import "../template.typ": * = intro - demo code: https://github.com/remzi-arpacidusseau/ostep-code - homework: https://github.com/remzi-arpacidusseau/ostep-homework - projects: https://github.com/remzi-arpacidusseau/ostep-projects The book is about *virtualization*, *concurrency*, and *persistence* of the o...
https://github.com/xsro/xsro.github.io
https://raw.githubusercontent.com/xsro/xsro.github.io/zola/typst/Control-for-Integrator-Systems/part2.typ
typst
#import "template.typ": template #show: template.with( title:[*Sliding Mode Control for Integrator Systems*], part:[*part 2*: Second and High Order Sliding Mode Control] ) #include "9signum.typ" #include "8sta.typ" #include "7homo.typ" #include "6highorder.typ"
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/typst-slides-fudan/themes/polylux/book/src/themes/gallery/clean.md
markdown
# Clean theme ![clean](clean.png) This theme is a bit more opinionated than the `simple` theme but still supposed to be an off-the-shelf solution that fits many use cases. Use it via ```typ #import "@preview/polylux:0.2.0": * #import themes.clean: * #show: clean-theme.with(...) ``` `clean` uses polylux' section ha...
https://github.com/kokkonisd/typst-phd-template
https://raw.githubusercontent.com/kokkonisd/typst-phd-template/main/src/common.typ
typst
The Unlicense
#import "colors.typ": * #import "fonts.typ": * // Setup a message box for warnings, notes etc. // // Parameters: // - primary-color: the primary color of the box. // - secondary-color: the secondary color of the box. // - icon: the icon used in the box (single character). // - title: the title of the box. // - messag...
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Courses/数据结构䞎算法/ADS易错题.typ
typst
--- order: 4 --- #import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "高级数据结构䞎算法分析", lang: "zh", ) #let Q(body1, body2) = [ #question(body1) #note(caption: "Answer", body2) ] = 高级数据结构䞎算法分析易错题 == HW 1 #question()[ For the result of accessing the keys 3, 9, 1, 5 in order in the s...
https://github.com/kdog3682/mathematical
https://raw.githubusercontent.com/kdog3682/mathematical/main/0.1.0/src/geometry/shapes.typ
typst
#import "@preview/cetz:0.2.2" #let get-rect-coordinates(w, h) = { let a = (0, 0) let b = (0, h) let c = (w, h) let d = (w, 0) return (a, b, c, d) } #let get-brace-points() = { } #let brace(points, c, place: "below") = { let (a, b) = get-brace-points(points, place) cetz.decorations.brace(a, b, str...
https://github.com/FrightenedFoxCN/cetz-cd
https://raw.githubusercontent.com/FrightenedFoxCN/cetz-cd/main/src/arrows.typ
typst
#import "@preview/cetz:0.1.2" #import "utils.typ": * // Here we calculate the array-related information #let resolve-arrow-string(string) = { let res = (0, 0) for i in string { if i == "u" { res.at(1) -= 1 } else if i == "d" { res.at(1) += 1 } else if i == "l"...
https://github.com/ntjess/toolbox
https://raw.githubusercontent.com/ntjess/toolbox/main/cetz-plus/git-graph.typ
typst
#import "@preview/cetz:0.2.0" #let d = cetz.draw #let offset(anchor, x: 0, y: 0) = { (v => cetz.vector.add(v, (x, y)), anchor) } #let default-colors = (red, orange, yellow, green, blue, purple, fuchsia, gray) #let color-boxed(..args) = { set text(0.8em) box( inset: (y: 0.25em, x: 0.1em), fill: yellow.lig...
https://github.com/Coekjan/typst-upgrade
https://raw.githubusercontent.com/Coekjan/typst-upgrade/master/tests/exception1/entry.typ
typst
MIT License
#import non-string: * #import "module1.typ" #import "@non-preview/package:1.0.0"
https://github.com/mismorgano/UG-DifferentialGeometry23
https://raw.githubusercontent.com/mismorgano/UG-DifferentialGeometry23/main/Tareas/Tarea-01/Tarea-01.typ
typst
#let title = [ Geometria Diferencial\ Tarea 1 ] #let author = [ <NAME> ] #let book = [ Differential Geometry of Curves and Surfaces ] #set text(12pt,font: "New Computer Modern") #set enum(numbering: "a)") #set math.equation(numbering: "(1)", supplement: [Eq.]) #align(center, text(17pt)[ *#title*\ #author ])...
https://github.com/Meisenheimer/Notes
https://raw.githubusercontent.com/Meisenheimer/Notes/main/src/Analysis.typ
typst
MIT License
#import "@local/math:1.0.0": * = Analysis == Calculus === Mean value theorem #env("Theorem", name: "Rolle's theorem")[ Given $n gt.eq 2$ and $f in C^(n-1)([a, b])$ with $f^((n))(x)$ exists at each point of $(a, b)$, suppose that $f(x_0) = dots.c f(x_n) = 0$ for $a lt.eq x_0 < dots.c < x_n lt.eq b$, then there is ...
https://github.com/xlxs4/cv
https://raw.githubusercontent.com/xlxs4/cv/main/xlxs4.typ
typst
MIT License
#import "cv.typ/cv.typ": * // Load CV data from YAML #let cvdata = yaml("xlxs4.yml") #let uservars = ( headingfont: "Linux Libertine", bodyfont: "Linux Libertine", fontsize: 10pt, linespacing: 6pt, showAddress: true, showNumber: true, ) #let customrules(doc) = { doc } #let cvinit(doc) =...
https://github.com/hweissi/tugraz-typst-theme
https://raw.githubusercontent.com/hweissi/tugraz-typst-theme/main/tugraz-polylux.typ
typst
// This theme is inspired by https://github.com/matze/mtheme // The polylux-port was performed by https://github.com/Enivex // Consider using: // #set text(font: "Fira Sans", weight: "light", size: 20pt) // #show math.equation: set text(font: "Fira Math") // #set strong(delta: 100) // #set par(justify: true) #import ...
https://github.com/0x1B05/algorithm-journey
https://raw.githubusercontent.com/0x1B05/algorithm-journey/main/practice/note/content/劚态规划.typ
typst
#import "../template.typ": * = 劚态规划 == 从递園入手䞀绎劚态规划 #tip("Tip")[ 题目 1 到题目 4郜从递園入手逐析改出劚态规划的实现 ] === #link( "https://leetcode.cn/problems/minimum-cost-for-tickets/", )[题目 2: 最䜎祚价 ] 圚䞀䞪火蜊旅行埈受欢迎的囜床䜠提前䞀幎计划了䞀些火蜊旅行. 圚接䞋来的䞀幎里䜠芁旅行的日子将以䞀䞪名䞺 days 的数组给出, 每䞀项是䞀䞪从 1 到 365 的敎数 火蜊祚有䞉种䞍同的销售方匏: - 䞀匠 䞺期 1 倩...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/attach-p1_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test basics, postscripts. $f_x + t^b + V_1^2 + attach(A, t: alpha, b: beta)$
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/抜象代数/章节/暡、域.typ
typst
#import "../../template.typ": * #show: note.with( title: "抜象代数/代数孊基础", author: "YHTQ", date: none, logo: none, withOutlined: false ) #let chapterThree = [ = æš¡ == 基本抂念 类比线性空闎是域䜜甚于亀换矀暡是环䜜甚于亀换矀 == 䞻理想敎环䞊有限生成暡的分类定理 本节䞭所有的 $R$ 郜是 PID #lemma[][ 讟 $p, q in R$ 是䞍盞䌎的玠元$r, s in NN...
https://github.com/protohaven/printed_materials
https://raw.githubusercontent.com/protohaven/printed_materials/main/common-policy/shop_rules.typ
typst
= Shop Rules == Be Safe - Get safety clearances - Wear protective equipment - Watch and reset equipment after use - Never use equipment that is red-tagged == Take Care of Each Other - Be aware of your surroundings - Don't use a tool if it poses a danger to someone else == Take Care of the Tools - Get tool clearan...
https://github.com/Area-53-Robotics/53A-Notebook-Over-Under-2023-2024
https://raw.githubusercontent.com/Area-53-Robotics/53A-Notebook-Over-Under-2023-2024/master/Vex%20Robotics%2053A%20Notebook%202023%20-%202024/Entries/Misc.%20Entry/Scrum-Master-Evaluation.typ
typst
#set page(header: [ VR #h(1fr) November 4, 2023 ]) = SCRUM MASTER EVALUATION \ == Key Problems #block( width: 100%, fill: rgb("FFEAE8"), inset: 8pt, radius: 4pt, [ === Catapult Malfunctions - Unsure why catapult got stuck - Catapult didn’t have enough range > Couldn’t shoot triballs acr...
https://github.com/Big-Ouden/ensiie_rapport
https://raw.githubusercontent.com/Big-Ouden/ensiie_rapport/main/0.1.5/NOTES.md
markdown
# Building notes How to to build locally and deploy to Typst app and Typst templates. ## Image quantization To reduce the size of images, which is nice for reducing the template size. ```bash pngquant *.png --ext .png --force ``` ## Integration to the official repos - Create symlink to this repository from `~/.cac...
https://github.com/goshakowska/Typstdiff
https://raw.githubusercontent.com/goshakowska/Typstdiff/main/tests/test_working_types/strong/strong_updated.typ
typst
*first*\ #strong[second_updated]\ *third_updated*\ #strong[forth]
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/glossarium/0.4.0/README.md
markdown
Apache License 2.0
# Typst glossary > Glossarium is based in great part of the work of [<NAME>](https://github.com/Dherse) from his master thesis available at: <https://github.com/Dherse/masterproef>. His glossary is available under the MIT license [here](https://github.com/Dherse/masterproef/blob/main/elems/acronyms.typ). Glossarium i...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/meta/bibliography-01.typ
typst
Other
#set page(width: 200pt) = Details See also #cite(<distress>, supplement: [p. 22]), @arrgh[p. 4], and @distress[p. 5]. #bibliography("/works.bib")
https://github.com/Servostar/dhbw-abb-typst-template
https://raw.githubusercontent.com/Servostar/dhbw-abb-typst-template/main/src/pages/prerelease-note.typ
typst
MIT License
// .--------------------------------------------------------------------------. // | Preleminary release Notice | // '--------------------------------------------------------------------------' // Author: <NAME> // Edited: 28.06.2024 // License: MIT #let new_prerelease_no...
https://github.com/antonWetzel/Masterarbeit
https://raw.githubusercontent.com/antonWetzel/Masterarbeit/main/arbeit/segmentierung.typ
typst
#import "setup.typ": * = Segmentierung von Waldgebieten <seperierung_in_segmente> == Ablauf FÌr die Segmentierung werden alle Punkte in gleich breite parallele Scheiben entlang der Höhe unterteilt. Danach werden die Scheiben von Oben nach Unten einzeln verarbeitet, um die Segmente zu bestimmen. DafÌr werden die Pu...
https://github.com/0x1B05/english
https://raw.githubusercontent.com/0x1B05/english/main/cnn10/content/20240304.typ
typst
#import "../template.typ": * = 20240304 What's up lovely people! Hope you've had an awesome weekend. Let's start this week strong with some motivation Monday. Remember #strike[complacency] #underline[complacency] is the constant enemy, so let's learn one thing or do something that #strike[makes] #underline[will make]...
https://github.com/hitszosa/universal-hit-thesis
https://raw.githubusercontent.com/hitszosa/universal-hit-thesis/main/harbin/bachelor/pages/achievement.typ
typst
MIT License
#import "../config/constants.typ": special-chapter-titles #let achievement( content, ) = [ #heading(special-chapter-titles.成果, level: 1, numbering: none) #content ]
https://github.com/Otto-AA/dashy-todo
https://raw.githubusercontent.com/Otto-AA/dashy-todo/main/README.md
markdown
MIT No Attribution
# Dashy TODO Create TODO comments, which are displayed at the sides of the page. ![Screenshot](example.svg) ## Limitations Currently, there is no prevention of TODOs being rendered on top of each other. See [here](https://github.com/Otto-AA/dashy-todo/issues/1) for more information. ## Usage The package provides ...
https://github.com/Mouwrice/resume
https://raw.githubusercontent.com/Mouwrice/resume/main/metadata.typ
typst
// NOTICE: Copy this file to your root folder. /* Personal Information */ #let firstName = "Maurice" #let lastName = "<NAME>" #let personalInfo = ( github: "Mouwrice", phone: "+32 492 45 01 71", email: "<EMAIL>", linkedin: "maurice-van-wassenhove", ) /* Language-specific */ // Add your own languages while ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/meta/state_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page #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()) }).
https://github.com/songguokunsgg/HUNNU-Typst-Master-Thesis
https://raw.githubusercontent.com/songguokunsgg/HUNNU-Typst-Master-Thesis/master/README.md
markdown
MIT License
# 湖南垈范倧孊硕士孊䜍论文 基于南京倧孊毕䞚论文讟计的 Typst 暡板胜借简掁、快速、持续生成 PDF 栌匏的毕䞚论文。感谢原䜜者的分享。 ## 泚意事项 - 删陀了本科生和博士盞关的文件因䞺本校的本硕博暡板差距蟃倧无法通甚。 - 该暡板并非官方暡板而是民闎暡板**存圚䞍被讀可的风险**。请提前准倇奜方案 B䟋劂 Word、TeX Live、MacTeX 等。 - 移陀了原项目䞭匀题报告盞关内容。 - 䞎暡板版面盞关的文件郜圚 hnu-thesis 文件倹内建议普通䜿甚者䞍芁修改歀文件倹写䜜所需的内容郜可以写圚 thesis.typ 文件䞭。劂果后续有暡板曎新基本䞍䌚再有䜠可以盎接䜿甚 `git ...
https://github.com/Han-duoduo/mathPater-typest-template
https://raw.githubusercontent.com/Han-duoduo/mathPater-typest-template/main/chapter/chap3.typ
typst
Apache License 2.0
= 暡型假讟 + 假讟每䞀䞪小区的䞻控连接讟倇郜胜互盞接收到信号即这䞀䞪小区䞺邻区。 + 圚考虑PCIæš¡3干扰的情况䞭䞀䞪同频邻小区  的信号区床的差小于等于给定闚限。 + 假讟重新分配PCI后䞍䌚产生其他代价。 + 每次PCI的分配是独立的圚重倍倚次实验后可以看成是均匀分垃的因歀可以采甚均匀分垃的随机数进行暡拟
https://github.com/SkymanOne/zk-learning
https://raw.githubusercontent.com/SkymanOne/zk-learning/main/notes/intro/intro.typ
typst
#import "../base.typ": * #show: note = Introduction to Zero Knowledge Proofs There are a prover and verifier `String` = proof submitted by the prover Verifier rejects or accepts the proof (i.e. the `String`) In CS we talk about polynomial proofs, that can be verified in *polynomial* time $->$ *NP proofs* - The `stri...
https://github.com/Karolinskis/KTU-typst
https://raw.githubusercontent.com/Karolinskis/KTU-typst/main/README.md
markdown
# KTU Typst Thesis template Unofficial Typst template for Kaunas University of Technology. ## Fonts The following fonts are included in the `fonts` directory: - Times New Roman Bold Italic - Times New Roman Bold - Times New Roman Italic - Times New Roman ## Contributing Contributions are welcome. If you see any mist...
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/b47475-2024_lug_sfd_poster/main.typ
typst
#let light_green = cmyk(75%, 0%, 100%, 0%) #let green = cmyk(100%, 0%, 100%, 20%) #let light_blue = cmyk(40%, 3%, 0%, 25%) #let blue = cmyk(72%, 30%, 0%, 70%) #let mark(body) = box(clip: true, stroke: 0.2cm + red, body) #let mark(body) = box(body) #set page(width: 80cm, height: 180cm, fill: light_blue, margin: 0cm) ...
https://github.com/SillyFreak/typst-stack-pointer
https://raw.githubusercontent.com/SillyFreak/typst-stack-pointer/main/docs/manual.typ
typst
MIT License
#import "template.typ" as template: * #import "/src/lib.typ" as sp #let package-meta = toml("/typst.toml").package #let date = datetime(year: 2024, month: 2, day: 23) #show: manual( title: "Stack Pointer", // subtitle: "...", authors: package-meta.authors.map(a => a.split("<").at(0).trim()), abstract: [ _...
https://github.com/TempContainer/typnotes
https://raw.githubusercontent.com/TempContainer/typnotes/main/opti/con_set.typ
typst
#import "/book.typ": book-page #import "/templates/my-template.typ": * #show: book-page.with(title: "Convex Sets") #show: template = Hello, typst Sample page 䞭文测试. ```cpp #include <iostream> int main() { std::cout << "Hello World!\n"; return 0; } ```
https://github.com/piepert/typst-seminar
https://raw.githubusercontent.com/piepert/typst-seminar/main/Beispiele/UniHausaufgabe/a01_antwort.typ
typst
#import "template.typ": adt, task, subtask, project, pointed #show: project.with( title: "1", authors: ( (name: "<NAME>", matnr: "123456789"), (name: "<NAME>", matnr: "987654321"), (name: "<NAME>", matnr: "123459876") ), date: "Sonntag, 16.04.2023") #task[Objekt-orientierte Pro...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/VerbaliEsterni/VerbaleEsterno_240320/content.typ
typst
MIT License
#import "meta.typ": inizio_incontro, fine_incontro, luogo_incontro, company #import "functions.typ": glossary, team #let participants = csv("participants.csv") #let participants_company = csv("participants_company.csv") = Partecipanti / Inizio incontro: #inizio_incontro / Fine incontro: #fine_incontro / Luogo incontro...
https://github.com/ryuryu-ymj/mannot
https://raw.githubusercontent.com/ryuryu-ymj/mannot/main/src/util.typ
typst
MIT License
#let copy-stroke(_stroke, args) = { let s = stroke(_stroke) return stroke(( paint: args.at("paint", default: s.paint), thickness: args.at("thickness", default: s.thickness), cap: args.at("cap", default: s.cap), join: args.at("join", default: s.join), dash: args.at("dash", default: s.dash), m...
https://github.com/chendaohan/bevy_tutorials_typ
https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/10_coordinate_system/coordinate_system.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. 2D 和 3D 场景 Bevy 圚枞戏䞖界䞭䜿甚右手 Y 向䞊坐标系。䞺了保持䞀臎3D 和 2D 的坐标系盞同。 - X 蜎从巊向右正 X 指向右䟧 - Y 蜎从䞋到䞊正 Y 指向䞊 - Z 蜎从远到近正 Z 指向䜠...
https://github.com/hexWars/resume
https://raw.githubusercontent.com/hexWars/resume/main/README-zh.md
markdown
MIT License
# typst-resume-template ![resume](https://img.shields.io/badge/resume-typst-9cf) 这䞪项目是䞀䞪䜿甚Typst讟计的简历暡板灵感来自于这䞪[眑站](https://satnaing.dev/blog)。 ## 预览 | | | |:---:|:---:| | ![preview](./assets/typst-resume-template.png) | ![preview2](./assets/typst-resume-template2.png) | ## 䜿甚 垞甚的SVG文件已经存圚于文件倹`typst`䞭暡板文件䞺`...
https://github.com/nasyxx/lab-weekly-report
https://raw.githubusercontent.com/nasyxx/lab-weekly-report/master/smwr.typ
typst
// SMILE Lab Weekly Report Template // by Nasy <EMAIL> // Version 0.1.0 #let smwr(author, date, body) = { let title = [#author's Weekly Report] let last_date = date - duration(weeks: 1) let date_format = "[month repr:short] [day], [year]" set document(title: title, author: author, date: date) set page(pape...
https://github.com/SillyFreak/typst-scrutinize
https://raw.githubusercontent.com/SillyFreak/typst-scrutinize/main/src/lib.typ
typst
MIT License
#import "grading.typ" #import "task.typ" #import "solution.typ" #import "task-kinds/mod.typ" as task-kinds
https://github.com/EpicEricEE/typst-equate
https://raw.githubusercontent.com/EpicEricEE/typst-equate/master/src/equate.typ
typst
MIT License
// Element function for alignment points. #let align-point = $&$.body.func() // Element function for sequences. #let sequence = $a b$.body.func() // Element function for a counter update. #let counter-update = counter(math.equation).update(1).func() // State for tracking whether equate is enabled. #let equate-state ...
https://github.com/ls1intum/thesis-template-typst
https://raw.githubusercontent.com/ls1intum/thesis-template-typst/main/utils/todo.typ
typst
MIT License
#let TODO(body, color: yellow, width: 100%, breakable: true) = { block( width: width, radius: 3pt, stroke: 0.5pt, fill: color, inset: 10pt, breakable: breakable, )[ #body ] }
https://github.com/juruoHBr/typst_xdutemplate
https://raw.githubusercontent.com/juruoHBr/typst_xdutemplate/main/template.typ
typst
#import "@preview/cuti:0.2.1": show-cn-fakebold #import "utils.typ": * // ---------------------------党局变量------------------------- #let headings = state("headings",()) #let frontmattercnt = counter("frontmattercnt") #let mainpagecnt = counter("mainpagecnt") // ----------------------------蟅助凜数------------------------...
https://github.com/dark-flames/apollo-typst
https://raw.githubusercontent.com/dark-flames/apollo-typst/main/packages/typst-apollo/theme.typ
typst
Apache License 2.0
#import "@preview/shiroa:0.1.0": target // Theme (Colors) #let theme-target = if target.contains("-") { target.split("-").at(1) } else { "light" } #let theme-style = toml("theme-style.toml").at(theme-target) #let is-dark-theme = theme-style.at("color-scheme") == "dark" #let is-light-theme = not is-dark-theme #let m...
https://github.com/DashieTM/nix-introduction
https://raw.githubusercontent.com/DashieTM/nix-introduction/main/topics/nixos.typ
typst
#import "../utils.typ": * #polylux-slide[ == NixOS #v(15pt) - a GNU/Linux distribution - fundamentally different file system design - nix store - otherwise just like any penguin variant - only configures and installs system wide programs - use home-manager for user-based configuration #pdfpc.speaker-note(```md ...
https://github.com/ice1000/website
https://raw.githubusercontent.com/ice1000/website/main/dtt-dev/wip.typ
typst
#import "config.typ": * #show: dtt.with(title: "WIP") // Cartesian coproduct #definition("Sum")[ We say a type theory has _sum type_ if it has the following constructions: + $ (Γ⊢A #h(2em) Γ⊢B)/(Γ ⊢ A + B) $ The _formation rule_, + $ (Γ ⊢ a:A)/(Γ ⊢ inl(a) : A + B) \ (Γ ⊢ b:B)/(Γ ⊢ inr(b) : A + B) $ The _introdu...
https://github.com/ckunte/resume
https://raw.githubusercontent.com/ckunte/resume/master/ckunte-resume.typ
typst
// <NAME>'s resume #import "/inc/preamble.typ": resume #show: doc => resume(doc) // meta info #let auth_name = "<NAME>" #let auth_mail = "<EMAIL>" #let res_title = auth_name + " - resumé" #let start_year = 1995 // year of beginning my career #let curr_year = int(datetime.today().display("[year]")) // current year in in...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/for-00.typ
typst
Other
// Ref: true // Empty array. #for x in () [Nope] // Dictionary is traversed in insertion order. // Should output `Name: Typst. Age: 2.`. #for (k, v) in (Name: "Typst", Age: 2) [ #k: #v. ] // Block body. // Should output `[1st, 2nd, 3rd, 4th]`. #{ "[" for v in (1, 2, 3, 4) { if v > 1 [, ] [#v] if v ...
https://github.com/giZoes/justsit-thesis-typst-template
https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/resources/lib.typ
typst
MIT License
// 南京倧孊孊䜍论文暡板 modern-nju-thesis // Author: https://github.com/OrangeX4 // Repo: https://github.com/nju-lug/modern-nju-thesis // 圚线暡板可胜䞍䌚曎新埗埈及时劂果需芁最新版本请关泚 Repo #import "@preview/anti-matter:0.0.2": anti-inner-end as mainmatter-end #import "layouts/doc.typ": doc #import "layouts/preface.typ": preface #import "layouts/...
https://github.com/xrarch/books
https://raw.githubusercontent.com/xrarch/books/main/documents/a4xmanual/chapbooting.typ
typst
#import "@preview/tablex:0.0.6": tablex, cellx, colspanx, rowspanx #box([ = Booting This section describes the boot protocol used by the *A4X* firmware. The old A3X boot protocol is also supported via an embedded A3X firmware which is chain-loaded when a legacy operating system is selected, but will not be documented...
https://github.com/drupol/master-thesis
https://raw.githubusercontent.com/drupol/master-thesis/main/src/thesis/3-tools.typ
typst
Other
#import "imports/preamble.typ": * #import "theme/template.typ": * #import "theme/common/titlepage.typ": * #import "theme/common/metadata.typ": * #import "theme/disclaimer.typ": * #import "theme/leftblank.typ": * #import "theme/acknowledgement.typ": * #import "theme/abstract.typ": * #import "theme/infos.typ": * #import ...
https://github.com/Coekjan/parallel-programming-learning
https://raw.githubusercontent.com/Coekjan/parallel-programming-learning/master/ex-4/report.typ
typst
#import "../template.typ": * #import "@preview/cetz:0.2.2" as cetz #import "@preview/codelst:2.0.1" as codelst #show: project.with( title: "并行皋序讟计第 4 次䜜䞚CUDA 猖皋", authors: ( (name: "叶焯仁", email: "<EMAIL>", affiliation: "ACT, SCSE"), ), ) #let data = toml("data.toml") #let lineref = codelst.lineref.with(su...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/import-06.typ
typst
Other
// Usual importing syntax also works for function scopes #import enum #let d = (e: enum) #import d.e #import d.e: item #item(2)[a]
https://github.com/piepert/typst-seminar
https://raw.githubusercontent.com/piepert/typst-seminar/main/Beispiele/Hausarbeit/outline-template.typ
typst
#let outline(title: "Inhaltsverzeichnis", depth: none, indent: true, fill: " . ") = { heading(title, numbering: none) locate(it => { let elements = query(selector(heading).after(it), it) for (i, e) in elements.enumerate() { if e.outlined == false or (depth != none and r.level > depth) { continue } ...
https://github.com/han0126/MCM-test
https://raw.githubusercontent.com/han0126/MCM-test/main/2024校赛typst/chapter/chapter3.typ
typst
= 暡型假讟 圚建暡的过皋䞭䞺简化问题䞔方䟿建暡我们圚䞍圱响暡型的可靠性和有效性的前提䞋做出以䞋假讟 1假讟竞赛衚现䌘匂的孊生埀埀也圚孊䞚䞊有蟃奜的衚现。因歀竞赛成绩䞎孊生的孊䞚成绩之闎存圚䞀定的正盞关关系。 2假讟积极参䞎竞赛可以促进孊生的绌合玠莚提升包括䜆䞍限于䞓䞚知识、团队合䜜胜力、创新思绎、沟通胜力等方面。通过参䞎竞赛孊生可以圚实践䞭䞍断提升自身的胜力和玠莚氎平。 3假讟参䞎竞赛并获埗䞀定成绩的孊生其未来的孊习和职䞚发展可胜䌚受到积极圱响。竞赛经验可以䞺孊生的升孊、就䞚和科研等方面提䟛额倖的加分项增区其竞争力。 4假讟参赛孊生投入曎倚的时闎和粟力准倇竞赛埀埀胜取埗...
https://github.com/Sematre/typst-kit-thesis-template
https://raw.githubusercontent.com/Sematre/typst-kit-thesis-template/main/sections/03_introduction.typ
typst
= Introduction This is the themplate for Bachelor's and Master's theses at SDQ. For more information on the formatting of theses at SDQ, please refer to #link("https://sdq.kastel.kit.edu/wiki/Ausarbeitungshinweise") or to your advisor. == Pacing and indentation To separate parts of text in Typst, please use two line b...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/grotesk-cv/0.1.0/content/profile.typ
typst
Apache License 2.0
#import "../lib.typ": * #import "../metadata.typ" #import "@preview/fontawesome:0.2.1": * == #fa-icon("id-card") #h(5pt) #get-header-by-language("Summary", "Resumen") #v(5pt) #if is-english() [ Experienced Software Engineer specializing in artificial intelligence, machine learning, and robotics. Proficient in C+...