Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Releases: Loara/styledcmd

New version

Choose a tag to compare

@Loara Loara released this 07 Mar 15:43
2.0.1
898c0af
  • Removing lt3rawobjects deprecated functions

Expandable styled commands

Choose a tag to compare

@Loara Loara released this 13 Dec 11:36
  • You're now able to define expandable styled commands with \newstyledcmdExp command. Since expandable commands should not have optional arguments in order to use the default style you must use an empty string inside the style argument:

    \newstyledcmdExp{\expCMD}{sty1}{Style 1}
    \newstyledcmdExp{\expCMD}{sty2}{Style 2}
    
    \expCMD{}          % uses default style (sty1)
    \expCMD{sty1}      % uses style sty1
    \expCMD{sty2}      % uses style sty2
    
  • Groups entirely redesigned, legacy commands are still available but deprecated. See documentation for the new syntax for groups.

New stable version

Choose a tag to compare

@Loara Loara released this 01 Sep 09:37
  • Added the \stycmd_generate:NN public function in order to generate your customized \newstyledcmd commands.
  • some bugfixes.

First release

Choose a tag to compare

@Loara Loara released this 30 Aug 13:11

First release