repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/saYmd-moe/note-for-quantum--mechanics | https://raw.githubusercontent.com/saYmd-moe/note-for-quantum--mechanics/main/SPT.typ | typst | // 导入模板
#import "template.typ": *
// 文章信息设置
#show: conf.with(
title: "微扰理论(量子力学)",
shortitle: "Perturbation Theory in Quantum Mechanics",
author: "saYmd"
)
*写在前面:*
谐振子和不考虑相对论效应的氢原子具有简单的哈密顿算符,可以求出精确解析解。但是,对于更复杂的原子或分子(多电子原子),一般很难得到解析解。这时,我们可以通过一些 *近似方法* 得到本征值方程的近似解。
微扰理论就是其中的一种近似方法
#footnote([微扰理论是一种数学方法,并不只是运... | |
https://github.com/clysto/polylux-ustc-theme | https://raw.githubusercontent.com/clysto/polylux-ustc-theme/main/ustc.typ | typst | #import "@preview/polylux:0.3.1": *
#let ustc-footer = state("ustc-footer", [])
#let ustc-theme(aspect-ratio: "16-9", footer: [], fontset: "noto", body) = {
set page(
paper: "presentation-" + aspect-ratio,
margin: 0pt,
)
ustc-footer.update(footer)
if fontset == "noto" {
set text(size: 25pt, font: ... | |
https://github.com/Hobr/njust_thesis_typst_template | https://raw.githubusercontent.com/Hobr/njust_thesis_typst_template/main/page/abstract.typ | typst | MIT License | // 字体
#import "../util/font.typ": fonts, fontSize
// 摘要
#let showAbstract(abstract, keywords: none, lang: "zh") = align(
left,
par(
// 无缩进
first-line-indent: 0em,
text(
font: (fonts.en, fonts.zh_宋体),
size: fontSize.五号,
(if lang == "zh" [ *摘 要*: ] else [*Abstract—*]) + [#abstract] + (
... |
https://github.com/Otto-AA/definitely-not-tuw-thesis | https://raw.githubusercontent.com/Otto-AA/definitely-not-tuw-thesis/main/src/styles/all.typ | typst | MIT No Attribution | #import "front-matter.typ": front-matter-styles
#import "main-matter.typ": main-matter-styles
#import "back-matter.typ": back-matter-styles
#import "appendix.typ": appendix-styles
#import "toc.typ": toc-styles
#import "flex-captions.typ": flex-caption-styles, flex-caption
#import "general.typ": general-styles
#import ... |
https://github.com/ymgyt/techbook | https://raw.githubusercontent.com/ymgyt/techbook/master/programmings/rust/tool/cargo/cargo_lambda.md | markdown | # cargo-lambda
* [Getting started](https://www.cargo-lambda.info/guide/getting-started.html)
## Install
use nix package `cargo-lambda`
## Usage
```sh
# Create project dir
cargo lambda new foo
# Run local lambda emulator
cargo lambda watch
# Invoke lambda
cargo lambda invoke --data-ascii '{"key": "value"}'
# Bu... | |
https://github.com/jbro/supernote-templates | https://raw.githubusercontent.com/jbro/supernote-templates/main/work-notes.typ | typst | The Unlicense | #import "include/a5x-template.typ": template
#show: doc => template(doc)
#import "include/elements.typ": titled-box, note-lines
#grid(columns: (1fr, 220pt),
[
#set text(size: 20pt)
#h(5pt)
Notes
],
titled-box(title: "", text(size: 24pt, v(1em))),
)
#titled-box(title: "", note-lines(21)) |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1D100.typ | typst | Apache License 2.0 | #let data = (
("MUSICAL SYMBOL SINGLE BARLINE", "So", 0),
("MUSICAL SYMBOL DOUBLE BARLINE", "So", 0),
("MUSICAL SYMBOL FINAL BARLINE", "So", 0),
("MUSICAL SYMBOL REVERSE FINAL BARLINE", "So", 0),
("MUSICAL SYMBOL DASHED BARLINE", "So", 0),
("MUSICAL SYMBOL SHORT BARLINE", "So", 0),
("MUSICAL SYMBOL LEFT R... |
https://github.com/remigerme/typst-polytechnique | https://raw.githubusercontent.com/remigerme/typst-polytechnique/main/assets/README.md | markdown | MIT License | # Assets
## Licensing
Use the assets accordingly with [École polytechnique corporate identity](https://www.polytechnique.edu/en/press-room).
## Generation
Typst currently only supports `svg` integration. I generated `svg` assets using inkscape to convert `eps` files to `svg`, and remplaced colors to use colors from... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/guide/compiler/service.typ | typst | Apache License 2.0 | #import "/docs/cookery/book.typ": book-page
#import "/docs/cookery/term.typ" as term
#show: book-page.with(title: "Compiler in Rust")
#let compile-middleware = ```rs trait CompileMiddleware```
#let compiler-trait = ```rs trait Compiler```
#include "../claim.typ"
The compiler services help you build a precompiler CL... |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/抽象代数/作业/hw4.typ | typst | #import "../../template.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: note.with(
title: "作业4",
author: "YHTQ ",
date: none,
logo: none,
withOutlined: false
)
#set heading(outlined: false)
(10月9日作业上次已交,这是12日作业)
= P25
23.
#an... | |
https://github.com/EpicEricEE/typst-marge | https://raw.githubusercontent.com/EpicEricEE/typst-marge/main/tests/overlap/simple/test.typ | typst | MIT License | #import "/src/lib.typ": sidenote
#set par(justify: true)
#set page(width: 8cm, height: auto, margin: (outside: 4cm, rest: 5mm))
#let sidenote = sidenote.with(numbering: "1")
#lorem(5)
#sidenote[This is the first sidenote.]
#lorem(1)
#sidenote[This one is moved down to prevent overlap.]
#lorem(18)
|
https://github.com/TGM-HIT/typst-diploma-thesis | https://raw.githubusercontent.com/TGM-HIT/typst-diploma-thesis/main/template/chapters/kurzfassung.typ | typst | MIT License | #import "../lib.typ": *
#abstract(lang: "de")[
#lorem(150)
]
#abstract(lang: "en")[
#lorem(150)
]
|
https://github.com/An-314/Note-of-Quantum_Mechanics | https://raw.githubusercontent.com/An-314/Note-of-Quantum_Mechanics/main/chap2.typ | typst | #import "@preview/physica:0.9.2": *
#import "@local/mytemplate:1.0.0": *
= 波函数和薛定谔方程
== 波函数及其统计解释
=== 波函数和波粒二象性
==== 波函数
#figure(
table(
columns: (auto, auto, auto),
inset: 10pt,
align: horizon,
[],[*保留经典概念的哪些特征*],[*不具有经典概念的哪些特征*],
[粒子性],[有确定的质量、电荷、自旋等],[没有确定的轨道],
[波动性],[有干涉、衍射等现象],[振幅不... | |
https://github.com/Vortezz/fiches-mp2i-physique | https://raw.githubusercontent.com/Vortezz/fiches-mp2i-physique/main/tp/euler.typ | typst | #import "@preview/cetz:0.0.1"
#set page(header: box(width: 100%, grid(
columns: (100%),
rows: (20pt, 8pt),
align(right, text("FICHE TP - MÉTHODE D'EULER")),
line(length: 100%),
)), footer: box(width: 100%, grid(
columns: (50%, 50%),
rows: (8pt, 20pt),
line(length: 100%),
line(length: 100%),
align(lef... | |
https://github.com/typst-jp/typst-jp.github.io | https://raw.githubusercontent.com/typst-jp/typst-jp.github.io/main/tests/README.md | markdown | Apache License 2.0 | # Tests
## Directory structure
Top level directory structure:
- `src`: Testing code.
- `suite`: Input files. Mostly organized in parallel to the code. Each file can
contain multiple tests, each of which is a section of Typst code
following `--- {name} ---`.
- `ref`: Reference images which the out... |
https://github.com/JvandeLocht/assignment-template-typst-hfh | https://raw.githubusercontent.com/JvandeLocht/assignment-template-typst-hfh/main/registration_certificate.typ | typst | MIT License | #import "/layout/registration_certificate.typ": *
#import "/metadata.typ": *
#set text(lang: "de")
#show: registrationCertificate.with(
author: author,
title: titleGerman,
birthdate: birthdate,
degree: degree,
program: program,
supervisor: supervisor,
startDate: startDate,
submissionDate: submissionDa... |
https://github.com/drupol/master-thesis | https://raw.githubusercontent.com/drupol/master-thesis/main/resources/typst/essawy-table.typ | typst | Other | #import "../../src/thesis/imports/preamble.typ": *
#import table: cell, header
#{
table(
columns: 7,
align: (right,) + (center,) * 2,
stroke: none,
table.header(
cell(rowspan: 2)[],
table.vline(stroke: .5pt),
cell(colspan: 3)[*Original*],
table.vline(stroke: .5pt),
cell(... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/grid-1_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#set rect(inset: 0pt)
#grid(
columns: (auto, auto, 40%),
column-gutter: 1fr,
row-gutter: 1fr,
rect(fill: eastern)[dddaa aaa aaa],
rect(fill: conifer)[ccc],
rect(fill: rgb("dddddd"))[aaa],
)
|
https://github.com/Laikaiyong/Resume | https://raw.githubusercontent.com/Laikaiyong/Resume/main/vandyck-typst.typ | typst | #let primary_colour = rgb("#C52530") // red
#let link_colour = rgb("#12348e") // blue
#let styled-link(dest, content) = emph(text(
fill: link_colour,
link(dest, content)
))
#let unstyled-link(dest, content) = emph(text(
link(dest, content)
))
#let view-more-block(text, link) = unstyled-link(
link... | |
https://github.com/TJ-CSCCG/tongji-undergrad-thesis-typst | https://raw.githubusercontent.com/TJ-CSCCG/tongji-undergrad-thesis-typst/main/CONTRIBUTING.md | markdown | MIT License | # CONTRIBUTING
## Contents
- source files: as a template repository, "source files" are ".typ", ".bib" and some related files with other extension names.
- doc files: including all ".typ" files and even "main.typ", which show how to use "source files".
- config files: These files make our development and use of templ... |
https://github.com/LDemetrios/Typst4k | https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/scripting/field.typ | typst | // Test field access.
--- field-function ---
// Test fields on function scopes.
#enum.item
#assert.eq
#assert.ne
--- field-normal-function-invalid ---
// Error: 9-16 function `assert` does not contain field `invalid`
#assert.invalid
--- field-elem-function-invalid ---
// Error: 7-14 function `enum` does not contain ... | |
https://github.com/eliapasquali/typst-thesis-template | https://raw.githubusercontent.com/eliapasquali/typst-thesis-template/main/chapters/product-testing.typ | typst | Other | #pagebreak(to:"odd")
= Verifica e validazione
<cap:verifica-validazione>
#v(1em)
#text(style: "italic", [
Breve introduzione al capitolo
])
#v(1em)
|
https://github.com/QQKdeGit/bupt-typst | https://raw.githubusercontent.com/QQKdeGit/bupt-typst/master/template.typ | typst | MIT License | #let chineseNumMap(num) = {
let chineseNum = (
"一", "二", "三", "四", "五", "六", "七", "八", "九", "十",
"十一", "十二", "十三", "十四", "十五", "十六", "十七", "十八", "十九", "二十",
"二十一", "二十二", "二十三", "二十四", "二十五", "二十六", "二十七", "二十八", "二十九", "三十",
"三十一", "三十二", "三十三", "三十四", "三十五", "三十六", "三十七", "三十八", "三十九", "四十",
)
c... |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/bugs/flow-3_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#set page(height: 60pt)
#rect(inset: 0pt, columns(2)[
Text
#v(12pt)
Hi
#v(10pt, weak: true)
At column break.
])
|
https://github.com/Isaac-Fate/booxtyp | https://raw.githubusercontent.com/Isaac-Fate/booxtyp/master/example/example.typ | typst | Apache License 2.0 | #import "../src/lib.typ": *
#show: book
#cover([BooxType Template], image("coffee.jpg"), authors: ("<NAME>",))
#preface(
)[
This is A Typst template for books.
You can create a preface using `preface` template:
```typ
#preface()[
Your preface goes here...
]
```
The preface chapter will not be numbered or outl... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.3.0/src/mark-shapes.typ | typst | Apache License 2.0 | #import "drawable.typ"
#import "path-util.typ"
#import "vector.typ"
// Calculate triangular tip offset, depending on the strokes
// join type.
//
// The angle is calculated for an isosceles triangle of base style.widh
// and height style.length
#let _calculate-tip-offset(style) = {
if style.stroke.join == "round" {
... |
https://github.com/typst-community/mantodea | https://raw.githubusercontent.com/typst-community/mantodea/main/src/component.typ | typst | MIT License | #import "component/title-page.typ": make-title-page
#import "component/table-of-contents.typ": make-table-of-contents
|
https://github.com/rabotaem-incorporated/calculus-notes-2course | https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/04-parametric-and-curves/05-line-integrals.typ | typst | #import "../../utils/core.typ": *
== Криволинейные интегралы
#remind(label: "def-path")[
Путь --- отображение $gamma: [a, b] -> RR^n$ непрерывное.
Пути эквивалентны ($gamma tilde tilde(gamma)$, где $gamma: [a, b] --> RR^n$ и $tilde(gamma): [c, d] --> RR^n$) когда существует непрерывная строго возрастающая биекци... | |
https://github.com/ern1/typiskt | https://raw.githubusercontent.com/ern1/typiskt/main/templates/icons.typ | typst | //#let path = (
// ico: "templates/assets/icons",
// dev: "templates/assets/dev-icons",
//)
#let social = (
email: "email.svg",
linkedin: "linkedin.svg",
github: "github.svg",
pdf: "pdf.svg",
phone: "phone.svg",
slack: "slack.svg",
steam: "steam.svg",
wechat: "wechat.svg",
)
#let dev-icons = (
... | |
https://github.com/ChristophVanDeest/FH-Kiel-Typst-Template | https://raw.githubusercontent.com/ChristophVanDeest/FH-Kiel-Typst-Template/main/lib/pages/cover.typ | typst | MIT License | #import "../translations.typ": translations
#let cover_page(
is-thesis: true,
is-master-thesis: false,
is-bachelor-thesis: true,
is-report: false,
title: "",
author: "",
faculty: "",
department: "",
study-course: "",
supervisors: (),
submission-date: none,
) = {
// Set the document's basic pro... |
https://github.com/Clamentos/FabRISC | https://raw.githubusercontent.com/Clamentos/FabRISC/main/src/spec/Main.typ | typst | Creative Commons Attribution Share Alike 4.0 International | ///
#import "Macros.typ": *
///
// General configuration.
#set page(paper: "a4", margin: (x: 2cm, y: 2cm))
#set text(font: "New Computer Modern", size: 12pt, hyphenate: true)
#set par(justify: true)
#set figure.caption(position: top)
#set table.cell(breakable: false)
#set table(stroke: 0.75pt, inset: 8pt, fill: (_, y... |
https://github.com/pluttan/bdkurs | https://raw.githubusercontent.com/pluttan/bdkurs/main/repkurs.typ | typst | #import "@docs/bmstu:1.0.0":*
#import "@preview/tablex:0.0.8": tablex, rowspanx, colspanx, cellx
#let work(content) = {
set page(
paper: "a4",
margin: (left: 30mm, right: 15mm, top: 20mm, bottom: 20mm),
numbering: "1"
)
set text(font: "Times New Roman", size: 14pt, lang: "ru")
set list(marker: [--... | |
https://github.com/SoraShu/HITsz-Lab-report-Template | https://raw.githubusercontent.com/SoraShu/HITsz-Lab-report-Template/main/README.md | markdown | # HITsz Lab-report Template
用于 HITsz 实验报告的 Typst 模版,轻量、低配置。
## 目的
此模版目标在于解决以下问题:
- 实验报告只能使用可以编辑 docx/doc 格式文件的富文本编辑器。这类编辑器大多存在兼容性问题,不一定在各个系统上运作良好,给使用某些操作系统的用户带来了困扰。
- 实验报告模版由 [MS Word](https://www.microsoft.com/en-ww/microsoft-365/word) 制作,在其它编辑器上可能出现排版错位。~~且 MS Word 需要付费购买,购买此软件可能给经济困难的同学带来经济压力。~~
- 实验老师对于是否使用模版态度... | |
https://github.com/Myriad-Dreamin/apollo-typst | https://raw.githubusercontent.com/Myriad-Dreamin/apollo-typst/main/typ/posts/simple-se/main.typ | typst | #import "/typ/template/pages.typ": *
#show: blog-page.with(title: "Simple SE")
这篇博客是一篇随笔。每个小段之间的直接联系不大,但具有渐进性和隐含关联。
== 笨蛋如何进行架构设计
每个人都应该有追求其梦想的权利,但是梦想不是每个人都能实现的。f例如,每个程序员可能或多或少地拥有几个他们设计的软件,他们将以不成熟的经验接触艰难的软件架构。但当回顾最终软件以怎样意外的方式运行的时候,他可能便会认识到当初在软件架构上犯下了某些严重的错误。但也正和追逐梦想一样,只有最顶尖的程序员才能设计出一个很好的软件架构实际上不是一个严格成立的东西。我觉得,至少有一些... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/fletcher/0.3.0/src/marks.typ | typst | Apache License 2.0 | #import "@preview/cetz:0.1.2"
#import "utils.typ": *
#import calc: sqrt, abs, sin, cos, max, pow
#let EDGE_ARGUMENT_SHORTHANDS = (
"dashed": (dash: "dashed"),
"dotted": (dash: "dotted"),
"double": (extrude: (-2, +2), mark-scale: 110%, mark-variant: 2),
"triple": (extrude: (-4, 0, +4), mark-scale: 150%, mark-varia... |
https://github.com/j10ccc/zjut-social-practice-report-typst | https://raw.githubusercontent.com/j10ccc/zjut-social-practice-report-typst/main/constants/fonts.typ | typst | #let font_family = (
songti: "Songti SC"
) | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/anatomy/0.1.1/README.md | markdown | Apache License 2.0 | # Anatomy
*Anatomy of a Font*. Visualise metrics.
Import the `anatomy` package:
``` typ
#import "@preview/anatomy:0.1.1": metrics
```
## Display Metrics
`metrics(72pt, "EB Garamond", display: "Typewriter")` will be rendered as
follows:
, description: "A small gift for you")
过去的 Hexo 博客差不多有 3 年没有监修,受到 #link("https://github.com/memset0/gatsby-blog... | |
https://github.com/thimotedupuch/Template_Rapport_ISMIN_Typst | https://raw.githubusercontent.com/thimotedupuch/Template_Rapport_ISMIN_Typst/main/README.md | markdown | # Template Rapport ISMIN Typst
## Pour celles & ceux qui veulent un beau rapport fait en LaTeX, sans faire en LaTeX
Le fichier `resultat.pdf` est un aperçu PDF du template non modifié.
Il faut bien récupérer les fichiers `slogan.png` et `Nouv_logo_emse_Blanc.svg` pour pouvoir afficher les 2 logos dans la page de ga... | |
https://github.com/An-314/Notes-of-Nuclear_Radiation_Physics_and_Detection | https://raw.githubusercontent.com/An-314/Notes-of-Nuclear_Radiation_Physics_and_Detection/main/chap1.typ | typst | #import"@preview/physica:0.9.2":*
#import "template.typ": *
= 原子核的基本性质
*知识准备*
在本课程中,常用$e V$表示能量,用$e V"/"c^2 $表示质量单位。
物质波和波粒二象性
不确定度关系
== 原子核的组成、质量和半径
=== 原子的发现和组成
原子可分:X射线、放射性、电子
Thomson模型:正电荷均匀分布
Rutherford alpha散射实验:核式模型
==== 原子的核式模型
电荷数 < 质量数,且都为整数
==== 中子的发现
原子核=质子+电子?
- 实验验证... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/metro/0.1.0/src/impl/impl.typ | typst | Apache License 2.0 | #import "unit.typ": unit, tothe, raiseto, qualifier
#import "num.typ": num
#import "qty.typ": qty |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/049%20-%20The%20Brothers'%20War/003_Episode%203%3A%20Sword%20One.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Episode 3: Sword One",
set_name: "The Brothers' War",
story_date: datetime(day: 21, month: 10, year: 2022),
author: "<NAME>",
doc
)
#strong[28 AR]
Kroog died on a crimson morning.
To Sanwell, it sounded like a festival day, only the crowd... | |
https://github.com/kokkonisd/typst-cross | https://raw.githubusercontent.com/kokkonisd/typst-cross/main/README.md | markdown | The Unlicense | # cross
A crossword template for Typst.
## How to install
The template needs to be installed in a special directory, as described [in the
docs](https://github.com/typst/packages?tab=readme-ov-file#local-packages).
The installer in this repo assumes you have `TYPST_LOCAL_PACKAGES` defined to the correct path,
which... |
https://github.com/TJ-CSCCG/tongji-undergrad-thesis-typst | https://raw.githubusercontent.com/TJ-CSCCG/tongji-undergrad-thesis-typst/main/init-files/sections/05_conclusion.typ | typst | MIT License | #import "../../paddling-tongji-thesis/tongjithesis.typ": *
= 总结与未来工作展望
本节通常用于对论文进行总结和归纳,并提出未来工作的展望和建议。
在总结部分,需要回顾研究内容和方法,对研究结果进行分析和归纳,并阐述研究工作的贡献。同时,也要对研究过程中存在的问题和不足进行反思和总结,为未来的研究提供参考和启示。
在未来工作展望部分,需要具体提出研究计划和建议,为后续研究提供方向和指导。同时,也要对本文提出的方法和技术进行展望,探索其在未来研究中的应用前景和发展方向。此外,还可以指出当前领域中存在的未解决问题,为未来研究提供新的研究思路和方向。
此外,未来工作展望中... |
https://github.com/drupol/master-thesis | https://raw.githubusercontent.com/drupol/master-thesis/main/src/thesis/extra.typ | typst | Other | #import "imports/preamble.typ": *
#heading("Open Source", level: 1, outlined: false)
This master thesis has been developed exclusively using open-source tools.
Similar to an open-source project, it was maintained in a private `git`
repository #cite(<PolMasterThesis>, form:"normal"). That repository will be made
publi... |
https://github.com/Toniolo-Marco/git-for-dummies | https://raw.githubusercontent.com/Toniolo-Marco/git-for-dummies/main/book/components/multi-label.typ | typst | #import "@preview/fletcher:0.4.4" as fletcher: diagram, node, edge, draw
#import "utils.typ" : calc_width
#let cell(..texts, stroke) = {
let texts = texts.pos()
let columns = texts.map(((_, len)) => len)
let texts = texts.map(((text, _)) => text)
let anchor_pos = {
let anchor_pos = ()
let width = 0pt
... | |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/PianoDiProgetto/sections/PreventivoSprint/TerzoSprint.typ | typst | MIT License | #import "../../const.typ": Re_cost, Am_cost, An_cost, Ve_cost, Pr_cost, Pt_cost
#import "../../functions.typ": prospettoOrario, prospettoEconomico, glossary
== Terzo #glossary[sprint]
*Inizio*: Venerdì 08/12/2023
*Fine*: Giovedì 14/12/2023
#prospettoOrario(sprintNumber: "3")
#prospettoEconomico(sprintNumber: "3") |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1780.typ | typst | Apache License 2.0 | #let data = (
("KHMER LETTER KA", "Lo", 0),
("KHMER LETTER KHA", "Lo", 0),
("KHMER LETTER KO", "Lo", 0),
("KHMER LETTER KHO", "Lo", 0),
("KHMER LETTER NGO", "Lo", 0),
("KHMER LETTER CA", "Lo", 0),
("KHMER LETTER CHA", "Lo", 0),
("KHMER LETTER CO", "Lo", 0),
("KHMER LETTER CHO", "Lo", 0),
("KHMER LET... |
https://github.com/Pablo-Gonzalez-Calderon/showybox-package | https://raw.githubusercontent.com/Pablo-Gonzalez-Calderon/showybox-package/main/lib/sections.typ | typst | MIT License | /*
* ShowyBox - A package for Typst
* <NAME> and Showybox Contributors (c) 2023
*
* lib/sections.typ -- The package's file containing all the
* internal functions for drawing sections.
*
* This file is under the MIT license. For more
* information see LICENSE on the package's main folder.
*/
#import "func.typ... |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/packages/presentation.md | markdown | MIT License | # Presentations
## Polylux
> See [polylux book](https://polylux.dev/book/)
```typ
// Get Polylux from the official package repository
#import "@preview/polylux:0.3.1": *
// Make the paper dimensions fit for a presentation and the text larger
#set page(paper: "presentation-16-9")
#set text(size: 25pt)
// Use #polylu... |
https://github.com/TypstApp-team/typst | https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/bugs/table-row-missing.typ | typst | Apache License 2.0 | // Test that a table row isn't wrongly treated like a gutter row.
---
#set page(height: 70pt)
#table(
rows: 16pt,
..range(6).map(str).flatten(),
)
|
https://github.com/flavio20002/typst-kaobook-template | https://raw.githubusercontent.com/flavio20002/typst-kaobook-template/main/README.md | markdown | Apache License 2.0 | A Typst implementation of https://github.com/fmarotta/kaobook/tree/master/examples
See the example pdf in the Release section of this project
To compile the example:
typst watch ./example/example.typ --root . --font-path fonts
This template was realized with the help of:
|
https://github.com/Isaac-Fate/booxtyp | https://raw.githubusercontent.com/Isaac-Fate/booxtyp/master/src/theorems/new-plain-template.typ | typst | Apache License 2.0 | #import "../colors.typ": color-schema
#import "../counters.typ": exercise-counter
#let new-plain-template(
identifier,
title-color: color-schema.green.dark,
title-prefix: none,
body-text-style: "normal",
template-counter: none,
) = (body) => {
locate(loc => {
// Get the current template number
let ... |
https://github.com/SWATEngineering/Docs | https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/2_RTB/VerbaliEsterni/VerbaleEsterno_231221/meta.typ | typst | MIT License | #let data_incontro = "21-12-2023"
#let inizio_incontro = "15:30"
#let fine_incontro = "16:00"
#let luogo_incontro = "Chiamata Google Meet"
#let company = "Sync Lab" |
https://github.com/Functional-Bus-Description-Language/Specification | https://raw.githubusercontent.com/Functional-Bus-Description-Language/Specification/master/src/functionalities/status.typ | typst | == Status
The status represents data that is produced by the provider and is only read by the requester.
The status functionality has following properties:
*`atomic`*` bool (true) {definitive}`
#pad(left: 1em)[
The atomic property defines whether an access to the status must be atomic.
If atomic is true, then the pr... | |
https://github.com/Shuenhoy/modern-zju-thesis | https://raw.githubusercontent.com/Shuenhoy/modern-zju-thesis/master/pages/outline.typ | typst | MIT License | #import "./template-individual.typ": template-individual
#import "../dependency/i-figured.typ"
#let main-outline(
title: "目录",
titlelevel: 2,
outlined: false,
..args,
) = {
template-individual(outlined: outlined, titlelevel: titlelevel, title, outline(depth: 3, title: none, ..args))
}
#let figure-outline(... |
https://github.com/01mf02/jq-lang-spec | https://raw.githubusercontent.com/01mf02/jq-lang-spec/main/spec.typ | typst | #import "@preview/ctheorems:1.1.0"
#import "common.typ": *
#show: ctheorems.thmrules
#set heading(numbering: "1.1")
#let title = [A formal specification of the jq language]
#set document(title: title)
#text(size: 20pt, weight: "bold", title)
#set raw(lang: "jq")
= Introduction
`jq` is a tool that provides a progr... | |
https://github.com/gongke6642/tuling | https://raw.githubusercontent.com/gongke6642/tuling/main/Math/attach.typ | typst | #set text(
size:10pt,
)
#set page(
paper:"a5",
margin:(x:1.8cm,y:1.5cm),
)
#set par(
justify: true,
leading: 0.52em,
)
= 附加
下标、上标和限制。
附件可以显示为下标/上标或限制。Typst 会根据基数自动决定哪个更合适,但您也可以使用 scripts 和 limits 函数手动控制它。
= 例
#image("10.png")
= 语法
此函数还具有用于基数后附件的专用语法:使用下划线表示下标,即底部附件,使用帽子 (^) 表示上标,即顶部附件。
= 功能
= 附加
带有可选附件的底... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/frac_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test parenthesis removal.
$ (|x| + |y|)/2 < [1+2]/3 $
|
https://github.com/HynDuf/typst-cv | https://raw.githubusercontent.com/HynDuf/typst-cv/master/template/modules_en/education.typ | typst | Apache License 2.0 | // Imports
#import "../../lib.typ": cvSection, cvEntry, hBar
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#let cvEntry = cvEntry.with(metadata: metadata)
#cvSection("Education")
#cvEntry(
title: [Bachelors in Information Technology (Specialized program)],
society: [... |
https://github.com/EpicEricEE/typst-plugins | https://raw.githubusercontent.com/EpicEricEE/typst-plugins/master/equate/assets/example-local.typ | typst | #import "../src/lib.typ": equate
#set text(size: 14pt)
#set par(justify: true)
#set page(
width: 11cm,
height: auto,
margin: 1em,
background: pad(0.5pt, box(
width: 100%,
height: 100%,
radius: 4pt,
fill: white,
stroke: white.darken(10%),
)),
)
// Allow references to a line of the equatio... | |
https://github.com/almarzn/portfolio | https://raw.githubusercontent.com/almarzn/portfolio/main/templates/typst/.template/experiences.typ | typst |
#import "@preview/splash:0.3.0": tailwind
#import "@preview/cmarker:0.1.0"
#import "./shared/flex.typ": *
#let experience-block(
content
) = block(
inset: 24pt,
radius: 16pt,
fill: tailwind.slate-100,
)[
#flex(
gap: 24pt,
[
#flex(gap: 18pt)[
#grid(
column-gutter: 12pt,
... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/ops-prec-01.typ | typst | Other | // Assignment binds stronger than boolean operations.
// Error: 2:3-2:8 cannot mutate a temporary value
#let x = false
#(not x = "a")
|
https://github.com/xdoardo/co-thesis | https://raw.githubusercontent.com/xdoardo/co-thesis/master/thesis/chapters/imp/analysis/index.typ | typst | == Analyses and optimizations<section-analysis_optimization>
We chose to demonstrate the use of coinduction in the definition of operational
semantics implementing transformations on the code itself, then showing proofs
regarding the result of the execution of the program. The main inspiration for
these transformations... | |
https://github.com/Ttajika/class | https://raw.githubusercontent.com/Ttajika/class/main/seminar2024/cetz.typ | typst | #import "@preview/cetz:0.2.2"
#show: align.with(center)
#set page(width: auto, height:auto, margin:5mm)
#cetz.canvas({
import cetz.draw: *
//情報集合
hobby((2-0.2, 0.1), (5, -.8), (6.2, 0.2), omega: 0, stroke: (paint: red.lighten(20%), thickness: 14pt, cap: "round"))
hobby((2-0.2, 0.1), (5., -.8), (6.... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/stroke_00.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
#set text(size: 20pt)
#set page(width: auto)
测试字体 #lorem(5)
#text(stroke: 0.3pt + red)[测试字体#lorem(5)]
#text(stroke: 0.5pt + red)[测试字体#lorem(5)]
#text(stroke: 0.7pt + red)[测试字体#lorem(5)]
#text(stroke: 1pt + red)[测试字体#lorem(5)]
#text(stroke: 2pt ... |
https://github.com/floriandejonckheere/utu-thesis | https://raw.githubusercontent.com/floriandejonckheere/utu-thesis/master/thesis/figures/08-case-study/link.typ | typst | #import "@preview/cetz:0.2.2"
#set text(font: "Fira Sans", size: 9pt)
#cetz.canvas(length: 1cm, {
import cetz.draw: *
set-style(
content: (padding: .2),
stroke: black
)
line((0, 0), (10, 0), stroke: (paint: gray, dash: "dashed"))
content((0.5, 0.5), align(left, text(gray, "Cloud")))
content((0.... | |
https://github.com/xhalo32/constructive-logic-course | https://raw.githubusercontent.com/xhalo32/constructive-logic-course/master/slides/01-logiikka.typ | typst | #import "@preview/touying:0.4.2": *
#import "slidetheme.typ"
#let palette = (
rgb("#7287fd"), // lavender
rgb("#209fb5"), // sapphire
rgb("#40a02b"), // green
rgb("#df8e1d"), // yellow
rgb("#fe640b"), // peach
rgb("#e64553"), // maroon
)
#let math-palette = palette.map(c => c.darken(20%))
#show raw: slide... | |
https://github.com/DashieTM/ost-5semester | https://raw.githubusercontent.com/DashieTM/ost-5semester/main/compiler/weeks/week3.typ | typst | #import "../../utils.typ": *
#section("Parser")
Turns tokens into a parse tree, meaning it can check syntax. -> type must be
before variable. Note that it does not offer semantic checking, aka will it
compile etc. It only offers what clangd offers in templates, aka syntax only.
- creates syntax tree
- must be valid
... | |
https://github.com/cadojo/correspondence | https://raw.githubusercontent.com/cadojo/correspondence/main/src/rolo/src/names.typ | typst | MIT License | #let name(
given: none,
family: none,
literal: none,
dropping-particle: none,
non-dropping-particle: none,
) = (
given: given,
family: family,
literal: literal,
dropping-particle: dropping-particle,
non-dropping-particle: non-dropping-particle,
)
#let fullname(name) = {
if ... |
https://github.com/Mouwrice/thesis-typst | https://raw.githubusercontent.com/Mouwrice/thesis-typst/main/conclusion.typ | typst | = Conclusion <conclusion>
In this thesis, we have presented a method to compare body tracking data from a computer vision model with a motion capture system. Using the method, we have shown that an average accuracy of 5-10 mm can be achieved with MediaPipe Pose for the movements relative to the camera. We have shown t... | |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/cetz/0.2.0/gallery/plot.typ | typst | Apache License 2.0 | #import "@preview/cetz:0.2.0": canvas, plot
#set page(width: auto, height: auto, margin: .5cm)
#let style = (stroke: black, fill: rgb(0, 0, 200, 75))
#canvas(length: 1cm, {
plot.plot(size: (8, 6),
x-tick-step: none,
x-ticks: ((-calc.pi, $-pi$), (0, $0$), (calc.pi, $pi$)),
y-tick-step: 1,
{
pl... |
https://github.com/Mufanc/hnuslides-typst | https://raw.githubusercontent.com/Mufanc/hnuslides-typst/master/templates/title.typ | typst | #import "/configs.typ"
#import "/utils/colors.typ"
#import "/utils/fonts.typ": font
#import "/utils/background.typ": bg
#let count = counter("chapters")
#let image-1 = [
#place(
dx: 0%, dy: 18%,
center + bottom,
image(width: 60%, "/assets/images/title-01.png")
)
]
#let image-2 = [
... | |
https://github.com/TheRiceCold/resume | https://raw.githubusercontent.com/TheRiceCold/resume/main/src/fontawesome.typ | typst | /*
typst-fontawesome
https://github.com/duskmoon314/typst-fontawesome
generated by typst-fontawesome helper python script
*/
#let FA_VERSION = state("fa-version", "Font Awesome 6")
#let FA_SET = state("fa-set", "Free")
#let fa-icon(
name,
fa-version: FA_VERSION,
fa-set: FA_SET,
..args
) = {
locate(loc =... | |
https://github.com/felsenhower/kbs-typst | https://raw.githubusercontent.com/felsenhower/kbs-typst/master/latex-logo.typ | typst | MIT License | #let LaTeX = {
let A = (
offset: (
x: -0.33em,
y: -0.3em,
),
size: 0.7em,
)
let T = (
x_offset: -0.12em
)
let E = (
x_offset: -0.2em,
y_offset: 0.23em,
size: 1em
)
let X = (
x_offset: -0.1em
)
[L#h(A.offset.x)#text(size: A.size, baseline: A.offset.y)[A]#... |
https://github.com/adam-zhang-lcps/papers | https://raw.githubusercontent.com/adam-zhang-lcps/papers/main/seminar-letter-to-next-year.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #set page(paper: "us-letter")
#set text(font: ("New Computer Modern", "Twitter Color Emoji"))
/* Requirements:
- A “welcome to AP Seminar” introductory paragraph.
- A summary of your personal experiences in taking this course.
- A “helpful hints” section that describes what study skills are most effective, how to orga... |
https://github.com/DaAlbrecht/thesis-TEKO | https://raw.githubusercontent.com/DaAlbrecht/thesis-TEKO/main/content/Verification.typ | typst | == Verification plan
#[
#show regex("\w"): it => [#sym.zws;#it]
#figure(
table(
columns: (auto, auto, auto, auto,auto),
rows: auto,
align: (center+horizon, center+horizon, left, left ,center + horizon),
[*ID*],
[*From*],
[*Test case*],
[*Should be*],
[*Is*],
[VER-1],
[REQ-1... | |
https://github.com/csimide/SEU-Typst-Template | https://raw.githubusercontent.com/csimide/SEU-Typst-Template/master/seu-thesis/utils/show-appendix.typ | typst | MIT License | #import "states.typ": part-state
#import "numbering-tools.typ": chinese-numbering
#import "packages.typ": i-figured
#let show-appendix-bachelor(
it,
table-numbering: "A.1",
image-numbering: "A-1",
equation-numbering: "(A.1)",
) = {
part-state.update("附录")
counter(heading).update(0)
counter(heading.where(... |
https://github.com/EpicEricEE/typst-plugins | https://raw.githubusercontent.com/EpicEricEE/typst-plugins/master/outex/README.md | markdown | # outex
A package for styling outlines similar to LaTeX.
## Usage
Applying this style is as simple as adding a show rule to your document. The `outex` function comes with a few options that can be used to customize the style of the outline:
| Option | Description | Default |
| --- | --- | --- |
| `gap` | The gap betw... | |
https://github.com/QuadnucYard/pavemat | https://raw.githubusercontent.com/QuadnucYard/pavemat/main/README.md | markdown | MIT License | # Pavemat
<div style="text-align: center">
<img src="./examples/logo.svg"/>
<p><strong> pavement + matrix </strong></p>
</div>
## Introduction
The pavemat is a versatile tool for creating styled matrices with custom paths, strokes, and fills. It allows users to define how paths should be drawn through the matrix... |
https://github.com/Error-418-SWE/Documenti | https://raw.githubusercontent.com/Error-418-SWE/Documenti/src/3%20-%20PB/Documentazione%20interna/Verbali/24-02-25/24-02-25.typ | typst | #import "/template.typ": *
#show: project.with(
date: "25/02/24",
subTitle: "Meeting di retrospettiva e pianificazione",
docType: "verbale",
authors: (
"<NAME>",
),
reviewers: (
"<NAME>",
),
timeStart: "15:10",
timeEnd: "16:10",
);
= Ordine del giorno
- Valutazione del progresso generale;
-... | |
https://github.com/maucejo/cnam_templates | https://raw.githubusercontent.com/maucejo/cnam_templates/main/template/main_rapport.typ | typst | MIT License | #import "../src/cnam-templates.typ": *
#show: cnam-rapport.with(
toc: true,
sec-number: true,
config-titre: (
titre: none,
composante: "lmssc",
// composante: "cnam",
alignement: "center",
// alignement: "irreg",
surtitre: ("Guide", "pratique"),
// logo: (image("../src/resources/logo/... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/math/multiline-04.typ | typst | Other | // Test mixing lines with and some without alignment points.
$ "abc" &= c \
&= d + 1 \
= x $
|
https://github.com/howardlau1999/sysu-thesis-typst | https://raw.githubusercontent.com/howardlau1999/sysu-thesis-typst/master/chapters/appendix01.typ | typst | MIT License | #import "../functions/allinone.typ": *
= 关于 Typst <about>
== 在附录中插入图片和公式等
附录中也可以插入图片,如 @web1。
#figure(
image("../images/chapter1/1-writing-app.png", width: 100%),
caption: "Typst 网页版界面",
) <web1>
附录中也可以插入公式,如 @appendix-eq。
#tablex(
columns: (1fr, 1fr),
[
#set align(center)
代码
],
[
#set ali... |
https://github.com/sitandr/typst-examples-book | https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/snippets/external.md | markdown | MIT License | # Use with external tools
Currently the best ways to communicate is using
1. Preprocessing. The tool should generate Typst file
2. Typst Query (CLI). See the docs [there](https://typst.app/docs/reference/meta/query#command-line-queries).
3. WebAssembly plugins. See the docs [there](https://typst.app/docs/reference/fou... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/visualize/line-02.typ | typst | Other | // Test errors.
// Error: 12-19 point array must contain exactly two entries
#line(end: (50pt,))
|
https://github.com/AugustinWinther/structured-uib | https://raw.githubusercontent.com/AugustinWinther/structured-uib/main/lib.typ | typst | MIT License | // Original frontpage design by <NAME> (<EMAIL>), made
// in LaTeX originaly, converted to Typst by <NAME> (https://winther.io).
// TEMPLATE FUNCTION
#let report(
task-no: none,
task-name: none,
authors: none,
mails: none,
group: none,
date: none,
supervisor: none,
body
) = {
// DOCUMENT METADATA
... |
https://github.com/BoostCookie/systemd-tshirtd | https://raw.githubusercontent.com/BoostCookie/systemd-tshirtd/main/src/tshirtd.origlogo.black.typ | typst | #set page(fill: rgb("#201a26"))
#include "common.origlogo.typ"
| |
https://github.com/Myriad-Dreamin/tinymist | https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/crates/tinymist-query/src/fixtures/goto_definition/import_alias.typ | typst | Apache License 2.0 | // path: base.typ
#let f() = 1;
-----
#import "base.typ": f as one
#(/* position after */ one);
|
https://github.com/tingerrr/typst-test | https://raw.githubusercontent.com/tingerrr/typst-test/main/docs/book/src/guides/ci.md | markdown | MIT License | # Setting Up CI
Continuous integration can take a lot of manual work off your shoulders.
In this chapter we'll look at how to run `typst-test` in your GitHub CI to continuously test your code and catch bugs before they get merged into main.
We start off by creating a `.github/workflows` directory in our project and pl... |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/028%20-%20Kaladesh/001_Homesick.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Homesick",
set_name: "Kaladesh",
story_date: datetime(day: 29, month: 08, year: 2016),
author: "<NAME>",
doc
)
#emph[Five Planeswalkers allied as the Gatewatch. From Kaladesh, the pyromancer <NAME>. From Theros, the hieromancer <NAME>. From... | |
https://github.com/Favo02-unimi/reti-di-calcolatori | https://raw.githubusercontent.com/Favo02-unimi/reti-di-calcolatori/main/Teoria/Dispensa.typ | typst | #import "@preview/gentle-clues:0.8.0": *
#import "@preview/cetz:0.2.2"
#import "@preview/codly:0.2.0": *
#import "@preview/equate:0.2.0": equate
// pdf metadata
#set document(
title: "Reti di calcolatori",
author: ("<NAME>")
)
// codly setup
#show: codly-init.with()
#codly(
languages: (java: (name: "Java", colo... | |
https://github.com/npujol/npujol.github.io | https://raw.githubusercontent.com/npujol/npujol.github.io/main/Me/chuli-cv/cv-es.typ | typst | #import "@local/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),
book... | |
https://github.com/rxt1077/otc-2024 | https://raw.githubusercontent.com/rxt1077/otc-2024/main/success.typ | typst | #import "@preview/polylux:0.3.1": *
#import themes.bipartite: *
#show: bipartite-theme
#show link: it=> {
set text(blue)
underline(it)
}
#set text(size: 25pt)
#let cc-image(file: none, title: none, url: none, author: none, width: 50%) = [
#align(center, [
#block(width: width, below: 5pt, [
#image(wi... | |
https://github.com/dainbow/MatGos | https://raw.githubusercontent.com/dainbow/MatGos/master/themes/6.typ | typst | #import "../conf.typ": *
= Исследование функций одной переменной при помощи первой и второй производных на монотонность, локальные экстремумы, выпуклость. Необходимые условия, достаточные условия.
== Необходимые и достаточные условия монотонности функции
#theorem(
"Предельный переход в неравенстве",
)[
Пусть зада... | |
https://github.com/LilNick0101/Bachelor-thesis | https://raw.githubusercontent.com/LilNick0101/Bachelor-thesis/main/thesisHeader.typ | typst |
#let script-size = 7.97224pt
#let footnote-size = 8.50012pt
#let small-size = 9.24994pt
#let normal-size = 10.00002pt
#let large-size = 11.74988pt
#import "@preview/glossarium:0.2.0": make-glossary
#let mainPage(
summary,
specialThanks,
doc
) = {
let data = yaml("./metadata.yaml")
align(center,[
#set... | |
https://github.com/OrangeX4/typst-talk | https://raw.githubusercontent.com/OrangeX4/typst-talk/main/examples/touying.typ | typst | #import "@preview/touying:0.3.2": *
#let s = themes.aqua.register(aspect-ratio: "16-9", lang: "en")
#let s = (s.methods.info)(
self: s,
title: [Title],
subtitle: [Subtitle],
author: [Authors],
date: datetime.today(),
institution: [Institution],
)
#let (init, slides, touying-outline, alert) = utils.methods(... | |
https://github.com/hemmrich/CV_typst | https://raw.githubusercontent.com/hemmrich/CV_typst/master/modules/projects.typ | typst | // Imports
#import "../template/template.typ": cvSection, cvEntry
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#let cvEntry = cvEntry.with(metadata: metadata)
#cvSection("Research Projects")
#cvEntry(
title: [Oral Premalignancy Progression Prediction | PI: <NAME>, MD... | |
https://github.com/csimide/SEU-Typst-Template | https://raw.githubusercontent.com/csimide/SEU-Typst-Template/master/seu-thesis/pages/title-page-degree-cn-fn.typ | typst | MIT License | #import "../utils/packages.typ": fakebold, show-cn-fakebold
#import "../utils/fonts.typ": 字体, 字号, chineseunderline, justify-words
#let title-cn-conf(
author: (CN: "王东南", EN: "<NAME>", ID: "012345"),
thesis-name: (
CN: "硕士学位论文",
EN: [
A Thesis submitted to \
Southeast University \
For the ... |
https://github.com/Jollywatt/typst-fletcher | https://raw.githubusercontent.com/Jollywatt/typst-fletcher/master/tests/edge-mark-shorthands/test.typ | typst | MIT License | #set page(width: auto, height: auto, margin: 1em)
#import "/src/exports.typ" as fletcher: diagram, node, edge
$
#for i in (
"->",
"<-",
">-<",
"<->",
"<=>",
"<==>",
">==<",
"|->",
"|=>",
">->",
"<<->>",
">>-<<",
">>>-}>",
"hook-hook",
"hook'--hook'",
"|=|",
"||-||",
"|||-|||",
"/--\\",
"\\=\\",
"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.