docs: polish thesis diagrams and generation

This commit is contained in:
lda
2026-06-17 04:36:00 +07:00 Verified
parent b62d7e5889
commit 96c7690591
4 changed files with 239 additions and 136 deletions
+2
View File
@@ -16,6 +16,8 @@ $filter = Join-Path $PSScriptRoot 'diagram.lua'
$env:MERMAID_BIN = whereis mmdc
$env:TIKZ_BIN = 'xelatex'
if ($args.Count -eq 0) { return }
Write-Host $($args -join ' ')
& pandoc --lua-filter $filter --pdf-engine=xelatex @args