repo
stringlengths
26
115
file
stringlengths
54
212
language
stringclasses
2 values
license
stringclasses
16 values
content
stringlengths
19
1.07M
https://github.com/crd2333/crd2333.github.io
https://raw.githubusercontent.com/crd2333/crd2333.github.io/main/src/docs/Reading/跟李沐学AI(论文)/CLIP.typ
typst
// --- // order: 17 // --- #import "/src/components/TypstTemplate/lib.typ": * #show: project.with( title: "d2l_paper", lang: "zh", ) = Learning Transferable Visual Models From Natural Language Supervision - 时间:2021.2 == 标题 & 摘要 & 引言 - Learning *Transferable* Visual Models From Natural Language *Supervision*,利用自...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/chronos/0.1.0/src/sequence.typ
typst
Apache License 2.0
#import "@preview/cetz:0.2.2": draw, vector #import "consts.typ": * #import "participant.typ" #import "note.typ" #let get-arrow-marks(sym, color) = { if type(sym) == array { return sym.map(s => get-arrow-marks(s, color)) } ( "": none, ">": (symbol: ">", fill: color), ">>": (symbol: "straight"), ...
https://github.com/Myriad-Dreamin/shiroa
https://raw.githubusercontent.com/Myriad-Dreamin/shiroa/main/contrib/typst/tidy-book/lib.typ
typst
Apache License 2.0
// https://github.com/Jollywatt/arrow-diagrams
https://github.com/fuchs-fabian/typst-template-aio-studi-and-thesis
https://raw.githubusercontent.com/fuchs-fabian/typst-template-aio-studi-and-thesis/main/README.md
markdown
MIT License
# aio-studi-and-thesis: All-in-one template for students and theses <p align="center"> <a href="https://github.com/fuchs-fabian/typst-template-aio-studi-and-thesis/blob/main/docs/manual-de.pdf"> <img alt="Manual DE" src="https://img.shields.io/website?down_message=offline&label=manual%20de&up_color=007aff&up_mes...
https://github.com/The-Notebookinator/notebookinator
https://raw.githubusercontent.com/The-Notebookinator/notebookinator/main/themes/linear/entries.typ
typst
The Unlicense
#import "format.typ": * #import "./colors.typ": * #import "/utils.typ" #let cover = utils.make-cover(ctx => { v(50pt) line( length: 100%, stroke: 2pt, ) h(5pt) rect( inset: 30pt, fill: surface-0, width: 100%, )[ #grid( columns: (1fr, 3fr), gutter: 2fr, [ #...
https://github.com/MatheSchool/typst-g-exam
https://raw.githubusercontent.com/MatheSchool/typst-g-exam/develop/docs-shiroa/g-exam-doc/about.typ
typst
MIT License
#import "mod.typ": * #show: book-page.with(title: "About") = About
https://github.com/Coekjan/parallel-programming-learning
https://raw.githubusercontent.com/Coekjan/parallel-programming-learning/master/ex-1/report.typ
typst
#import "../template.typ": * #import "@preview/cetz:0.2.2" as cetz #import "@preview/codelst:2.0.1" as codelst #show: project.with( title: "并行程序设计第 1 次作业(OpenMP 编程)", authors: ( (name: "叶焯仁", email: "<EMAIL>", affiliation: "ACT, SCSE"), ), ) #let data = toml("data.toml") #let lineref = codelst.lineref.with(...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/06-features-2/positioning/single.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/lib/glossary.typ": tr #show: web-page-template // ### Single adjustment === #tr[single adjustment] // A single adjustment rule just repositions a glyph or glyph class, without contextual reference to anything arou...
https://github.com/mismorgano/UG-FunctionalAnalyisis-24
https://raw.githubusercontent.com/mismorgano/UG-FunctionalAnalyisis-24/main/tareas/Tarea-10/Tarea-10.typ
typst
#import "../../config.typ": config, exercise, proof #show: doc => config([Tarea 10], doc) #exercise[2.26][ Muestra que se cumple el Teorema de la gráfica cerrada ssi se cumple el principio del mapeo abierto. ] #exercise[2.27][ Sean, $X, Y$ espacios normados, $T in cal(B)(X, Y)$. Muestra que $hat(T) : X slas...
https://github.com/jgm/typst-hs
https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/field-10.typ
typst
Other
// Error: 9-13 cannot access fields on type boolean #{false.true}
https://github.com/jneug/typst-codetastic
https://raw.githubusercontent.com/jneug/typst-codetastic/main/manual.typ
typst
MIT License
#import "@local/mantys:0.0.3": * #import "@local/tidy:0.1.0" #import "bits.typ" #import "bitfield.typ" #import "checksum.typ" #import "ecc.typ" #import "util.typ" #import "qrutil.typ" #import "codetastic.typ" #show: mantys.with( ..toml("typst.toml"), title: [C#box(baseline:25%, inset:(x:-.1em), codetastic.qrcod...
https://github.com/EpicEricEE/typst-based
https://raw.githubusercontent.com/EpicEricEE/typst-based/master/assets/example.typ
typst
MIT License
#import "../src/lib.typ": base64, base32, base16 #set text(size: 14pt) #set page( width: auto, height: auto, margin: 1em, background: pad(0.5pt, box( width: 100%, height: 100%, radius: 4pt, fill: white, stroke: white.darken(10%), )), ) #table( columns: 3, inset: 0.5em, table.heade...
https://github.com/danfunc/UseTYPST.cmake
https://raw.githubusercontent.com/danfunc/UseTYPST.cmake/main/example.typ
typst
#emph[Hello] \ #emoji.face \ #"hello".len() enjoy! typst with cmake! #pagebreak() #include "subdir/subdir_example.typ"
https://github.com/barrel111/readings
https://raw.githubusercontent.com/barrel111/readings/main/classes/math6710/notes.typ
typst
#import "@local/preamble:0.1.0": * #import "@preview/fletcher:0.4.3" as fletcher: diagram, node, edge #import "@preview/commute:0.2.0": node, arr, commutative-diagram #show: project.with( course: "MATH6710", sem: "Summer", title: "Probability Theory I", subtitle: "Notes", authors: ( "<NAME>", ), ) = I...
https://github.com/mem-courses/linear-algebra
https://raw.githubusercontent.com/mem-courses/linear-algebra/main/functions.typ
typst
#let mem_equations(..args) = { let arr = () for line in args.pos() { let cur = "" let isFirst = true for (i, v) in line.enumerate() { if i + 1 == line.len() { cur += "=" if v >= 0 { cur += str(v) } else { cur += math.minus cur += str(-v) } } else { if v != 0 { if no...
https://github.com/Mojashi/ppl2024
https://raw.githubusercontent.com/Mojashi/ppl2024/main/ppl.typ
typst
#import "@preview/diagraph:0.2.1": * #import "poster.typ": * // #show regex("[\p{scx:Han}\p{scx:Hira}\p{scx:Kana}]"): set text(font: "Noto Sans CJK JP") // 漢字かなカナのみ指定(ゴシック体=サンセリフ体) #show: poster.with( size: "18x24", title: "Postの対応問題に対する様々なアプローチ", authors: "大森章裕, 南出靖彦", departments: "東京工業大学情報理工学院", univ_log...
https://github.com/giZoes/justsit-thesis-typst-template
https://raw.githubusercontent.com/giZoes/justsit-thesis-typst-template/main/resources/utils/custom-tablex.typ
typst
MIT License
#import "@preview/tablex:0.0.8": *
https://github.com/HarryLuoo/sp24
https://raw.githubusercontent.com/HarryLuoo/sp24/main/431/hw/1/hw6.typ
typst
#set math.equation(numbering: "(1)") #set page(margin: (x: 1cm, y: 1cm)) = HW 6, <NAME> == ex4.6 recall from lec the normal approximation formula, where $ P (|hat(p)-p|< epsilon)>= 2 Phi(2epsilon sqrt(n))-1 $ <eq1> For this problem, we have $epsilon = 0.02, 2 Phi(2epsilon sqrt(n))-1 >= 0.95.$ We can solve for n whe...
https://github.com/Ombrelin/adv-java
https://raw.githubusercontent.com/Ombrelin/adv-java/master/Slides/2-tests.typ
typst
#import "@preview/polylux:0.3.1": * #import "@preview/sourcerer:0.2.1": code #import themes.clean: * #show: clean-theme.with( logo: image("images/efrei.jpg"), footer: [<NAME>, EFREI Paris], short-title: [EFREI LSI L3 ALSI62-CTP : Java Avancé], color: rgb("#EB6237") ) #title-slide( title: [Java Avancé], su...
https://github.com/ludwig-austermann/qcm
https://raw.githubusercontent.com/ludwig-austermann/qcm/main/README.md
markdown
MIT License
# qcm Qualitative Colormaps for Typst Qualitative colormaps contain a fixed number of distinct and easily differentiable colors. They are suitable to use for e.g. categorical data visualization. ## Source The following colormaps are available: - all [colorbrew](https://github.com/axismaps/colorbrewer/) qualitive colo...
https://github.com/ClazyChen/Table-Tennis-Rankings
https://raw.githubusercontent.com/ClazyChen/Table-Tennis-Rankings/main/history_CN/2019/MS-09.typ
typst
#set text(font: ("Courier New", "NSimSun")) #figure( caption: "Men's Singles (1 - 32)", table( columns: 4, [排名], [运动员], [国家/地区], [积分], [1], [马龙], [CHN], [3546], [2], [樊振东], [CHN], [3422], [3], [许昕], [CHN], [3374], [4], [林高远], [CHN], [3328], [5], [林昀儒], [TPE], [3293], ...
https://github.com/xsro/xsro.github.io
https://raw.githubusercontent.com/xsro/xsro.github.io/zola/typst/Control-for-Integrator-Systems/4PTC.typ
typst
#import "@preview/cetz:0.2.0" #import cetz.plot #import cetz.draw: * #import "lib/lib.typ": op,sig,ode #let mu1(t,T:1,h:1,k1:1,k2:0)={ if t>=T { 0 }else{ k1/calc.pow(T - t,h)+k2 } } #let table_eles(profiles)={ let eles=() for p in profiles{ eles.push($T=#p.T,\ h=#p.h,\ k_1=#p.k1$) let mu0...
https://github.com/andreasKroepelin/lovelace
https://raw.githubusercontent.com/andreasKroepelin/lovelace/main/examples/booktabs-title.typ
typst
MIT License
#import "../lib.typ": * #set page(width: auto, height: auto, margin: 1em) #set text(font: "TeX Gyre Pagella") #show math.equation: set text(font: "TeX Gyre Pagella Math") #pseudocode-list(booktabs: true, title: [My cool title])[ + do something + do something else + *while* still something to do + do even mor...
https://github.com/davidmasp/naturelike
https://raw.githubusercontent.com/davidmasp/naturelike/main/main.typ
typst
#import "naturelike.typ": * #show: naturelike.with( title: lorem(10), article_type: "Preprint", abstract: [ #lorem(150) ], authors: ( ( name: "<NAME>", affiliation: ("Junts","Consell per la Republica") ), ( name: "<NAME>", affiliation: ("Esquerra Republicana de Cataluny...
https://github.com/tiankaima/typst-notes
https://raw.githubusercontent.com/tiankaima/typst-notes/master/2bc0c8-2024_spring_TA/main.typ
typst
#set text( font: ("linux libertine", "Source Han Serif SC", "Source Han Serif"), size: 10pt, ) #show math.equation: set text(11pt) #show math.equation: it => [ #math.display(it) ] #let dcases(..args) = { let dargs = args.pos().map(it => math.display(it)) math.cases(..dargs) } #show image: it => [ #set ali...
https://github.com/jxpeng98/quarto-ssrn-scribe
https://raw.githubusercontent.com/jxpeng98/quarto-ssrn-scribe/main/_extensions/ssrn-scribe/typst-show.typ
typst
#show: doc => paper( $if(font)$ font: ["$font$"], $endif$ $if(fontsize)$ fontsize: $fontsize$, $endif$ maketitle: $maketitle$, $if(title)$ title: [$title$], $endif$ $if(by-author)$ authors: ( $for(by-author)$ ( name: "$it.name.literal$", $for(it.affiliations/first)$ department: [$it.department$], ...
https://github.com/SWATEngineering/Docs
https://raw.githubusercontent.com/SWATEngineering/Docs/main/src/3_PB/PianoDiProgetto/sections/PianificazioneSprint/DodicesimoSprint.typ
typst
MIT License
#import "../../functions.typ": glossary === Dodicesimo #glossary[sprint] *Inizio*: Venerdì 08/03/2024 *Fine*: Giovedì 14/03/2024 *Obiettivi dello #glossary[sprint]*: - Proseguire la stesura del _Piano di Progetto_: - Aggiornare pianificazione e preventivo pertinenti allo #glossary[sprint] 12 e inserire il co...
https://github.com/EpicEricEE/typst-marge
https://raw.githubusercontent.com/EpicEricEE/typst-marge/main/tests/overflow/multiple/test.typ
typst
MIT License
#import "/src/lib.typ": sidenote #set par(justify: true) #set page(width: 8cm, height: 18cm, margin: (outside: 4cm, rest: 5mm)) #let sidenote = sidenote.with(numbering: "1") #lorem(30) #for n in range(10) [ do #sidenote[ This note is moved up to prevent overlap. ] ] #lorem(30) #sidenote[ This sidenote woul...
https://github.com/cskeeters/novela-typst
https://raw.githubusercontent.com/cskeeters/novela-typst/master/README.md
markdown
This repository contains instructions for modifying [Novela] to be used with [Typst]. # Issues Novela as it comes from [atipo] has a few issues when being used with Typst. ## Styles Typst cannot distinguish font styles "Regular" and "Display Regular". If you run `typst fonts --variants`, you'll find duplicate entr...
https://github.com/Myriad-Dreamin/typst.ts
https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/layout/grid-3_02.typ
typst
Apache License 2.0
#import "/contrib/templates/std-tests/preset.typ": * #show: test-page // Test two columns in the same row overflowing by a different amount. #set page(width: 5cm, height: 2cm) #grid( columns: 3 * (1fr,), row-gutter: 8pt, column-gutter: (0pt, 10%), [A], [B], [C], [Ha!\ ] * 6, [rofl], [\ A] * 3, [hello]...
https://github.com/sitandr/typst-examples-book
https://raw.githubusercontent.com/sitandr/typst-examples-book/main/src/snippets/chapters/page-numbering.md
markdown
MIT License
# Page numbering ## Separate page numbering for each chapter ```typ /// author: tinger // unnumbered title page if needed // ... // front-matter #set page(numbering: "I") #counter(page).update(1) #lorem(50) // ... // page counter anchor #metadata(()) <front-matter> // main document body #set page(numbering: "1") ...
https://github.com/satoqz/dhbw-template
https://raw.githubusercontent.com/satoqz/dhbw-template/main/template.typ
typst
MIT License
#let template( /// the title of your thesis /// type: str title: "Thesis Title", /// the subtitle, such as "Bachelor's Thesis", "T1000", "T2000" etc. /// type: str subtitle: "Bachelor's Thesis", /// single author name or list of author names /// type: str | array<str> author: "<NAME>", /// date of s...
https://github.com/HarumiKiyama/resume
https://raw.githubusercontent.com/HarumiKiyama/resume/master/README.md
markdown
To change the text size, you can uncomment the lines in `cv.typ` and set to your choice. (Recommended text size for CV is from 10pt to 12pt) You can also change the page margin in `cv.typ` to fit in more contents in a single page. The margin default is set to `(x: 0.9cm, y: 1.3cm)`. Don't forget to include `#chiline(...
https://github.com/dashuai009/dashuai009.github.io
https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/044.typ
typst
#let date = datetime( year: 2023, month: 6, day: 17, ) #metadata(( title: "windows只用键盘如何打开蓝牙,连接蓝牙鼠标?", subtitle: [windows], author: "dashuai009", description: "", pubDate: date.display(), ))<frontmatter> #import "../__template/style.typ": conf #show: conf == 事故描述 今天手残了,用蓝牙鼠标把蓝牙关掉了,鼠标直接切断了。电脑上只有有线键盘还...
https://github.com/WinstonMDP/math
https://raw.githubusercontent.com/WinstonMDP/math/main/knowledge/vector_spaces.typ
typst
#import "../cfg.typ": cfg #show: cfg = Vector spaces $(V, +, dot)$ is a vector space over a field $F :=$ + $(V, +)$ is an abelian group. + $dot in V^(F times V)$. + $V$ is closed under $dot$. + $lambda(a + b) = lambda a + lambda b$. + $(lambda + mu)a = lambda a + mu a$. + $(lambda mu)a = lambda (mu a)$. + $1a = a$. ...
https://github.com/Area-53-Robotics/53B-Notebook-Over-Under-2023-2024
https://raw.githubusercontent.com/Area-53-Robotics/53B-Notebook-Over-Under-2023-2024/master/templates/headers.typ
typst
Creative Commons Attribution Share Alike 4.0 International
#let entry_header(title: [], color: black) = { text( fill: color, size: 16pt, [=== #title] ) } #let box_header(title: [], color: luma(230)) = { box( fill: color, radius: 2pt, inset: 6pt )[ #text( size: 16pt, [=== #title] ...
https://github.com/katamyra/Notes
https://raw.githubusercontent.com/katamyra/Notes/main/Compiled%20School%20Notes/CS2110/Modules/LC3.typ
typst
#import "../../../template.typ": * = The LC-3 == Memory Organization The LC-3 memory has an address space of $2^16$ locations and an addressability of 16 bits. For the LC-3, we refer to 16 bits _as one word_, and we say that the LC-3 is _word addressable_ #note[ Reminder (because I forgot lol): *addressabilit...
https://github.com/Ligandlly/typst-templates
https://raw.githubusercontent.com/Ligandlly/typst-templates/main/note.typ
typst
MIT License
#let note(title, body) = { align(center)[#text(title, 1.75em, weight: "bold")] set text(font: ("Times", "Songti SC")) set par(justify: true) set heading(numbering: "1.1") show heading: set text(orange) show "TODO": it => box(fill: yellow.lighten(60%))[ #text(it, red) ...
https://github.com/RodolpheThienard/typst-template
https://raw.githubusercontent.com/RodolpheThienard/typst-template/main/reports/1/example.typ
typst
MIT License
#import "template1.typ": template #show: doc => template( title: [ *Template 1 * ], subtitle: "Subtitle", subsubtitle: none, authors: ( ( name: "<NAME>", ), ( name: "<NAME>", ), ), supervisors: ( ( name: "<NAME>", ), ( name: "<NAME>", ), ...
https://github.com/jamesrswift/blog
https://raw.githubusercontent.com/jamesrswift/blog/main/assets/2024-07-03-sparklines/code.typ
typst
MIT License
#import "../packages/sparklines/lib.typ" as sparkline #import "data.typ" #set par(justify: true) #set text(size: 12pt) #let par-wrap(body) = { lorem(20) body lorem(20) } #par-wrap[ Owing to the good $#`ETH`->#`GBP`$ #sparkline.make( data.series("Adj Close").filter(it=>it.first()>300), width: 2.5...
https://github.com/EgorGorshen/scripts-for-typst
https://raw.githubusercontent.com/EgorGorshen/scripts-for-typst/main/lib.typ
typst
MIT License
#import "matrix.typ": * #import "truth-table.typ": * #import "utils.typ": * #import "gause-algo.typ": * /* Утилита для оформления вопросов запросов etc... https://github.com/jomaway/typst-gentle-clues/tree/main */ #import "@preview/gentle-clues:0.9.0": * #import "@preview/cetz:0.1.2": *
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10C80.typ
typst
Apache License 2.0
#let data = ( ("OLD HUNGARIAN CAPITAL LETTER A", "Lu", 0), ("OLD HUNGARIAN CAPITAL LETTER AA", "Lu", 0), ("OLD HUNGARIAN CAPITAL LETTER EB", "Lu", 0), ("OLD HUNGARIAN CAPITAL LETTER AMB", "Lu", 0), ("OLD HUNGARIAN CAPITAL LETTER EC", "Lu", 0), ("OLD HUNGARIAN CAPITAL LETTER ENC", "Lu", 0), ("OLD HUNGARIAN...
https://github.com/marcustut/machinelearning
https://raw.githubusercontent.com/marcustut/machinelearning/main/spotify/report.typ
typst
#import "template.typ": * #import "@preview/cetz:0.1.2": canvas, plot, palette, draw #let legend-item(point, name, style) = { draw.content( (point.at(0)+2, point.at(1)), (point.at(0)+2, point.at(1)), frame: "rect", padding: .3em, fill: style.fill, stroke: none, [], ) draw.content( (p...
https://github.com/EGmux/TheoryOfComputation
https://raw.githubusercontent.com/EGmux/TheoryOfComputation/master/unit2/tese-church-turing.typ
typst
#set heading(numbering: "1.") === 3.1 This exercise concerns TM $M_2$, whose description and state diagram appear in Example 3.7. In each of the parts, give the sequence of configurations that $M_2$ enters when started on the indicated input string. \ #figure(image("../assets/diag.png", width: 80%), caption: []) <fig...
https://github.com/7sDream/fonts-and-layout-zhCN
https://raw.githubusercontent.com/7sDream/fonts-and-layout-zhCN/master/chapters/06-features-2/positioning/pair.typ
typst
Other
#import "/template/template.typ": web-page-template #import "/template/components.typ": note #import "/lib/glossary.typ": tr #show: web-page-template // ### Pair adjustment === 字偶对调整 // We've already seen pair adjustment rules: they're called kerns. They take two glyphs or glyphclasses, and move glyphs around. We'v...
https://github.com/ern1/typiskt
https://raw.githubusercontent.com/ern1/typiskt/main/resume.typ
typst
#import "resume-content.typ": eduEntries, expEntries, projEntries #import "templates/typiskt.typ": resume, mainEntry, article, util, colors, icons, fonts #show: resume.with( firstName: "Tommy", lastName: "Ernsund", description: "Software Developer", //profile-image: "assets/dog1-vt_svgo.svg" profile-image: "...
https://github.com/Brndan/formalettre
https://raw.githubusercontent.com/Brndan/formalettre/main/template/src/exemple.typ
typst
BSD 3-Clause "New" or "Revised" License
#import "@preview/formalettre:0.1.1": * #set text(lang: "fr") #show: lettre.with( expediteur: ( nom: "de La Boétie", prenom: "Étienne", voie: "145 avenue de Germignan", complement_adresse: "", code_postal: "33320", commune: "Le Taillan-Médoc", telephone: "01 23 45 67 89", email: "<EMAIL>", signature...
https://github.com/Joelius300/hslu-typst-template
https://raw.githubusercontent.com/Joelius300/hslu-typst-template/main/additional-outlines.typ
typst
MIT License
#import "@preview/big-todo:0.2.0": todo #import "@preview/i-figured:0.2.4" #import "@preview/acrostiche:0.3.1": print-index = Weitere Inhaltsverzeichnisse == Abkürzungsverzeichnis #print-index(title: "") // Table of images == Abbildungsverzeichnis #i-figured.outline(title: v(-1.3em)) // Tables of tables == Tabellen...
https://github.com/Functional-Bus-Description-Language/Specification
https://raw.githubusercontent.com/Functional-Bus-Description-Language/Specification/master/src/functionalities/stream.typ
typst
== Stream The stream functionality represents a stream of data to a provider (downstream), or a stream of data from a provider (upstream). An empty stream (stream without any param or return) is always a downstream. It is useful for triggering cyclic action with constant time interval. A downstream must not have any r...
https://github.com/JerryYin777/Jerry_CV
https://raw.githubusercontent.com/JerryYin777/Jerry_CV/main/resume.typ
typst
MIT License
#import "chicv.typ": * #show: chicv = Congrui (<NAME> #fa[#envelope] <EMAIL> | #fa[#github] #link("https://github.com/JerryYin777")[github.com/JerryYin777] | #fa[#globe] #link("https://jerrysys.top")[jerrysys.top] | #fa[#google] #link("https://scholar.google.com/citations?user=7gsdLw4AAAAJ&hl=en")[Google Scholar] | ...
https://github.com/duwenba/typst-pkgs
https://raw.githubusercontent.com/duwenba/typst-pkgs/master/packages/local/choices/0.1.0/lib.typ
typst
#let choice( content, number-style: "1.", number-align: alignment.left, opt-style : "A.", space : 8pt, options : (:), ans : (), show-ans : true, ) = { let arr = (:);let opts = (:); let l = 0; if not show-ans { ans = () } for e in content.children ...
https://github.com/An-314/Notes-of-Probability_and_Stochastic_Processes
https://raw.githubusercontent.com/An-314/Notes-of-Probability_and_Stochastic_Processes/main/chap1.typ
typst
#import "@preview/physica:0.9.2": * = 概率与概率空间 == 随机事件与概率 === 随机事件与概率 ==== 事件与样本空间 一般地,我们把实验的每一种可能的结果称为一个*基本事件*(或称*样本点*),称所有基本事件的全体为该试验的*样本空间*,记为$Omega$。 $Omega$的一个子集合$A$,可以看作是一个随机事件。 _从数学的角度看,与试验相关的每个“事件”都可以描述称样本空间$Omega$的一个子集$A$,反之亦然。_ 在一次试验中,我们得到了一个结果$omega in Omega$。 - 如果$omega in A$,我们就称*...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-A800.typ
typst
Apache License 2.0
#let data = ( ("SYLOTI NAGRI LETTER A", "Lo", 0), ("SYLOTI NAGRI LETTER I", "Lo", 0), ("SYLOTI NAGRI SIGN DVISVARA", "Mn", 0), ("SYLOTI NAGRI LETTER U", "Lo", 0), ("SYLOTI NAGRI LETTER E", "Lo", 0), ("SYLOTI NAGRI LETTER O", "Lo", 0), ("SYLOTI NAGRI SIGN HASANTA", "Mn", 9), ("SYLOTI NAGRI LETTER KO", "L...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/math/op.typ
typst
// Test text operators. --- math-op-predefined --- // Test predefined. $ max_(1<=n<=m) n $ --- math-op-call --- // With or without parens. $ &sin x + log_2 x \ = &sin(x) + log_2(x) $ --- math-op-scripts-vs-limits --- // Test scripts vs limits. #set page(width: auto) #set text(font: "New Computer Modern") Discuss $...
https://github.com/kpindur/rinko.typst
https://raw.githubusercontent.com/kpindur/rinko.typst/main/template.typ
typst
MIT License
#import "rinko.typ": conf, abstract #show: body => conf(body) #abstract(abstract: lorem(50)) = Introduction #lorem(90) = Related Works #lorem(120) = Methods #lorem(240) == Details #lorem(120) = Results #lorem(30) == Experiment 1 #lorem(100) == Experiment 2 #lorem(100) = Discussion #lorem(30) == Experiment 1 #lo...
https://github.com/jcrist/cv
https://raw.githubusercontent.com/jcrist/cv/main/cv.typ
typst
#let par_space = 0.5em #let sep_space = par_space + 0.2em #let color = rgb("#336699") #let format_date(start_date: none, end_date: none) = { let date = { if end_date == none { start_date } else if start_date == none { end_date } else { start_date + " - " + end_date } }...
https://github.com/TechnoElf/mqt-qcec-diff-presentation
https://raw.githubusercontent.com/TechnoElf/mqt-qcec-diff-presentation/main/content/conclusion.typ
typst
#import "@preview/tablex:0.0.8": tablex #import "../template/conf.typ": slide #import "data.typ": * #slide(title: "")[ #box(width: 100%, height: 80%, align(center + horizon)[ #text(size: 60pt)[*Conclusion*] ]) ] #slide(title: "Conclusion")[ #figure( box(width: 90%, height: 90%, align(horizon, { t...
https://github.com/mrcinv/nummat-typst
https://raw.githubusercontent.com/mrcinv/nummat-typst/master/08_spektralno_grucenje.typ
typst
#import "admonitions.typ": opomba = Spektralno razvrščanje v gruče <spektralno-razvrščanje-v-gruče> Pokazali bomo metodo razvrščanja v gruče, ki uporabi spektralno analizo Laplaceove matrike podobnostnega grafa podatkov, zato da podatke preslika v prostor, kjer jih je lažje razvrstiti. == Podobnostni graf in Laplace...
https://github.com/GYPpro/Java-coures-report
https://raw.githubusercontent.com/GYPpro/Java-coures-report/main/Report/10.typ
typst
#set text(font:("Times New Roman","Source Han Serif SC")) #show raw.where(block: false): box.with( fill: luma(240), inset: (x: 3pt, y: 0pt), outset: (y: 3pt), radius: 2pt, ) // Display block code in a larger block // with more padding. #show raw.where(block: true): block.with( fill: luma(240), inset: 10pt,...
https://github.com/mrtz-j/typst-thesis-template
https://raw.githubusercontent.com/mrtz-j/typst-thesis-template/main/template/utils/caption.typ
typst
MIT License
#import "../chapters/global.typ": in-outline #let dynamic-caption(long, short) = ( context { if in-outline.get() { short } else { long } } )
https://github.com/ist199211-ist199311/homeworks-nss
https://raw.githubusercontent.com/ist199211-ist199311/homeworks-nss/master/hw1.typ
typst
#import "@preview/tablex:0.0.6": tablex, hlinex, colspanx #import "common/template.typ": cover_page, header, footer, setup_page #cover_page(title: "Homework 1", date: "November 2023") #pagebreak() #show: setup_page #set page("a4", header: header(title: "HW1"), footer: footer) #counter(page).update(1) #outline() #p...
https://github.com/jakobjpeters/Typstry.jl
https://raw.githubusercontent.com/jakobjpeters/Typstry.jl/main/docs/source/references/internals.md
markdown
MIT License
# Internals This reference documents non-public utilities. ```@docs Typstry.compile_workload ``` ## Strings ```@docs Typstry.Strings Typstry.Strings.examples Typstry.Strings.typst_mime Typstry.Strings.backticks Typstry.Strings.block Typstry.Strings.code_mode Typstry.Strings.depth Typstry.Strings.enclose Typstry.St...
https://github.com/f7ed0/typst-template
https://raw.githubusercontent.com/f7ed0/typst-template/master/cv.typ
typst
#import "lib/blocks.typ" : * #let educationElement(dates : [FROM - TO], title : [TITLE], school : [school], location : [location], GPA : [GPA : 5.0], coursework : ()) = [ #set block(spacing : 0.5em) #text(dates, weight : 500, fill : gray.darken(30%)) #text(title, weight : 500) : #text(school) #text(...
https://github.com/AU-Master-Thesis/thesis
https://raw.githubusercontent.com/AU-Master-Thesis/thesis/main/sections/3-methodology/study-3/global-planning.typ
typst
MIT License
#import "../../../lib/mod.typ": * === Global Planning <s.m.global-planning> #let gp = ( robot: text(theme.peach, $bold(R)$), A: text(theme.lavender, $bold(A)$), B: text(theme.mauve, $bold(B)$), A1: boxed(text(weight: 900, "GP-1")), A2: boxed(text(weight: 900, "GP-2")), ) Global planning has been ...
https://github.com/zagoli/simple-typst-thesis
https://raw.githubusercontent.com/zagoli/simple-typst-thesis/main/README.md
markdown
Apache License 2.0
# simple-typst-thesis This template defines a frontpage with a centered title and author informations, and an optional logo. Each page of the main body has a custom header. The header shows what the current page is about. It does this in three ways: - If the current page has a main heading, the header uses that. - If...
https://github.com/alberto-lazari/cns-report
https://raw.githubusercontent.com/alberto-lazari/cns-report/main/future-work.typ
typst
= Future work <future_work> Future work should move along two main axes: the improvement of the current project and the parallelization of fuzzing. == Improving the project The actual project can be improved in several different ways. Firstly, expanding the project with additional inspectors would significantly broad...
https://github.com/stepbrobd/cv
https://raw.githubusercontent.com/stepbrobd/cv/master/readme.md
markdown
MIT License
# Curriculum Vitae ![Status](https://github.com/stepbrobd/curriculum-vitae/actions/workflows/release.yml/badge.svg) CV with [Typst](https://github.com/typst/typst) and [Nix](https://nixos.org). ```shell curl https://api.github.com/repos/stepbrobd/cv/releases/latest | jq -r ".assets[].browser_download_url" ``` ## Bu...
https://github.com/0x1B05/algorithm-journey
https://raw.githubusercontent.com/0x1B05/algorithm-journey/main/practice/note/content/贪心.typ
typst
#import "../template.typ": * #pagebreak() = 贪心 - 狭义的贪心 - 每一步都做出在当前状态下最好或最优的选择,从而希望最终的结果是最好或最优的算法 - 广义的贪心 - 通过分析题目自身的特点和性质,只要发现让求解答案的过程得到加速的结论,都算广义的贪心 == 专题 1 有关贪心的若干现实 & 提醒 1. 不要去纠结严格证明,每个题都去追求严格证明,浪费时间、收益很低,而且千题千面。玄学! 2. 一定要掌握用对数器验证的技巧,这是解决贪心问题的关键 3. 解答几乎只包含贪心思路的题目,代码量都不大 4. 大量累积贪心的经验,重点不是证明,而是题目的特征,以及贪心方式的特...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/layout/container.typ
typst
// Test the `box` and `block` containers. --- box --- // Test box in paragraph. A #box[B \ C] D. // Test box with height. Spaced \ #box(height: 0.5cm) \ Apart --- block-sizing --- // Test block sizing. #set page(height: 120pt) #set block(spacing: 0pt) #block(width: 90pt, height: 80pt, fill: red)[ #block(width: 60%...
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/components/admonition.typ
typst
#import "/config.typ": theme #let admonition(title, body) = { block( stroke: 1pt + theme.fg_light, width: 100%, radius: 4pt, clip: true, stack( block( fill: theme.bg_light, inset: 6pt, width: 100%, below: 0pt, title ), block( inset...
https://github.com/typst-community/valkyrie
https://raw.githubusercontent.com/typst-community/valkyrie/main/src/lib.typ
typst
Other
#import "types.typ": * #import "ctx.typ": z-ctx #import "base-type.typ": base-type #import "assertions-util.typ" as advanced #import "assertions.typ" as assert #import "coercions.typ" as coerce #import "schemas.typ" as schemas #let parse( object, schemas, ctx: z-ctx(), scope: ("argument",), ) = { // don't ex...
https://github.com/OCamlPro/ppaqse-lang
https://raw.githubusercontent.com/OCamlPro/ppaqse-lang/master/src/étude/OCamlPro_PPAQSE-COTS_rapport.typ
typst
#import "../base.typ": * #import "defs.typ": * #import "links.typ": * #show: report.with( title: [Ecosystèmes COTS de développement et de vérification des logiciels critiques et temps réel], version: sys.inputs.at("git_version", default: "<unknown>"), authors: ( ( firstname: "Julien", lastname:...
https://github.com/Kasci/LiturgicalBooks
https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/SK/zalmy/Z_PaneJaVolam.typ
typst
#import "/style.typ": * #set par(first-line-indent: 1em) === Žalm 140 #note[(... Pokračovanie)] Bože, stráž nad mojimi rečami \* a dozeraj na moje slová. Nedovoľ, aby sa mi srdce naklonilo k zlému, \* aby som sa dal na bezbožné skutky so zločincami a zasadal si s nimi na hostinách. Nech ma radšej statočný človek...
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/scripting/modules/cycle2.typ
typst
// SKIP #import "cycle1.typ": * #let val = "much cycle" This is the second element of an import cycle.
https://github.com/PeiPei233/typst-template
https://raw.githubusercontent.com/PeiPei233/typst-template/main/test.typ
typst
#import "zju-exp-report/report-template.typ": project #let (cover,report-title,doc) = project( course: "Hello", name: "233", id: "11111111", ) #cover(name:"hhhh") #show: doc #report-title(course: "World") #report-title()
https://github.com/Mc-Zen/zero
https://raw.githubusercontent.com/Mc-Zen/zero/main/src/state.typ
typst
MIT License
#let default-state = ( digits: auto, fixed: none, product: sym.times, decimal-separator: ".", tight: false, omit-unity-mantissa: false, positive-sign: false, positive-sign-exponent: false, base: 10, uncertainty-mode: "separate", math: true, group: ( size: 3, separator: sym.space.thin, ...
https://github.com/PgBiel/typst-improv-tables-planning
https://raw.githubusercontent.com/PgBiel/typst-improv-tables-planning/main/pkg/codly.typ
typst
Other
// Lets you set a line number offset. #let codly-offset(offset: 0) = { state("codly-offset").update(offset) } // Lets you set a range of line numbers to highlight. #let codly-range( start: 1, end: none, ) = { state("codly-range").update((start, end)) } // Disables codly. #let disable-codly() = { state("codl...
https://github.com/DieracDelta/presentations
https://raw.githubusercontent.com/DieracDelta/presentations/master/polylux/book/src/dynamic/cover.typ
typst
#import "../../../polylux.typ": * #set page(paper: "presentation-16-9") #set text(size: 30pt) #polylux-slide[ #uncover(3, mode: "transparent")[abc] #one-by-one(start: 2, mode: "transparent")[def ][ghi] #line-by-line(mode: "transparent")[ - jkl - mno ] #enum-one-by-one(mode: "transparent", tight: false)[pqr][stu...
https://github.com/EpicEricEE/typst-marge
https://raw.githubusercontent.com/EpicEricEE/typst-marge/main/tests/template.typ
typst
MIT License
#import "/src/lib.typ": sidenote #set par(justify: true) #set page(width: 8cm, height: auto, margin: (outside: 4cm, rest: 5mm))
https://github.com/TypstApp-team/typst
https://raw.githubusercontent.com/TypstApp-team/typst/master/tests/typ/compute/foundations.typ
typst
Apache License 2.0
// Test foundational functions. // Ref: false --- #test(type(1), int) #test(type(ltr), direction) #test(type(10 / 3), float) --- #test(repr(ltr), "ltr") #test(repr((1, 2, false, )), "(1, 2, false)") --- // Test panic. // Error: 7-9 panicked #panic() --- // Test panic. // Error: 7-12 panicked with: 123 #panic(123) ...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-1D000.typ
typst
Apache License 2.0
#let data = ( ("BYZANTINE MUSICAL SYMBOL PSILI", "So", 0), ("BYZANTINE MUSICAL SYMBOL DASEIA", "So", 0), ("BYZANTINE MUSICAL SYMBOL PERISPOMENI", "So", 0), ("BYZANTINE MUSICAL SYMBOL OXEIA EKFONITIKON", "So", 0), ("BYZANTINE MUSICAL SYMBOL OXEIA DIPLI", "So", 0), ("BYZANTINE MUSICAL SYMBOL VAREIA EKFONITIKO...
https://github.com/kdog3682/2024-typst
https://raw.githubusercontent.com/kdog3682/2024-typst/main/src/typography.typ
typst
#import "base-utils.typ": * #import "classes.typ": classes #let line(class: "") = { let base = classes.at(class).at("line") let value = "" let line-attrs = base.line value = _line(..line-attrs) if "spacing" in base { v(resolve-pt(base.spacing.above)) value v(resolve-pt(base....
https://github.com/WinstonMDP/math
https://raw.githubusercontent.com/WinstonMDP/math/main/exers/g.typ
typst
#import "../cfg.typ": * #show: cfg $ "Find" lim_(x -> +oo) x^(1/x) $ $x^(1/x) = e^((ln x)/x)$ $(ln x)/x = (ln x)/(e^(ln x))$ $x/e^x ->_(x -> +oo) 0$ $(ln x)/(e^(ln x)) ->_(x -> +oo) 0$ $e^((ln x)/x) ->_(x -> +oo) 1$
https://github.com/qujihan/typst-beamer
https://raw.githubusercontent.com/qujihan/typst-beamer/main/readme_zh.md
markdown
MIT License
# 用[Typst](https://typst.app/)写的Beamer [中文](https://github.com/qujihan/typst-beamer/blob/main/readme_zh.md) | [English](github.com/qujihan/typst-beamer) [Bilibili](https://www.bilibili.com/video/BV1Nk4y157fu/) ## 它是这个样子滴 ![pic_1](./example/example_pic_1.png) ![pic_2](./example/example_pic_2.png) 也可以下载 [PDF](https://...
https://github.com/topdeoo/NENU-Thesis-Typst
https://raw.githubusercontent.com/topdeoo/NENU-Thesis-Typst/master/lib.typ
typst
#import "layout/document.typ": doc #import "fonts/fonts.typ": font-size, font-family #import "pages/bachelor-cover.typ": bachelor-cover #import "pages/bachelor-declare.typ": bachelor-declare #import "pages/bachelor-abstract.typ": bachelor-abstract #import "pages/toc-page.typ": toc #import "layout/mainmatter.typ": mainm...
https://github.com/freefrancisco/typst-resume
https://raw.githubusercontent.com/freefrancisco/typst-resume/main/README.md
markdown
# Instructions This uses `typst` to create a resume. The nix flake loads the needed environment, and direnv does that automatically. Without direnv, enter the environment manually with `nix develop`. Without nix shells enabled just load a new shell with typst like this `nix-shell -p typst`. Without nix, just refer to [...
https://github.com/jijinbei/typst_template
https://raw.githubusercontent.com/jijinbei/typst_template/main/manual/template.typ
typst
// Settings #let TITLE_HEIGHT = 22mm #let TITLE_SIZE = 36pt #let HEADING1_SIZE = 18pt #let HEADING2_SIZE = 14pt #let BODY_SIZE = 13pt // paper size (default: A4) #let WIDTH = 210mm #let HEIGHT = 297mm #let conf(title: [], cols: 2, doc) = { set page(width: WIDTH, height: HEIGHT, margin: 8mm) // title box( ...
https://github.com/EpicEricEE/typst-plugins
https://raw.githubusercontent.com/EpicEricEE/typst-plugins/master/united/src/unit.typ
typst
#import "data.typ" // Format a list of atoms. // // Parameters: // - atoms: List of // - prefix: Prefix of the atom, or `none`. // - name: Base name. // - space: Whether a space is needed before the atom. // - exponent: Exponent of the atom. // - unit-sep: The separator between atoms. // - per: How to format f...
https://github.com/FilipSolich/CV-Template
https://raw.githubusercontent.com/FilipSolich/CV-Template/main/example.typ
typst
The Unlicense
#import "template.typ": CV, chips #let lang = "en" #let personalInfo = ( name: "<NAME>", degrees: ("Ing.",), photo: "photos/me.jpg", links: ( ( icon: "icons/email.svg", link: link("mailto:<EMAIL>", "<EMAIL>") ), ( icon: "icons/phone.svg", link: link("tel:+420123456789", "+4...
https://github.com/DawnEver/mcm-icm-typst-template
https://raw.githubusercontent.com/DawnEver/mcm-icm-typst-template/main/template.typ
typst
MIT License
#let fontsize = 12pt #let title-fontsize = 16pt #let fonttype = "Times New Roman" // Solution to problem in first-line-indent. Please refer to https://github.com/typst/typst/issues/311#issuecomment-1556115270 #let first-line-indent = 20pt #let cover( body, title: "", abstract: [], keywords: (), team-number:...
https://github.com/Daillusorisch/HYSeminarAssignment
https://raw.githubusercontent.com/Daillusorisch/HYSeminarAssignment/main/template/components/tlt.typ
typst
#let tlt_frame(stroke) = (x, y) => ( left: 0pt, right: 0pt, top: if y < 2 { stroke } else { 0pt }, bottom: stroke, ) #let tlt(..args) = { set table( stroke: tlt_frame(rgb("000000")) ) table(..args) }
https://github.com/LDemetrios/Typst4k
https://raw.githubusercontent.com/LDemetrios/Typst4k/master/src/test/resources/suite/layout/table.typ
typst
// Test tables. --- table-empty --- #table() --- table-newlines --- #set page(height: 70pt) #set table(fill: (x, y) => if calc.even(x + y) { rgb("aaa") }) #table( columns: (1fr,) * 3, stroke: 2pt + rgb("333"), [A], [B], [C], [], [], [D \ E \ F \ \ \ G], [H], ) --- table-fill-basic --- #table(columns: 3, strok...
https://github.com/rabotaem-incorporated/algebra-conspect-1course
https://raw.githubusercontent.com/rabotaem-incorporated/algebra-conspect-1course/master/sections/03-polynomials/09-alg-closed-field.typ
typst
Other
#import "../../utils/core.typ": * == Алгебраически замкнутые поля. Каноническое разложение над $CC$ и над $RR$. #def[ Поле $K$ называется _алгебраически замкнутым_, если любой $f in K[x]$ имеет корень в $K$. ] #th(name: [Основная теорема алгебры.])[ $CC$ алгебраически замкнуто. ] #proof[ Не будет в кур...
https://github.com/mroberts1/fsu-smt-su24
https://raw.githubusercontent.com/mroberts1/fsu-smt-su24/main/w3-selfies.typ
typst
MIT License
// 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/gym-8/solving-physics
https://raw.githubusercontent.com/gym-8/solving-physics/master/lib.typ
typst
MIT License
#import "@preview/wrap-it:0.1.0": wrap-content #let task = (given: "", find: "", stroke: "partially", fig: none, fig-align: top + right, given-width: auto, body) => { grid( columns: (given-width, auto), column-gutter: 1.2em, table( inset: 0.6em, stroke: (x, y) => { if (stroke == ...
https://github.com/noahjutz/AD
https://raw.githubusercontent.com/noahjutz/AD/main/notizen/algorithmen/ggt_proof.typ
typst
#import "@preview/cetz:0.2.2" #cetz.canvas(length: 5%, { import cetz.draw: * let g = rgb(0, 0, 0, 10%) let r = rgb(255, 0, 0, 30%) set-style(stroke: (thickness: 1, paint: g)) line((0, 0), (20, 0), name: "a") line((0, -3), (16, -3), name: "b") set-style(stroke: (thickness: 1pt, paint: black, dash: "d...
https://github.com/typst/packages
https://raw.githubusercontent.com/typst/packages/main/packages/preview/unichar/0.1.0/ucd/block-10E80.typ
typst
Apache License 2.0
#let data = ( ("YEZIDI LETTER ELIF", "Lo", 0), ("YEZIDI LETTER BE", "Lo", 0), ("YEZIDI LETTER PE", "Lo", 0), ("YEZIDI LETTER PHE", "Lo", 0), ("YEZIDI LETTER THE", "Lo", 0), ("YEZIDI LETTER SE", "Lo", 0), ("YEZIDI LETTER CIM", "Lo", 0), ("YEZIDI LETTER CHIM", "Lo", 0), ("YEZIDI LETTER CHHIM", "Lo", 0),...
https://github.com/EstebanMunoz/typst-template-informe
https://raw.githubusercontent.com/EstebanMunoz/typst-template-informe/main/custom-outline.typ
typst
MIT No Attribution
// Función que genera un outline de acuerdo al target entregado #let custom-outline( title: auto, target: heading ) = context { // Busca todos los elementos que concuerden con el target let queried = query(selector(target)).filter(q => q.outlined == true) // Si no existe ningún elemento, outline no entr...
https://github.com/Myriad-Dreamin/tinymist
https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/main/docs/tinymist/frontend/zed.typ
typst
Apache License 2.0
#import "/docs/tinymist/frontend/mod.typ": * #show: book-page.with(title: "Tinymist Zed Extension") See #link("https://github.com/WeetHet/typst.zed")[typst.zed];.
https://github.com/dashuai009/dashuai009.github.io
https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/030.typ
typst
#let date = datetime( year: 2022, month: 8, day: 28, ) #metadata(( title: "为存有Box<dyn T>的结构体实现Clone", subtitle: [rust], author: "dashuai009", description: "为存有Box<dyn T>的结构体实现Clone how to clone a struct storing a boxed trait object", pubDate: date.display(), ))<frontmatter> #import "../__template/styl...