repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/mem-courses/calculus
https://raw.githubusercontent.com/mem-courses/calculus/main/homework-1/calculus-homework7.typ
typst
#import "../template.typ": * #show: project.with( title: "Calculus Homework #7", authors: (( name: "<NAME> (#47)", email: "<EMAIL>", phone: "3230104585" ),), date: "November 11, 2023", ) = P100 习题2-1 75 #prob[设 $x^2+x y+y^3=0$,求 $display(dy/dx)$.] $ "原式" => 2x + y + x dy/dx + 3 y^2 dy/dx = 0 => d...
https://github.com/Menahra/CVTemplate
https://raw.githubusercontent.com/Menahra/CVTemplate/main/test/CVTemplateTest.typ
typst
#import "../CVTemplate.typ": CVTemplate; #show: document => CVTemplate( "./test/applicant.json", "./test/config.json", "../test/DefaultApplicantPhoto.svg", "en_US" );
https://github.com/ivaquero/book-control
https://raw.githubusercontent.com/ivaquero/book-control/main/Toolbox-ControI.typ
typst
#import "@local/scibook:0.1.0": * #show: doc => conf( title: "控制工具箱 API", author: ("ivaquero"), header-cap: "现代控制理论", footer-cap: "github@ivaquero", outline-on: false, doc, ) = 模型搭建 <模型搭建> == 常用模型 <常用模型> #block( height: 12em, columns()[ - 传递函数模型 - `sys = tf(numerator,denominator)` - `...
https://github.com/atlanswer/typst-template-ieee
https://raw.githubusercontent.com/atlanswer/typst-template-ieee/main/readme.md
markdown
MIT License
# IEEE Template for Typst Work in Progress... You have to install the following fonts for IEEE template: - Nimbus Roman No9 L # Usage ```powershell typst c full.typ ```
https://github.com/LucaCiucci/bob-typ
https://raw.githubusercontent.com/LucaCiucci/bob-typ/main/typst-package/lib.typ
typst
MIT License
#let bob-wasm = plugin("bob_typ.wasm") /// Transforms a bob string into an svg string. /// /// # Arguments /// * `art` - The bob string to transform. /// /// # Returns /// The svg string. /// /// # Example /// ```typ /// let svg = bob2svg("<--->") /// ``` #let bob2svg( art, ) = bob-wasm.art_to_svg(bytes(art)) //...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/block-08.typ
typst
Other
// Multiple unseparated expressions in one line. // Error: 2-4 invalid number suffix: u #1u // Should output `1`. // Error: 4 expected semicolon or line break #{1 2} // Should output `2`. // Error: 13 expected semicolon or line break // Error: 23 expected semicolon or line break #{let x = -1 let y = 3 x + y} // Sho...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/layout/columns.typ
typst
// Test the column layouter. --- columns-rtl --- // Test normal operation and RTL directions. #set page(height: 3.25cm, width: 7.05cm, columns: 2) #set text(lang: "ar", font: ("Noto Sans Arabic", "Libertinus Serif")) #set columns(gutter: 30pt) #box(fill: conifer, height: 8pt, width: 6pt) وتحفيز العديد من التفاعلات ال...
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/identify-program-structure/entry.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/packages.typ": notebookinator #import notebookinator: * #import themes.radial.components: * #show: create-body-entry.with( title: "Identify: Program Structure", type: "identify", date: datetime(year: 2023, month: 8, day: 12), author: "<NAME>", witness: "<NAME>", ) The organization of our codebase ...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/examples.template.typ
typst
let line = number-line( start: -10, end: 10, tick-step: 1, numbering-step: 2, arrows: true, points: ( (name: "P", pos: -6, fill: blue), (name: "Q", pos: 2, fill: red), (name: "R", pos: 6, fill: blue), ) ) show: number_line
https://github.com/paugarcia32/CV
https://raw.githubusercontent.com/paugarcia32/CV/main/modules/education.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Education") #cvEntry( title: [Bachelor's Degree in Network Engineering], society: [UPC - EETAC, Castelldefels], date: [2020 - Present], location: [ES], logo: "../src/logos/upc.png", description: list( [Thesis: Open IoT Platform for Ci...
https://github.com/maxgraw/bachelor
https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/8-appendix/code.typ
typst
=== BaseElement <appendix-baseElement> ```js import * as THREE from "three"; import { ARButton } from "three/addons/webxr/ARButton.js"; import { XREstimatedLight } from "three/addons/webxr/XREstimatedLight.js"; import { cursor } from "components/meshes"; import { no_cursor } from "components/menus"; import { hitTest,...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/tuhi-booklet-vuw/0.1.0/tuhi-booklet-vuw.typ
typst
Apache License 2.0
#let smcps = (x) => text(tracking: 0.8pt)[#smallcaps[#lower(x)]] #let sentence-case(x) = text[#upper(x.at(0))#x.slice(1)] #let fmt-person(x) = text[#if(x.title != ""){x.title} #x.preferred] #let fmt-email(x) = text[#x.first.#x.<EMAIL>] #let darkgrey = rgb(29, 27, 28) #let darkgreen = oklch(40%,20%,144deg,100%) #le...
https://github.com/Pablo-Gonzalez-Calderon/chic-header-package
https://raw.githubusercontent.com/Pablo-Gonzalez-Calderon/chic-header-package/main/lib/types.typ
typst
MIT License
/* * Chic-header - A package for Typst * <NAME> (c) 2023 * * types.typ -- The package's file for checking if a * dictionary is a valid chic-hdr package element. * * This file is under the MIT license. For more * information see LICENSE on the package's main folder. */ /* * chic-valid-type * * Checks if a g...
https://github.com/fabriceHategekimana/master
https://raw.githubusercontent.com/fabriceHategekimana/master/main/3_Theorie/Intro.typ
typst
#pagebreak() = Théorie Dans cette section je vais montrer l'émulation de certains concepts utilisés dans la programmation pour les sciences des données. Le but est de voir comment ceux-ci peuvent être interprété dans un langage fonctionnel fortement typé. Les concepts de représentation de tenseurs (matrice, vecteur ...
https://github.com/ana-jiangR/Himcm-Typst-Template
https://raw.githubusercontent.com/ana-jiangR/Himcm-Typst-Template/main/Template/main.typ
typst
MIT License
#import "template_Himcm.typ": * #show: conf.with( teamNo: "#1234", problem: "B", summary: [#lorem(150) #lorem(200) #lorem(50)], index-terms: ("Scientific writing", "Typesetting", "Document creation", "Syntax"), bibliography-file: "refs.bib", ) = Background ...
https://github.com/npujol/npujol.github.io
https://raw.githubusercontent.com/npujol/npujol.github.io/main/Me/chuli-cv/cv-de.typ
typst
#import "@preview/chuli-cv:0.1.0": * #import "@preview/fontawesome:0.1.0": * #show: cv #let icons = ( phone: fa-phone(), homepage: fa-home(fill: colors.accent), linkedin: fa-linkedin(fill: colors.accent), github: fa-github(fill: colors.accent), xing: fa-xing(), mail: fa-envelope(fill: colors.accent), bo...
https://github.com/FlixCoder/typst-slides
https://raw.githubusercontent.com/FlixCoder/typst-slides/main/slides.typ
typst
MIT License
#import "template.typ": * #show: doc => slides(doc) #show link: l => underline(l) #slide(title: "Motivation")[ - The template aims to make it easy to create pretty slides - Typst is great to use - Automatic styling of sections/chapters via headings - `#slide` function for creating slides ] = How to use #slide(t...
https://github.com/coco33920/.files
https://raw.githubusercontent.com/coco33920/.files/mistress/typst_templates/ieee/main.typ
typst
#import "template.typ": * #show: ieee.with( title: "A typesetting system to untangle the scientific writing process", abstract: [ The process of scientific writing is often tangled up with the intricacies of typesetting, leading to frustration and wasted time for researchers. In this paper, we introduce Typst, ...
https://github.com/typst-doc-cn/tutorial
https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/src/prefaces/license.typ
typst
Apache License 2.0
#import "mod.typ": * #page({ set text(size: 10.5pt) set block(spacing: 1.5em) show "TERMS AND CONDITIONS FOR USE": it => { v(0.5em) it } show "APPENDIX": it => { v(1fr) it } eval(read("/LICENSE"), mode: "markup") v(5em) })
https://github.com/Jollywatt/typst-fletcher
https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/src/exports.typ
typst
MIT License
#import "deps.typ": cetz #import "marks.typ": * #import "draw.typ": * #import "shapes.typ" #import "node.typ": * #import "edge.typ": * #import "diagram.typ": * #import "coords.typ": * #import "utils.typ"
https://github.com/hu-hicoder/embedded-rust-seminar
https://raw.githubusercontent.com/hu-hicoder/embedded-rust-seminar/main/chapter2/chapter2.typ
typst
#import "@preview/touying:0.4.0": * #import "@preview/pinit:0.1.3": * #import "@preview/sourcerer:0.2.1": code #set text(font: "Noto Sans JP", lang: "ja") #let set_link(url) = link(url)[#text(olive)[[link]]] // Themes: default, simple, metropolis, dewdrop, university, aqua #let s = themes.metropolis.register(aspect-...
https://github.com/piepert/philodidaktik-hro-phf-ifp
https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/klausur/main.typ
typst
Other
= Prüfungshinweise *Die Klausur kann sich ändern, betrachten Sie die folgenden Hinweise daher mit etwas Vorsicht! Die Dozierenden können Ihnen mehr Hinweise über die Prüfung geben als der KÜK!* Die Klausur bestehen Sie nur, wenn Sie das, was im Seminar besprochen wurde, anwenden können. Das funktioniert am besten, wen...
https://github.com/caffeinatedgaze/bare-bones-cv
https://raw.githubusercontent.com/caffeinatedgaze/bare-bones-cv/main/README.md
markdown
# Bare-bones Typst CV ![Example](images/example.png) To generate `main.pdf` and watch for live changes, run `make watch` ```bash ________ Main content ├── main.typ ├── settings.yaml # Spacing and font sizes └── configuration.yaml # Content ________ Auxilary ├── README.md ├── main.pdf └── images    └── example...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/045%20-%20Kamigawa%3A%20Neon%20Dynasty/005_Episode%204%3A%20The%20Break-In.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Episode 4: The Break-In", set_name: "Kamigawa: Neon Dynasty", story_date: datetime(day: 26, month: 01, year: 2022), author: "<NAME>", doc ) The emperor stood across from Kaito, the amber glow of the nearby lanterns silhouetting her slender ...
https://github.com/rabotaem-incorporated/calculus-notes-2course
https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/01-leftovers/01-cond-extremes.typ
typst
#import "../../utils/core.typ": * == Условные экстремумы #def(label: "def-cond-extreme")[ Пусть $f: D --> RR$ и $Phi: D --> RR^m$, $D subset RR^(n+m).$ Пусть есть точка $a in D$, $Phi(a) = 0$. $Phi$ называется _условием связи_. Точка $a$ называется точкой _условного максимума_ при условии $Phi(x) = 0$ есть су...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/par-bidi_04.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test hard line break (leads to two paragraphs in unicode-bidi). #set text(lang: "ar", font: ("Noto Sans Arabic", "PT Sans")) Life المطر هو الحياة \ الحياة تمطر is rain.
https://github.com/ukihot/igonna
https://raw.githubusercontent.com/ukihot/igonna/main/articles/web/html.typ
typst
== 沿革 本格的にワールドワイドウェブ(www)が普及したのは1995年頃だった。 当時は静的なHTML(HyperText Markup Language)ページが主流だった。 HTMLは情報を構造化し、文書の意味や見出し、段落、リストなどを表現していた。 ページのデザインやスタイルは限定的だったが、これがWebの基盤となり、今日の進化したウェブページの基礎となった。 ユーザはインターネットブラウザを介してWebサーバと通信し、HTMLを取得している。 さらに、CSSやJavaScriptなどがページデザインを制御することにより、インタラクティブな体験を得られている。 === MPA ブラウザはWebサーバへHTTPリク...
https://github.com/beibingyangliuying/python-typst
https://raw.githubusercontent.com/beibingyangliuying/python-typst/main/README.md
markdown
MIT License
# python-typst `python-typst` is a library for generating executable typst code (See [typst repository](https://github.com/typst/typst) and [typst documentation](https://typst.app/docs/) for more information). It is written primarily in functional programming paradigm with some OOP content. Each module has greater tha...
https://github.com/Dherse/typst-brrr
https://raw.githubusercontent.com/Dherse/typst-brrr/master/samples/short-paper_01/main.typ
typst
#import "template.typ": * #import "table.typ": * #show: ieee.with( title: "underemphasis tit remedial li subdistricting renovations aw ere berceuse", authors: ( ( name: "<NAME>", email: "<EMAIL>" ), ( name: "<NAME>", email: "<EMAIL>" ), ( name: "<NAME>", emai...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS3001/Modules/InternalRealism.typ
typst
#import "../../../template.typ": * = Internal Realism - How do we know there is a desk here? - We are all trapped in our subjective perceptions of the world around us, but out subjections oddly agree = Evidentialism #definition[ *Evidentialism*: all beliefs must be supported by evidence ] - Some beliefs are basi...
https://github.com/Big-Ouden/ensiie_rapport
https://raw.githubusercontent.com/Big-Ouden/ensiie_rapport/main/0.1.5/README.md
markdown
![GitHub Repo stars](https://img.shields.io/github/stars/ISC-HEI/isc-hei-report) ![GitHub Release](https://img.shields.io/github/v/release/ISC-HEI/isc-hei-report?include_prereleases) <p align="center"> <a href="https://hevs.ch/isc"> <img src="https://github.com/ISC-HEI/isc_logos/blob/4f8d335f7f4b99d3d83ee579ef...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/PianificazioneSprint/QuintoSprint.typ
typst
MIT License
#import "../../functions.typ": glossary === Quinto #glossary[sprint] *Inizio*: Venerdì 22/12/2023 *Fine*: Giovedì 28/12/2023 *Obiettivi dello #glossary[sprint]*: - Proseguire la stesura delle _Norme di Progetto_, includendo descrizioni concise ma rilevanti delle automazioni implementate per agevolare la stesura...
https://github.com/fuchs-fabian/typst-template-aio-studi-and-thesis
https://raw.githubusercontent.com/fuchs-fabian/typst-template-aio-studi-and-thesis/main/docs/manual-de.typ
typst
MIT License
#import "../src/lib.typ": * #show: project.with( lang: "de", authors: ( (name: "<NAME>"), ), title: "aio-studi-and-thesis v0.1.0", subtitle: "Deutsches Handbuch", cover-sheet: ( cover-image: none, description: [ #text(fill: blue)[#link("https://github.com/fuchs-fabian/typst-template-aio-s...
https://github.com/kdkasad/typst-homework-template
https://raw.githubusercontent.com/kdkasad/typst-homework-template/master/examples/computer-science/problem2.typ
typst
BSD 3-Clause "New" or "Revised" License
#import "../../khw.typ" #import khw: problem, parts, todo #import khw: algo, i, d, comment, call #problem[ #lorem(20) ] #parts[ * #lorem(30) * #lorem(50) #lorem(10) #let sub = math.italic("sub") #algo( title: "Exponentiate", parameters: ("n",), )[ if $n = 0$ then #i \ return $182$ ...
https://github.com/Isaac-Fate/math
https://raw.githubusercontent.com/Isaac-Fate/math/main/linear-algebra/linear-algebra.typ
typst
#import "@local/booxtyp:0.0.2": * #set math.equation(numbering: "(1)") #show: book // Here begins the main text of the book = Vector Spaces == Definition of Vector Spaces $ alpha bold(v) in V $ <eq:1> As shown in @eq:1 is a vector in the vector space $ V $. = Operators on Complex Vector Spaces == Generalized Ei...
https://github.com/astrale-sharp/typst-assignement-template
https://raw.githubusercontent.com/astrale-sharp/typst-assignement-template/main/showcase.typ
typst
MIT License
#import "./libs/eval.typ" : eval, title, question, template #import "./libs/science.typ" : display_float #show: it => template(it) #title[Physics Exam in french] #eval( show_correction : false, question[ The default number of point is one.], question( point : 5, [ Un.e scientique s'intéresse à ...
https://github.com/davidmasp/cv
https://raw.githubusercontent.com/davidmasp/cv/master/README.md
markdown
# <NAME> CV This is a repository to host and compile my CV. ## Update publications For updating either talks, posters or articles, first change the informaiton in the `bibtex` files and update the bibliography to generate `yaml`. ``` hayagriva talks.bib > talks.yaml ``` If the talk/paper/preprint is a "lead autho...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/label-05.typ
typst
Other
// Test that label only works within one content block. #show <strike>: strike *This is* #[<strike>] *protected.* *This is not.* <strike>
https://github.com/raygo0312/Typst_template
https://raw.githubusercontent.com/raygo0312/Typst_template/main/template-slide.typ
typst
#import "@preview/polylux:0.3.1": * #import "template-common.typ": * #let margin = 50pt // slide style setting #let slide-style( it, ) = { set page( paper: "presentation-16-9", width: 960pt, height: 540pt, margin: (rest: margin), // numbering: "1/1", // number-align: right + bottom, ) s...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/field-04.typ
typst
Other
// Error: 7-14 function `enum` does not contain field `invalid` #enum.invalid
https://github.com/peteole/relai_poster_template
https://raw.githubusercontent.com/peteole/relai_poster_template/main/examples/marl_learns_predatory_pricing.typ
typst
#import "../relai_poster_template.typ": poster #show: doc => poster( doc, text("Deep Reinforcement Learning Agents learn Predatory Pricing", size: 60pt, weight: "bold"), flipped: false, n_columns: 2, authors: ( ("name": "<NAME>", "affiliation": "TUM", "email": "<EMAIL>"), ("name": "<NAME>", "affiliat...
https://github.com/antran22/typst-cv-builder
https://raw.githubusercontent.com/antran22/typst-cv-builder/main/lib/resume/education.typ
typst
MIT License
#import "@preview/cmarker:0.1.0" #import "./components.typ": * #import "../util.typ": * #let ResumeEducationSection(educations, column_count: 1) = [ #stick_together( threshold: 30pt, [= Education], grid( columns: equal_columns(column_count: column_count), rows: (auto), row-gutte...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.2.0/src/styles.typ
typst
Apache License 2.0
#import "util.typ" #let default = ( fill: none, stroke: black + 1pt, radius: 1, /// Bezier shortening mode: /// - "LINEAR" Moving the affected point and it's next control point (like TikZ "quick" key) /// - "CURVED" Preserving the bezier curve by calculating new control points shorten: "LINEAR", ...
https://github.com/maucejo/presentation_polylux
https://raw.githubusercontent.com/maucejo/presentation_polylux/main/src/_slides.typ
typst
MIT License
#import "@preview/polylux:0.3.1": * #import "_config.typ": * #import "_progress-bars.typ": * // Title slide #let title-slide = { let content = context{ set text(config.text-size) set align(center + horizon) let logo = states.mlogo.at(here()) let title = states.title.at(here()) let author = state...
https://github.com/AHaliq/CategoryTheoryReport
https://raw.githubusercontent.com/AHaliq/CategoryTheoryReport/main/chapters/chapter2/optional.typ
typst
#import "../../preamble/lemmas.typ": * #import "../../preamble/catt.typ": * #import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge #exercise("1")[Show that a function between sets is an epimorphism if and only if it is surjective. Conclude that isos in $Set$ are exactly the epi-monos.] #proof(name: "surje...
https://github.com/Enter-tainer/typstyle
https://raw.githubusercontent.com/Enter-tainer/typstyle/master/tests/assets/unit/show/show-closure.typ
typst
Apache License 2.0
#show heading.where( level: 1 ): it => box(width: 100%)[ #v(0.5em) #set align(center) #set heading(numbering: "一") #it #v(0.75em) ]
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/tutor/0.3.0/lib.typ
typst
Apache License 2.0
#let default-config() = { let cfg = ( sol: false, level: 1, utils: ( lines: ( spacing: 10mm ), checkbox: ( sym_true: "☒", sym_false: "☐", sym_question: "☐" ), totalpoints: ( outline: false, ), ) ) return cfg } #let checkbox(cfg, answe...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/accelerated-jacow/0.1.0/jacow.typ
typst
Apache License 2.0
/* * Typst template for papers to be published with JACoW * * Based on the JACoW guide for preparation of papers. * See https://jacow.org/ for more information. * Requires Typst version 0.12 for compiling * * This document is licensed under CC BY 4.0. * https://creativecommons.org/licenses/by/4.0 * Copyright (...
https://github.com/jamesrswift/blog
https://raw.githubusercontent.com/jamesrswift/blog/main/assets/2024-07-03-sparklines/data.typ
typst
MIT License
#let raw = csv("ETH-GBP.csv", row-type: dictionary) #let converted = raw.map((it) =>(: ..it, Date: datetime( ..("year", "month", "day").zip( it.Date.matches( regex("(\d{4})-(\d{2})-(\d{2})") ).first().captures ).fold( (:), (acc, it) => ( ..acc, (it.first())...
https://github.com/Nyovelt/Resume2024
https://raw.githubusercontent.com/Nyovelt/Resume2024/main/resume.typ
typst
MIT License
#import "chicv.typ": * #show: chicv = Feiran (<NAME> #fa[#envelope] <EMAIL> | #fa[#github] #link("https://github.com/nyovelt")[github.com/nyovelt] | #fa[#globe] #link("https://feiranq.in")[https://feiranq.in] | #fa[#linkedin] #link("https://www.linkedin.com/in/feiranqin/")[feiranqin] == Education #cventry( tl: "N...
https://github.com/jomaway/typst-bytefield
https://raw.githubusercontent.com/jomaway/typst-bytefield/main/lib/asserts.typ
typst
MIT License
#import "@preview/oxifmt:0.2.0": strfmt #let assert-dict(arg, var_name) = { assert.eq(type(arg),dictionary, message: strfmt("expected {} to be a dictionary, found {}",var_name, type(arg))); } /// fail if field is not a bf-field #let assert-bf-field(field) = { assert-dict(field, "field") let bf-type = field.at...
https://github.com/s-ccs/consentform_gh_action
https://raw.githubusercontent.com/s-ccs/consentform_gh_action/main/_extensions/custom/typst-show.typ
typst
#show: article.with( $if(title)$ title: "$title$", $endif$ )
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/opticalsize_00.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test transition from script to scriptscript. #[ #set text(size:20pt) $ e^(e^(e^(e))) $ ] A large number: $e^(e^(e^(e)))$.
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/zalmy/Z089.typ
typst
Pane, stal si sa nám útočišťom \* z pokolenia na pokolenie. Prv než sa vrchy zrodili a povstali zem i svet, \* ty, Bože, si od vekov až naveky. Človeka vraciaš do prachu \* a hovoríš: „Vráťte sa, synovia človeka!“ Veď tisíc rokov je u teba ako deň včerajší, čo sa pominul, \* a ako jedna nočná stráž. Uchvacuješ ich:...
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/notizen/sortieralgorithmen/bubble_sort.typ
typst
#import "/components/num_row.typ": num_row #import "/config.typ": theme #let row_swap(nums, i, j, is_swap) = num_row( nums, hl_primary: i, hl_secondary: j, arrow: ( from: j, to: j+1, direction: "bidirectional", color: if is_swap {black} else {theme.fg_light} ) ) #let row_done(nums, i) = num_...
https://github.com/tingerrr/subpar
https://raw.githubusercontent.com/tingerrr/subpar/main/README.md
markdown
MIT License
# subpar Subpar is a [Typst] package for creating sub figures. ```typst #import "@preview/subpar:0.1.1" #set page(height: auto) #set par(justify: true) #subpar.grid( figure(image("/assets/andromeda.jpg"), caption: [ An image of the andromeda galaxy. ]), <a>, figure(image("/assets/mountains.jpg"), caption: ...
https://github.com/hewliyang/fyp-typst
https://raw.githubusercontent.com/hewliyang/fyp-typst/main/dataset-curation.typ
typst
#set heading(numbering: "1.") = Dataset Curation <sec-dataset-curation> In this section, we aim to reproduce the NISQA train set, including the latest Blizzard Challenges 2020, 2021 and 2023. In addition, each stimulus is tagged with an additional boolean field denoting whether the original authors allow commercial u...
https://github.com/jneug/typst-finite
https://raw.githubusercontent.com/jneug/typst-finite/main/layout.typ
typst
MIT License
#import "util.typ": * // Apply element styles to the context. (e.g. from set-style) #let apply-style(ctx, element) = { if "style" in element { ctx.style = styles.resolve( ctx.style, if type(element.style) == "function" { (element.style)(ctx) } else { element.style } ...
https://github.com/polarkac/MTG-Stories
https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/051%20-%20March%20of%20the%20Machine/006_Ikoria%3A%20Survival%20of%20the%20Fittest.typ
typst
#import "@local/mtgstory:0.2.0": conf #show: doc => conf( "Ikoria: Survival of the Fittest", set_name: "March of the Machine", story_date: datetime(day: 20, month: 04, year: 2023), author: "<NAME>", doc ) It had been a hard day. Their column—such a formal name for a line of filthy, exhausted men, w...
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/decide-tracking-implementation.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: "Decide: Tracking Implementation", type: "decide", date: datetime(year: 2023, month: 7, day: 28), author: "<NAME>", witness: "<NAME>", ) We rated each option by robustn...
https://github.com/PauKaifler/typst-template-dhbw
https://raw.githubusercontent.com/PauKaifler/typst-template-dhbw/main/template.typ
typst
Apache License 2.0
#let template( /// The title defaults to `document.title`. This argument should only be set /// if the displayed title contains special formatting. /// Do not forget to `#set document(title: "…")` in any case. formatted-title: none, article-kind: "Bachelorarbeit", author: ( name: none, matriculation...
https://github.com/Godalin/Typst-Notations
https://raw.githubusercontent.com/Godalin/Typst-Notations/main/README.md
markdown
# Typst Notations 4 Notes (or Publications in the future) This is my personal library of shorthands for note taking, or maybe for publications in the future if typst is accepted by ACM, of course. My interests are: - Category Theory, in file `CatT.typ` - Logic, `to be arranged` - Type Theory, `to be arranged` And ot...
https://github.com/Jeomhps/datify
https://raw.githubusercontent.com/Jeomhps/datify/main/src/config.typ
typst
MIT License
// Set the default lang for every file. #let default-date-lang = "en"
https://github.com/kilpkonn/typst-thesis
https://raw.githubusercontent.com/kilpkonn/typst-thesis/main/abbreviations.typ
typst
MIT License
= Terms and abbreviations #table( columns: (auto, auto), inset: 5pt, align: horizon, stroke: none, [LSP], [Language Server Protocol], [HIR], [High-Level Intermediate Representation], )
https://github.com/soul667/typst
https://raw.githubusercontent.com/soul667/typst/main/保研/光电系统集成 - 副本/template.typ
typst
// 创建自己的主题 #import "@preview/touying:0.4.2": * #let register( self: themes.default.register(), aspect-ratio: "16-9", ) = { self.page-args += ( paper: "presentation-" + aspect-ratio, ) self.methods.init = (self: none, body) => { set text(size: 20pt) body } self } // main.typ #import "@preview...
https://github.com/StefanieJaeger/sa-docu
https://raw.githubusercontent.com/StefanieJaeger/sa-docu/main/is-state/is-state.typ
typst
#import "@preview/glossarium:0.4.1": gls, glspl = Ist-Zustand Das ursprüngliche Projekt, auf dem unsere Arbeit aufbaut, kann als öffentliches GitHub Repository hier gefunden werden: #link("https://github.com/lost-university/web"). Wir haben uns entschieden, einen Fork des Originalprojekts zu erstellen, um unsere Anp...
https://github.com/frectonz/the-pg-book
https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/208.%20goodtaste.html.typ
typst
goodtaste.html Is There Such a Thing as Good Taste? November 2021(This essay is derived from a talk at the Cambridge Union.)When I was a kid, I'd have said there wasn't. My father told me so. Some people like some things, and other people like other things, and who's to say who's right?It seemed so obvious that there ...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/docs/changelog.md
markdown
Apache License 2.0
--- description: | Learn what has changed in the latest Typst releases and move your documents forward. --- # Changelog ## Version 0.9.0 (October 31, 2023) { #v0.9.0 } - Bibliography management - New bibliography engine based on [CSL](https://citationstyles.org/) (Citation Style Language). Ships with about 1...
https://github.com/ammar-ahmed22/typst-resume
https://raw.githubusercontent.com/ammar-ahmed22/typst-resume/main/src/templates/coverLetter.typ
typst
#import "../utils/init.typ": init #import "../utils/resume.typ": contactInfo #let coverLetter(data, accentColor: black, rest) = { show: doc => init(doc, accentColor: accentColor, fontSize: 12pt, lineSpacing: 10pt) heading(level: 1, [<NAME>]) block()[ #contactInfo(data, accentColor) #rest ] }
https://github.com/wcshds/manual-of-chinese-phonology
https://raw.githubusercontent.com/wcshds/manual-of-chinese-phonology/main/phonology-list.typ
typst
#import "tools/prelude.typ": xs, sup-xs; #let data = ( "毐": ( "pinyin": [a3i], "zi-list": ( ("毐", "烏開", "影咍平一開", ``` ?@i ```, "之", ``` qM_- ```, []), ("毐", "於改", "影咍上一開", ``` ?@i ```, "之", ``` qM_-? ```, []), ) ), "安": ( "pinyin": [a1n], "zi-list": ( ("鞍", "烏寒", "影寒平一開", ```...
https://github.com/waterlens/resume
https://raw.githubusercontent.com/waterlens/resume/main/template.typ
typst
MIT License
#import "@preview/fontawesome:0.2.0": * #let sepline() = { v(-10pt); line(length: 100%); v(-2pt) } #let iconlink(uri, text: "", icon: fa-link()) = { link(uri)[#icon #text] } #let entry( tl: lorem(2), tr: "2333/23 - 2333/23", bl: "", br: "", content ) = { set list(indent: 10pt) block( inset:...
https://github.com/wasyro/TypstPoster
https://raw.githubusercontent.com/wasyro/TypstPoster/main/main.typ
typst
#import "@preview/cetz:0.1.2": canvas, draw // Document #set document(title: "引力と斥力を制御可能なべき集合上の分布族", author: "<NAME>") // Text #let fcolor = rgb("#28282f") #let blue = rgb("#44aec6") #let transblue = rgb("#44aec64d") #let orange = rgb("#f5ab18") #let transorange = rgb("#f5ab184d") #set par(justify: true) #set text(f...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/lovelace/0.1.0/examples/goto.typ
typst
Apache License 2.0
#set page(width: auto, height: auto, margin: 1em) #import "../lib.typ": * #show: setup-lovelace #pseudocode( <line:eat>, [Eat], [Train], <line:sleep>, [Sleep], [*goto* @line:eat] ) @line:sleep is of particular importance.
https://github.com/typst-community/valkyrie
https://raw.githubusercontent.com/typst-community/valkyrie/main/src/types/dictionary.typ
typst
Other
#import "../base-type.typ": base-type #import "../assertions-util.typ": assert-base-type-dictionary, assert-base-type #import "../ctx.typ": z-ctx #import "../assertions-util.typ": * #let dictionary-type = type((:)) /// Valkyrie schema generator for dictionary types. Named arguments define validation schema for entrie...
https://github.com/satler-git/rrr
https://raw.githubusercontent.com/satler-git/rrr/main/example/pdfs/en-ipsum.typ
typst
MIT License
#set par(justify: true) #set page(columns: 2) #lorem(660)
https://github.com/lucannez64/Notes
https://raw.githubusercontent.com/lucannez64/Notes/master/Allemand_10_12_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 10 12 2023", authors: ( "<NAME>", ), date: "10 Décembre, 2023", ) #set heading(numbering: "1.1.") === Zusammenfassung des Te...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/vercanard/1.0.0/README.md
markdown
Apache License 2.0
# vercanard A colorful resume template for Typst. # What does it look like? The [demo](template/main.typ) file showcases what it is possible to do. You can see the result in [the corresponding PDF](demo.pdf). # Quick usage guide First of all, copy the template to your Typst project, and import it. ```typst #impor...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/VerbaliInterni/VerbaleInterno_240223/content.typ
typst
MIT License
#import "meta.typ": inizio_incontro, fine_incontro, luogo_incontro #import "functions.typ": glossary, team #let participants = csv("participants.csv") = Partecipanti / Inizio incontro: #inizio_incontro / Fine incontro: #fine_incontro / Luogo incontro: #luogo_incontro #table( columns: (3fr, 1fr), [*Nome*], [*Durat...
https://github.com/AJMC2002/opt-methods
https://raw.githubusercontent.com/AJMC2002/opt-methods/main/minimization/report/main.typ
typst
#set page( paper: "a4", margin: (x: 1in, y: 1in), ) #set text(size: 12pt) #set align(center) #image("./fefu_logo.jpg", width: 4%) #text( size: 10pt, [ МИНИСТЕРСТВО НАУКИ И ВЫСШЕГО ОБРАЗОВАНИЯ И НАУКИ РОССИЙСКОЙ ФЕДЕРАЦИИ Федеральное государственное автономное образовательное учреждение высш...
https://github.com/ChristophVanDeest/FH-Kiel-Typst-Template
https://raw.githubusercontent.com/ChristophVanDeest/FH-Kiel-Typst-Template/main/README.md
markdown
MIT License
# FH Kiel Typst Template This is an **`unofficial`** template for writing a report or thesis in the `FH Kiel` department of `Computer Science` design using [Typst](https://github.com/typst/typst). ## Required Fonts To correctly render this template please make sure that the `New Computer Modern` font is installed on...
https://github.com/binhtran432k/ungrammar-docs
https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/system-design/index.typ
typst
= System Design #include "system-architecture.typ" #include "user-interface-design.typ"
https://github.com/Blezz-tech/math-typst
https://raw.githubusercontent.com/Blezz-tech/math-typst/main/Варианты/Демо вариант 2024.typ
typst
#import "/lib/my.typ": * = Демо вариант 2024 // == Задание 1.1 // #task("Задание") // Треугольник ABC вписан в окружность с центром O. Угол BAC равен $32 degree$. Найдите угол BOC. Ответ дайте в градусах. // #include "/Картинки/Демо вариант 2024/Задание 01.1.typ" // #answer("Решение") // $angle "ABC" = 1/2 ⌒ "BC...
https://github.com/infolektuell/gradle-typst
https://raw.githubusercontent.com/infolektuell/gradle-typst/main/CHANGELOG.md
markdown
MIT License
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.4.0] - 2024-10-22 ### Added - Support for ...
https://github.com/paugarcia32/CV
https://raw.githubusercontent.com/paugarcia32/CV/main/modules_es/event.typ
typst
Apache License 2.0
#import "../brilliant-CV/template.typ": * #cvSection("Eventos") #cvEvent( title: "HackBCN", date: "2024", url: "https://www.hackbcn.com/en", logo: "../src/logos/hackbcn.png", description: list( [Hackathon con temática de IA], [Equipos de 3 integrantes], ), ) #cvEvent( title: "HackUPC", date: ...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/visualize/square.typ
typst
// Test the `square` function. --- square --- // Default square. #box(square()) #box(square[hey!]) --- square-auto-sized --- // Test auto-sized square. #square(fill: eastern)[ #set text(fill: white, weight: "bold") Typst ] --- square-relatively-sized-child --- // Test relative-sized child. #square(fill: eastern)...
https://github.com/andymeneely/examify.typst
https://raw.githubusercontent.com/andymeneely/examify.typst/master/examples/full/example_exam.typ
typst
MIT License
#import "@local/exam:0.1.0": * #import "./questions/hello_world.typ" as hello_world #import "./questions/lorem_ipsum.typ" as lorem_ipsum #cover_sheet[ = Introduction to Exams = Final Exam = Professor Plum #v(3cm) Name: $underline(#h(12cm))$ #v(3cm) - Answer the questions in the spaces provided. - This exa...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/cineca/0.1.0/lib.typ
typst
Apache License 2.0
#import "/util/utils.typ": minutes-to-datetime, events-to-calendar-items, default-header-style, default-item-style, default-time-style // Make a calendar with events. #let calendar( // Event list. // Each element is a four-element array: // // - Index of day. Start from 0. // - Float-style start time. // -...
https://github.com/mitinarseny/invoice
https://raw.githubusercontent.com/mitinarseny/invoice/main/invoice.typ
typst
#import "./src/invoice.typ": invoice #import "./src/utils.typ": parse_date, start_of_month #let data = yaml(sys.inputs.at("config", default: "./invoice.yaml")) #{ data.issue_date = if "issue_date" in data { parse_date(data.issue_date) } else { datetime.today() } data.due_date = if "due_date" in data {...
https://github.com/Pablo-Gonzalez-Calderon/chic-header-package
https://raw.githubusercontent.com/Pablo-Gonzalez-Calderon/chic-header-package/main/chic-hdr.typ
typst
MIT License
/* * Chic-header - A package for Typst * <NAME> (c) 2023 * * chic-hdr.typ -- The package's main file containing * the chic() function * * This file is under the MIT license. For more * information see LICENSE on the package's main folder. */ #import "lib/props.typ": * #import "lib/functions.typ": * // Import ...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/foundations-14.typ
typst
Other
#eval("[_Hello" + " World!_]")
https://github.com/ngyngcphu/tick3d-docs
https://raw.githubusercontent.com/ngyngcphu/tick3d-docs/main/referrences.typ
typst
Apache License 2.0
#align(center, text(15pt)[*Tài liệu tham khảo*])
https://github.com/jasmerri/tsumo
https://raw.githubusercontent.com/jasmerri/tsumo/main/src/frontend.typ
typst
MIT License
#import "./display.typ": display #import "./parser.typ" #let mahjong(input, ..args, parser: parser.mpsz) = { let parser = if parser == none { a => a } else { parser } return display(parser(input), ..args) }
https://github.com/rabotaem-incorporated/algebra-conspect-1course
https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/04-linear-algebra/13-linear-mappings.typ
typst
Other
#import "../../utils/core.typ": * == Линейные отображения #ticket[Линейные отображения. Примеры. Ядро и образ] #def[ Пусть $V, W$ --- линейные пространства над полем $K$. Отображение $Aa: V --> W$ называется линейным, если: + $forall v, v' in V: Aa(v + v') = Aa v + Aa v'$ + $forall v in V space forall al...
https://github.com/maxgraw/bachelor
https://raw.githubusercontent.com/maxgraw/bachelor/main/apps/document/src/4-concept/definition.typ
typst
Nachdem die Zielgruppen- und Anforderungsanalyse abgeschlossen ist, wird im Folgenden auf Grundlage der zuvor gesammelten Informationen eine kurze Definition der Anwendung sowie eine Abgrenzung des Konzepts zu bereits bestehenden Anwendungen vorgenommen. Die Anwendung stellt eine Konstruktionsumgebung für Möbelsysteme...
https://github.com/chamik/gympl-skripta
https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-dila/22-bajecna-leta.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#import "/helper.typ": dilo, hrule #dilo("Báječná léta pod psa", "pes", "<NAME>", "<NAME>", "2. pol. 20. st. současná literatura", "ČSR", "1992", "epika", "román") #columns(2, gutter: 1em)[ *Téma*\ Dětství a dospívání během normalizace *Motivy*\ normalizace, komunismus, rodina, dětství *Časoprostor*\ 19...
https://github.com/JamesWilmot/cheatsheets
https://raw.githubusercontent.com/JamesWilmot/cheatsheets/main/solidjs/main.typ
typst
// https://github.com/quarto-dev/quarto-cli/discussions/9530 #set page( paper: "a4", flipped: false, margin: 2cm, header: align(right)[ SolidJS Cheatsheet ], numbering: "1", ) #set text(font: "Arial", size: 11pt) #outline() == Template Bindings ```tsx export default function App() { const name = ...
https://github.com/eigenein/typst-templates
https://raw.githubusercontent.com/eigenein/typst-templates/main/example.typ
typst
MIT License
#import "letter.typ": letter #show: doc => letter( doc, from: ( ( name: "Dhr. <NAME>", email: "<EMAIL>", phone: "0123456789", meta: (BSN: "12345678"), ), ( name: "<NAME>", email: "<EMAIL>", phone: "0123456789", ), ), reply: (address: "Straat 24", zip: "...
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compiler/repr.typ
typst
Apache License 2.0
// Test representation of values in the document. --- // Literal values. #auto \ #none (empty) \ #true \ #false --- // Numerical values. #1 \ #1.0e-4 \ #3.15 \ #1e-10 \ #50.368% \ #0.0000012345pt \ #4.5cm \ #12e1pt \ #2.5rad \ #45deg \ #1.7em \ #(1cm + 0em) \ #(2em + 10pt) \ #2.3fr --- // Colors and strokes. #set te...
https://github.com/vmysak/modern-cv-typst
https://raw.githubusercontent.com/vmysak/modern-cv-typst/main/src/definitions/cv-page-items.typ
typst
Apache License 2.0
#import "../my-config.typ": * #let _defaultSize = (left: 1fr, right: 1fr); #let _textBlock(items, body) = { grid( columns: (1fr), rows: (auto), ..items.enumerate().map(((i, item)) => { return grid.cell(inset: inset-row(i), align(left)[#item]) }) ) body } #let _keyValueBlock(items, body) =...
https://github.com/Shuenhoy/citext
https://raw.githubusercontent.com/Shuenhoy/citext/master/example.typ
typst
MIT License
#import "package/lib.typ": * #let bib = init_citation(read("test.bib")) #show: show-extcite.with(bib: bib) @texbook @zjugradthesisrules @latex2e @zjugradthesisrules<citeauthor> @zjugradthesisrules<citep> @lesk:1977<citet> @latex:companion<citep> // #show bibliography: none #bibliography("test.bib", style: "gb-...