Three fixes:
1. Use pandoc -f markdown-citations to avoid @label citation parsing
errors in Typst output.
2. Remove Pandoc auto-generated heading labels (<...>) from typst body.
Without this, Typst creates named-destination links for outline
entries. Named destinations with non-ASCII characters break in
macOS Preview and other PDF readers.
3. Fix expand_bookmarks() to clone the full document (preserving all
/Dest attributes) instead of rebuilding outline from scratch, which
destroyed the bookmark hierarchy.
4. Add --root / to typst compile for consistent absolute path resolution.
- Move all source files from mytoolkit/ to bin/
- Update entry point and build config in pyproject.toml
- Add pillow and pypdf dependencies
- Update README and .gitignore paths
- Remove unused subprocess import in pdf.py
- Clean up duplicate imports in pdf merge command