repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/linhduongtuan/BKHN-Thesis_template_typst | https://raw.githubusercontent.com/linhduongtuan/BKHN-Thesis_template_typst/main/template/cover.typ | typst | Apache License 2.0 | // Settings of the cover page
#import "font.typ": *
#import "../contents/info.typ": *
#let divider() = {
line(length: 100%, stroke: 2pt + rgb("#0080FF"))
}
#set page(footer: none)
// Set the cover page without any number
#counter(page).update(0)
#align(center)[
#v(-20pt)
#table(
columns: (auto, auto, aut... |
https://github.com/royfrancis/quarto-typst-certificate | https://raw.githubusercontent.com/royfrancis/quarto-typst-certificate/main/_extensions/nbis-certificate/typst-show.typ | typst | #show: nbis-certificate.with(
$if(title)$
title: "$title$",
$endif$
$if(headnotes-1)$
headnotes-1: [$headnotes-1$],
$endif$
$if(headnotes-2)$
headnotes-2: [$headnotes-2$],
$endif$
$if(participant)$
participant: [$participant$],
$endif$
$if(bg-image)$
bg-image: (
path: "$b... | |
https://github.com/RaphGL/ElectronicsFromBasics | https://raw.githubusercontent.com/RaphGL/ElectronicsFromBasics/main/DC/chap6/3_current_divider_circuit.typ | typst | Other | #import "../../core/core.typ"
=== Current divider circuits
Let\'s analyze a simple parallel circuit, determining the branch
currents through individual resistors:
#image("static/00118.png")
Knowing that voltages across all components in a parallel circuit are
the same, we can fill in our voltage/current/resistance ... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/042%20-%20Strixhaven%3A%20School%20of%20Mages/007_The%20Mentor.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Mentor",
set_name: "Strixhaven: School of Mages",
story_date: datetime(day: 16, month: 04, year: 2021),
author: "<NAME>",
doc
)
Five minutes into his first encounter with Asterion, Quintorius decided that he had heard just about enough ... | |
https://github.com/mkpoli/ipsj-typst-template | https://raw.githubusercontent.com/mkpoli/ipsj-typst-template/master/lib/bibliography.typ | typst | /// CSL言語の制限を超えたカスタマイズのための擬似的な参考文献リストを生成する
///
/// - yaml-data (dictionary): Hayagriva YAML形式のデータ
/// - show-unused (boolean): 文内未参照のエントリーを表示するかどうか
#let fake-bibliography(yaml-data, show-unused: false) = {
// set text(fill: blue)
// TODO:
// locate(loc => {
// let all-refs = query(cite, loc)
// repr(all-r... | |
https://github.com/N3M0-dev/Notes | https://raw.githubusercontent.com/N3M0-dev/Notes/main/ECON/Principles_of_Finance/Note_PoF/Pt_2/pt2.typ | typst | #import "@local/note_template:0.0.1":*
#import "@local/tbl:0.0.4"
#set par(justify: true)
#set page(numbering: "1", number-align: center)
#set outline(indent: auto)
#set heading(numbering: "1.1")
#frontmatter(authors: ("Nemo",),
// date: "2023 Oct 8 - "+str(datetime.today().display("[year] [month repr:short] [day pa... | |
https://github.com/k0tran/cont_labs | https://raw.githubusercontent.com/k0tran/cont_labs/master/reports/lab8.typ | typst | #import "template.typ": *
#show: lab.with(n: 8)
= Выбор образа
Выбрал
#link("https://hub.docker.com/r/kassany/ziglang")[kassany/ziglang]
Тэг master
#pic(img: "lab8/docker_pull.png")[Скачивание образа]
#pic(img: "lab8/docker_run.png")[Запуск образа]
= Сканирование
== Docker Scout
```shell
curl -fsSL https://raw.g... | |
https://github.com/rice8y/cetzuron | https://raw.githubusercontent.com/rice8y/cetzuron/main/docs/fcnn/sample_fcnn.typ | typst | #import "@local/cetzuron:0.1.0": *
#set page(width: auto, height: auto)
#set text(lang: "ja", font: "TeX Gyre Termes", size: 10pt)
#show regex("[\p{scx:Han}\p{scx:Hira}\p{scx:Kana}]"): set text(lang: "ja", font: "<NAME>", size: 10pt)
#figure(
fcnn(3, 4, 3),
caption: [ラベル表示 Ver.]
)
#figure(
fcnn(5, 4, 3, middleLa... | |
https://github.com/zyf722/typst-tabler-icons | https://raw.githubusercontent.com/zyf722/typst-tabler-icons/main/README.md | markdown | MIT License | > [!NOTE]
>
> This project is greatly inspired by and mainly edited based on [typst-fontawesome](https://github.com/duskmoon314/typst-fontawesome).
<h1 align="center">
<img alt="Typst" src="assets/splash.svg">
</h1>
A Typst library for [Tabler Icons](https://github.com/tabler/tabler-icons), a set of over 5500 free ... |
https://github.com/andreasKroepelin/TypstJlyfish.jl | https://raw.githubusercontent.com/andreasKroepelin/TypstJlyfish.jl/main/examples/demo.typ | typst | MIT License | #import "../typst/lib.typ": *
#set page(width: auto, height: auto, margin: 1em)
#set text(font: "Alegreya Sans")
#let note = text.with(size: .7em, fill: luma(100), style: "italic")
#read-julia-output(json("demo-jlyfish.json"))
#jl-pkg("Colors", "Typstry", "Makie", "CairoMakie")
#grid(
columns: 2,
gutter: 1em,
... |
https://github.com/Servostar/dhbw-abb-typst-template | https://raw.githubusercontent.com/Servostar/dhbw-abb-typst-template/main/src/pages/abstract.typ | typst | MIT License | // .--------------------------------------------------------------------------.
// | Abstract |
// '--------------------------------------------------------------------------'
// Author: <NAME>
// Edited: 28.06.2024
// License: MIT
#let new_abstract(conf... |
https://github.com/dangh3014/postercise | https://raw.githubusercontent.com/dangh3014/postercise/main/postercise.typ | typst | MIT License | #import "/themes/themes.typ"
#import "/utils/scripts.typ"
|
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/foundations/label.typ | typst | // Test labels.
--- label-show-where-selector ---
// Test labelled headings.
#show heading: set text(10pt)
#show heading.where(label: <intro>): underline
= Introduction <intro>
The beginning.
= Conclusion
The end.
--- label-after-expression ---
// Test label after expression.
#show strong.where(label: <v>): set tex... | |
https://github.com/matthewt-assurity/typst_pdf_learning | https://raw.githubusercontent.com/matthewt-assurity/typst_pdf_learning/main/README.md | markdown | # Typst_pdf_learning Format
## Installing
*TODO*: Replace the `<github-organization>` with your GitHub organization.
```bash
quarto use template <github-organization>/typst_pdf_learning
```
This will install the extension and create an example qmd file that you can use as a starting place for your article.
## Usin... | |
https://github.com/binhtran432k/ungrammar-docs | https://raw.githubusercontent.com/binhtran432k/ungrammar-docs/main/contents/requirements-analysis/core.typ | typst | === Ungrammar Language Core
==== List of Usecase
- View Annotations
- Provide Code Completion
- Provide Code Actions
- Report Diagnostics
- Go to Definition
- Find All References
- Expand/Shrink Code Folding
- Expand/Shrink Code Selection
- Rename Code
- Hover Code
- Format Code
- Highlight Semantic Sy... | |
https://github.com/kdog3682/2024-typst | https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/chatgpt-life-advice.typ | typst | #import "templates.typ"
#show: templates.get("chatgpt", theme: "hawaii")
== List for Structure
Creating a structured and straightforward to-do list can help someone who is lazy and forgetful stay on track throughout the day. Here's a simple and manageable plan divided into morning, afternoon, and evening sections, wi... | |
https://github.com/jamesrswift/typst-chem-par | https://raw.githubusercontent.com/jamesrswift/typst-chem-par/main/src/constants.typ | typst | MIT License | #let elements = ("Ac","Ag","Al","Am","Ar","As","At","Au","Ba","Be","Bh","Bi","Bk","Br","B","Ca","Cd","Ce","Cf","Cl","Cm","Co","Cr","Cs","Cu","C","Ds","Db","Dy","Er","Es","Eu","Fe","Fm","Fr","F","Ga","Gd","Ge","He","Hf","Hg","Ho","Hs","H","In","Ir","I","Kr","K","La","Li","Lr","Lu","Md","Mg","Mn","Mo","Mt","Na","Nb","Nd"... |
https://github.com/UntimelyCreation/typst-neat-cv | https://raw.githubusercontent.com/UntimelyCreation/typst-neat-cv/main/src/content/en/interests.typ | typst | MIT License | #import "../../template.typ": *
#cvSection("Personal Interests")
#cvInterestTags(
tags: ("FOSS", "Music", "Reading", "Working Out"),
)
#divider()
#cvInterestDescription(
description: list(
[#lorem(15)]
)
)
|
https://github.com/Isaac-Fate/booxtyp | https://raw.githubusercontent.com/Isaac-Fate/booxtyp/master/src/math.typ | typst | Apache License 2.0 | // Operators
/// Real part of a complex number.
#let Re = math.op("Re")
/// Imaginary part of a complex number.
#let Im = math.op("Im")
/// Diameter of a subset in a metric space.
#let diam = math.op("diam")
/// Length of a curve.
#let len = math.op("length")
// Inner product
#let inprod(vec1, vec2) = {
$lr(angl... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/056%20-%20Outlaws%20of%20Thunder%20Junction/011_Epilogue%201%3A%20Bring%20the%20End%2C%20Part%201.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Epilogue 1: Bring the End, Part 1",
set_name: "Outlaws of Thunder Junction",
story_date: datetime(day: 01, month: 04, year: 2024),
author: "<NAME>",
doc
)
#emph[One Year Prior. The Invasion Tree.]
All that remains at the end of the journey... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/import-15.typ | typst | Other | // Cyclic import of this very file.
// Error: 9-23 cyclic import
#import "./import.typ"
|
https://github.com/pluttan/shem | https://raw.githubusercontent.com/pluttan/shem/main/lab2/lab2.typ | typst | #import "@docs/bmstu:1.0.0":*
#import "@preview/tablex:0.0.8": tablex, rowspanx, colspanx, cellx
#show: student_work.with(
caf_name: "Компьютерные системы и сети",
faculty_name: "Информатика и системы управления",
work_type: "лабораторной работе",
work_num: "2",
discipline_name: "Схемотехника",
theme: "Иссл... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/multiline-00.typ | typst | Other | // Test basic alignment.
$ x &= x + y \
&= x + 2z \
&= sum x dot 2z $
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1F0A0.typ | typst | Apache License 2.0 | #let data = (
("PLAYING CARD BACK", "So", 0),
("PLAYING CARD ACE OF SPADES", "So", 0),
("PLAYING CARD TWO OF SPADES", "So", 0),
("PLAYING CARD THREE OF SPADES", "So", 0),
("PLAYING CARD FOUR OF SPADES", "So", 0),
("PLAYING CARD FIVE OF SPADES", "So", 0),
("PLAYING CARD SIX OF SPADES", "So", 0),
("PLAYIN... |
https://github.com/silent-dxx/typst-color-emoji | https://raw.githubusercontent.com/silent-dxx/typst-color-emoji/main/README.md | markdown | MIT License | # Typst Color emoji
A simple library for drawing color emoji for Typst. Drawing using [twemoji](https://github.com/twitter/twemoji) and [openmoji](https://github.com/hfg-gmuend/openmoji) open-source emoji libraries.
# Getting Started
1. import "typst-color-emoji"
```c
#import "typst-color-emoji/cm.typ"
```... |
https://github.com/oliver-ni/resume | https://raw.githubusercontent.com/oliver-ni/resume/main/README.md | markdown | MIT License | # resume
My resume, written in [Typst](https://typst.app/).

|
https://github.com/dice-punk-press/open-d12 | https://raw.githubusercontent.com/dice-punk-press/open-d12/main/README.md | markdown | Creative Commons Attribution 4.0 International | # Open D12
## What is it?
Open D12 is a rules system for creating tabletop role playing
games. It is made of some 'minimal but complete' [core rules](https://github.com/Dice-Punk-Press/open-d12/blob/main/src/core-rules.typ)
plus a number of optional [extensions](https://github.com/Dice-Punk-Press/open-d12/tree/main/s... |
https://github.com/saurabtharu/Internship-repo | https://raw.githubusercontent.com/saurabtharu/Internship-repo/main/Internship%20Report%20-%20typst/chapters/chapter-2-org%20details%20and%20literature%20review.typ | typst | #import "../template.typ": *
= Chapter 2: Background Study and Literature Review
\
== 2.1. Introduction to Organization
#v(15pt, weak: true)
F1Soft International is a leading financial technology company based in Nepal. Established in 2004, the company specializes in providing innovative digital financial solutions ... | |
https://github.com/jneug/typst-nassi | https://raw.githubusercontent.com/jneug/typst-nassi/main/tests/switch/test.typ | typst | MIT License | #import "../../src/nassi.typ"
#nassi.diagram({
nassi.elements.switch(
"trafficLight",
(
red: {
nassi.elements.process("pressBrakes()")
nassi.elements.assign("Ignission", "off")
},
yellow: {
nassi.elements.assign("Ignission", "on")
},
green: {
nass... |
https://github.com/WinstonMDP/math | https://raw.githubusercontent.com/WinstonMDP/math/main/knowledge/orders.typ | typst | #import "../cfg.typ": *
#show: cfg
= Orders
A relation is a preorder $:=$ it's reflexive and transitive
A relation is an order $:=$ it's an antisymmetric preorder
A relation is a strict order $:=$ it's irreflexive and transitive
$x$ is an upper bound of $Y := y <= x$
$x$ is max $:= x lt.not x'$
$x$ is the greates... | |
https://github.com/HPDell/typst-slides-uob | https://raw.githubusercontent.com/HPDell/typst-slides-uob/main/example.typ | typst | #import "slides-uob.typ": *
#show: slides.with(
title: "Basic Slides Template for Bristol",
authors: ("<NAME>",),
date: datetime(day: 18, month: 6, year: 2023)
)
= Usage
== Make Pages
=== Headings
#slide[
==== Level 1-2 Headings
This template converts headings with levels 1 and 2 to section pages.
T... | |
https://github.com/DieracDelta/presentations | https://raw.githubusercontent.com/DieracDelta/presentations/master/common.typ | typst | #let codeblock(body, caption: none, lineNum:true) = {
if lineNum {
show raw.where(block:true): it =>{
set par(justify: false)
block(fill: luma(240),inset: 0.3em,radius: 0.3em,
// grid size: N*2
grid(
columns: 2,
align: left+top,
column-gu... | |
https://github.com/astrojhgu/medical_expense_reimbursement | https://raw.githubusercontent.com/astrojhgu/medical_expense_reimbursement/master/README.md | markdown | = 国家天文台医疗费报销单`typst`版
蓝本:

输出:

| |
https://github.com/flavio20002/typst-kaobook-template | https://raw.githubusercontent.com/flavio20002/typst-kaobook-template/main/example/example.typ | typst | Apache License 2.0 | #import "../typst-kaobook.typ": project
#show: project.with(
title: "Exploring the Physical Manifestation of Humanity’s Subconscious Desires",
subtitle: "A Practical Guide",
date: "Anno scolastico 2023-2024",
author: "<NAME>",
mainColor: rgb("#F36619"),
lang: "en",
listOfFigureTitle: "List of Figures",
... |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/zalmy/Z_ChvalyMale.typ | typst | #import "/style.typ": *
#set par(first-line-indent: 1em)
=== Žalm 148
#note[(... Pokračovanie)]
Chváľte Pána z nebies, \* chváľte ho na výsostiach.
Chváľte ho, všetci jeho anjeli, \* chváľte ho, všetky nebeské mocnosti.
Chváľte ho, slnko a mesiac; \* chváľte ho, všetky hviezdy žiarivé;
chváľte ho, nebies nebesia... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cineca/0.2.0/test/month-summary.typ | typst | Apache License 2.0 | #import "@preview/cineca:0.2.0": *
#set page(margin: 0.5in, height: 13cm, width: 14cm)
#let events = (
(datetime(year: 2024, month: 05, day: 21), (circle, (stroke: color.green, inset: 2pt))),
(datetime(year: 2024, month: 05, day: 22), (circle, (stroke: color.green, inset: 2pt))),
(datetime(year: 2024, month: 05... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/field-08.typ | typst | Other | // Error: 8-10 cannot access fields on type boolean
#false.ok
|
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/212.%20alien.html.typ | typst | alien.html
Alien Truth
October 2022If there were intelligent beings elsewhere in the universe, they'd
share certain truths in common with us. The truths of mathematics
would be the same, because they're true by definition. Ditto for
the truths of physics; the mass of a carbon atom would be the same
on their planet. Bu... | |
https://github.com/peterw16/da_typst_vorlage | https://raw.githubusercontent.com/peterw16/da_typst_vorlage/main/template/pages/eidesstattliche.typ | typst | #let eidesstattliche(persons: ()) = [
= Eidesstattliche Erklärung
Ich erkläre an Eides statt, dass ich die vorliegende Diplomarbeit selbst¨andig und ohne fremde Hilfe verfasst, andere als die angegebenen Quellen und Hilfsmittel nicht benutzt und die den benutzten Quellen wörtlich und inhaltlich entnommenen Stel... | |
https://github.com/j10ccc/algorithm-analysis-homework-template-typst | https://raw.githubusercontent.com/j10ccc/algorithm-analysis-homework-template-typst/main/layout/question.typ | typst | #import "../config.typ": frontmatter
#let question_counter = counter("question")
#let question(
body,
title: "question title",
homework_id: "0"
) = [
#question_counter.step()
*题目 #homework_id\-#question_counter.display().*
#h(10pt)
#title \
#body
]
| |
https://github.com/rikhuijzer/phd-thesis | https://raw.githubusercontent.com/rikhuijzer/phd-thesis/main/predicting.typ | typst | The Unlicense | #import "style.typ": style
#import "functions.typ": bib, title, header, only
#set page(
// Slow Productivity is 14.61 x 21.69 cm (almost A5).
// European printers all use A5.
width: 148mm, // 15.24 cm
height: 210mm, // 22.86 cm
margin: (top: 13mm, bottom: 16mm),
)
#include "title-page.typ"
#pagebr... |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/def_use/for_loop.typ | typst | Apache License 2.0 | #for i in {
let i = 1;
(i, )
} {
(i, )
} |
https://github.com/chaosarium/typst-templates | https://raw.githubusercontent.com/chaosarium/typst-templates/main/examples/homework.typ | typst | #import "../homework/lib.typ": *
#import "@preview/curryst:0.3.0": rule, proof-tree
#let layout(doc) = homework_layout(doc, "XX-XXX Assignment X")
#show: layout
= Problem 1
== 1.a
*Lorem ipsum* dolor sit amet, _consectetur_ adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat... | |
https://github.com/rv-ragul/rv-ragul | https://raw.githubusercontent.com/rv-ragul/rv-ragul/main/RAGUL-common.typ | typst | #set text(size: 13pt)
#set page(margin: (x: 1.5cm, y: 1.5cm) )
/// Custom link
#let custom_link(dest, desc)={
link(dest, underline(text(fill:blue,desc)))
}
/// Some useful functions
#let page_header(header) = {
let name = header.at("name", default: "Name_of_the_person")
let mail = header.at("mail", default: "<E... | |
https://github.com/zenor0/simple-neat-typst-cv | https://raw.githubusercontent.com/zenor0/simple-neat-typst-cv/master/examples/example.typ | typst | MIT License | #import "@local/simple-neat-cv:0.1.0": cv-conf, main_head, info_block, award_block, show-icon-text
#show: doc => cv-conf(
name: "zenor0",
intention: "求职意向: BIG BOSS",
photo: "../assets/photo_example.jpg",
wechat: "zenor0",
phone: "+86 xxx xxxx xxxx",
email: ("<EMAIL>", "<EMAIL>"),
website: "zeno... |
https://github.com/dainbow/MatGos | https://raw.githubusercontent.com/dainbow/MatGos/master/themes/17.typ | typst | #import "../conf.typ": *
= Общая формула Стокса
#definition[
*Границей клетки* $M = phi(K)$ называется
#eq[
$partial M := phi(partial K)$
]
]
#theorem(
"Теорема Стокса для клетки",
)[
Если $Omega$ -- гладкая $m - 1$ форма, заданная в окрестности $m$-мерной клетки,
то
#eq[
$integral_(partial M) O... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/013.%20fix.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)
#set quote(block: true)
#v(10pt)
= What Languages Fix
#v(10pt)
<NAME> suggested an interesting way to compare programming languages: to describe each in terms o... | |
https://github.com/Mouwrice/thesis-typst | https://raw.githubusercontent.com/Mouwrice/thesis-typst/main/jitter_noise/jitter_noise.typ | typst | = Reducing Jitter and Noise <jitter-noise>
The measurements show that the pose estimation suffers from jitter and noise. It is, of course, preferred to have as little of this jitter and noise as possible. This section describes a post-processing method to reduce the jitter and noise from the pose estimation. While not... | |
https://github.com/Akida31/anki-typst | https://raw.githubusercontent.com/Akida31/anki-typst/main/typst/doc/example1.typ | typst | #import "../src/lib.typ" as anki
#set page(width: 16cm, height: auto, margin: 1cm)
// remove until here for doc
#import anki.theorems: item
// Don't forget this! v
#show: anki.setup.with(enable_theorems: true)
// create item kinds
#let example = item("Example", initial_tags: ("example",))
#let theorem = item("Theorem"... | |
https://github.com/typst-jp/typst-jp.github.io | https://raw.githubusercontent.com/typst-jp/typst-jp.github.io/main/docs/changelog/0.3.0.md | markdown | Apache License 2.0 | ---
title: 0.3.0
description: Changes in Typst 0.3.0
---
# Version 0.3.0 (April 26, 2023)
## Breaking changes
- Renamed a few symbols: What was previous `dot.op` is now just `dot` and the
basic dot is `dot.basic`. The same applies to `ast` and `tilde`.
- Renamed `mod` to [`rem`]($calc.rem) to more accurately reflec... |
https://github.com/pluttan/os | https://raw.githubusercontent.com/pluttan/os/main/lab5/lab5.typ | typst | #import "@docs/bmstu:1.0.0":*
#import "@preview/tablex:0.0.8": tablex, rowspanx, colspanx, cellx
#show: student_work.with(
caf_name: "Компьютерные системы и сети",
faculty_name: "Информатика и системы управления",
work_type: "лабораторной работе",
work_num: 5,
study_field: "09.03.01 Информатика и вычислител... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/while-05.typ | typst | Other | // Error: 7 expected expression
#while
// Error: 8 expected expression
#{while}
// Error: 9 expected block
#while x
// Error: 7 expected expression
#while
x {}
// Error: 9 expected block
#while x something
|
https://github.com/HEIGVD-Experience/docs | https://raw.githubusercontent.com/HEIGVD-Experience/docs/main/S4/ISI/docs/2-Intrusions/intrusion-reseau.typ | typst | #import "/_settings/typst/template-note.typ": conf
#show: doc => conf(
title: [
Intrusions réseau
],
lesson: "ISI",
chapter: "2 - Intrusions",
definition: "Cette note parle de la sécurité réseau, abordant la gestion des ports TCP/UDP, les phases de collecte et de scanning, ainsi que les techniques de prot... | |
https://github.com/hargoniX/bachelor | https://raw.githubusercontent.com/hargoniX/bachelor/main/present-short/theme.typ | typst | // This theme is inspired by https://github.com/matze/mtheme
// The polylux-port was performed by https://github.com/Enivex
#import "@preview/polylux:0.3.1": *
#let g-primary = rgb("#7d37f0")
#let g-foreground = rgb("#0f234b")
#let g-background = rgb("#ffffff")
#let g-footer = state("g-footer", [])
#let g-cell = bl... | |
https://github.com/AU-Master-Thesis/thesis | https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/5-discussion/future-work.typ | typst | MIT License | #import "../../lib/mod.typ": *
// Additionally, some future work in terms of the implementation of the #acr("MAGICS") tool is also discussed, see sections #todo[refer to sections here].
// #pagebreak()
== Future Work
The following sections outline the most important next steps in order to further the work presented ... |
https://github.com/xdoardo/co-thesis | https://raw.githubusercontent.com/xdoardo/co-thesis/master/thesis/chapters/recursive/agda.typ | typst | #import "/includes.typ": *
== Recursion in Agda<section-recursion-agda>
We have already shown an example of inductive definition and proof by induction
in @section-recursive-induction[Section]. We continue our exposition of
inductive and coinductive datatypes and proofs, taking advantage of the effort
to introduce Agd... | |
https://github.com/darioglasl/Arbeiten-Vorlage-Typst | https://raw.githubusercontent.com/darioglasl/Arbeiten-Vorlage-Typst/main/Anhang/04_Projektdokumentation/04_jira.typ | typst | === Sprints und Issue Tracking in Jira
Hier befindet sich ein Export der Sprints aus Jira. Zu jedem Sprint ist ein Burndown Chart aufgeführt und die bearbeitetend Issues.
| |
https://github.com/EpicEricEE/typst-based | https://raw.githubusercontent.com/EpicEricEE/typst-based/master/tests/decode/test.typ | typst | MIT License | #import "/src/lib.typ": *
#set page(width: auto, height: auto, margin: 0pt)
// Test cases from: https://www.rfc-editor.org/rfc/rfc4648#section-10
#{
// Test Base64
assert.eq(str(decode64("")), "")
assert.eq(str(decode64("Zg")), "f")
assert.eq(str(decode64("Zm8=")), "fo")
assert.eq(str(decode64("Zm9v")), "f... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/accent_02.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test `accent` function.
$accent(ö, .), accent(v, <-), accent(ZZ, \u{0303})$
|
https://github.com/SkiFire13/fmcps-assignment2 | https://raw.githubusercontent.com/SkiFire13/fmcps-assignment2/master/defs.typ | typst | #let var(s) = math.equation(s.clusters().map(s => [#s]).join([ ]))
#let pre = var("pre")
#let post = var("post")
#let Position = var("Position")
#let Battery = var("Battery")
#let left = var("left")
#let right = var("right")
#let up = var("up")
#let down = var("down")
#let uleft = var("uleft")
#let uright = var("ur... | |
https://github.com/piepert/philodidaktik-hro-phf-ifp | https://raw.githubusercontent.com/piepert/philodidaktik-hro-phf-ifp/main/src/parts/spue/planung/sequenzplanung.typ | typst | Other | #import "/src/template.typ": *
== #ix("Sequenzplanung")
Eine Sequenzplanung spezifiziert, wie viele Unterrichtseinheiten einer gegebenen Länge sich mit welcher Thematik auseinandergesetzt wird. Es werden Richtziele genannt, die über die geplante Sequenz behandelt werden sollen. Die Thematik der Sequenz sollte -- gena... |
https://github.com/maxlambertini/troika-srd-typst | https://raw.githubusercontent.com/maxlambertini/troika-srd-typst/main/chap05.typ | typst | #let chap05_title=[= Enemies
<enemies-2>]
#let chap05=[
The enemies that characters will encounter are not like them—they are
simpler machines that produce similar results.
=== Enemy Skill is Not Like Character Skill \(7.2)
<enemy-skill-is-not-like-character-skill-7.2>
Enemy Skill covers everything they lack, includi... | |
https://github.com/AxiomOfChoices/Typst | https://raw.githubusercontent.com/AxiomOfChoices/Typst/master/Courses/Math%20591%20-%20Mathematical%20Logic/Course%20Notes.typ | typst | #import "/Templates/generic.typ": latex
#import "/Templates/notes.typ": chapter_heading
#import "@preview/ctheorems:1.1.0": *
#import "@preview/commute:0.2.0": node, arr, commutative-diagram
#import "/Templates/math.typ": *
#import "/Templates/monograph.typ": frontpage
#import "@preview/cetz:0.2.2": canvas, draw, tree
... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/031%20-%20Hour%20of%20Devastation/008_Hour%20of%20Devastation.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Hour of Devastation",
set_name: "Hour of Devastation",
story_date: datetime(day: 26, month: 07, year: 2017),
author: "<NAME>",
doc
)
#emph[The Gatewatch, outraged by the mounting devastation that has overtaken Amonkhet, confronts <NAME> to ... | |
https://github.com/Doublonmousse/pandoc-typst-reproducer | https://raw.githubusercontent.com/Doublonmousse/pandoc-typst-reproducer/main/README.md | markdown | # pandoc-typst-reproducer
personal repo to reproduce limits of pandoc -> tex conversion with examples
# Github for reporting issues
https://github.com/jgm/typst-hs
# version of pandoc used
```
(base) user@user-Mini ~ % pandoc --version
pandoc 192.168.3.11
Features: +server +lua
Scripting engine: Lua 5.4
User dat... | |
https://github.com/chiendo97/resume | https://raw.githubusercontent.com/chiendo97/resume/master/LeTienChien.typ | typst | #import "template/cv.typ": *
#let cvdata = yaml("LeTienChien.yml")
#let uservars = (
headingfont: "Times New Roman",
bodyfont: "Times New Roman",
font: "Times New Roman",
fontsize: 11pt, // 10pt, 11pt, 12pt
linespacing: 6pt,
sectionspacing: 0pt,
showAddress: true, // true/false show addres... | |
https://github.com/giZoes/justsit-thesis-typst-template | https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/resources/pages/bachelor-outline-page.typ | typst | MIT License | #import "@preview/outrageous:0.1.0"
#import "../utils/invisible-heading.typ": invisible-heading
#import "../utils/style.typ": 字号, 字体
// 本科生目录生成
#let bachelor-outline-page(
// documentclass 传入参数
twoside: false,
fonts: (:),
// 其他参数
depth: 4,
title: "目 录",
outlined: false,
title-vspace: 0pt,
title-text... |
https://github.com/akshat2602/resume | https://raw.githubusercontent.com/akshat2602/resume/master/template.typ | typst | #let monthname(n, display: "short") = {
n = int(n)
let month = ""
if n == 1 { month = "January" }
else if n == 3 { month = "March" }
else if n == 2 { month = "February" }
else if n == 4 { month = "April" }
else if n == 5 { month = "May" }
else if n == 6 { month = "June" }
else if n ... | |
https://github.com/lucannez64/Notes | https://raw.githubusercontent.com/lucannez64/Notes/master/Lecture%203%20Special%20Relativity.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: "Lecture 3 Special Relativity",
authors: (
"<NAME>",
),
date: "30 Octobre, 2023",
)
#set heading(numbering: "1.1.")
= Lecture 3: Relat... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.