namedef – TeX definitions with named parameters
This package provides a prefix \named to be used in TeX definitions so that parameters can be identified by their name rather than by number, giving parameters a semantic rather than syntactic meaning, making it easy to understand long definitions.
A usual definition reads:
\def\SayHello#1{Hello, #1!}
but with namedef you can replace #1 by, say, #[person]:
\named\def\SayHello#[person]{Hello, #[person]!}
and \named will figure out the numbering of the parameters for you.
Sources | /macros/generic/namedef |
Documentation | |
Bug tracker | https://github.com/PhelypeOleinik/namedef/issues |
Repository | https://github.com/PhelypeOleinik/namedef |
Version | 1.0 2020-06-20 |
Licenses | The LaTeX Project Public License 1.3c |
Copyright | 2019–2020 Phelype Oleinik |
Maintainer | Phelype Oleinik |
Contained in | TeX Live as namedef MiKTeX as namedef |
Topics | Generic Macros Defining Macro Experimental LaTeX3 |
Download the contents of this package in one zip archive (630.2k).
Announcements
Suggestions
Maybe you are interested in the following packages as well.
Community Comments