summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-28 21:01:50 +0000
committerKarl Berry <karl@freefriends.org>2020-09-28 21:01:50 +0000
commitc1c6d73af9421082eecd62ac0b3760f97c87c43e (patch)
treecb38685b8f26985a209c256c8646f284401a701f /Master/texmf-dist/source/support
parente6208354db843fb0d95197b86c0d4cddd8e7fd28 (diff)
texdef (28sep20)
git-svn-id: svn://tug.org/texlive/trunk@56466 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support')
-rw-r--r--Master/texmf-dist/source/support/texdef/texdef.tex16
1 files changed, 14 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/support/texdef/texdef.tex b/Master/texmf-dist/source/support/texdef/texdef.tex
index 744814822b6..765a4f67757 100644
--- a/Master/texmf-dist/source/support/texdef/texdef.tex
+++ b/Master/texmf-dist/source/support/texdef/texdef.tex
@@ -4,8 +4,8 @@
\title{The \textsf{texdef} script}
\author{Martin Scharrer}
\email{martin@scharrer-online.de}
-\repository{https://bitbucket.org/martin_scharrer/texdef}
-\date{Version 1.8a -- 2018/03/28}
+\repository{https://sourceforge.net/projects/texdef/}
+\date{Version 1.9 -- 2020/09/27}
\makeatletter
\DeclareRobustCommand{\LATeX}{%
@@ -53,6 +53,7 @@ The following options can be used:
\begin{options}
--tex \MacroArgs<format>, -t \MacroArgs<format> \csep Use given format of TeX: 'tex', 'latex', 'context'.
Variations of 'tex' and 'latex', like 'luatex', 'lualatex', 'xetex', 'xelatex' are supported.
+ The postfix '-dev' for develop versions of the format is also supported (e.g. 'latex-dev').
The default is given by the used program name: 'texdef' -> 'tex', 'latexdef' -> 'latex', etc.\cend
--texoptions \MacroArgs<options> \csep Call \LaTeX/\TeX{} with the given options.\cend
--source, -s \csep Try to show the original source code of the command definition (L).\cend
@@ -201,6 +202,17 @@ latexdef -l -p xspace
\section{Changelog}
+\subsection*{v1.9 from 2020/09/27}
+\begin{itemize}
+ \item Added support for develop versions of the formats, e.g.\ "latex-dev".
+\end{itemize}
+
+\subsection*{v1.8c from 2010/01/15}
+\begin{itemize}
+ \item Changed path printing format to native format of the used OS
+ (e.g. under Windows file paths now habe `\textbackslash' instead of `/')
+\end{itemize}
+
\subsection*{v1.8a from 2018/03/28}
\begin{itemize}
\item Further fixes of braces in regexs to avoid ``Unescaped left brace in regex is deprecated'' warnings or errors.