translate: Start 人生百问

This commit is contained in:
iacore
2026-06-30 10:31:43 +08:00
parent 6907657090
commit 8fc050543f
5 changed files with 2758 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env fish
# Article-specific Typst compile script for 人生百问.
# Usage: compile-typst-b50c74.fish [output.pdf]
# Output defaults to ./bilingual.pdf
set src (realpath ./bilingual.typ)
set root (realpath ..)
if set -q argv[1]
set out (realpath $argv[1])
else
set out (realpath ./bilingual.pdf)
end
typst compile --root $root $src $out
echo $out