From c5b703efe8f8f6edeabdffafb4fcabd6809f7d40 Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Mon, 24 Aug 2026 01:10:58 +0200 Subject: [PATCH] fix(presentation): minor tweaks --- justfile | 10 +++++++--- presentation/presentation.typ | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/justfile b/justfile index 9cb3878..4dcb28f 100644 --- a/justfile +++ b/justfile @@ -8,6 +8,7 @@ report_out_path := outdir / "report.pdf" summary_out_path := outdir / "summary.pdf" poster_out_path := outdir / "poster.pdf" presentation_out_path := outdir / "presentation.pdf" +presentation_handout_path := outdir / "presentation_handout.pdf" presentation_pdfpc_path := outdir / "presentation.pdfpc" default: all @@ -45,7 +46,10 @@ presentation: _setup typst c --root . presentation/presentation.typ {{presentation_out_path}} typst eval --root . 'query().first().value' --in presentation/presentation.typ > {{presentation_pdfpc_path}} -present: presentation - pympress {{presentation_out_path}} +presentation-handout: _setup + typst c --root . --input handout=true presentation/presentation.typ {{presentation_handout_path}} -all: report summary poster presentation \ No newline at end of file +present: presentation + pdfpc {{presentation_out_path}} + +all: report summary poster presentation presentation-handout \ No newline at end of file diff --git a/presentation/presentation.typ b/presentation/presentation.typ index 2a589c7..66e83fd 100644 --- a/presentation/presentation.typ +++ b/presentation/presentation.typ @@ -6,8 +6,8 @@ #pdfpc.config( start-time: datetime(hour: 13, minute: 15, second: 0), - end-time: datetime(hour: 13, minute: 55, second: 0), duration-minutes: 20, + last-minutes: 3 ) #show raw.where(block: true): set text(size: 0.8em)