Tagged Questions
11
votes
2answers
192 views
How can texdef be made to return indented definitions?
With texdef it is easy to find definitions for (La)TeX commands. It can show what a definition for a given command is. For instance if I issue texdef -t latex \LaTeX I get the following definitions:
...
13
votes
2answers
163 views
Can texdef be forced to show the full definition for environments?
When using texdef to learn the definitions of environments sometimes not all the relevant lines are shown. I guess this has do with how the definitions are written. It seems that when environments are ...
7
votes
2answers
106 views
Can I get the line number for a definition from texdef?
With texdef it is easy to find definitions for (La)TeX commands. It can show what a definition for a given command is and also in what file it is to be found. Sometimes it would be convenient to also ...