20
0

Add a slides type to new_tex_document

Extraction now takes the whole tree and copies the template out with
tar -h, so symlinks into resources/ arrive as real files rather than as
links pointing outside the new document.

new_beamer_presentation is superseded; cdsc_tex_aliases.sh keeps the name
as an alias.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-19 15:48:52 +09:00
parent 623ab6f240
commit 5c9f965fc7
3 changed files with 15 additions and 45 deletions

View File

@@ -6,4 +6,5 @@ if command -v new_tex_document > /dev/null 2>&1; then
alias new_tex_memo='new_tex_document memo'
alias new_knitr_document='new_tex_document knitr'
alias new_tex_letter='new_tex_document letter'
alias new_beamer_presentation='new_tex_document slides'
fi