Skip to content

v1.3.0 - Theme Installation Command

Choose a tag to compare

@prudhomm prudhomm released this 08 Dec 05:26
· 8 commits to main since this release

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.zip

Features

  • Built-in support for numpex theme from presentation.template.d
  • Automatic extraction of .sty files 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.tex

Full Changelog: v1.2.0...v1.3.0