Skip to content

Releases: Loara/styledcmd

New version

07 Mar 15:43
2.0.1
898c0af
Compare
Choose a tag to compare
  • Removing lt3rawobjects deprecated functions

Expandable styled commands

13 Dec 11:36
Compare
Choose a tag to compare
  • 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

01 Sep 09:37
Compare
Choose a tag to compare
  • Added the \stycmd_generate:NN public function in order to generate your customized \newstyledcmd commands.
  • some bugfixes.

First release

30 Aug 13:11
Compare
Choose a tag to compare

First release