texdef – Display the definitions of TeX commands
This (Perl) script displays the definitions of (La)TeX command sequences/macros. Various options allow the selection of the used class as well as package files and other factors that may influence the definition (before/after the preamble, inside an environment, …).
The script creates a temporary TeX file which is then compiled using (La)TeX to find the ‘\meaning’ of the command sequence. The result is formatted and presented to the user. Length or number command sequences (dimensions, \char…, count registers, …) are recognized and the contained value is also shown (using \the). Special definitions like protected macros are also recognized and the underlying macros are shown as well.
The script will show plain TeX definitions by default. LaTeX and ConTeXt are supported, including flavours (pdf(La)TeX, Lua(La)TeX, Xe(La)TeX, …). The flavour can be selected using a command line option, or via the script name: latexdef will use LaTeX as default, etc.
Sources | /support/texdef |
Documentation | |
Home page | https://github.com/MartinScharrer/texdef |
Bug tracker | https://github.com/MartinScharrer/texdef/issues |
Repository | https://github.com/MartinScharrer/texdef.git |
Version | 1.9 2020-09-27 |
Licenses | GNU General Public License, version 3 |
Copyright | 2011–2020 Martin Scharrer |
Maintainer | Martin Scharrer |
TDS archive | texdef.tds.zip |
Contained in | TeX Live as texdef MiKTeX as texdef |
Topics | Debug supp |
Download the contents of this package in one zip archive (165.6k).
Announcements
Suggestions
Maybe you are interested in the following packages as well.
Community Comments