summaryrefslogtreecommitdiff
path: root/support/texdef/texdef.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-09-29 03:02:54 +0000
committerNorbert Preining <norbert@preining.info>2020-09-29 03:02:54 +0000
commitd043a18e288914d3c46a1b10af1f30ce2df00588 (patch)
tree888d8c0677d7b328602f1ec5c09d324a325043ec /support/texdef/texdef.tex
parent34310603e5253ef5742542e3f0123b341a70ee20 (diff)
CTAN sync 202009290302
Diffstat (limited to 'support/texdef/texdef.tex')
-rw-r--r--support/texdef/texdef.tex16
1 files changed, 14 insertions, 2 deletions
diff --git a/support/texdef/texdef.tex b/support/texdef/texdef.tex
index 744814822b..765a4f6775 100644
--- a/support/texdef/texdef.tex
+++ b/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.