v1.3.0 - Theme Installation Command
What's New
New install-theme Command
Download and install Beamer themes for presentations with a single command:
# List available themes
article-cli install-theme --list
# Install numpex theme
article-cli install-theme numpex
# Install to custom directory
article-cli install-theme numpex --dir themes/
# Install from custom URL
article-cli install-theme my-theme --url https://example.com/theme.zipFeatures
- Built-in support for numpex theme from presentation.template.d
- Automatic extraction of
.styfiles and theme directories (e.g.,images/) - Configurable via
[themes]section in config file - Detection of font/engine requirements for themes
- 31 new tests for theme installation
Complete Presentation Workflow
# Set up a presentation with numpex theme
article-cli install-theme numpex # Install theme
article-cli install-fonts # Install required fonts
article-cli compile --engine xelatex presentation.texFull Changelog: v1.2.0...v1.3.0