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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user