texlive[72350] Master/texmf-dist: luaaddplot (22sep24)
commits+karl at tug.org
commits+karl at tug.org
Sun Sep 22 22:22:16 CEST 2024
Revision: 72350
https://tug.org/svn/texlive?view=revision&revision=72350
Author: karl
Date: 2024-09-22 22:22:16 +0200 (Sun, 22 Sep 2024)
Log Message:
-----------
luaaddplot (22sep24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/luatex/luaaddplot/README.md
trunk/Master/texmf-dist/doc/luatex/luaaddplot/luaaddplot.pdf
trunk/Master/texmf-dist/source/luatex/luaaddplot/luaaddplot.dtx
Modified: trunk/Master/texmf-dist/doc/luatex/luaaddplot/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/luaaddplot/README.md 2024-09-22 20:22:08 UTC (rev 72349)
+++ trunk/Master/texmf-dist/doc/luatex/luaaddplot/README.md 2024-09-22 20:22:16 UTC (rev 72350)
@@ -3,7 +3,7 @@
Version
-------
-1.0
+1.0a
Author
------
Modified: trunk/Master/texmf-dist/doc/luatex/luaaddplot/luaaddplot.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/luatex/luaaddplot/luaaddplot.dtx
===================================================================
--- trunk/Master/texmf-dist/source/luatex/luaaddplot/luaaddplot.dtx 2024-09-22 20:22:08 UTC (rev 72349)
+++ trunk/Master/texmf-dist/source/luatex/luaaddplot/luaaddplot.dtx 2024-09-22 20:22:16 UTC (rev 72350)
@@ -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 @@
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 @@
\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 @@
% \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}
More information about the tex-live-commits
mailing list.