summaryrefslogtreecommitdiff
path: root/macros/luatex/generic/luaaddplot/luaaddplot.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/generic/luaaddplot/luaaddplot.dtx')
-rw-r--r--macros/luatex/generic/luaaddplot/luaaddplot.dtx11
1 files changed, 6 insertions, 5 deletions
diff --git a/macros/luatex/generic/luaaddplot/luaaddplot.dtx b/macros/luatex/generic/luaaddplot/luaaddplot.dtx
index 7d3e4bf8c2..d6387dfbef 100644
--- a/macros/luatex/generic/luaaddplot/luaaddplot.dtx
+++ b/macros/luatex/generic/luaaddplot/luaaddplot.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% $Id: luaaddplot.dtx 3 2022-03-19 23:12:51Z reinhard $
+% $Id: luaaddplot.dtx 6 2024-09-22 00:02:45Z reinhard $
%
%<*driver>
\documentclass[a4paper,11pt]{ltxdoc}
@@ -17,6 +17,7 @@
\author{Reinhard Kotucha}
\title{\textsf{luaaddplot}}
+\date{Version 1.0a\\[.5ex]\today}
\begin{document}
\maketitle
\vspace*{1cm}
@@ -70,8 +71,8 @@ ignored.
Different devices use different column delimiters. Therefore tabs,
colons, semicolons, and commas are replaced by a space. With other
-words, various datafile formats are converted to a format specified by
-\textsc{Matlab}.
+words, various datafile formats are converted to a to a \textsc{Matlab}
+compatible format.
\subsection{\texorpdfstring{$\lambda$}{lambda}-Expressions}
@@ -118,7 +119,7 @@ Frequencies are in \si{\hertz} but for the plot we prefer
\si{\mega\hertz}. The solution is
\begin{verbatim}
\luaaddplot[blue] file "spectrum.data", function (col)
- return col[1]/1e6, col2
+ return col[1]/1e6, col[2]
end;
\end{verbatim}
@@ -203,7 +204,7 @@ The solution is
% \end{macrocode}
% \subsection{luaaddplot.sty}
% \begin{macrocode}
-%<*sty> \ProvidesPackage{luaaddplot}[2022/03/18/ v1.0]
+%<*sty> \ProvidesPackage{luaaddplot}[2024/09/22 v1.0a]
\input luaaddplot.tex
%</sty>
% \end{macrocode}