Directory macros/latex/contrib/withargs
README
LaTeX Package : withargs 0.3.1 Last Modified : 2019-11-04 Author : Michiel Helvensteijn (www.mhelvens.net) ##### Prerequisites ##### To use this package, you need the following expl3 packages: * expl3 * l3regex * xparse To generate the documentation some extra packages are needed. ##### Installation ##### withargs.sty is provided directly in the package archive. Put it in a place where your LaTeX distribution can find it. (withargs.sty is not generated, but manually maintained; you may use docstrip to remove the documentation, but you don't have to; it will just work the way it is) ##### Documentation ##### withargs.pdf is provided directly in the package archive. To generate the documentation yourself, run LaTeX on withargs.tex. (withargs.tex does not contain the package code itself; it inputs withargs.sty directly to document the implementation) ##### License ##### This material is subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the details of that license.
Download the contents of this package in one zip archive (468.9k).
withargs – In-place argument substitution
The \withargs command provides a clean way to populate a template (containing #1, #2, etc.) using LaTeX argument substitution. It also allows you to carefully control argument expansion using a LaTeX3-style argument specification. Uses range from creating readable string templates (akin to C’s printf function) to performing otherwise complex token-list manipulation.
Package | withargs |
Repository | https://github.com/mhelvens/latex-withargs |
Version | 0.3.1 2019-11-04 |
Licenses | The LaTeX Project Public License 1.3 |
Copyright | 2013–2016 Michiel Helvensteijn |
Maintainer | Michiel Helvensteijn (inactive) |
Contained in | TeX Live as withargs MiKTeX as withargs |
Topics | Macro support Experimental LaTeX3 |