repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/saurabtharu/Internship-repo | https://raw.githubusercontent.com/saurabtharu/Internship-repo/main/Internship%20Report%20-%20typst/chapters/01-abstract.typ | typst |
= ABSTRACT
\
/*
This report provides an overview of my DevOps Engineer internship at F1Soft International, where I was involved in setting up and managing CI/CD pipelines, automating deployment processes and implementing infrastructure solutions using bare-metal servers. During my time there I got to work with Kub... | |
https://github.com/ofurtumi/hugbo-glosur | https://raw.githubusercontent.com/ofurtumi/hugbo-glosur/main/glosur2.typ | typst | #let glob_color = luma(110)
#set text(font: "Arial", glob_color)
#set text(font: "Virgil 3 YOFF", size: 10pt, glob_color)
#set page(margin: (x: 16pt, y: 16pt))
#show math.equation: it => {text(font: "Virgil 3 YOFF", size: 7pt)[#it]}
#show text.where(style: "italic"): it => text(size: 8pt, red, it)
#show heading: it =>... | |
https://github.com/jassielof/typst-templates | https://raw.githubusercontent.com/jassielof/typst-templates/main/apa7/template/sections/computer-code.typ | typst | MIT License | = Computer code
== Code block
=== Code block as a figure
#figure(
```py
def main():
print("Hello, World!")
```,
caption: [Python code block],
)
=== Non-figure code block
```cs
using System;
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello, World!... |
https://github.com/julyfun/jfmfoi | https://raw.githubusercontent.com/julyfun/jfmfoi/main/241005-树上图上动态规划/main.typ | typst | #import "@preview/touying:0.4.2": *
#import "@preview/cetz:0.2.2"
#import "@preview/ctheorems:1.1.2": *
#import "@preview/fletcher:0.5.0" as fletcher: diagram, node, edge, shapes
// cetz and fletcher bindings for touying
#let cetz-canvas = touying-reducer.with(reduce: cetz.canvas, cover: cetz.draw.hide.with(bounds: tr... | |
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_13.typ | typst | #import "/template.typ": *
#show: project.with(
title: "חדו״א 1א׳ - שיעור 13",
authors: ("<NAME>",),
date: "13 בפברואר, 2024",
)
#set enum(numbering: "(1.א)")
= פונקציות
== מושג הפונקציה
נתונות שתי קבוצות $A$ ו-$B$.
- *פונקציה* $f: A->B$ היא התאמה שמתאימה $forall a in A$ איבר יחיד $b in B$, ומסמנים $b = f(a)... | |
https://github.com/piepert/typst-seminar | https://raw.githubusercontent.com/piepert/typst-seminar/main/Beispiele/LogikKlausur/typst/probeklausur_17.01.2023.typ | typst | #import "template.typ": *
#let date = "25. Januar 2023"
#let title = "Logik Beispielklausur"
#show: project.with(date: date, title: title)
#set enum(indent: 1.5em, spacing: 1em)
#set list(indent: 1.5em, spacing: 1em)
#task[Schreiben Sie hinter die folgenden Schemata die Buchstaben der Begriffe, ob das Schema (A) #em... | |
https://github.com/sicheng1806/typst-book-for-sicheng | https://raw.githubusercontent.com/sicheng1806/typst-book-for-sicheng/main/scr/basic_pkg/numbering.typ | typst | #let chinesenumber(num, standalone: false) = if num < 11 {
("零", "一", "二", "三", "四", "五", "六", "七", "八", "九", "十").at(num)
} else if num < 100 {
if calc.rem(num, 10) == 0 {
chinesenumber(calc.floor(num / 10)) + "十"
} else if num < 20 and standalone {
"十" + chinesenumber(calc.rem(num, 10))
} ... | |
https://github.com/chamik/gympl-skripta | https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-autori/capek.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/helper.typ": autor
#autor("<NAME>", "1890", "1938 (48 let)", "spisovatel, novinář, dramatik, filozof, fotograf, překladatel", "gymnázium, estetiku na UK (doktorát z filozofie)", "pragmatismus, protinacistická literatura", "/cj-autori/media/capek.jpg")
Čapkova tvorba byla poznamenána kritickým pohledem na spo... |
https://github.com/soarowl20240613/geelypaper | https://raw.githubusercontent.com/soarowl20240613/geelypaper/main/paper_usage.typ | typst | #import "paper.typ": *
#import "@preview/showybox:2.0.1": showybox
#let cnabstract = [中文摘要]
#let enabstract = [Englsh abstract]
#show: paper.with(
title: "吉利学院论文模板使用说明",
faculty: "智能科技学院",
class: "2021级计算机科学与技术(专升本)3班",
author: "袁天罡",
studentnumber: "211124010635",
adviser: "卓能文",
date: "二〇二四年五月",
cnab... | |
https://github.com/julius2718/entempura | https://raw.githubusercontent.com/julius2718/entempura/main/README.md | markdown | MIT License |
# entempura
## Description
A Typst template for English articles.
|
https://github.com/TrunkiEnqark/NodeJS | https://raw.githubusercontent.com/TrunkiEnqark/NodeJS/main/main.typ | typst | #let title = [
NodeJS
]
#set heading(numbering: "1.")
#show par: set block(spacing: 0.65em)
#set par(
first-line-indent: 1em,
justify: true,
)
#align(center, text(32pt)[
*#title*
])
= Definition
- *Node.js* is an open-source server environment, server-side JavaScript runtime environment. It allows developer... | |
https://github.com/FlyinPancake/bsc-thesis | https://raw.githubusercontent.com/FlyinPancake/bsc-thesis/main/thesis/pages/declaration.typ | typst | #import "../preamble.typ": student_name_hu as student, show_today_hu
#page[
#set text(lang: "hu")
#set par(justify: true)
#align(center, text(size: 14pt, upper([
*Hallgatói nyilatkozat*
])))
Alulírott *#student*, szigorló hallgató kijelentem, hogy ezt a szakdolgozatot meg nem engedett segí... | |
https://github.com/DashieTM/ost-5semester | https://raw.githubusercontent.com/DashieTM/ost-5semester/main/experiment/weeks/week5.typ | typst | #import "../../utils.typ": *
#section("Time Row/Zeitreihe")
This is a timeline with ordered attributes that appeared within this timeframe.
- cost/profit
- usage of resources
- orders
- shipments
#text(
teal,
)[Mostly used to *recognize structures* within the timeline, *trends*, or to make
*prognosis*, however th... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/enum-numbering-00.typ | typst | Other | // Test numbering pattern.
#set enum(numbering: "(1.a.*)")
+ First
+ Second
2. Nested
+ Deep
+ Normal
|
https://github.com/GYPpro/Java-coures-report | https://raw.githubusercontent.com/GYPpro/Java-coures-report/main/Report/最小费用最大流问题-20231215032417.typ | typst | // Some definitions presupposed by pandoc's typst output.
#let blockquote(body) = [
#set text( size: 0.92em )
#block(inset: (left: 1.5em, top: 0.2em, bottom: 0.2em))[#body]
]
#let horizontalrule = [
#line(start: (25%,0%), end: (75%,0%))
]
#let endnote(num, contents) = [
#stack(dir: ltr, spacing: 3pt, super[#n... | |
https://github.com/PA055/5839B-Notebook | https://raw.githubusercontent.com/PA055/5839B-Notebook/main/Notebooks/main.typ | typst | #import "/lib.typ": *
#import themes.radial: radial-theme, components, colors
#import colors: *
#show: notebook.with(theme: radial-theme, team-name: "5839B", season: "Water Game", year: "2024-2025")
#create-frontmatter-entry(
title: "Table of Contents",
type: "decide",
date: datetime(year: 2024, month: 1, day:... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/construct-06.typ | typst | Other | // Error: 21-26 expected integer or ratio, found boolean
#rgb(10%, 20%, 30%, false)
|
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/document_symbols/nested-func.typ | typst | Apache License 2.0 | #let f(a) = {
let g(a) = a
let t = 1
g
} |
https://github.com/Skimmeroni/Appunti | https://raw.githubusercontent.com/Skimmeroni/Appunti/main/Metodi%20Algebrici/Strutture/Anelli.typ | typst | Creative Commons Zero v1.0 Universal | #import "../Metodi_defs.typ": *
La struttura algebrica $(A, *, diamond.small)$ prende il nome di *anello*
se sono rispettate le seguenti proprietá:
- $(A, *)$ é un gruppo abeliano;
- $(A, diamond.small)$ é un semigruppo;
- L'operazione $diamond.small$ gode della *proprietá distributiva* rispetto
a $*$, ovvero:
$... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/list-attach-00.typ | typst | Other | // Test basic attached list.
Attached to:
- the bottom
- of the paragraph
Next paragraph.
|
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/047_Pride%20Across%20the%20Multiverse.typ | typst | #import "@local/mtgset:0.1.0": conf
#show: doc => conf("Pride Across the Multiverse", doc)
#include "./047 - Pride Across the Multiverse/001_Note for a Stranger.typ"
| |
https://github.com/pank-su/report_3 | https://raw.githubusercontent.com/pank-su/report_3/master/templates/escd.typ | typst | #import "../libs/tablex.typ": tablex, cellx, rowspanx, colspanx
#let outlineFrame() = {
set text(font: "Times New Roman", size: 11pt, lang: "ru", hyphenate: true)
rect(width: 100%, height: 100%, outset: (left: -20mm, right: -5mm, top: -5mm, bottom: -5mm), inset: (bottom: 5mm, top: 5mm, right: 5mm, left: 20mm))[
... | |
https://github.com/jijinbei/typst_template | https://raw.githubusercontent.com/jijinbei/typst_template/main/manual/main.typ | typst | #import "template.typ": *
#show: doc => conf(title: [取扱説明書], doc)
= 目次
+ はじめに
+ 使い方
+ お手入れ
+ 保証について
= はじめに
この取扱説明書は、製品の正しい使い方やお手入れ方法、保証についての情報を提供します。 この取扱説明書をよく読んで、製品を安全にお使いください。
#caution[注意点]
| |
https://github.com/techtheriac/resume | https://raw.githubusercontent.com/techtheriac/resume/master/resume.typ | typst | #set par(justify: true, leading: 0.53em)
#set text(font: "Inter", size: 10pt, fill: color.hsl(0deg, 0, 23, 90%))
#set page(paper: "a4", margin: (x: 1.1cm, y: 1.2cm), fill: white)
#set rect(
width: 100%,
stroke: none
)
#let work_experience(company, title, date, summary, works, url) = box[
#text(weight: "medium",... | |
https://github.com/EGmux/PCOM-2023.2 | https://raw.githubusercontent.com/EGmux/PCOM-2023.2/main/lista2/lista2q10.typ | typst | === Um sinal x(t) limitado em faixa a 3 kHz é amostrado a uma taxa 33,33% mais alta do que a taxa de Nyquist. O erro máximo aceitável na amplitude da amostra( erro máximo devido à quantização) é 0,5% do valor de pico de amplitude *$m_p$*. As amostras quantizadas são codificads em binário. Obtenha a taxa de amostragem n... | |
https://github.com/rikhuijzer/phd-thesis | https://raw.githubusercontent.com/rikhuijzer/phd-thesis/main/chapters/introduction.typ | typst | The Unlicense | #import "../style.typ": citefig
#import "../functions.typ": chapter, textcite, parencite, note, avoid_indent, pagebreak_to_right
#pagebreak_to_right()
= Introduction
#avoid_indent()
Imagine being able to correctly predict those individuals who will graduate from pilot training, Harvard medical school, or even NASA's a... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/042%20-%20Strixhaven%3A%20School%20of%20Mages/002_A%20Cry%20of%20Magic.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"A Cry of Magic",
set_name: "Strixhaven: School of Mages",
story_date: datetime(day: 26, month: 03, year: 2021),
author: "<NAME>",
doc
)
"Am I boring you, <NAME>?"
I startle and knock my knee against the desk. My legs are too long for every... | |
https://github.com/rxt1077/it610 | https://raw.githubusercontent.com/rxt1077/it610/master/markup/slides/k8s-deployment.typ | typst | #import "/templates/slides.typ": *
#show: university-theme.with(
short-title: [K8s Deployment],
)
#title-slide(
title: [Deploying an Application on Kubernetes],
)
#focus-slide[What do we need to know about an app before we deploy on Kubernetes?]
#matrix-slide(columns: 3, rows: 2,
[What are the different parts... | |
https://github.com/MrToWy/Bachelorarbeit | https://raw.githubusercontent.com/MrToWy/Bachelorarbeit/master/Diagrams/rendered/idea2.typ | typst | #image("idea2.svg", width: 55%) | |
https://github.com/fsr/rust-lessons | https://raw.githubusercontent.com/fsr/rust-lessons/master/src/lesson4.typ | typst | #import "slides.typ": *
#show: slides.with(
authors: ("<NAME>", "<NAME>"), short-authors: "H&A",
title: "Wer rastet, der rostet", short-title: "Rust-Kurs Lesson 4", subtitle: "Ein Rust-Kurs für Anfänger",
date: "Sommersemester 2023",
)
#show "theref": $arrow.double$
#show link: underline
#new-section("S... | |
https://github.com/Mouwrice/thesis-typst | https://raw.githubusercontent.com/Mouwrice/thesis-typst/main/extended-abstract/extended_abstract.typ | typst | #import "lib.typ": *
#import "@preview/fontawesome:0.2.0": *
#let link-icon = super[#fa-arrow-up-right-from-square()]
#show: ieee.with(
title: [Air Drumming: Applied on-device body pose estimation],
abstract: [
Body pose estimation is a new and exciting field in Computer Vision. It allows for the estimation of ... | |
https://github.com/evaporei/resume | https://raw.githubusercontent.com/evaporei/resume/main/README.md | markdown | # resume
Curriculum vitae inspired by [this template](https://github.com/skyzh/typst-cv-template), using https://typst.app.
| |
https://github.com/Jollywatt/typst-fletcher | https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/docs/style.typ | typst | MIT License | #import "@preview/tidy:0.2.0"
#let function-name-color = tidy.styles.default.function-name-color
#let rainbow-map = tidy.styles.default.rainbow-map
#let gradient-for-color-types = tidy.styles.default.gradient-for-color-types
#let default-type-color = tidy.styles.default.default-type-color
#let colors = tidy.styles.def... |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/ConsuntivoSprint/PrimoSprint.typ | typst | MIT License | #import "../../const.typ": Re_cost, Am_cost, An_cost, Ve_cost, Pr_cost, Pt_cost
#import "../../functions.typ": rendicontazioneOreAPosteriori, rendicontazioneCostiAPosteriori, glossary
== Primo #glossary[sprint]
*Inizio*: Venerdì 10/11/2023
*Fine*: Giovedì 23/11/2023
#rendicontazioneOreAPosteriori(sprintNumber: "0... |
https://github.com/typst-doc-cn/tutorial | https://raw.githubusercontent.com/typst-doc-cn/tutorial/main/typ/templates/template-link.typ | typst | Apache License 2.0 |
// #import "supports-text.typ": plain-text
#import "@preview/shiroa:0.1.1": plain-text
#let make-unique-label(it, disambiguator: 1) = label({
let k = plain-text(it).trim()
if disambiguator > 1 {
k + "_d" + str(disambiguator)
} else {
k
}
})
#let label-disambiguator = state("label-disambiguator", (:))... |
https://github.com/Astro36/Astro36 | https://raw.githubusercontent.com/Astro36/Astro36/main/CV_Park.typ | typst | #let black100 = black
#let black90 = white.darken(90%)
#let black80 = white.darken(80%)
#let black70 = white.darken(70%)
#let accent_darken = rgb("#662549")
#let accent_lighten = rgb("#AE445A")
#let accent_underline = rgb("#FFF8E3")
#set document(title: "Seungjae Park", author: "<NAME>")
#set page(numbering: "1", numb... | |
https://github.com/npikall/typst-templates | https://raw.githubusercontent.com/npikall/typst-templates/main/templates/ovlf-std.typ | typst | // Overleaf LATEX Standard Template
#let conf(
language:"en",
doc
) = {
// set the Pagelayout
set page(
paper:"a4",
margin: ( left: 2.5cm,
right: 2.5cm,
top: 1.5cm,
bottom: 2.5cm ),
numbering: "1"
)
// Set the Heading Numbering
set heading(numberin... | |
https://github.com/VisualFP/docs | https://raw.githubusercontent.com/VisualFP/docs/main/SA/design_concept/content/introduction/tool_research/eros.typ | typst | = Eros
<NAME> developed a way to visualize pure values in an interactive and
composable way. He calls this technique "Tangible Functional Programming"
@Elliot_2007. The technique allows non-technical people to create content based
on combinations of pure values.
At the core of the technique are _tangible values_, wh... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/construct-01.typ | typst | Other | // Ensure that constructor styles win, but not over outer styles.
// The outer paragraph should be right-aligned,
// but the B should be center-aligned.
#set list(marker: [>])
#list(marker: [--])[
#rect(width: 2cm, fill: green, inset: 4pt, list[A])
]
|
https://github.com/tingerrr/masters-thesis | https://raw.githubusercontent.com/tingerrr/masters-thesis/main/src/util.typ | typst | #import "@local/chiral-thesis-fhe:0.1.0" as ctf
#import ctf.prelude: *
#import "@preview/cetz:0.2.2"
#import "@preview/fletcher:0.5.0"
#import "@preview/showybox:2.0.1"
#import "@preview/cheq:0.1.0"
#import "@preview/lovelace:0.3.0"
#import "@preview/oxifmt:0.2.1"
#let math-type(ty) = $text(#rgb("#407959"), ty)$
#let... | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/akatisty/akatistMichalABeztelesni.typ | typst | #import "/style.typ": *
#import "/styleAkatist.typ": *
= Akatist k svätému archanjelovi Michalovi a ostatným beztelesným mocnostiam
#align(horizon + center)[#primText[
#text(45pt)[Akatist k \
sv. archanjelovi\
Michalovi\
a ostatným\
beztelesným\
mocnostiam]
]]
#let akatist = (
(
"index": 1,
"ko... | |
https://github.com/floriandejonckheere/utu-thesis | https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/chapters/01-introduction.typ | typst | #import "@preview/acrostiche:0.3.1": *
= Introduction <introduction>
// General introduction to the topic
In the past decade, software engineering has seen a radical shift in the way software is developed and deployed.
The rise in popularity of cloud computing and containerization has led to the emergence of microse... | |
https://github.com/ayoubelmhamdi/typst-phd-AI-Medical | https://raw.githubusercontent.com/ayoubelmhamdi/typst-phd-AI-Medical/master/cover.typ | typst | MIT License | #let divider() = {
line(length: 100%, stroke: 5pt + rgb("#C55A11"))
}
#let cover(book_info) = {
let title=book_info.title
let authors=book_info.authors
let encaders=book_info.encaders
// #let cover(title: "", authors: (), encaders: ()) = {
v(-2.25em)
align(center,
// box(
// stroke:0pt,
fig... |
https://github.com/ClazyChen/Table-Tennis-Rankings | https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2010/MS-12.typ | typst |
#set text(font: ("Courier New", "NSimSun"))
#figure(
caption: "Men's Singles (1 - 32)",
table(
columns: 4,
[Ranking], [Player], [Country/Region], [Rating],
[1], [<NAME>], [CHN], [3250],
[2], [WANG Hao], [CHN], [3235],
[3], [<NAME>], [CHN], [3116],
[4], [BOLL Timo], [GER], [310... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/035%20-%20Core%202019/005_Chronicle%20of%20Bolas%3A%20Blood%20and%20Fire.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Chronicle of Bolas: Blood and Fire",
set_name: "Core 2019",
story_date: datetime(day: 18, month: 07, year: 2018),
author: "<NAME>",
doc
)
No one gave Naiva permission to leave the rock shelter and creep out into the heart of a dragon tempes... | |
https://github.com/RolfBremer/gloss-awe | https://raw.githubusercontent.com/RolfBremer/gloss-awe/main/README.md | markdown | Apache License 2.0 | # gloss-awe
Automatically create a glossary in [typst](https://typst.app/).
This typst component creates a glossary page from a given pool of potential glossary
entries using only those entries, that are marked with the `gls` or `gls-add` functions in
the document.
⚠️ Typst is in beta and evolving, and this package ... |
https://github.com/jassielof/typst-templates | https://raw.githubusercontent.com/jassielof/typst-templates/main/apa7/utils/authoring.typ | typst | MIT License | #import "languages.typ": *
#let validate-inputs(data, custom-data, data-type) = {
if data != (:) and custom-data != [] {
panic(data-type + " and custom-" + data-type + " cannot both be defined.")
}
if data == (:) and (custom-data == [] or custom-data == none) {
panic("At least one " + data-type + " must... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/babel/0.1.1/assets/poster.typ | typst | Apache License 2.0 | #import "@preview/babel:0.1.1": *
#import "../src/alphabets.typ": alphabets
#import "../assets/logo.typ": logo
#set page(
fill: gradient.linear(
angle: 90deg,
// ..color.map.vlag.map(it => it.lighten(50%))
..(
white,
rgb("#2369bd").mix(white),
rgb("#2369bd"),
rgb("#2369bd").mix(wh... |
https://github.com/nixon-voxell/nixon_resume | https://raw.githubusercontent.com/nixon-voxell/nixon_resume/main/template.typ | typst | MIT License | // const color
#let color_darknight = rgb("#131A28")
#let color_darkgray = rgb("333333")
// layout utility
#let justify_align(left_body, right_body) = {
block[
#left_body
#box(width: 1fr)[
#align(right)[
#right_body
]
]
]
}
#let justify_align_3(left_body, mid_body, right_body) = {
... |
https://github.com/agarmu/typst-templates | https://raw.githubusercontent.com/agarmu/typst-templates/main/notes/theorems.typ | typst | MIT License | #import "@preview/ctheorems:1.1.2": *
#let theorem = thmbox("theorem", "Theorem", fill: rgb("#e8e8f8"), base: none)
#let lemma = thmbox("theorem", "Lemma", fill: rgb("#efe6ff"), base: none)
#let corollary = thmbox("theorem", "Corollary", fill: rgb("#f8e8e8"), base: none)
#let definition = thmbox("theorem", "Definitio... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/methods-06.typ | typst | Other | // Error: 2-5 cannot mutate a constant: box
#box.push(1)
|
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Pensee_1_Liberte.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: "Pensée 1 Liberté",
authors: (
"<NAME>",
),
date: "30 Octobre, 2023",
)
#set heading(numbering: "1.1.")
= Lien entre liberté et physiq... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/layout-infinite-lengths_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
//
// #set page(width: auto, height: auto)
//
// // Error: 17-66 cannot create grid with infinite height
// #layout(size => grid(rows: (size.width, size.height))[a][b][c][d]) |
https://github.com/elteammate/typst-shell-escape | https://raw.githubusercontent.com/elteammate/typst-shell-escape/main/README.md | markdown | # ARCHIVED
Starting from Typst v0.something, this no longer works due to forcing the
`--root` option. Not that it should be used anyway.
I wrote this a long time ago, mostly as a joke, yet a few people thanked me
in DMs in discord for implementing it. I am totally fine with people using
my stuff, but I know that wh... | |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/syntax/backtracking.typ | typst | // Ensure that parser backtracking doesn't lead to exponential time consumption.
// If this regresses, the test suite will not terminate, which is a bit
// unfortunate compared to a good error, but at least we know something is up.
//
--- parser-backtracking-param-default-value ---
#{
let s = "(x: 1) => x"
let pat... | |
https://github.com/lxl66566/my-college-files | https://raw.githubusercontent.com/lxl66566/my-college-files/main/信息科学与工程学院/嵌入式系统/实验/报告/4/4.typ | typst | The Unlicense | #import "../template.typ": *
#show: project.with(
title: "实验报告 4",
authors: (
"absolutex",
)
)
= 定时器中断实验
== 实验目的
STM32F429的定时器功能十分强大,有TIME1和TIME8等高级定时器,也有TIME2\~TIME5,TIM9\~TIM14等通用定时器,还有TIME6和TIME7等基本定时器,总共达14个定时器之多。在本章中,我们将使用TIM3的定时器中断来控制DS1的翻转,在主函数用DS0的翻转来提示程序正在运行。本章实验将介绍定时器中断的配置,以及定时器的使用。
== 实验原理
STM... |
https://github.com/tiankaima/typst-notes | https://raw.githubusercontent.com/tiankaima/typst-notes/master/ea2724-ai_hw/main.typ | typst | #import "@preview/cetz:0.2.2": *
#import "@preview/diagraph:0.2.1": *
#set text(
font: ("linux libertine", "Source Han Serif SC", "Source Han Serif"),
size: 10pt,
)
#align(horizon + right)[
#text(size: 12pt)[
= USTC/ALGO24 人工智能基础 书面作业
]
PB21000030 马天开
#v(4em)
2024 年 春季学期 中国科学技术大学 人工智能基础 课程书面作业.
... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/emphasis-04.typ | typst | Other | // Ends at paragraph break.
// Error: 7 expected underscore
_Hello
World
|
https://github.com/505000677/Apply4Job | https://raw.githubusercontent.com/505000677/Apply4Job/main/resume.typ | typst | #import "chicv.typ": *
#show: chicv
= 王远翔
#fa[#envelope] <EMAIL> |
#fa[#github] #link("https://github.com/505000677")[github.com/505000677] |
== 教育背景
#cventry(
tl: [*匹兹堡大学*, 美国],
tr: [2023/08 - 2025/05 (预计)],
bl: [计算机科学硕士],
br: [Pittsburgh, PA, USA]
)[]
#cventry(
tl: [*宾夕法尼亚州州立大学*, 美国],
tr: [2018/08 -... | |
https://github.com/SillyFreak/typst-scrutinize | https://raw.githubusercontent.com/SillyFreak/typst-scrutinize/main/src/solution.typ | typst | MIT License | /// The boolean state storing whether solutions should currently be shown in the document.
/// This can be set using the Typst CLI using `--input solution=true` (or `false`, which is already
/// the default) and accessed by the regular methods of the
/// #link("https://typst.app/docs/reference/introspection/state/")[`s... |
https://github.com/AsiSkarp/grotesk-cv | https://raw.githubusercontent.com/AsiSkarp/grotesk-cv/main/src/template/content/experience.typ | typst | The Unlicense | #let meta = toml("../info.toml")
#import meta.import.path: experience-entry
#import "@preview/fontawesome:0.4.0": *
#let icon = meta.section.icon.experience
#let language = meta.personal.language
#let include-icon = meta.personal.include_icons
= #if include-icon [#fa-icon(icon) #h(5pt)] #if language == "en" [Experien... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/closure-08.typ | typst | Other | // Parameter bindings.
#{
let x = 5
let g() = {
let f(x, y: x) = x + y
f
}
test(g()(8), 13)
}
|
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CU/minea/1_generated/01_september/08.typ | typst | #import "../../../all.typ": *
== (08.) #translation.at("M_NAR_BOHORODICKY")
#columns(2, gutter: 2pt, [
// ---------------------------------------
// MALA VECIEREN
// ---------------------------------------
=== #translation.at("M")
==== #translation.at("HOSPODI_VOZVACH")
#generateTable((
// HV Stic... | |
https://github.com/Nrosa01/TFG-2023-2024-UCM | https://raw.githubusercontent.com/Nrosa01/TFG-2023-2024-UCM/main/Memoria%20Typst/utilities/gridfunc.typ | typst | #let draw_grid(state) = {
[
#let stroke_map = state.at("stroke_map", default: ())
#let color_map = state.at("color_map", default: (white, black, blue, red, green, yellow))
#let rect_content = state.at("rect_content", default: ())
#let default_stroke = state.at("default_stroke", default: black+.3pt)
... | |
https://github.com/ShapeLayer/ucpc-solutions__typst__archived | https://raw.githubusercontent.com/ShapeLayer/ucpc-solutions__typst__archived/main/README.md | markdown | Other | Repository moved: [ShapeLayer/ucpc-solutions__typst](https://github.com/ShapeLayer/ucpc-solutions__typst)
---
# UCPC 2020 Solutions Theme (Typst ported)
[Original: ucpc2020-solutions-theme](https://github.com/ucpcc/2020-solutions-theme)
(Special Thanks) [@kiwiyou](https://github.com/kiwiyou)
* Since this ported ver... |
https://github.com/Sparkenstein/resume | https://raw.githubusercontent.com/Sparkenstein/resume/master/resume.typ | typst | #import "@preview/guided-resume-starter-cgc:2.0.0": *
#show: resume.with(
author: "Dr. Emmit \"<NAME>",
location: "Hill Valley, CA",
contacts: (
[#link("mailto:<EMAIL>")[Email]],
[#link("https://chaoticgood.computer")[Website]],
[#link("https://github.com/spelkington")[GitHub]],
[#link("https://l... | |
https://github.com/RaphGL/ElectronicsFromBasics | https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap5/1_what_are_series_parallel_circuits.typ | typst | Other | #import "../../core/core.typ"
=== What are \"series\" and \"parallel\" circuits?
Circuits consisting of just one battery and one load resistance are very
simple to analyze, but they are not often found in practical
applications. Usually, we find circuits where more than two components
are connected together.
There a... |
https://github.com/SillyFreak/typst-packages-old | https://raw.githubusercontent.com/SillyFreak/typst-packages-old/main/template/src/lib.typ | typst | MIT License | /// Adds two numbers.
///
/// #example(mode: "markup", ```
/// $1 + 2 = #template.add(1, 2)$
/// ```)
///
/// - x (number): the first summand
/// - y (number): the second summand
/// -> number
#let add(x, y) = x + y
/// Subtracts the second number from the first.
///
/// #example(mode: "markup", ```
/// $1 - 2 = #temp... |
https://github.com/crd2333/crd2333.github.io | https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Courses/计算机组成与设计/Arithmetic.typ | typst | ---
order: 3
---
#import "/src/components/TypstTemplate/lib.typ": *
#show: project.with(
title: "计算机组成与设计",
lang: "zh",
)
#let tbl_white(white_row: 1 , content_size: 9pt,..args) = align(center, block[
#show table.cell: it => if it.y <= white_row - 1 {
set text(fill: white, stroke: white)
it
} else {
... | |
https://github.com/ayoubelmhamdi/typst-phd-AI-Medical | https://raw.githubusercontent.com/ayoubelmhamdi/typst-phd-AI-Medical/master/chapters/ch09-wil.typ | typst | MIT License | #import "../functions.typ": heading_center, images, italic,linkb
#let finchapiter = text(size: 24pt, fill:rgb("#1E045B"),[■])
#let S1 = "S1"
#let S2 = "S2"
#let S3 = "S3"
= DETECTING LUNG CANCER NODULES.
== Introduction
Worldwide, lung cancer stands as the predominant cause of cancer-related deaths @Siegel2017Cancer... |
https://github.com/SciTXT/typst-semantics | https://raw.githubusercontent.com/SciTXT/typst-semantics/main/README.md | markdown | MIT License | # typst-semantics
Adding a semantic layer to Typst, enabeling machine interpretable and actionable scientific texts
## Overview and Motivation
There is currently a large movement in **science** to make scientific texts machine "understandable" / interpretable and actionable (e.g. in the *FAIR data movement*).
A co... |
https://github.com/OR-gatti/ThesisTemplate-Typst | https://raw.githubusercontent.com/OR-gatti/ThesisTemplate-Typst/main/main.typ | typst |
#set heading(numbering: "1.")
#set par(justify: true)
#set page(
numbering: "1",
)
#show heading: it => [
#set text(9pt,font: "MS Gothic")
#counter(heading).display()
#emph(it.body)
\ \
]
\ \
#align(center, text(14pt)[
#set text(font:"MS Gothic")
*タイトルをここに入力*
\ \
])
#set tex... | |
https://github.com/ClazyChen/Table-Tennis-Rankings | https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history/2010/MS-04.typ | typst |
#set text(font: ("Courier New", "NSimSun"))
#figure(
caption: "Men's Singles (1 - 32)",
table(
columns: 4,
[Ranking], [Player], [Country/Region], [Rating],
[1], [MA Long], [CHN], [3299],
[2], [WANG Hao], [CHN], [3127],
[3], [WANG Liqin], [CHN], [3064],
[4], [ZHANG Jike], [CHN]... | |
https://github.com/davidmasp/naturelike | https://raw.githubusercontent.com/davidmasp/naturelike/main/naturelike.typ | typst |
// this function allow for the creation
// of a nature-like preprint.
// title: the title of the paper
// authors: an array of authors. Each author can have a name and a affiliation*
// abstract: the abstract of the paper
// paper-size: the size of the paper. Default is us-letter
// bibliography-file: the bib file to... | |
https://github.com/typst-community/mantodea | https://raw.githubusercontent.com/typst-community/mantodea/main/README.md | markdown | MIT License | # Mantodea
A template & package for documents targeting the Typst developer community. This includes specifications, guidelines, documentation and more.
# TODOS
- [ ] Documenation
- [ ] write a guide section
- [ ] add examples to the docs
- [ ] Functionality
- [ ] Port author reading code from unreleased thesis ... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/026_Eldritch%20Moon.typ | typst | #import "@local/mtgset:0.1.0": conf
#show: doc => conf("Eldritch Moon", doc)
#include "./026 - Eldritch Moon/001_The Archmage of Goldnight.typ"
#include "./026 - Eldritch Moon/002_Stone and Blood.typ"
#include "./026 - Eldritch Moon/003_Emrakul Rises.typ"
#include "./026 - Eldritch Moon/004_Innistrad's Last Hope.typ"
... | |
https://github.com/SnO2WMaN/modallogic-text | https://raw.githubusercontent.com/SnO2WMaN/modallogic-text/main/main.typ | typst | Do What The F*ck You Want To Public License | #import "template.typ": *
#show: ams-article.with(
title: [標準様相論理の諸性質とその形式化],
authors: (
(
name: "SnO2WMaN",
url: "sno2wman.net"
),
),
abstract: [
標準様相論理の諸性質,具体的には健全性,完全性などについて,自己完結した証明を与える.
また本書の証明は定理証明支援系であるLean 4によって形式化したので,それについて少し述べる.
],
bibliography-file: "bib.yaml",
)
#le... |
https://github.com/liuguangxi/erdos | https://raw.githubusercontent.com/liuguangxi/erdos/master/Problems/typstdoc/figures/p321_1.typ | typst | #import "@preview/cetz:0.2.1"
#cetz.canvas(length: 6pt, {
import cetz.draw: *
let a = 6
let b = 18
let dx = a
let dy = calc.sqrt(3)*a
line(stroke: none, fill: orange.lighten(30%), close: true,
(a - dx, 0 - dy), (0.5*a - dx, 0.5*calc.sqrt(3)*a - dy), (-0.5*a - dx, 0.5*calc.sqrt(3)*a - dy)... | |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/packages/headers.md | markdown | MIT License | # Headers
## `hydra`: Contextual headers
We have discussed in `Typst Basics` how to get current heading with `query(selector(heading).before(here()))` for headers. However, this works badly for nested headings with numbering and similar things. For these cases there is `hydra`:
```typ
#import "@preview/hydra:0.5.1":... |
https://github.com/krestenlaust/AAU-Typst-Template | https://raw.githubusercontent.com/krestenlaust/AAU-Typst-Template/main/singlefile-template/main.typ | typst | MIT License | #import "template.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: project.with(
meta: (
title: "Explaining Quantum Mechanics to a Child, Like a Boss: Enable Understanding for Small People",
theme: "Scientific Theme",
proj... |
https://github.com/Dicarbene/note-typst | https://raw.githubusercontent.com/Dicarbene/note-typst/master/notes/UI-Library-design/UI-Component-Design.typ | typst | MIT License | #import "../../templates/ams/template.typ": *
#import "../../utils/algorithmic.typ"
#let algorithm = algorithmic.algorithm
#show: ams-article.with(
title: "UI library design",
authors: (
(
name: "Dicarbene (wxj)",
),
),
bibliography-file: "refs.bib",
)
= abstract
== Button
=== props
- content... |
https://github.com/michidk/cv | https://raw.githubusercontent.com/michidk/cv/main/src/template/color.typ | typst | #let colors = (
heading: rgb("#585858"),
link: rgb("#09306e"),
accent: rgb("#81d4fa"),
)
| |
https://github.com/monaqa/typscrap.nvim | https://raw.githubusercontent.com/monaqa/typscrap.nvim/master/class/lib.typ | typst | #import "layout.typ"
#import "states.typ"
#import "component.typ"
#import "colors.typ"
| |
https://github.com/cbr9/CV | https://raw.githubusercontent.com/cbr9/CV/main/modules/education.typ | typst | Apache License 2.0 | #import "../template/template.typ": *
#cvSection("Education")
#cvEntry(
title: [M.Sc. Computational Linguistics],
society: [University of Stuttgart],
date: [April 2021 - September 2023],
location: [Germany],
logo: "../src/logos/uni-stuttgart.png",
description: list(
)
)
#cvEntry(
... |
https://github.com/vncsb/desec-typst-template | https://raw.githubusercontent.com/vncsb/desec-typst-template/main/report.typ | typst | #import "settings.typ": *
#import "table-headers.typ": h-header, v-header
#include "cover.typ"
#pagebreak()
#set text(font: "Arial", size: 12pt)
#set page(
paper: "us-letter",
margin: (top: 3cm, left: 2cm, right: 2cm, bottom: 2cm),
header: [
#align(left)[
#image("images/header.png", width: 3.16cm, heig... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-108E0.typ | typst | Apache License 2.0 | #let data = (
("HATRAN LETTER ALEPH", "Lo", 0),
("HATRAN LETTER BETH", "Lo", 0),
("HATRAN LETTER GIMEL", "Lo", 0),
("HATRAN LETTER DALETH-RESH", "Lo", 0),
("HATRAN LETTER HE", "Lo", 0),
("HATRAN LETTER WAW", "Lo", 0),
("HATRAN LETTER ZAYN", "Lo", 0),
("HATRAN LETTER HETH", "Lo", 0),
("HATRAN LETTER TE... |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/ephid/grundlagen/main.typ | typst | Other | #import "/src/template.typ": *
= #ix("Grundlagen der Philosophiedidaktik")
|
https://github.com/The-Notebookinator/notebookinator | https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/themes/radial/components/toc.typ | typst | The Unlicense | #import "/utils.typ"
#import "../metadata.typ": *
#import "./label.typ": *
#let toc = utils.make-toc((
_,
body,
appendix,
) => {
heading(level: 1)[Entries]
stack(
spacing: 1em,
..for entry in body {
(
[
#entry.date.display("[year]/[month]/[day]")
#h(5pt)
#... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/proposals/3-fine-granular-canvas-update.md | markdown | Apache License 2.0 | ### Fine-granular Canvas Update
Break the canvas into small pieces and update them individually to shorten E2E latency.
To finish the task we need to implement the following function:
```rust
pub struct OpaqueCanvasState;
pub fn update_canvas(&self, state: OpaqueCanvasState,
canvas: web_sys::CanvasRenderingContext2d... |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Texte_1.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: "Texte 1",
authors: (
"<NAME>",
),
date: "30 Octobre, 2023",
)
#set heading(numbering: "1.1.")
= Quelle image du poète est donnée ici ... | |
https://github.com/metamuffin/typst | https://raw.githubusercontent.com/metamuffin/typst/main/tests/typ/compiler/hint.typ | typst | Apache License 2.0 | // Test diagnostics.
// Ref: false
---
// Error: 1:17-1:19 expected length, found integer: a length needs a unit – did you mean 12pt?
#set text(size: 12)
---
#{
let a = 2
a = 1-a
a = a -1
// Error: 7-10 unknown variable: a-1 – if you meant to use subtraction, try adding spaces around the minus sign.
a = a-... |
https://github.com/86challenge/rules | https://raw.githubusercontent.com/86challenge/rules/main/template.typ | typst | #let template(doc) = [
#set page("us-letter")
#set page(numbering: "(1)")
#set text(size: 10pt)
#show link: set text(blue)
#show link: underline
#show outline.entry: set text(blue)
#show outline.entry: underline
#show table.cell.where(y: 0): strong
#show table: set block(breakable: false)
#set tabl... | |
https://github.com/joshuabeny1999/unisg-thesis-template-typst | https://raw.githubusercontent.com/joshuabeny1999/unisg-thesis-template-typst/main/content/01_content.typ | typst | Other | = Heading 1 <chapter1>
== Heading 2
=== Heading 3
==== Heading 4
This is a biblography cite: #cite(<bruegge2004object>) |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/代数学二/作业/hw7.typ | typst | #import "../../template.typ": *
#import "@preview/commute:0.2.0": node, arr, commutative-diagram
#show: note.with(
title: "作业5",
author: "YHTQ",
date: none,
logo: none,
withOutlined : false,
withTitle :false,
)
(应交时间为4月16日)
#let Supp = math.op("Supp")
#set heading(numbering: none)
= p78
== 1
=== i
... | |
https://github.com/HarryLuoo/sp24 | https://raw.githubusercontent.com/HarryLuoo/sp24/main/431/hw/1/hw7.typ | typst | #set math.equation(numbering: "(1)")
#set page(margin: (x: 1cm, y: 1cm))
= HW 7, <NAME>
= 5.8
We can solve for the probability density function by differentiating the
cumulative distribution function.
$X in [-1,2] => X^2 in [0,4]$. When $X^2 in [0,4]$,
$ F_Y(y) &= P(Y<= y) \ &= P(X^2<=y) \ &= P(-sqrt(y)<= X <= sqr... | |
https://github.com/Dherse/codly | https://raw.githubusercontent.com/Dherse/codly/main/codly.typ | typst | MIT License | #import "args.typ": __codly-args, __codly-save, __codly-load
// Default language-block style
#let default-language-block(name, icon, color) = {
let radius = (__codly-args.lang-radius.get)()
let padding = (__codly-args.lang-inset.get)()
let lang-stroke = (__codly-args.lang-stroke.get)()
let lang-fill = (__codl... |
https://github.com/daniel-eder/typst-template-jku | https://raw.githubusercontent.com/daniel-eder/typst-template-jku/main/src/template/styles/content.typ | typst | // SPDX-FileCopyrightText: 2023 <NAME>
//
// SPDX-License-Identifier: Apache-2.0
#import "./header.typ": header as headerstyle
#let content(it) = {
set page(
numbering: "1",
number-align: center,
header: headerstyle()
)
//TODO: For level 1 headings in content consider enabling the below to show "... | |
https://github.com/smorad/um_cisc_7026 | https://raw.githubusercontent.com/smorad/um_cisc_7026/main/lecture_1_intro.typ | typst | #import "@preview/polylux:0.3.1": *
#import themes.university: *
#import "@preview/cetz:0.2.2": canvas, draw
#import "common.typ": *
// FUTURE TODO: Introduce function notation
#show: university-theme.with(
aspect-ratio: "16-9",
short-title: "CISC 7026: Introduction to Deep Learning",
short-author: "<NAME>",
... | |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/i18n/zh/docusaurus-plugin-content-docs/current/intro.md | markdown | ---
sidebar_position: 1
---
# Touying 介绍
[Touying](https://github.com/touying-typ/touying) 是为 Typst 开发的幻灯片/演示文稿包。Touying 也类似于 LaTeX 的 Beamer,但是得益于 Typst,你可以拥有更快的渲染速度与更简洁的语法。后面,我们会使用 slides 指代幻灯片,slide 指代单张幻灯片,subslide 指代子幻灯片。
## 为什么使用 Touying
- 相较于 PowerPoint,Touying 并非「所示即所得的」,你可以使用一种「内容与样式分离」的方式编写你的 slides,尤其是 Ty... | |
https://github.com/ysthakur/PHYS121-Notes | https://raw.githubusercontent.com/ysthakur/PHYS121-Notes/main/Practice/11.typ | typst | MIT License | #import emoji: square
= Practice Problems Ch 11
#square.black = Initially got wrong
1. ✅ C
2. ✅ D
3. ✅ A
5. ✅ E
6. #square.black E: no engine can be more efficient than a Carnot engine operating between the same two temperatures
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.