From ead783eecd15266cb75f481b8467c9daba5eeda7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 26 Mar 2018 21:16:58 +0000 Subject: texdef (26mar18) git-svn-id: svn://tug.org/texlive/trunk@47137 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/support/texdef/CHANGELOG | 49 ++++++++++++++++++++++++ Master/texmf-dist/doc/support/texdef/README | 7 ++-- Master/texmf-dist/doc/support/texdef/texdef.pdf | Bin 145064 -> 151394 bytes 3 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 Master/texmf-dist/doc/support/texdef/CHANGELOG (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/support/texdef/CHANGELOG b/Master/texmf-dist/doc/support/texdef/CHANGELOG new file mode 100644 index 00000000000..9a82888129b --- /dev/null +++ b/Master/texmf-dist/doc/support/texdef/CHANGELOG @@ -0,0 +1,49 @@ += Changelog = + + +== v1.8 from 2018/03/25 == + * Added "dvitex" and "dvilatex" as formats. These will set DVI mode on "tex" or "latex". + * Escaped further braces in regexs to avoid "Unescaped left brace in regex is deprecated" warnings or errors. + * Added option '--texoptions' to allow the passing of compiler options for special cases. + +== v1.7c from 2017/12/09 == + * Fixed 'Unescaped left brace in regex is deprecated' warning. + Thanks goes to Paulo Cereda for providing the patch. + +== v1.7b from 2012/05/15 == + * Added support for \chardef, \countdef, \dimendef, \mathchardef, \myskip, \skipdef and \toksdef. + * Added support for \newbox, \newcount, \newdimen, \newif, \newinsert, \newread, \newskip, \newtoks, \newwrite. + * Added support for "\newif" and "\newcount". + * Changed internal processing order to put more frequently used elements first. + +== v1.7a from 2012/05/08 == + * Fix for currfile v0.6. + +== v1.7 from 2012/05/07 == + * Changed "--help" to return status code 0. + * Changed Windows default editor to texworks. Fixed If-statement. + * Fixed bug which reported name of included subpackages. + * Added option "--edit". + * Added "--editor" option and better editor handling. + * Added variable substitution for editor. + * Added support for "TEXDEF_EDITOR" variable. Added Mac "open" command. + * Fixed for behaviour when -s is used (correct name in message; do not follow protected macros etc.) + +== v1.6 from 2012/05/02 == + * Changed implementation of -E option to work better with new environment source code. + * Added code to detect environment source definitions. + * Added -E option. + * Changed "flavour" to "format". + * Added support for \let. + * Added fallback for when the source code can not be found. Added support for -F with "latex.ltx". + +== v1.5 from 2012/04/29 == + * Added experimental --source option to show source code of the definitions. + * Script now works correctly under MS Windows. + +== v1.4 from 2011/07/28 == + * Added -F option to display file path. + * Added basic support for pdfkeys using -k and -K options. + * Added -V option to print version numbers of LaTeX packages or classes. + * Added '--tempdir' option to specify the location of the temporary files. Useful for debugging. + diff --git a/Master/texmf-dist/doc/support/texdef/README b/Master/texmf-dist/doc/support/texdef/README index b8a8528c6cc..482cba6f39e 100644 --- a/Master/texmf-dist/doc/support/texdef/README +++ b/Master/texmf-dist/doc/support/texdef/README @@ -1,6 +1,6 @@ texdef -- Show definitions of TeX commands -Version 1.7c -- 2017/12/09 -Copyright (C) 2011-2017 Martin Scharrer +Version 1.8 -- 2019/03/25 +Copyright (C) 2011-2018 Martin Scharrer This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions; @@ -14,6 +14,7 @@ Options: --tex , -t : Use given format of TeX: 'tex', 'latex', 'context'. Variations of 'tex' and 'latex', like 'luatex', 'lualatex', 'xetex', 'xelatex' are supported. The default is given by the used program name: 'texdef' -> 'tex', 'latexdef' -> 'latex', etc. + --texoptions : Call (La)TeX with the given options. --source, -s : Try to show the original source code of the command definition (L). --value, -v : Show value of command instead (i.e. \the\command). --Environment, -E : Every command name is taken as an environment name. This will show the definition of @@ -24,7 +25,7 @@ Options: or 'context' is used. For LaTeX the can start with `[]` and end with `` or `{}`. --class , -c : (LaTeX only) Load given class instead of default ('article'). - The can start with `[]` and end + The can start with `[]` and end with `` or `{}`. --environment , -e : (M) Show definition inside the given environment . --othercode , -o : (M) Add other code into the preamble before the definition is shown. diff --git a/Master/texmf-dist/doc/support/texdef/texdef.pdf b/Master/texmf-dist/doc/support/texdef/texdef.pdf index de10217b3e5..6af99054721 100644 Binary files a/Master/texmf-dist/doc/support/texdef/texdef.pdf and b/Master/texmf-dist/doc/support/texdef/texdef.pdf differ -- cgit v1.2.3