repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/jinnovation/resume
https://raw.githubusercontent.com/jinnovation/resume/main/resume.typ
typst
#import "time.typ" #import "data.typ": personal, skills, education, speaking, work #show link: set text(blue) #let heading_font = "Linux Libertine" #let body_font = "Linux Libertine" #let line_spacing = 6pt #let cvheading(personal_info) = { table(columns: (1fr, auto), inset: 0pt, stroke: none, heading(leve...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/template/heading.typ
typst
Other
#import "consts.typ" #import "util.typ" #let __metadata-head(..data) = metadata(( kind: "head", ) + data.named()) #let __get-metadata-head(it) = { assert.eq(it.func(), heading) let next_heading = util.query-first(heading, it.location(), none) let end = if next_heading != none { next_heading.location() ...
https://github.com/Wallbreaker5th/typst-introduction-in-one-page
https://raw.githubusercontent.com/Wallbreaker5th/typst-introduction-in-one-page/master/typst-introduction.typ
typst
Creative Commons Zero v1.0 Universal
#set text( font: "LXGW WenKai GB", size: 14pt, weight: 700, ) #show raw: set text( font: "LXGW WenKai Mono GB", weight: 700, ) #set page( margin: (x: 3%, y: 5%), flipped: true, ) #show raw.where(block: true): it => { block(it, fill: gray.lighten(80%), inset: 0.5em, radius: 0.5em) } #let title(it) = { ...
https://github.com/Eleanoreee/DL_TAczb
https://raw.githubusercontent.com/Eleanoreee/DL_TAczb/main/main.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: "Assignment 3", authors: ( "Eleanore who is DYING", ), date: "September 28, 2023", ) // We generated the example code below so you can ...
https://github.com/zurgl/typst-resume
https://raw.githubusercontent.com/zurgl/typst-resume/main/resume/en/education.typ
typst
#import "../../templates/resume/section.typ": * #import "../../templates/resume/entry.typ": * #import "@preview/fontawesome:0.1.0": * #cvSection("Education")
https://github.com/Mc-Zen/pillar
https://raw.githubusercontent.com/Mc-Zen/pillar/main/tests/examples/number-alignment/test.typ
typst
MIT License
#set page(width: auto, height: auto, margin: 1pt) #let clr = if "dark" in sys.inputs { white } else { black } #set page(fill: white) if clr == black #set text(fill: clr) #set table.hline(stroke: clr) #set table.vline(stroke: clr) #import "/src/pillar.typ" #let percm = $"cm"^(-1)$ #pillar.table( cols: "l|CCCC", ...
https://github.com/ukihot/igonna
https://raw.githubusercontent.com/ukihot/igonna/main/articles/infra/internet.typ
typst
== インターネットとネットワークの定義 ネットワークとはコンピュータとコンピュータが繋がることで情報を通信できる仕組みであり、構造を指す。 外部ネットワーク同士が繋がりあい、結果的に形成された地球上を駆け巡る巨大なネットワークの総称がインターネットである。 == インターネットの仕組み 総務省を引用する。@internet #quote(attribution: [総務省])[ネットワーク上で、情報やサービスを他のコンピュータに提供するコンピュータをサーバ、サーバから提供された情報やサービスを利用するコンピュータをクライアントと呼びます。私たちが普段使うパソコンや携帯電話、スマートフォンなどは、クライアントに...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-0A80.typ
typst
Apache License 2.0
#let data = ( (), ("GUJARATI SIGN CANDRABINDU", "Mn", 0), ("GUJARATI SIGN ANUSVARA", "Mn", 0), ("GUJARATI SIGN VISARGA", "Mc", 0), (), ("GUJARATI LETTER A", "Lo", 0), ("GUJARATI LETTER AA", "Lo", 0), ("GUJARATI LETTER I", "Lo", 0), ("GUJARATI LETTER II", "Lo", 0), ("GUJARATI LETTER U", "Lo", 0), (...
https://github.com/Yzx7/public_study_files
https://raw.githubusercontent.com/Yzx7/public_study_files/main/Monografía FIEE/chapters/intro.typ
typst
= Introducción El tema de estudio de esta experiencia es la *ley de reflexión en espejos planos*. El problema que se pretende resolver en el laboratorio es comprobar experimentalmente si la *ley de reflexión* se cumple en todas las circunstancias observadas. Según esta ley, el *ángulo de incidencia* es siempre igual al...
https://github.com/bigskysoftware/hypermedia-systems-book
https://raw.githubusercontent.com/bigskysoftware/hypermedia-systems-book/main/ch06-more-htmx-patterns.typ
typst
Other
#import "lib/definitions.typ": * == More Htmx Patterns === Active Search <_active_search> So far so good with Contact.app: we have a nice little web application with some significant improvements over a plain HTML-based application. We’ve added a proper "Delete Contact" button, done some dynamic validation of input a...
https://github.com/lxl66566/my-college-files
https://raw.githubusercontent.com/lxl66566/my-college-files/main/信息科学与工程学院/互联网原理与技术/作业/实践3/main.typ
typst
The Unlicense
#import "../template.typ": * #show: project.with( title: "实践 3:Wireshark实验——TCP", authors: ( "absolutex", ) ) = 内容 捕获从计算机到远程服务器的批量 TCP 传输。访问一个网页,考察该访问过程中的TCP传输过程。 == 客户端计算机(源)使用的 IP 地址和 TCP 端口号是什么?服务器IP 地址是什么? 在哪个端口号上发送和接收此连接的 TCP 段? #figure( image("20231109-09.33.png", width: 100%), ) 客户端IP:192.168....
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1D2C0.typ
typst
Apache License 2.0
#let data = ( ("KAKTOVIK NUMERAL ZERO", "No", 0), ("KAKTOVIK NUMERAL ONE", "No", 0), ("KAKTOVIK NUMERAL TWO", "No", 0), ("KAKTOVIK NUMERAL THREE", "No", 0), ("KAKTOVIK NUMERAL FOUR", "No", 0), ("KAKTOVIK NUMERAL FIVE", "No", 0), ("KAKTOVIK NUMERAL SIX", "No", 0), ("KAKTOVIK NUMERAL SEVEN", "No", 0), (...
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/beurteilen_bewerten/anforderung_bewertung.typ
typst
Other
#import "/src/template.typ": * == Anforderung an Leistungsbewertung In der Didaktik des Philosophieunterrichts werden drei Anforderungen an Leistungsauswertungen herausgestellt: Leistungsbewertungen müssen #ix("valide", "Validität"), #ix("reliabel", "Reliabilität") und #ix("intersubjektiv", "Intersubjektivität") sein...
https://github.com/jeffa5/typst-acm
https://raw.githubusercontent.com/jeffa5/typst-acm/main/manual.typ
typst
#import "lib.typ": * #let author1 = ( name: "<NAME>", institution: "University of Cambridge", email: "<EMAIL>", ) #let author2 = ( name: "Dummy", institution: "Dummy Inst.", email: "<EMAIL>", ) #let conference = ( name: "Conference", location: "Somewhere, Global", date: "XXth XX 20XX", ) #show: do...
https://github.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024
https://raw.githubusercontent.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024/master/chap04/main.typ
typst
#set text(lang: "zh", cjk-latin-spacing: auto, font: "Noto Serif CJK SC") #set page(numbering: "1", margin: (left: 1.4cm, right: 1.9cm)) #show figure.caption: set text(font: "Zhuque Fangsong (technical preview)") #show "。": "." #show heading: set text(font: "Noto Sans CJK SC", size: 1.15em) #import "helper.typ": *...
https://github.com/34j/latex-typst-compile-and-release-reusable-workflow
https://raw.githubusercontent.com/34j/latex-typst-compile-and-release-reusable-workflow/main/README.md
markdown
# Reusable GitHub Actions Workflow for Building LaTeX/Typst Document and Creating Release ## Features - Support both LaTeX ([LaTeXmk][latexmk] or [Cluttex][cluttex]) and [Typst][typst] - Install custom fonts from [Google Fonts][google-fonts] - Comment the link to the Compiled PDF file in the Pull Request - Automatica...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/methods-03.typ
typst
Other
// Error: 2:2-2:15 type array has no method `fun` #let numbers = () #numbers.fun()
https://github.com/Enter-tainer/zint-wasi
https://raw.githubusercontent.com/Enter-tainer/zint-wasi/master/xtask/README.md
markdown
MIT License
# tiaoma xtask [xtask](https://github.com/matklad/cargo-xtask) is an extension to `cargo build` that's made specifically to make building this plugin and testing it simpler. xtask commands are executed through cargo: ```lua cargo xtask <COMMAND> [ARGS...] ``` ## Commands - `package-plugin`: builds the tiaoma wasm ...
https://github.com/fabriceHategekimana/master
https://raw.githubusercontent.com/fabriceHategekimana/master/main/2_Etat_de_l_art/Système_F.typ
typst
#pagebreak() #import "@preview/simplebnf:0.1.0": * #import "../src/module.typ" : * === Le système F Si le lambda calcul simplement typé apporte la notion de type au lambda calcul. Le système F apporte la notion de Générique sur ces types. Comme discuté dans le le lambda calcul simplement typé, la notion de type rest...
https://github.com/a-mhamdi/graduation-report
https://raw.githubusercontent.com/a-mhamdi/graduation-report/main/Typst/en-Report/Title-page.typ
typst
MIT License
#let titlepage( title: "", titre: "", diploma: "", program: "", supervisor: "", author: "", date: none, ) = { set page( header: none, margin: (left: 30mm, right: 30mm, top: 40mm, bottom: 40mm), numbering: none, number-align: center, ) let body-font = "Garamond" let sans-font = "G...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/attach-p1_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // A mixture of attachment positioning schemes. $ attach(a, tl: u), attach(a, tr: v), attach(a, bl: x), attach(a, br: y), limits(a)^t, limits(a)_b \ attach(a, tr: v, t: t), attach(a, tr: v, br: y), attach(a, br: y, b: b), attach(limit...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/054%20-%20Lost%20Caverns%20of%20Ixalan/006_Episode%206.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 6", set_name: "Lost Caverns of Ixalan", story_date: datetime(day: 20, month: 10, year: 2023), author: "<NAME>", doc ) == Huatli #emph[Inti is dead.] The battle raged in the sky, Sun Empire and Oltec warriors chasing the twisted D...
https://github.com/seapat/markup-resume-lib
https://raw.githubusercontent.com/seapat/markup-resume-lib/main/cv_head.typ
typst
Apache License 2.0
#import "@preview/fontawesome:0.1.0": * // Address #let address(info, render_settings) = { if render_settings.show_address { let order = if "address_order" in render_settings.keys() {render_settings.address_order} else {("street", ",", "city", ",", "postalCode", ",","country")} for value in order { ...
https://github.com/lxl66566/my-college-files
https://raw.githubusercontent.com/lxl66566/my-college-files/main/信息科学与工程学院/嵌入式系统/实验/readme.md
markdown
The Unlicense
# 嵌入式系统实验 实验内容基本是读源码然后修改,挺简单的。 ## 开发环境安装 <!-- prettier-ignore --> 1. [下载资料](https://cs.e.ecust.edu.cn/download/5a403808a967b666b1e9ce9ac88429b5)并解压。 - 约 2GB,课前提前下载。 2. 前往 _软件资料 - 软件 - MDK5_,双击 `MDK521A.exe` 安装。注意安装路径不能有中文。 3. **双击** 同文件夹下的 `Keil.STM32F4xx_DFP.2.9.0.pack` 安装。 4. 返回 _软件_,选择 _ST LINK 驱动及教程 - ST-LINK...
https://github.com/Mc-Zen/quill
https://raw.githubusercontent.com/Mc-Zen/quill/main/examples/phase-estimation.typ
typst
MIT License
#import "../src/quill.typ": * #quantum-circuit( setwire(0), lstick(align(center)[First register\ $t$ qubits], n: 4, pad: 10.5pt), lstick($|0〉$), setwire(1), $H$, 4, midstick($ dots $), ctrl(4), rstick($|0〉$), [\ ], 10pt, setwire(0), phantom(width: 13pt), lstick($|0〉$), setwire(1), $H$, 2, ctrl(3), 1, mids...
https://github.com/pedrofp4444/BD
https://raw.githubusercontent.com/pedrofp4444/BD/main/report/content/[5] Implementação Física/calculoEspaço.typ
typst
#let calculoEspaço = { [ == Cálculo do espaço da base de dados (inicial e taxa de crescimento anual) De forma a perceber o espaço que a base de dados pode vir a ocupar, calculamos inicialmente o mesmo quando existe apenas um registo por tabela e, numa fase final, estimou-se o espaço total necessário para ar...
https://github.com/cric96/typst-slides-template
https://raw.githubusercontent.com/cric96/typst-slides-template/master/slides-template.typ
typst
Apache License 2.0
#import "@preview/polylux:0.3.1": * #import "@preview/fontawesome:0.1.0": * #import themes.metropolis: * #show: metropolis-theme.with( aspect-ratio: "16-9", footer: [Optional Footnote] ) #set text(font: "Inter", weight: "light", size: 20pt) #show math.equation: set text(font: "Fira Math") #set strong(delta: 150)...
https://github.com/alberto-lazari/computer-science
https://raw.githubusercontent.com/alberto-lazari/computer-science/main/advanced-topics-pl/presentation/sections/code-mode.typ
typst
#import "/common.typ": * #new-section("Code mode") #slide(title: "Type system")[ - Dynamic typing - Few implicit conversions (`string` #sym.arrow `content`) - No custom types - No subtyping ] #slide(title: "Types")[ - `content` $tilde.eq top$ #show: pause(2); ($eq.not$ `any`) #line-by-line(start: 3)[ ...
https://github.com/han0126/MCM-test
https://raw.githubusercontent.com/han0126/MCM-test/main/2024亚太杯typst/main.typ
typst
#import "template/template.typ": * #import "template/template.typ": template as APMCM #show: APMCM.with( abstract: [ 洪水是全球造成重大经济损失和人员伤亡的自然灾害之一。有效预测和减轻其影响,本文综合分析了多项指标数据,并构建了*预测模型*。基于季风强度、地形排水等因素,通过数据清洗和相关性分析筛选出关键指标。运用各种神经网络模型,构建洪水预警模型,洪水概率预测模型。在数据分析部分,我们采用Python 软件的Seaborn 库,制作热力图、柱状图、折线图等*可视化*工具展示不同指标之间的相...
https://github.com/DJmouton/Enseignement
https://raw.githubusercontent.com/DJmouton/Enseignement/main/SNT/Réseaux sociaux/Activité charactéristique et revenu des réseaux sociaux.typ
typst
#import "/Templates/layouts.typ": SNT, titre, sous_titre #import "/Templates/utils.typ": pointillets #show: doc => SNT(doc) #sous_titre[SNT - Réseaux Sociaux - Activité 1] #titre[Charactéristiques et revenus #linebreak() des réseaux sociaux] En 2024, environ 50,7 millions de Français étaient actifs sur les réseaux...
https://github.com/KanarekLife/CV
https://raw.githubusercontent.com/KanarekLife/CV/main/cv.typ
typst
#set document( title: "<NAME> CV", author: "<NAME>" ) #set page( paper: "a4", margin: .75cm, ) #set text( font: "Inter", size: 10pt, tracking: 0.2pt, ) #let yearsOfExperience() = { let today = datetime.today() let startDate = datetime(year: 2022, month: 07, day: 01) let days = (today - startDate)...
https://github.com/MilanR312/ugent_typst_template
https://raw.githubusercontent.com/MilanR312/ugent_typst_template/main/template/methods/glos.typ
typst
MIT License
#import "@preview/glossarium:0.4.0": make-glossary, print-glossary, gls, glspl // from glossary github // https://github.com/ENIB-Community/glossarium/tree/master/examples/import-terms-from-yaml-file #let glossary(files, title: "Glossary", full: false) = { let read-glossary-entries(file) = { let entries = yaml(...
https://github.com/janlauber/bachelor-thesis
https://raw.githubusercontent.com/janlauber/bachelor-thesis/main/thesis.typ
typst
Creative Commons Zero v1.0 Universal
#import "thesis_template.typ": * #import "common/titlepage.typ": * #import "thesis_typ/disclaimer.typ": * #import "thesis_typ/acknowledgement.typ": * #import "thesis_typ/abstract_en.typ": * #import "common/metadata.typ": * #import "@preview/glossarium:0.4.1": * #titlepage( title: titleEnglish, subtitle: subTitleE...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/GR_old/oktoich/Hlas1/1_Pondelok.typ
typst
#let V_Po = ( "HV": ( ("", "Πανεύφημοι Μάρτυρες", "Τά πάντα παρήγαγες, τώ σώ, Λόγω καί τώ Πνεύματι, δι' αγαθότητα Κύριε, είτα πεποίηκας, λογικόν με ζώον, ίνα σου τό άγιον, δοξάζω Παντοδύναμε όνομα, εγώ δέ μάλιστα, τοίς αισχροίς μου έργοις πάντοτε, ατιμάζω, αλλά φείσαι δέομαι."), ("", "", "Γνώθί σου, ταλαίπωρε...
https://github.com/dashuai009/dashuai009.github.io
https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/038.typ
typst
#let date = datetime( year: 2022, month: 11, day: 4, ) #metadata(( title: "windows cmd切换盘符", subtitle: [cmd], author: "dashuai009", description: "在windwos里,cmd命令行中,直接输入D:回车,就可以切换盘符。", pubDate: date.display(), ))<frontmatter> #import "../__template/style.typ": conf #show: conf 在windwos里,cmd命令行中,直接输入D:...
https://github.com/freundTech/typst-matryoshka
https://raw.githubusercontent.com/freundTech/typst-matryoshka/main/tests/features/filesystem/test.typ
typst
MIT License
#import "/lib.typ": compile #set page(fill: gray) #compile("#include \"file.typ\"", filesystem: ("file.typ": "Hello World"))
https://github.com/denkspuren/typst_programming
https://raw.githubusercontent.com/denkspuren/typst_programming/main/Packages.typ
typst
= Interesting Packages == Codly: simple and beautiful code blocks for Typst Dieses Paket setzt Codezeilen: https://github.com/Dherse/codly Was aber durch `@Zheoni` signifikant #link("https://discord.com/channels/1054443721975922748/1057632212671025162/1172278048524083271")[verbessert] wurde. Hier der Code https://d...
https://github.com/Caellian/UNIRI_voxels_doc
https://raw.githubusercontent.com/Caellian/UNIRI_voxels_doc/trunk/content/animacije.typ
typst
= Animacije - Ona metoda gdje se generira AABB za segmente koji međusobno ne colideaju i koristi skeleton - Metoda sa deformacijom voksela - Nije "pravi" voxel renderer - Metoda gdje se u compute shaderu samplea animirani triangle mesh svaki frame - Izgleda meh i relativno je zahtjevno - Metoda gdje je definirana ...
https://github.com/Marmare314/typst-presentation
https://raw.githubusercontent.com/Marmare314/typst-presentation/main/slides.typ
typst
MIT License
#let _get-current-slide(content) = { let start-next = content.children.slice(1).position(c => c.func() == heading and c.level == 1) if start-next != none { (content.children.slice(0, start-next), content.children.slice(start-next).sum()) } else { (content.children, []) } } #let _split-by-headings(conte...
https://github.com/satwanjyu/typst-cv-template
https://raw.githubusercontent.com/satwanjyu/typst-cv-template/main/README.md
markdown
MIT License
LaTeX-esque minimalistic [typst](https://typst.app) CV template. [PDF](./example.pdf)
https://github.com/DashieTM/ost-5semester
https://raw.githubusercontent.com/DashieTM/ost-5semester/main/blockchain/weeks/week8.typ
typst
#import "../../utils.typ": * #section("Fully Distributed Systems") #subsection("Principles") - location transparency - user should not know they are interacting with a distributed system - access transparency - users should access resources in a single uniform way, no matter what server they are connecting to ...
https://github.com/Nrosa01/TFG-2023-2024-UCM
https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Memoria%20Typst/capitulos/Agradecimientos.typ
typst
#set align(right) #text(15pt)[Nicolás] #set align(left) Quiero dar las gracias a mis padres, por su paciencia y comprensión cuando estaba agobiado, y a mi hermano, por su apoyo y ánimos. A mis amigos, por su apoyo y por estar siempre ahí cuando los necesito. A mi compañero de proyecto, por su colaboración y esfuerzo...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/shape-fill-stroke_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test stroke composition. #set square(stroke: 4pt) #set text(font: "Roboto") #stack( dir: ltr, square( stroke: (left: red, top: yellow, right: green, bottom: blue), radius: 50%, align(center+horizon)[*G*], inset: 8pt ), h(0.5c...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/176.%20pow.html.typ
typst
pow.html Charisma / Power January 2017People who are powerful but uncharismatic will tend to be disliked. Their power makes them a target for criticism that they don't have the charisma to disarm. That was <NAME>'s problem. It also tends to be a problem for any CEO who is more of a builder than a schmoozer. And yet th...
https://github.com/kicre/note
https://raw.githubusercontent.com/kicre/note/main/tem/main.typ
typst
#import "./beamer.typ": beamer #show: beamer.with( title: "", author: "王恺", date: "" ) = 一级标题 == 二级标题 === 三级标题 = 一级标题 == 二级标题
https://github.com/LDemetrios/ProgLectures
https://raw.githubusercontent.com/LDemetrios/ProgLectures/main/04-kotlin-generics.typ
typst
#import "kotlinheader.typ" : * #show : kt-paper-rule = Generics == Мотивация #kt-par[ Давайте рассмотрим `ArrayIntList`, который писали в ондой из прошлых лекций. Оставим в нём только существенные методы, остальное по аналогии: ] #kt-eval( ``` import java.util.* class ArrayIntList { ...
https://github.com/Functional-Bus-Description-Language/Specification
https://raw.githubusercontent.com/Functional-Bus-Description-Language/Specification/master/src/cover.typ
typst
#import "vars.typ" #v(4cm) #set align(center) #text(18pt)[ *Functional Bus Description Language* ] #text(11pt)[ Revision #vars.rev #datetime.today().display("[day padding:none] [month repr:long] [year]") ] #v(3cm) #text(12pt)[ _Abstract_ ] #set align(left) #par(justify: true)[ This document is the official spe...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/046%20-%20Streets%20of%20New%20Capenna/005_The%20Side%20of%20Freedom.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "The Side of Freedom", set_name: "Streets of New Capenna", story_date: datetime(day: 30, month: 03, year: 2022), author: "<NAME>", doc ) = Depth of the Caldaia #emph[The side of freedom] , Vivien silently repeated Tezzeret's words. That co...
https://github.com/Student-Smart-Printing-Service-HCMUT/ssps-docs
https://raw.githubusercontent.com/Student-Smart-Printing-Service-HCMUT/ssps-docs/main/contents/categories/task2/2.2.typ
typst
Apache License 2.0
#pagebreak() == Sequence diagram _Draw an Sequence diagram to capture the business process between systems and the stakeholders in Task Assignment module_\ #figure(caption: "Sequence diagram of Upload file", image("../../images/Upload_Sequence_Diagram.png") ) *Mô tả về quá trình upload file của sinh viên lên ...
https://github.com/Midbin/cades
https://raw.githubusercontent.com/Midbin/cades/main/README.md
markdown
MIT License
# [Cades](https://github.com/Midbin/cades) Draw QR codes in typst. ```typ #import "@preview/cades:0.3.0": qr-code = QR Code for `typst.app`: #qr-code("https://typst.app", width: 3cm) ``` ## Documentation ### `qr-code` Draw a qr code to an image. #### Arguments * `content`: `str` - the content of the qr code * ...
https://github.com/bojohnson5/iu_dissertation
https://raw.githubusercontent.com/bojohnson5/iu_dissertation/main/iu_dissertation.typ
typst
MIT License
#let thesis( title: none, author: none, dept: none, year: none, month: none, day: none, committee: (), dedication: none, acknowledgement: [], abstract: [], doc, ) = { set text(font: "Linux Libertine", size: 12pt) show par: set block(spacing: 1.5em) set par(leading: 1.5em, first-line-indent: ...
https://github.com/erictapen/typst-invoice
https://raw.githubusercontent.com/erictapen/typst-invoice/main/lib.typ
typst
MIT No Attribution
#import "@preview/tablex:0.0.8": gridx, hlinex #import "@preview/cades:0.3.0": qr-code #import "@preview/ibanator:0.1.0": iban // Generates an invoice #let invoice( // The invoice number invoice-nr, // The date on which the invoice was created invoice-date, // A list of items items, // Name and postal ad...
https://github.com/jonmatthis/simple-typst
https://raw.githubusercontent.com/jonmatthis/simple-typst/main/template.typ
typst
= Hey look its a `typst` file Wowo _italics_ *bold* - hi - wowo 1. wowowo 2. wsow 3. thing 1. number thing Here's a link - https://typst.app Typst seems nice, but f it's f-ing bs freemium app jfc 🙄
https://github.com/curvenote-templates/ncssm
https://raw.githubusercontent.com/curvenote-templates/ncssm/main/ncssm.typ
typst
MIT License
// #import "@preview/pubmatter:0.1.0" #import "pubmatter/pubmatter.typ" #import "@preview/scienceicons:0.0.6": curvenote-icon #let leftCaption(it) = { set text(size: 8pt) set align(left) set par(justify: true) text(weight: "bold")[#it.supplement #it.counter.display(it.numbering)] "." h(4pt) set text(fill...
https://github.com/kilpkonn/msc-thesis
https://raw.githubusercontent.com/kilpkonn/msc-thesis/master/abstract.typ
typst
Rust is a general-purpose systems programming language that guarantees memory safety without the need for a garbage collector. With on-par performance with C/C++, Rust attempts to challenge C/C++'s position in the market by providing better tooling and a better developer experience. The Rust type system is similar to ...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/常微分方程/作业/2100012990 郭子荀 常微分方程 7.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: note.with( title: "作业7", author: "YHTQ", date: none, logo: none, withOutlined : false, withTitle : false, withHeadingNumbering: false ) = 5.13 p190 ...
https://github.com/janekx21/bachelor-thesis
https://raw.githubusercontent.com/janekx21/bachelor-thesis/main/readme.md
markdown
# Bachelor Thesis by <NAME> # Development Use the `flake.nix` for installing Typst and utils. ```shell typst watch main.typ ``` TODO: - https://link.springer.com/book/10.1007/978-1-4842-7792-8
https://github.com/chrischriscris/Tareas-CI5651-EM2024
https://raw.githubusercontent.com/chrischriscris/Tareas-CI5651-EM2024/main/tarea08/src/main.typ
typst
#import "template.typ": conf, question, pseudocode, GITFRONT_REPO #show: doc => conf("Tarea 8: Divide y Vencerás/Programación Dinámica", doc) #question[ Considere un polinomio formado por los números de su carné, donde el i–ésimo número corresponde al coeficiente para $x^i$. Por ejemplo, si su carné es `12-02412`, e...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/delegis/0.2.0/delegis.typ
typst
Apache License 2.0
// sentence number substitution marker #let s = "XXXXXXSENTENCEXXXNUMBERXXXXXX" /// Create an unmarkes section, such as a preamble. /// Usage: `#unnumbered[Preamble]` #let unnumbered = (it, ..rest) => heading(level: 6, numbering: none, ..rest, it) /// Manually create a section. Useful when unsupported characters are ...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/typstfmt/148-broken-input.typ
typst
Apache License 2.0
#cite( // Newline = Level 1 == Level 2 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
https://github.com/typst-community/guidelines
https://raw.githubusercontent.com/typst-community/guidelines/main/src/chapters/style/trailing.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/src/util.typ": * #import mantys: * = Trailing Content Arguments Prefer trailing content argument calling style `#func(...)[...]` only for short runs of arguments directly. Trailing content arguments are harder to visually separate for complex or large amounts of arguments such as tables with multiple rows an...
https://github.com/El-Naizin/cv
https://raw.githubusercontent.com/El-Naizin/cv/main/cv.typ
typst
Apache License 2.0
#import "brilliant-CV/template.typ": * #show: layout #cvHeader(hasPhoto: true, align: left) #autoImport("education") #autoImport("professional") #autoImport("projects") #autoImport("certificates") #autoImport("publications") #autoImport("skills") #cvFooter()
https://github.com/Amelia-Mowers/typst-tabut
https://raw.githubusercontent.com/Amelia-Mowers/typst-tabut/main/doc/example-snippets/only-cells.typ
typst
MIT License
#import "@preview/tabut:<<VERSION>>": tabut-cells #import "usd.typ": usd #import "example-data/supplies.typ": supplies #tabut-cells( supplies, ( (header: [Name], func: r => r.name), (header: [Price], func: r => usd(r.price)), (header: [Quantity], func: r => r.quantity), ) )
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/clip.typ
typst
#import "/home/kdog3682/2024-typst/src/base-utils.typ": * #import "/home/kdog3682/2024-typst/src/dialogue-functions.typ": * #import "/home/kdog3682/2024-typst/src/exponent-rules.typ": exponent-rules #import "/home/kdog3682/2024-typst/src/dialogue.header.typ": header as math-front-matter #import "/home/kdog3682/2024-typ...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/numbers_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test floats. #12.0 \ #3.14 \ #1234567890.0 \ #0123456789.0 \ #0.0 \ #(-0.0) \ #(-1.0) \ #(-9876543210.0) \ #(-0987654321.0) \ #(-3.14) \ #(4.0 - 8.0)
https://github.com/SE-legacy/templatesTypst
https://raw.githubusercontent.com/SE-legacy/templatesTypst/master/conf.typ
typst
#let header() = { set align(center) set text(font: "Cambria") text("МИНОБРНАУКИ РОССИИ\nФедеральное государственное бюджетное образовательное учреждение\nвысшего образования\n") v(0.2em) text(weight: "bold", "«САРАТОВСКИЙ НАЦИОНАЛЬНЫЙ ИССЛЕДОВАТЕЛЬСКИЙ ГОСУДАРСТВЕННЫЙ УНИВЕРСИТЕТ ИМЕНИ Н. Г. ЧЕРНЫШЕВСКОГО...
https://github.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024
https://raw.githubusercontent.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024/master/chap02/main.typ
typst
#import "@preview/unify:0.4.3": num, qty #import "@preview/gentle-clues:0.7.0": clue #set text(font: "Noto Serif CJK SC") #let problem(title: "问题", icon: emoji.quest , ..args) = clue( accent-color: green, title: title, icon: icon, ..args ) = 作业 #problem[ 1. $14 "mm" × 14 "mm"$ 的 CCD 摄像机芯片有 2048×2048 个元素,将它...
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_5.typ
typst
#import "/0366-[Math]/globals/template.typ": * #show: project.with( title: "אלגברה לינארית 1א׳ - שיעור 5", authors: ("<NAME>",), date: "16 בינואר, 2024", ) #set enum(numbering: "(1.א)") == מסקנות מכך שקיימת משוואה קנונית יחידה + אם $n>m$ (מספר המשתנים גדול ממספר המשוואות) אז מתקיים בדיוק אחד מהשניים: + אין פ...
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/testing-drivetrain.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: "Test: Drivetrain", type: "test", date: datetime(year: 2023, month: 8, day: 4), author: "<NAME>", witness: "<NAME>", ) = Testing Procedure == Temperature and Current D...
https://github.com/Fr4nk1inCs/typreset
https://raw.githubusercontent.com/Fr4nk1inCs/typreset/master/src/utils/header.typ
typst
MIT License
#let make-header(body) = { locate(location => { let page-index = counter(page).at(location).first() if page-index == 1 { return } set text(size: 8pt) body }) }
https://github.com/ljgago/typst-chords
https://raw.githubusercontent.com/ljgago/typst-chords/main/README.md
markdown
MIT License
# chordx A package to write song lyrics with chord diagrams in Typst. **Table of Contents** - [Introduction](#introduction) - [Usage](#usage) - [Typst Packages](#typst-packages) - [Local Packages](#local-packages) - [Documentation](#documentation) - [Examples](#examples) - [Chart Chords](#chart-chords) - [Pi...
https://github.com/EunTilofy/NumComputationalMethods
https://raw.githubusercontent.com/EunTilofy/NumComputationalMethods/main/coding/task4/SC-report-4.typ
typst
#import "../../template.typ": * #show: project.with( course: "Computing Method", title: "Computing Method - Programming 4", date: "2024.6.1", authors: "<NAME>, 3210106357", has_cover: false ) = 问题 \ 应用科学计算的方法,求下列问题的数值近似解:\ 设双曲线 $C_1 : x y = 4$ 及椭圆 $C_2 : x^2 + 4 y^2 = 4$,求在曲线 $C_1, C_2$ 各找一个点 $P_1, P_2$,使得 $abs(...
https://github.com/MatheSchool/typst-g-exam
https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/test/sugar/test-002-sugar-solution.typ
typst
MIT License
#import "../../src/lib.typ": * #show: g-exam.with( show-grade-table: false, question-text-parameters: (size: 18pt, font:"OpenDyslexic") ) = Header =? Quiestion 1 ? What ? =% Clarification % =! Solution. =3? Queston a =32? Queston b? ==321.43? Queston c?
https://github.com/pavelzw/moderner-cv
https://raw.githubusercontent.com/pavelzw/moderner-cv/main/lib.typ
typst
MIT License
#import "@preview/fontawesome:0.2.1": * #let _cv-line(left, right, ..args) = { set block(below: 0pt) table( columns: (1fr, 5fr), stroke: none, ..args.named(), left, right, ) } #let moderncv-blue = rgb("#3973AF") #let _header( title: [], subtitle: [], socials: (:), ) = { let titleStac...
https://github.com/Vikingu-del/Resume
https://raw.githubusercontent.com/Vikingu-del/Resume/main/README.md
markdown
MIT License
# Resume Building a Resume with a Marked Up Language like Typst English Version [English Resume](https://github.com/Vikingu-del/Resume/blob/main/Resume%20In%20English.pdf) German Version [German Resume](https://github.com/Vikingu-del/Resume/blob/main/Resume%20In%20German.pdf)
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/canonical-nthu-thesis/0.1.0/layouts/preface.typ
typst
Apache License 2.0
#import "../utils/cover-with-rect.typ": cover-with-white-rect #let preface-impl( margin: (:), it, ) = { set page( margin: margin, background: cover-with-white-rect(image("../nthu-logo.svg", width: 1.95in, height: 1.95in)), numbering: "i", ) set text( size: 12pt, ...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Gradient%20Vector.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: "Gradient Vector", authors: ( "<NAME>", ), date: "30 Octobre, 2023", ) #set heading(numbering: "1.1.") = Gradient Vector <gradient-vec...
https://github.com/zenor0/FZU-report-typst-template
https://raw.githubusercontent.com/zenor0/FZU-report-typst-template/main/fzu-report/utils/set-report.typ
typst
MIT License
#import "numbering-tools.typ": number-with-circle, chinese-numbering #import "packages.typ": show-cn-fakebold #import "bachelor-footnote.typ": bachelor-footnote #import "show-heading.typ": show-heading #import "figure-and-ref.typ": show-figure, show-ref, set-math-numbering #import "bilingual-bibliography.typ": sho...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/006%20-%20Magic%202014/005_A%20Blessed%20Life.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "A Blessed Life", set_name: "Magic 2014", story_date: datetime(day: 24, month: 07, year: 2013), author: "<NAME>", doc ) The inquisitor towered over Brenalt, her face impassive and stern. "Explain to me how you survived, Soldier." The threat ...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/markup/content-func.typ
typst
Apache License 2.0
#doc-style.show-parameter-block("length", "number", [The size of the mark in the direction it is pointing. The width of a legend items preview picture, a small preview of the graph the legend item belongs to.], default: 0.2cm)
https://github.com/AHaliq/CategoryTheoryReport
https://raw.githubusercontent.com/AHaliq/CategoryTheoryReport/main/chapters/chapter3/optional.typ
typst
#import "../../preamble/lemmas.typ": * #import "../../preamble/catt.typ": * #import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge #exercise("1")[In any category $bold(C)$, show that ... is a coproduct diagram just if for...] For products we have the following as given $ "UMP"(c_1^(-1) comp f^(-1), c_2^...
https://github.com/cadojo/correspondence
https://raw.githubusercontent.com/cadojo/correspondence/main/_extensions/exploration/typst-show.typ
typst
MIT License
// Typst custom formats typically consist of a 'typst-template.typ' (which is // the source code for a typst template) and a 'typst-show.typ' which calls the // template's function (forwarding Pandoc metadata values as required) // // This is an example 'typst-show.typ' file (based on the default template // that shi...
https://github.com/19pdh/suplement-sprawnosci
https://raw.githubusercontent.com/19pdh/suplement-sprawnosci/master/proby.typ
typst
#let proby = ( ( img: "krazki/kolarz.svg", nazwa: "<NAME>", tagi: "#duch #siła", opis: "Nasmaruj łańcuch, bo czeka Cię długa droga. Masz 24h aby przejechać 300km. Pamiętaj, nie koła cię niosą, tylko umysł prowadzi. Wymagane sprawności: Sanitariusz, Wędrowiec, Kolarz" ), ( img: "krazki/p...
https://github.com/catppuccin/typst
https://raw.githubusercontent.com/catppuccin/typst/main/requirements.typ
typst
MIT License
#import "@preview/oxifmt:0.2.1" #import "@preview/tidy:0.3.0" #import "@preview/valkyrie:0.2.1"
https://github.com/shunichironomura/iac-typst-template
https://raw.githubusercontent.com/shunichironomura/iac-typst-template/main/template/main.typ
typst
MIT No Attribution
// This template is licensed under the MIT-0 License. You can freely use and modify this template without any restrictions. // #import "@preview/stellar-iac:0.4.1": project #import "../lib.typ": project #show: project.with( paper-code: "IAC-24-A1.2.3", title: "Title of the paper", authors: ( ( name: "<...
https://github.com/xsro/xsro.github.io
https://raw.githubusercontent.com/xsro/xsro.github.io/zola/typst/Control-for-Integrator-Systems/6highorder.typ
typst
#import "lib/lib.typ":ode45,get_signal,op,sig #import "@preview/cetz:0.2.0" #import cetz.plot #import cetz.draw: * = High-Order Sliding Mode Control for Integrator Systems Tranditionally, a linear feedback can stabilize high-order system without robustness #let highorder(ux)=(0,6).map( C=>cetz.canvas({ plot....
https://github.com/maucejo/book_template
https://raw.githubusercontent.com/maucejo/book_template/main/src/_book-utils.typ
typst
MIT License
#import "@preview/subpar:0.1.1" #import "@preview/hydra:0.5.1": hydra #import "_book-params.typ": * // Equations #let boxeq(body) = { set align(center) box( stroke: 1pt + colors.gray, radius: 5pt, inset: 0.5em, fill: colors.gray.lighten(60%), )[#body] } #let nonumeq(x) = { set math.equation(n...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/02-concepts/dimension/vertical-adv.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/lib/glossary.typ": tr #show: web-page-template // ### Vertical advance === #tr[vertical advance] // Not all scripts are written horizontally! Computers are still pretty bad at dealing with vertical scripts, which ...
https://github.com/donghoony/typst_editorial
https://raw.githubusercontent.com/donghoony/typst_editorial/main/template.typ
typst
MIT License
#let project(title: "", authors: (), logo: none, body) = { set document(author: authors, title: title) set text(font: "Pretendard", lang: "ko") v(0.6fr) if logo != none { align(right, image(logo, width: 12%)) } v(9.6fr) text(2em, weight: 700, title) pad( top: 0.7em, right: 20%, grid( col...
https://github.com/Br0kenSmi1e/ScatteringComputation
https://raw.githubusercontent.com/Br0kenSmi1e/ScatteringComputation/main/README.md
markdown
# ScatteringComputation Scattering based quantum computation. - The slides - no animation: [main.pdf](main.pdf) - The slides - typst source code: [main.typ](main.typ) Tutorial: [How to open typst in VSCode](https://github.com/CodingThrust/Templates/tree/main/typst)
https://github.com/TJ-CSCCG/tongji-undergrad-thesis-typst
https://raw.githubusercontent.com/TJ-CSCCG/tongji-undergrad-thesis-typst/main/init-files/sections/01_intro.typ
typst
MIT License
#import "../../paddling-tongji-thesis/tongjithesis.typ": * = 基本功能介绍 <introduction> 欢迎使用基于#link("https://typst.app")[Typst]的同济大学本科生毕业设计论文模板! Typst是被广泛认为是#LaTeX 的 “进化版”,它保留了#LaTeX 的强大功能和灵活性,同时由于其编译时间短、易于上手等特点,也被认为是#LaTeX 的 “所见即所得(WYSIWYG,What You See Is What You Get)” 的实现。 Typst的设计理念是让文档的制作过程更加高效和愉快,同时保持专业级的输出质量。然而,由于...
https://github.com/andreasKroepelin/TypstJlyfish.jl
https://raw.githubusercontent.com/andreasKroepelin/TypstJlyfish.jl/main/examples/summary-tables.typ
typst
MIT License
#import "../typst/lib.typ": * #set page(height: auto, width: auto, margin: 1em) #read-julia-output(json("summary-tables-jlyfish.json")) #jl-pkg("SummaryTables") #jl(```julia using SummaryTables ```) #jl(```julia n = 123 data = ( sex = rand(["male", "female"], n), age = rand(18:60, n), typesetting...
https://github.com/FuryMartin/I-QinShiHuang-Money
https://raw.githubusercontent.com/FuryMartin/I-QinShiHuang-Money/master/README.md
markdown
Creative Commons Zero v1.0 Universal
<p align="center"> <picture> <img alt="我,秦始皇,打钱" src="./assets/我,秦始皇.png" width=55%> </picture> </p> ## 使用 - VSCode 安装 [Tinymist Typst](https://marketplace.visualstudio.com/items?itemName=myriad-dreamin.tinymist) 插件 - 编辑 `data.json` 中的的对应字段 - 预览 `main.typ` 并导出 ## 字体 需要安装:[三极小篆简](https://www.fonts.net.cn/fo...
https://github.com/Jbolt01/cv
https://raw.githubusercontent.com/Jbolt01/cv/main/main.typ
typst
#set document( title: "Vijay Shanugam Resume", author: "<NAME>", ) #set page(paper: "us-letter", margin: 0.5in) #set text(size: 10pt, font: ("linux libertine")) #set table( stroke: none, inset: 3pt, columns: (70%, 30%), align: (x, y) => (left, right).at(x), ) #set list( spacing: 5pt, indent: 15pt, mar...
https://github.com/saurabtharu/Internship-repo
https://raw.githubusercontent.com/saurabtharu/Internship-repo/main/Internship%20Report%20-%20typst/chapters/02-toc-list_of_abb-fig-tables.typ
typst
#align(center,text(16pt)[ *TABLE OF CONTENTS* ])\ #text(12pt)[ #show outline.entry: it => { if it.element.has("label") and (it.element.label == <appendices> or it.element.label == <references>) { it.element.body } else { it } } #show outline.entry.where( level: 1 ): it => { v(10pt, weak: tr...
https://github.com/jamesrswift/blog
https://raw.githubusercontent.com/jamesrswift/blog/main/assets/packages/booktabs/style.typ
typst
MIT License
#let toprule = stroke(0.8pt) #let lightrule = stroke(0.3pt) #let midrule = stroke(0.5pt) #let bottomrule = stroke(0.8pt)
https://github.com/AxiomOfChoices/Typst
https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Courses/Math%2018_785%20-%20Number%20Theory/Assignments/Assignment%202.typ
typst
#import "/Templates/generic.typ": latex, header #import "@preview/ctheorems:1.1.0": * #import "/Templates/math.typ": * #import "/Templates/assignment.typ": * #show: doc => header(title: "Assignment 2", name: "<NAME>", doc) #show: latex #show: NumberingAfter #show: thmrules #let col(x, clr) = text(fill: clr)[$#x$] #let ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/note-me/0.1.0/example.typ
typst
Apache License 2.0
// As the package hasn't been published, import it from local. // Replace `local` to `preview` once the package is published. #import "@local/note-me:0.1.0": * #note[ Highlights information that users should take into account, even when skimming. ] #tip[ Optional information to help a user be more successful. ] #imp...
https://github.com/i-am-wololo/cours
https://raw.githubusercontent.com/i-am-wololo/cours/master/main/i21/recherche.typ
typst
= Algos de recherche == Recheche Dichotomique Soit une liste triee, l'algorithme consiste a chercher x dans la moitie de la liste: - si $T[i] < x$, on prend la partie gauche - si $T[i] > x$, on prend la partie droite En code, cela consiste a prendre l'indice du milieu, n/2 pour un tableau de longueur n, puis de compa...
https://github.com/MobtgZhang/sues-thesis-typst
https://raw.githubusercontent.com/MobtgZhang/sues-thesis-typst/main/README.md
markdown
MIT License
# 上海工程技术大学硕士学位论文Typst模板 第一次接触Typst源于一次LaTeX社区推荐,突然发现一个非常好的项目,即Typst,这个项目是用Rust写的一个轻量级项目。 相对于LaTeX,Typst较为轻量级、编译速度快,而且语法比较简单,具有用户友好的教程及文档,适合于文档开发的操作。搭配vscode typst lsp的监听修改自动编译的功能,可以即时预览编译出的pdf文件 ## Windows/Linux/MacOS/FreeBSD使用方法 参考[Typst项目页面](https://github.com/typst/typst)的安装方式进行安装。 学位论文主体为`paper.typ`,开箱...