diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-15 23:31:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-15 23:31:11 +0000 |
commit | 1b3162caee237cc39f55ba9521b0406394f0245d (patch) | |
tree | 33603e330944818138b933f4f9c011ada798d81e /Master/texmf-dist/source/support | |
parent | 9641c55795c27ee07cb839a828a0aed92f53ab38 (diff) |
texdef (15may12)
git-svn-id: svn://tug.org/texlive/trunk@26420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support')
-rw-r--r-- | Master/texmf-dist/source/support/texdef/texdef.tex | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/support/texdef/texdef.tex b/Master/texmf-dist/source/support/texdef/texdef.tex index d0501025237..9b4b378813d 100644 --- a/Master/texmf-dist/source/support/texdef/texdef.tex +++ b/Master/texmf-dist/source/support/texdef/texdef.tex @@ -5,7 +5,7 @@ \author{Martin Scharrer} \email{martin@scharrer-online.de} \repository{https://bitbucket.org/martin_scharrer/texdef} -\date{Version 1.6 -- 2011/05/02} +\date{Version 1.7b -- 2011/05/15} \makeatletter \DeclareRobustCommand{\LATeX}{% @@ -85,6 +85,13 @@ The following options can be used: --pgf-Keys, -K \csep Takes commands as \pkg{pgfkeys} and displays their definitions. Keys must use the full path.\cend --version, -V \csep If used alone prints version of this script. (L) Together with -p or -c prints version of LaTeX package(s) or class, respectively.\cend + --edit \csep Opens the file holding the macro definition. Uses |--Find| and |--source|. + If the source definition can not be found the definition is printed as normal instead. (L)\cend + --editor <editor> \csep Can be used to set the used editor. If not used the environment variables |TEXDEF_EDITOR|, |EDITOR| and + |SELECTED_EDITOR| are read in this order. If none of these are set a list of default + editors are tried. The |<editor>| string can include `|%f|' for the filename, `|%n|' for + the line number and `|%%|' for a literal `|%|'. If no `|%|' is used `|+%n %f|' is added to + the given command.\cend --tempdir <directory> \csep Use given existing directory for temporary files.\cend --help, -h \csep Print this help and quit.\cend \end{options} |