repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/AlexCid/CryptographieLaSalle
https://raw.githubusercontent.com/AlexCid/CryptographieLaSalle/main/cours01.typ
typst
#import "@preview/polylux:0.2.0": * #import "@preview/tablex:0.0.4": tablex, gridx, hlinex, vlinex, colspanx, rowspanx #import "@local/svg-emoji:0.1.0": setup-emoji, noto, github #show: setup-emoji.with(font: noto) #import themes.simple: * #set text(font: "Inria Sans") #show: simple-theme.with( footer: [Introductio...
https://github.com/DieracDelta/presentations
https://raw.githubusercontent.com/DieracDelta/presentations/master/06_07_24/main.typ
typst
#import "polylux/polylux.typ": * #import themes.metropolis: * #import "common.typ": * #show: metropolis-theme.with( footer: [#logic.logical-slide.display() / #utils.last-slide-number] ) #set text(font: font, weight: wt, size: 25pt) #show math.equation: set text(font: "Fira Math") #set strong(delta: 100) #set par(ju...
https://github.com/gomazarashi/Typst_describe_law_and_theorem
https://raw.githubusercontent.com/gomazarashi/Typst_describe_law_and_theorem/main/Typst_5_定理や法則の記述.typ
typst
#set text(lang: "ja") // 言語を日本語に設定 #set text(font: ("New Computer Modern", "<NAME>"), size: 10pt) // フォントを設定 #show figure.where(kind: table): set figure.caption(position: top) // 表におけるキャプションを上部に表示するよう設定 #show heading: set text(font: ("Harano Aji Gothic"), weight: 500) #set heading(numbering: "1.1.") #import "@pr...
https://github.com/VisualFP/docs
https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/design_concept.typ
typst
#import "../style.typ": * #import "../acronyms.typ": * #set text(..sa_text_style) #show heading.where(level: 1): sa_heading1_show #show heading.where(level: 2): sa_heading2_show #show heading.where(level: 3): sa_heading3_show #show heading.where(level: 4): sa_heading4_show #let metadata = ( title: [VisualFP], de...
https://github.com/sitandr/conchord
https://raw.githubusercontent.com/sitandr/conchord/main/examples/crazy.typ
typst
MIT License
#import "../lib.typ": new-chordgen #set page(height: auto, width: auto, margin: 1em) #let crazy-chord = new-chordgen(string-number: 3, colors: (shadow-barre: orange, grid: gray.darken(30%), hold: red, barre: purple,), number-to-left: true ) #set text(fill: purple) #box(crazy-chord("320...
https://github.com/feil7/Cheatsheets
https://raw.githubusercontent.com/feil7/Cheatsheets/master/template.typ
typst
#let conf( title: none, authors: (), abstract: none, doc, ) = { // Set and show rules from before. set page( paper: "a4", header: align(right + horizon, text(size: 18pt)[#title #linebreak()] +text(size: 12pt)[#abstract] ), margin: (top: 60pt, left: 15pt, right: 15pt...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/010.%20diff.html.typ
typst
#set page( paper: "a5", margin: (x: 1.8cm, y: 1.5cm), ) #set text( font: "Liberation Serif", size: 10pt, hyphenate: false ) #set par(justify: true) #v(10pt) = What Made Lisp Different #v(10pt) _December 2001 (rev. May 2002)_ _(This article came about in response to some questions on the LL1 mailing list. ...
https://github.com/cadojo/vita
https://raw.githubusercontent.com/cadojo/vita/main/src/education.typ
typst
MIT License
#let degreeslist = state("degreeslist", ()) #let duration(start, stop) = { text(rgb(130,130,130))[ #start #if (start != none and stop != none) { " — " } #stop ] } #let degree( title, field, school: none, start: none, stop: none, notes ) = { let content = [ #grid( columns: (70%, 28%, 1...
https://github.com/saimnaveediqbal/thesis-NTNU-typst
https://raw.githubusercontent.com/saimnaveediqbal/thesis-NTNU-typst/main/template/main.typ
typst
MIT License
#import "../lib.typ": * #let chapters-on-odd = false #show: ntnu-thesis.with( title: [An NTNU Thesis typst template], short-title: [], authors: ("<NAME>", "<NAME>"), short-author: ("Andersen et. al."), titlepage: true, chapters-on-odd: chapters-on-odd, bibliography: bibliography("thesis.bib"), figure-in...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/214.%20read.html.typ
typst
read.html The Need to Read November 2022In the science fiction books I read as a kid, reading had often been replaced by some more efficient way of acquiring knowledge. Mysterious "tapes" would load it into one's brain like a program being loaded into a computer.That sort of thing is unlikely to happen anytime soon. N...
https://github.com/Pablo-Gonzalez-Calderon/showybox-package
https://raw.githubusercontent.com/Pablo-Gonzalez-Calderon/showybox-package/main/manual/manual.typ
typst
MIT License
#import "../showy.typ": * #import "template.typ": * #import "@preview/codelst:2.0.1": sourcecode #show: front-page = Introduction Showybox is a Typst package for creating colorful and customizable boxes, similar as `tcolorbox` for LaTeX users. Currently, Showybox is still on developement, and all the code can be f...
https://github.com/MoserGitHub/qmd_ctutypst
https://raw.githubusercontent.com/MoserGitHub/qmd_ctutypst/main/_extensions/CTU-Bern/qmd_ctutypst/typst-template.typ
typst
// CTU Bern, typst template // <NAME>, <NAME> // CTU Bern, Department of Clinical Research, University of Bern // Some source https://github.com/LaPreprint/typst/blob/main/lapreprint.typ // Last changes: // - Added project number // - Multiple authors // - TOC #let ctu_typst_template( title: none, subtitle: none,...
https://github.com/khicken/CSDS310
https://raw.githubusercontent.com/khicken/CSDS310/main/Assignment%202/Assignment%202.typ
typst
#import "@preview/lovelace:0.3.0": pseudocode-list #set enum(numbering: "ai)") #set align(right) <NAME> \ 9/21/24 #set align(center) = CSDS 310 Assignment 2 #set align(left) _Note: Arrays are zero-indexed._ == Problem 1 + $log^k n = o(n^epsilon)$, proven by the Limit Asymptotic Theorem: $ lim_(n->oo) f(n)/g...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS3001/Modules/SocialContract.typ
typst
#import "../../../template.typ": * = Social Contract == Hobbes' Beliefs Man is inherently _evil_. In order to avoid man's evil state of nature, rational people understand that some sort of social cooperation is only possible when people mutually agree to follow certain guidelines. He basically said without rules a...
https://github.com/BeiyanYunyi/Architectural-Technology-and-Art-Paper
https://raw.githubusercontent.com/BeiyanYunyi/Architectural-Technology-and-Art-Paper/main/thesis.typ
typst
MIT License
#import "nju-thesis/template.typ": documentclass, tablex, fig, tlt, indent #import "nju-thesis/utils/style.typ": 字号, 字体 #import "nju-thesis/utils/indent.typ": fake-par #import "nju-thesis/utils/invisible-heading.typ": invisible-heading // 双面模式,会加入空白页,便于打印 #let twoside = true // #let twoside = true #let ( doc, pre...
https://github.com/MrToWy/Bachelorarbeit
https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/main.typ
typst
#import "Template/template.typ": * #show: project.with( title: "Konzeption und Entwicklung eines Systems zur Verwaltung und Erstellung von Modulhandbüchern", subtitle: "Bachelorarbeit im Studiengang Mediendesigninformatik", author: "<NAME>", author_email: "<EMAIL>", matrikelnummer: 1629483, prof: [ Pro...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CU/minea/1_generated/00_all/04_december.typ
typst
#import "../../../all.typ": * #show: book = #translation.at("M_04_december") #include "../04_december/05.typ" #pagebreak() #include "../04_december/06.typ" #pagebreak() #include "../04_december/08.typ" #pagebreak() #include "../04_december/25.typ" #pagebreak()
https://github.com/haxibami/haxipst
https://raw.githubusercontent.com/haxibami/haxipst/main/src/lib/set-metadata.typ
typst
#let set-metadata( pdf-title: none, pdf-author: (), pdf-keywords: (), pdf-date: auto, body, ) = { set document( title: pdf-title, author: pdf-author, keywords: pdf-keywords, date: pdf-date, ) body }
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history_CN/2015/MS-11.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Men's Singles (1 - 32)", table( columns: 4, [排名], [运动员], [国家/地区], [积分], [1], [马龙], [CHN], [3625], [2], [樊振东], [CHN], [3404], [3], [许昕], [CHN], [3345], [4], [迪米特里 奥恰洛夫], [GER], [3233], [5], [张继科], [CHN], [3197...
https://github.com/sitandr/typst-examples-book
https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/basics/math/symbols.md
markdown
MIT License
# Symbols Multiletter words in math refer either to local variables, functions, text operators, spacing or _special symbols_. The latter are very important for advanced math. ```typ $ forall v, w in V, alpha in KK: alpha dot (v + w) = alpha v + alpha w $ ``` You can write the same with unicode: ```typ $ ∀ v, w ∈ V,...
https://github.com/grnin/Zusammenfassungen
https://raw.githubusercontent.com/grnin/Zusammenfassungen/main/helpers.typ
typst
// Helper functions // (C) 2024, <NAME>, <NAME> #let number-format(n, chunks, num-suffix) = { box( str(n) .replace(regex("\s"), "") // remove whitespace from string .codepoints() // get the individual digits .rev() // reverse digits s...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/VerbaliInterni/VerbaleInterno_231121/meta.typ
typst
MIT License
#let data_incontro = "21-11-2023" #let inizio_incontro = "16:00" #let fine_incontro = "17:30" #let luogo_incontro = "Chiamata Discord"
https://github.com/0xPARC/0xparc-intro-book
https://raw.githubusercontent.com/0xPARC/0xparc-intro-book/main/src/oram.typ
typst
#import "preamble.typ":* // #import algorithmic: algorithm To motivate Oblivious RAM, let us think of Signal’s usage scenario. Signal is an encrypted messenger app with billions of users. They want to support a private contact discovery application. In contact discovery, a user Alice sends her address book to Signal, ...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/call_info/user_named_with.typ
typst
Apache License 2.0
#let f(x, y: none) = x + y #let g = f.with(y: 1) #(/* position after */ g(1))
https://github.com/DashieTM/ost-5semester
https://raw.githubusercontent.com/DashieTM/ost-5semester/main/compiler/weeks/week4.typ
typst
#import "../../utils.typ": * #section("Syntax based translation") - Annotations for syntax rules - attributes for symbols - semantic rules per syntax rule - semantic actions inside of syntax rules - usage: additional actions during parsing - type checks - generate syntax tree - code-generation - direct e...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/document_highlight/base.typ
typst
Apache License 2.0
#for i in range(0) { (/* position after */break) }
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/visualize/shape-circle_01.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test auto sizing. #set circle(inset: 0pt) Auto-sized circle. #circle(fill: rgb("eb5278"), stroke: 2pt + black, align(center + horizon)[But, soft!] ) Center-aligned rect in auto-sized circle. #circle(fill: forest, stroke: conifer, align(cen...
https://github.com/Midoria7/ComputerNetworkLab2
https://raw.githubusercontent.com/Midoria7/ComputerNetworkLab2/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 chineseNumMap(num) = { let chineseNum = ( "一", "二", "三", "四", "五", "六", "七", "八", "九", "十", "十一", "十二", "十三", "十四", "十五", "十六", "十七", "十八", "十九"...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/gviz/0.1.0/README.md
markdown
Apache License 2.0
# GViz GViz is a typst plugin that can render graphviz graphs. It uses https://codeberg.org/Sekoia/layout as a backend, which means it can currently only render to SVG, and mostly supports basic features. Import it like any other plugin: `#import "@preview/gviz:0.1.0": *`. ## Usage ```typst #import "@preview/gviz:0....
https://github.com/maxgraw/bachelor
https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/1-introduction/0-index.typ
typst
Diese Arbeit befasst sich mit der Konzeption und Entwicklung einer Augmented Reality Konstruktionsumgebung für Möbelsysteme basierend auf WebXR. Im folgenden Kapitel werden die Motivation und das Ziel der Arbeit erläutert. Anschließend wird die Vorgehensweise beschrieben. == Motivation #include "motivation.typ" == Zi...
https://github.com/adeshkadambi/ut-thesis-typst
https://raw.githubusercontent.com/adeshkadambi/ut-thesis-typst/main/1-introduction.typ
typst
MIT License
= Introduction #lorem(25) == Sub-heading #lorem(20) We derived a cool thing in @app1. #v(0.5em) #figure( table(columns: 2)[A][B][C][D], caption: [This is a simple table.], ) #v(-0.5em) === Sub-sub-heading #lorem(10) @Kadambi2023-iv #lorem(20) (@circle). #figure( circle(), caption: [This is a circle], ) <c...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/AnalisiDeiRequisiti/meta.typ
typst
MIT License
#let title = "Analisi dei requisiti"
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/feebf7-2023_fall_TA/lectures/lecture_1.typ
typst
#import "../utils.typ": * = Lecture 1 ```plain Time: Week 2, 9.11 Mon ``` == 数域扩张 $ NN =>^("减法") ZZ =>^("除法") QQ =>^("极限") RR =>^("二次方程") CC $ #definintion(name: $ZZ$)[ $ ZZ := {0} union NN^+ union (NN^-) \ NN^- := {-n | n in NN^+} $ ] #definintion(name: $QQ$)[ $ QQ := {a / b | a,b in ZZ, b !=0} $ ]...
https://github.com/typst-jp/typst-jp.github.io
https://raw.githubusercontent.com/typst-jp/typst-jp.github.io/main/docs/changelog/0.6.0.md
markdown
Apache License 2.0
--- title: 0.6.0 description: Changes in Typst 0.6.0 --- # Version 0.6.0 (June 30, 2023) ## Package Management - Typst now has built-in [package management]($scripting/#packages) - You can import [published]($universe) community packages or create and use [system-local](https://github.com/typst/packages#local-packa...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/text/emoji.typ
typst
Apache License 2.0
// Test emoji shaping. --- // This should form a three-member family. 👩‍👩‍👦 // This should form a pride flag. 🏳️‍🌈 // Skin tone modifier should be applied. 👍🏿 // This should be a 1 in a box. 1️⃣ --- // These two shouldn't be affected by a zero-width joiner. 🏞‍🌋
https://github.com/eneoli/kit-thesis-template
https://raw.githubusercontent.com/eneoli/kit-thesis-template/main/common/cover.typ
typst
#import "../meta.typ": * #set page( margin: 30pt, ) #rect( width: 100%, height: 95%, radius: ( top-right: 15pt, bottom-left: 15pt, ), stroke: rgb("#8a8a8a") + 1pt, inset: 20pt, [ #grid( columns: (auto), rows: (auto), [#image("../assets/Logo_KIT.png", width: 115pt)], ) ...
https://github.com/Ngan-Ngoc-Dang-Nguyen/thesis
https://raw.githubusercontent.com/Ngan-Ngoc-Dang-Nguyen/thesis/main/docs/upgrading.typ
typst
// trích bài báo Up- down grading the 1-median in a network Gassner // #text(orange)[*Bài toán nâng cấp 1-median*] #include "../tools/multi-section-ref.typ" #import "../tools/macros.typ": eqref #import "../typst-orange.typ": theorem, proof, lemma, proposition, corollary, example #import "@preview/cetz:0.1.2": canvas, ...
https://github.com/DrGo/typst-tips
https://raw.githubusercontent.com/DrGo/typst-tips/main/refs/page-setup.md
markdown
--- description: | An in-depth guide to setting page dimensions, margins, and page numbers in Typst. Learn how to create appealing and clear layouts and get there quickly. --- # Page setup guide A good page setup is the basis for every legible document. This guide will help you to set up pages, margins, headers, f...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/scripting/methods.typ
typst
// Test method calls. --- method-whitespace --- // Test whitespace around dot. #test( "Hi there" . split() , ("Hi", "there")) --- method-mutating --- // Test mutating indexed value. #{ let matrix = (((1,), (2,)), ((3,), (4,))) matrix.at(1).at(0).push(5) test(matrix, (((1,), (2,)), ((3, 5), (4,)))) } --- method...
https://github.com/university-makino/Microcomputer-control-and-exercises
https://raw.githubusercontent.com/university-makino/Microcomputer-control-and-exercises/master/report/本レポート3/report.typ
typst
// ライブラリの実装 // #import "@preview/codelst:2.0.1": sourcecode //フォント設定// #let gothic = "YuMincho" //本文フォント// #set text(11pt, font: gothic, lang: "ja") //タイトル・見出しフォント// #set heading(numbering: "1.1") #let heading_font(body) = { show regex("[\p{scx: Han}\p{scx: Hira}\p{scx: Kana}]"): set text(font: gothic) body }...
https://github.com/glocq/typst-forthright-cv
https://raw.githubusercontent.com/glocq/typst-forthright-cv/master/src/settings.typ
typst
MIT License
/************************** * Spacing and image size * **************************/ // Space around the whole CV #let pageMargin = 1.2cm // Space under name #let nameSpace = 1.4em // Space under description #let descriptionSpace = 1.3em // Space under personal details #let detailSpace = 0em // Minimum space between t...
https://github.com/jbirnick/typst-great-theorems
https://raw.githubusercontent.com/jbirnick/typst-great-theorems/master/README.md
markdown
MIT License
> [!NOTE] > This is a [Typst](https://typst.app/) package. Click [here](https://typst.app/universe/package/great-theorems/) to find it in the Typst Universe. # `great-theorems` This package allows you to make **theorem/proof/remark/...** blocks. Features: - supports advanced counters through both [headcount](https:/...
https://github.com/smorad/um_cisc_7026
https://raw.githubusercontent.com/smorad/um_cisc_7026/main/lecture_6_techniques.typ
typst
#import "@preview/polylux:0.3.1": * #import themes.university: * #import "@preview/cetz:0.2.2": canvas, draw, plot #import "common.typ": * #import "@preview/algorithmic:0.1.0" #import algorithmic: algorithm // FUTURE TODO: Swap order, modern techniques -> classification #set math.vec(delim: "[") #set math.mat(delim:...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/098.%20artistsship.html.typ
typst
artistsship.html The Other Half of "Artists Ship" November 2008One of the differences between big companies and startups is that big companies tend to have developed procedures to protect themselves against mistakes. A startup walks like a toddler, bashing into things and falling over all the time. A big company i...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/ex-riemann-graph.typ
typst
// how do length and size work for these plots? #set page(margin: 0.5pt) #import "@preview/cetz:0.2.0" #let exists(params) = { return true } // utility helper #let get-anchor(a, b, ..args) = { let key = str(a) + "." + str(b) let args.named().at("delimiter", default: "") let positional = args.pos() ...
https://github.com/danbalarin/vse-typst-template
https://raw.githubusercontent.com/danbalarin/vse-typst-template/main/lib/macros.typ
typst
#import "headings.typ": heading-blocks #let heading-like(body, level: 1) = { heading-blocks.at(level)(body) } #let revisit(body) = { box( fill: luma(205), outset: (y: 6pt, x: 6pt), radius: 2pt )[ #text(fill: color.hsl(0deg, 100%, 47%))[#body] ] } #let custom-lorem = (number) => { revisit[#...
https://github.com/yhtq/Notes
https://raw.githubusercontent.com/yhtq/Notes/main/数理逻辑/作业/ml-2_2-hw.typ
typst
#import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark #import "../../template.typ": * #import "../main.typ": not1, True, False, infer #import "../main.typ": * #show: note.with( title: "作业2_1", author: "YHTQ", date: datetime.today().display(), logo: none, withOutline...
https://github.com/dadn-dream-home/documents
https://raw.githubusercontent.com/dadn-dream-home/documents/main/contents/07-thiet-ke-kien-truc/index.typ
typst
= Thiết kế kiến trúc Nhóm đề xuất mẫu thiết kế ở backend và frontend như sau. #include "1-backend/index.typ" #include "2-frontend/index.typ"
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/game-theoryst/0.1.0/src/utils/programming_utils.typ
typst
Apache License 2.0
#let if-else(condition, tru-val, fal-val) = { if condition { tru-val } else { fal-val } } #let if-none(obj, tru-val, fal-val) = { if-else(obj == none, tru-val, fal-val) } // Utility: Require Key #let req-key(dict, key, warn: none) = { if key not in dict.keys() { if (warn == none) { dict.insert(key, n...
https://github.com/ivaquero/book-control
https://raw.githubusercontent.com/ivaquero/book-control/main/control.typ
typst
#let chapter(filename) = { include filename context counter(heading).update(0) } #chapter("01-动态系统.typ") #chapter("02-传递函数.typ") #chapter("03-状态空间方程.typ") #chapter("04-时域响应分析.typ") #chapter("05-比例积分控制.typ") #chapter("06-比例微分控制.typ") #chapter("07-频域响应分析.typ") #chapter("08-奈奎斯特稳定性.typ") #chapter("09-控制器设计.typ") #cha...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/layout/grid/headers.typ
typst
--- grid-headers --- #set page(width: auto, height: 12em) #table( columns: 5, align: center + horizon, table.header( table.cell(colspan: 5)[*Cool Zone*], table.cell(stroke: red)[*Name*], table.cell(stroke: aqua)[*Number*], [*Data 1*], [*Data 2*], [*Etc*], table.hline(start: 2, end: 3, stroke: yellow) ...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/scripting/while.typ
typst
// Test while expressions. --- while-loop-basic --- // Should output `2 4 6 8 10`. #let i = 0 #while i < 10 [ #(i += 2) #i ] // Should output `Hi`. #let iter = true #while iter { iter = false "Hi." } #while false { dont-care } --- while-loop-expr --- // Value of while loops. #test(while false {}, none) ...
https://github.com/loqusion/typix
https://raw.githubusercontent.com/loqusion/typix/main/docs/api/derivations/mk-typst-derivation.md
markdown
MIT License
# mkTypstDerivation A generic derivation constructor for running Typst commands. ## Parameters **Note:** All parameters for `stdenv.mkDerivation`[^stdenv] are also available. ### `buildPhaseTypstCommand` Command (or commands) to run during [`buildPhase`][nixpkgs-buildphase]. Any output should typically be written ...
https://github.com/HynDuf/typst-cv
https://raw.githubusercontent.com/HynDuf/typst-cv/master/README.md
markdown
Apache License 2.0
# Typst CV - This is a heavily-customized Typst CV template by [https://github.com/mintyfrankie/brilliant-CV](https://github.com/mintyfrankie/brilliant-CV) (so heavily that the usage is even different 😄). See the original template to see what it can do. - I only customized it to be exactly like I wanted so it might ...
https://github.com/Mondei1/dhge-typst-template
https://raw.githubusercontent.com/Mondei1/dhge-typst-template/master/README.md
markdown
# DHGE Typst Vorlage Diese Vorlage dient dazu einen perfekten Einstieg in Typst und in das Schreiben einer **Projektarbeit** bereitzustellen. >[!WARNING] >Die Vorlage gilt nur für Projektarbeiten. Außerdem übernehme ich keine Haftung falls doch was falsch ist 😶‍🌫️ Wenn du einen Fehler gefunden hast oder eine Optimi...
https://github.com/DaAlbrecht/lecture-notes
https://raw.githubusercontent.com/DaAlbrecht/lecture-notes/main/discrete_mathematics/graph_theory.typ
typst
MIT License
#import "@preview/diagraph:0.3.0": * #import "../template.typ": * #set table( fill: (x, y) => if y == 0 { gray.lighten(40%) }, align: right, ) = Graph Theory == Basic Definitions #definition[ A Graph $G$ is a pair $G = (V, E)$ where $V$ is a set of vertices and $E$ is a set of edges $brace.l a, ...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Allemand_Ex_10_10_2023.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: "Allemand Ex 10 10 2023", authors: ( "<NAME>", ), date: "30 Octobre, 2023", ) #set heading(numbering: "1.1.") == Exercice 4 <exercice-...
https://github.com/Cldfire/site
https://raw.githubusercontent.com/Cldfire/site/main/resume/resume.typ
typst
#import "alta-typst.typ": alta, term, skill, styled-link #alta( name: "<NAME>", links: ( (name: "email", link: "mailto:<EMAIL>"), (name: "website", link: "https://cldfire.dev", display: "cldfire.dev"), ( name: "github", link: "https://github.com/Cldfire", display: "@Cldfire", ), ...
https://github.com/jamesrswift/typst-chem-par
https://raw.githubusercontent.com/jamesrswift/typst-chem-par/main/src/stateful.typ
typst
MIT License
#let Chemistry-Style-disable-state = state("Chemistry-Style-disable", true) #let chem-toggle(bool) = {Chemistry-Style-disable-state.update(bool)} #let if-state-enabled( it , fn ) = { if ( Chemistry-Style-disable-state.get() == false ){ return it } return fn } #let chem-disabled(content) = { chem-toggle(false) ...
https://github.com/Totti95U/ExerciseBattale2023
https://raw.githubusercontent.com/Totti95U/ExerciseBattale2023/main/src/template.typ
typst
The Unlicense
// 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: "", abstract: [], authors: (), body) = { // Set the document's basic properties. set document(author: authors, title: title) set page...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.0.1/vector.typ
typst
Apache License 2.0
/// Return a new vector of dimension `dim` with all fields /// set to `init` (defaults to 0). #let new(dim, init: 0) = { return range(0, dim).map(x => init) } /// Return dimension of vector v #let dim(v) = { assert(type(v) == "array", message: "Expected vector to be of array type, got: " + repr(v)); return v.len() }...
https://github.com/alberto-lazari/computer-science
https://raw.githubusercontent.com/alberto-lazari/computer-science/main/advanced-topics-pl/presentation/sections/compiler.typ
typst
#import "/common.typ": * #new-section("Compiler") #slide[ Steps to compile source files to PDF: #uncover(1, mode: "transparent")[ + Parsing ] #uncover("1-2")[ 2. Evaluation ] #uncover(1, mode: "transparent")[ 3. Lifting + Layout + Export ] ] #slide(title: "Evaluation")[ No synta...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/code/3.typ
typst
// #align(center,image("img/1.png",width:10em)) #set text(font: ("Times New Roman","STSong")) #set heading(numbering: "1.") #set par(justify: true,first-line-indent: 2em) // 两端对齐,段前缩进2字符 #set list(indent:4em) #show heading: it => { it par()[#text()[#h(0.0em)]] } = 光纤光栅 我晚上晚上
https://github.com/loqusion/typix
https://raw.githubusercontent.com/loqusion/typix/main/docs/api/derivations/build-typst-project.md
markdown
MIT License
# buildTypstProject Returns a derivation for compiling a Typst project. If you want to build to the project directory, use [`buildTypstProjectLocal`](build-typst-project-local.md) instead. ## Parameters All parameters accepted by [`mkTypstDerivation`](mk-typst-derivation.md#parameters) are also accepted by `buildTy...
https://github.com/onecalfman/TypstGenerator.jl
https://raw.githubusercontent.com/onecalfman/TypstGenerator.jl/main/example/test.typ
typst
MIT License
#let project(title, doc) = { set document(author: ("Author"), title: title) doc } #show: project.with("Report") #set page(margin: (left: 20.0mm, right: 20.0mm, top: 30.0mm, bottom: 30.0mm), footer: grid(columns: (1fr, 1fr), align(left, image(height: 12.0mm, "typst_banner.png") ), align(right, image(height: 1...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/Introduzione.typ
typst
MIT License
#import "../functions.typ": glossary, team #show link: underline = Introduzione == Scopo del documento Questo documento ha lo scopo di stabilire con chiarezza le modalità con la quale verranno eseguite le attività dai membri del gruppo _SWAT Engineering_. In particolare verranno trattati i seguenti temi: - Analisi de...
https://github.com/Menahra/CVTemplate
https://raw.githubusercontent.com/Menahra/CVTemplate/main/CVTemplate.typ
typst
#import "content/utils.typ": accentColor, spacing; #import "content/LeftPane.typ": LeftPane; #import "content/RightPane.typ": RightPane; #let CVTemplate( jsonFilePath, configJsonFilePath, photoPath, locale, ) = { let applicantData = json(jsonFilePath); let config; if (configJsonFilePath != none) { co...
https://github.com/grodino/uni-rennes-typst
https://raw.githubusercontent.com/grodino/uni-rennes-typst/main/src/slides.typ
typst
MIT License
#import "@local/polylux:0.3.1": polylux-slide, logic, utils #import "colors.typ": * //////////////////////////////////////////////////////////////////////////////// // GLOBAL THEME INFO // /////////////////////////////////////////////////////////////////////////...
https://github.com/typst-jp/typst-jp.github.io
https://raw.githubusercontent.com/typst-jp/typst-jp.github.io/main/docs/changelog/0.2.0.md
markdown
Apache License 2.0
--- title: 0.2.0 description: Changes in Typst 0.2.0 --- # Version 0.2.0 (April 11, 2023) ## Breaking changes - Removed support for iterating over index and value in [for loops]($scripting/#loops). This is now handled via unpacking and enumerating. Same goes for the [`map`]($array.map) method. - [Dictionaries]($d...
https://github.com/levinion/typst-dlut-templates
https://raw.githubusercontent.com/levinion/typst-dlut-templates/main/README.md
markdown
MIT License
# 大连理工大学-Typst-本科生论文模板 ## Intro ![](images/cover.jpg) ![](images/code.jpg) Typst 是一个全新的排版语言,它拥有相对较低的上手难度以及较为完备的排版功能,是 Latex 的一个非常有力的竞争对手。 该仓库包含了文献翻译和本科生论文等两个模板。如果你看过源码,可以知道其中包含了部分“魔法数字”,从而产生与 Word 导出的 PDF 相似的效果。与之相对,并没有完全采用学校官方模板中给出的参数。 如果在使用中遇到什么问题,欢迎提 ISSUE,如果本人有空会积极回复。 ## 使用方式 请克隆仓库源码,然后使用以下方式进行编辑: - 官方网页编辑...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/ops-invalid-11.typ
typst
Other
// Special messages for +, -, * and /. // Error: 3-10 cannot add integer and string #(1 + "2", 40% - 1)
https://github.com/EliasRothfuss/vorlage_typst_doku-master
https://raw.githubusercontent.com/EliasRothfuss/vorlage_typst_doku-master/main/chapter/vorgehen.typ
typst
= Vorgehen <cha:vorgehen> Je nach Art der Arbeit kann diese Kapitelüberschrift auch Konzeptentwurf~lauten. Beschreibung der Ausgangssituation und des Themenumfelds. Ggf. wird darauf eingegangen, welche Randbedingungen und Einflüsse zu beachten sind. Anforderungsanalyse und Anforderungsdefinition, nach Möglichkeit str...
https://github.com/cocodery/cocodery
https://raw.githubusercontent.com/cocodery/cocodery/main/resume/Resume.typ
typst
#show heading: set text(font: "Linux Biolinum") #show link: underline #set page( margin: (x: 0.9cm, y: 1.3cm), ) #set par(justify: true) #let separate() = {v(-3pt); line(length: 100%); v(-5pt)} = <NAME> <EMAIL> | <EMAIL> | #link("https://github.com/cocodery")[github.com/cocodery] == Education #separate() #li...
https://github.com/8LWXpg/jupyter2typst
https://raw.githubusercontent.com/8LWXpg/jupyter2typst/master/README.md
markdown
MIT License
# Jupyter to Typst converter Feel free to open a issue or PR! ## Features - automatic image download/extract - nice template - support for KaTeX in markdown math (mostly complete) Look for demos in [test](test) folder. ## Install Download binary from [release](https://github.com/8LWXpg/jupyter2typst/releases/late...
https://github.com/yamoling/ulb-template-typst
https://raw.githubusercontent.com/yamoling/ulb-template-typst/main/main.typ
typst
#import "template/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: "Un super titre", subtitle: [Et un super sous-titre], date: "2025-2026", authors: ( [Auteur #smallcaps("Un")], [Autrice #...
https://github.com/julyfun/speit-arch-lab01
https://raw.githubusercontent.com/julyfun/speit-arch-lab01/main/main.typ
typst
#set page(paper: "us-letter") #set heading(numbering: "1.1.") #set figure(numbering: "1") #import "@preview/codelst:2.0.0": sourcecode #show raw.where(block: true): it => { set text(size: 10pt) sourcecode(it) } // 这是注释 #figure(image("sjtu.png", width: 50%), numbering: none) \ \ \ #align(center, text(17pt)[ Com...
https://github.com/Slyde-R/not-jku-thesis-template
https://raw.githubusercontent.com/Slyde-R/not-jku-thesis-template/main/template/content/Appendix.typ
typst
MIT No Attribution
#import "../utils.typ": todo, silentheading, flex-caption #import "@preview/cheq:0.1.0": checklist #show: checklist #heading(numbering: none)[Appendix A: Supplementary Material] #todo[Replace this with your appendix (not the organ)!] #silentheading(2)[Introduction] Thank you for participating in this survey. Your...
https://github.com/yyhhenry/typst-docx
https://raw.githubusercontent.com/yyhhenry/typst-docx/master/README.md
markdown
# Paste Typst docx 这是一个用于在WPS/Word中直接粘贴Typst内容的宏。 This is a macro for pasting Typst content directly into WPS/Word. ## 使用方法 Usage 保证电脑中已经安装了pandoc(添加到PATH),Rust环境,以及WPS/Word。 Make sure you have pandoc (added to PATH), Rust environment, and WPS/Word installed on your computer. ```bash # install pandoc and rust sco...
https://github.com/ohmycloud/computer-science-notes
https://raw.githubusercontent.com/ohmycloud/computer-science-notes/main/Misc/fastapi_with_docker.typ
typst
#import("circuedoc_template.typ"): conf #show: doc => conf( title: "使用 Docker 部署 FastAPI 程序", author: "ohmycloud", date: datetime.today().display(), description: "Web 版", doc, ) = docker 安装 ```bash # 下载 docker-compose 到 /usr/local/bin/ ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose s...
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/7e1810-algo_hw/utils.typ
typst
#let ans(it) = [ #pad(1em)[ #text(fill: blue)[ #it ] ] ] #let rev1_note(it) = [ #box(inset: 1em)[ #text(fill: red)[ #it ] ] ] #let notice(it) = [ #rect(inset: 1em, stroke: 0.02em + green, width: 100%)[ #set align(center) #set text(fill: green) *TODO:* #it ] ]
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/layout/cjk-latin-spacing.typ
typst
Apache License 2.0
// Test CJK-Latin spacing. #set page(width: 50pt + 10pt, margin: (x: 5pt)) #set text(lang: "zh", font: "Noto Serif CJK SC", cjk-latin-spacing: auto) #set par(justify: true) 中文,中12文1中,文12中文 中文,中ab文a中,文ab中文 #set text(cjk-latin-spacing: none) 中文,中12文1中,文12中文 中文,中ab文a中,文ab中文 --- // Issue #2538 #set text(cjk-latin-sp...
https://github.com/maxdinech/typst-recipe
https://raw.githubusercontent.com/maxdinech/typst-recipe/main/example.typ
typst
#import "recipe.typ": recipe, note #set text(lang: "fr") #set text(10pt, font: "IBM") #set page( margin: (x: 54pt, y: 52pt), numbering: "1", number-align: right, ) #let author = [<NAME>] #let max-magrets-ananas = recipe( title: [Magrets de canard à l'ananas], author: author, description: [ Sans do...
https://github.com/antonWetzel/Masterarbeit
https://raw.githubusercontent.com/antonWetzel/Masterarbeit/main/arbeit/visualisierung.typ
typst
#import "setup.typ": * = Visualisierung == Punkte Grafikpipelines haben mehrere primitive Formen, welche gerendert werden können. Die verfügbaren primitiven Formen sind meistens Punkte, Linien und Dreiecke, wobei Dreiecke immer verfügbar sind. Für das Anzeigen von komplizierter Modellen werden mehrere primitiven F...
https://github.com/JonasSoerensen/CV
https://raw.githubusercontent.com/JonasSoerensen/CV/master/default/cv.typ
typst
#import "../cv.typ": * #set page(paper: "a4", margin: 29pt) #set text(font:"Avenir LT Pro") #let title(..x) = { text(weight: 500, fill:rgb("#000000"), ..x) } #cv( [#text(weight:600, 25pt, tracking:10pt, grey([JONAS])) \ #text(15pt, tracking:2pt, [INGERSLEV SØRENSEN])], image(fit:"contain", "../formal...
https://github.com/yonatanmgr/university-notes
https://raw.githubusercontent.com/yonatanmgr/university-notes/main/0366-%5BMath%5D/03661101-%5BCalculus%201A%5D/src/lectures/03661101_lecture_10.typ
typst
#import "/template.typ": * #show: project.with( title: "חדו״א 1א׳ - שיעור 10", authors: ("<NAME>",), date: "6 בפברואר, 2024", ) #set enum(numbering: "(1.א)") = טורים == סדרת הסכומים החלקיים תהי $(an)$ סדרה. נגדיר סדרה חדשה שנקראת *סדרת הסכומים החלקיים* של $(an)$ באופן הבא: $S_n = sum_(k=1)^n a_k$: $ S_1 = a_1,...
https://github.com/mem-courses/calculus
https://raw.githubusercontent.com/mem-courses/calculus/main/note-2/2.空间解析几何.typ
typst
#import "../template.typ": * #show: project.with( course: "Calculus II", course_fullname: "Calculus (A) II", course_code: "821T0160", semester: "Spring-Summer 2024", title: "Note #2 空间解析几何", authors: ( ( name: "<NAME>", email: "<EMAIL>", id: "3230104585", ), ), date: "April 7,...
https://github.com/mkpoli/ipsj-typst-template
https://raw.githubusercontent.com/mkpoli/ipsj-typst-template/master/compare/latex.typ
typst
#import "../template.typ": techrep, acknowledgement, numbering-affiliate, numbering-paffiliate, numbering-email, table, fake-bibliography #import "@preview/tablex:0.0.8": hlinex #set list(marker: "□") #let affiliations = ( "IPSJ": [情報処理学会 \ IPSJ, Chiyoda, Tokyo 101–0062, Japan], ) #let paffiliations = ( "JU": ...
https://github.com/chubetho/Bachelor_Thesis
https://raw.githubusercontent.com/chubetho/Bachelor_Thesis/main/templates/glossary.typ
typst
#import "../utils/glossarium.typ": print-glossary // #import "@preview/glossarium:0.4.1": print-glossary #heading("Glossary", numbering: none, outlined: true) #print-glossary(( ( key: "html", short: "HTML", long: "HyperText Markup Language", ), ( key: "spa", short: "SPA", long: "Single-P...
https://github.com/Relacibo/typst-as-lib
https://raw.githubusercontent.com/Relacibo/typst-as-lib/main/examples/templates/template.typ
typst
MIT License
#import sys: inputs #set page(paper: "a4") #set text(font: "TeX Gyre Cursor", 11pt) #let content = inputs.v #let last_index = content.len() - 1 #for (i, elem) in content.enumerate() [ == #elem.heading Text: #elem.text \ Num1: #elem.num1 \ Num2: #elem.num2 \ #if elem.image != none [#image.decode(elem.image,...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.4.4/src/main.typ
typst
Apache License 2.0
#import "utils.typ": * #import "coords.typ": * #import "layout.typ": * #import "draw.typ": * #import "edge.typ": * /// Draw a labelled node in a diagram which can connect to edges. /// /// - pos (coordinate): Dimensionless "elastic coordinates" `(x, y)` of the /// node. /// /// See the options of `diagram()` to co...
https://github.com/onomou/typst-examit
https://raw.githubusercontent.com/onomou/typst-examit/main/examit.typ
typst
MIT License
#import "@preview/cetz:0.2.2" #import "utilities.typ": * #import "questionit.typ": parsequestion, showquestion, pointscounter #let totalpoints = context pointscounter.final() #let examit( body, title: "Default Title", subtitle: none, date: none, margin: (left: 18mm, right: 25mm, top: 16mm, bottom: 25mm), ...
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/RM/请假申请单/请假.typ
typst
#set text(font:("Times New Roman","STSong"),size: 13pt) // #set text(font:"SimHei") #align(center,[= 请假申请单]) #let data=csv("./分区赛表格-分区赛信息表.csv") #v(1.5em) 尊敬的老师: #v(1.5em) #h(2em)您好!哈尔滨工程大学创梦之翼战队代表哈尔滨工程大学获得了参加RoboMaster全国大 学生机甲大师超级对抗赛的资格,时间为 5 月19日 -5 月25 日(见比赛通知),(将于5月16日出发,5月26日返校,27日到校)。 #h(2em) RoboMaster 机甲大师赛事...
https://github.com/fabian1409/typst-iaik-thesis-template
https://raw.githubusercontent.com/fabian1409/typst-iaik-thesis-template/master/README.md
markdown
# typst-iaik-thesis-template This is a Typst template for a Master's Thesis at IAIK TU Graz ## Usage You can use this template by using the `typst` command to init a new project based on this template. For this to work, clone the this repo into `~/.local/share/typst/packages/local/iaik-thesis/0.1.0` ```bash typst i...
https://github.com/danilasar/conspectuses-3sem
https://raw.githubusercontent.com/danilasar/conspectuses-3sem/master/ООП/240919.typ
typst
Раньше студентов клали в багажники и увозили в другие города за матпомощь. Однажды вошла в вагон вошла медсестра и начала докапываться по бутилированной воде и медицинским сопровождающим. Коллега Батраевой зовёт Семёна --- 21-летнего бородатого усатого четверокурсника крупного телосложения. Медсестра, увидев такого реб...
https://github.com/An-314/Notes-of-Nuclear_Radiation_Physics_and_Detection
https://raw.githubusercontent.com/An-314/Notes-of-Nuclear_Radiation_Physics_and_Detection/main/chap2.typ
typst
#import"@preview/physica:0.9.2":* = 原子核的放射性 == 放射性 - 伦琴:发现X射线 - 彭加勒(<NAME>) 对X射线来源的一个错误推测:是不是所有能强烈发荧光和磷光的物质都能发出 X 射线 - 贝克勒尔(<NAME>):铀盐放射性实验 发现放射性后,对射线进行研究,在磁场中发现,射线有三种成份: - $alpha$射线是氦核,带正电荷,贯穿本领小;在磁场中偏转,与带正电荷离子流相同。 - $beta$射线是高速电子流,带负电,贯穿本领较大;在磁场中偏转,与带负电荷离子流相同。 - $gamma$射线是波长很短的电磁波,贯穿本领大;在磁场中不偏转。 =...
https://github.com/mariunaise/HDA-Thesis
https://raw.githubusercontent.com/mariunaise/HDA-Thesis/master/graphics/quantizers/two-bit-enroll-gray.typ
typst
#import "@preview/cetz:0.2.2": canvas, plot #let line_style = (stroke: (paint: black, thickness: 2pt)) #let dashed = (stroke: (dash: "dashed")) #canvas({ plot.plot(size: (8,6), x-tick-step: 0.25, y-label: $cal(Q)(2, 1, tilde(x))$, x-label: $tilde(x)$, y-tick-step: none, y-ticks: ((0.25, [00]), (0...
https://github.com/pku-typst/PKU-typst-template
https://raw.githubusercontent.com/pku-typst/PKU-typst-template/main/templates/通用/作业/themes/sketch.typ
typst
MIT License
#import "@preview/linguify:0.4.1": load_ftl_data, linguify #let languages = ( "zh", "en", ) #let lgf_db = eval(load_ftl_data("../L10n", languages)) #let linguify = linguify.with(from: lgf_db) #let logo_path = "../../../../utils/res/PKU.svg" #let logo_str = read(logo_path).replace("920f14", "cccccc") #let title( ...
https://github.com/NMD03/typst-uds
https://raw.githubusercontent.com/NMD03/typst-uds/main/thesis.typ
typst
#import "template.typ" : * #show: thesis.with( title: "Typst Template for UDS", author: "<NAME>", type: "Master Thesis", student_id: "XXXXXXXXXXX", date: datetime( year: 1984, month: 10, day: 10, ), time_period: "01.01.2023 - 00.00.2024", confidentiality_clause: false, language: "en", s...
https://github.com/HEIGVD-Experience/docs
https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S5/MAT3/docs/4-FormeExponentielle/forme-exponentielle.typ
typst
#import "/_settings/typst/template-note.typ": conf #show: doc => conf( title: [ Forme exponentielle ], lesson: "MAT3", chapter: "4 - Forme Exponentielle", definition: "Ce document explique la forme exponentielle des nombres complexes, basée sur la formule d'Euler, qui relie les fonctions exponentielles e...
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/CPGE_MPSI.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: "CPGE MPSI", authors: ( "<NAME>", ), date: "12 Février, 2024", ) #set heading(numbering: "1.1.") === MPSI <mpsi> - LLG - Saint-Louis -...