texlive[47403] Master/texmf-dist: context-handlecsv (9apr18)

commits+karl at tug.org commits+karl at tug.org
Mon Apr 9 23:13:49 CEST 2018


Revision: 47403
          http://tug.org/svn/texlive?view=revision&revision=47403
Author:   karl
Date:     2018-04-09 23:13:49 +0200 (Mon, 09 Apr 2018)
Log Message:
-----------
context-handlecsv (9apr18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/context/third/handlecsv/VERSION
    trunk/Master/texmf-dist/tex/context/third/handlecsv/t-handlecsv-extra.lua

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/context/third/handlecsv/t-handlecsv.tex

Modified: trunk/Master/texmf-dist/doc/context/third/handlecsv/VERSION
===================================================================
--- trunk/Master/texmf-dist/doc/context/third/handlecsv/VERSION	2018-04-09 21:13:34 UTC (rev 47402)
+++ trunk/Master/texmf-dist/doc/context/third/handlecsv/VERSION	2018-04-09 21:13:49 UTC (rev 47403)
@@ -1 +1 @@
-2018.02.26
+2018.04.07

Modified: trunk/Master/texmf-dist/tex/context/third/handlecsv/t-handlecsv-extra.lua
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/handlecsv/t-handlecsv-extra.lua	2018-04-09 21:13:34 UTC (rev 47402)
+++ trunk/Master/texmf-dist/tex/context/third/handlecsv/t-handlecsv-extra.lua	2018-04-09 21:13:49 UTC (rev 47403)
@@ -68,7 +68,7 @@
 \def\addleading#1#2#3{\ctxlua{context(thirddata.handlecsv.addleadingcharacters('#1','#2','#3'))}}
 \def\addzeros#1#2{\ctxlua{context(thirddata.handlecsv.addleadingzeros('#1','#2'))}}
 \def\zeroed#1{\ctxlua{context(thirddata.handlecsv.addzeros('#1'))}}
-\def\zeroedlineno{\ctxlua{context(string.rep( "0",(tostring(thirddata.handlecsv.numrows())):len() - (tostring(thirddata.handlecsv.linepointer())):len()) .. thirddata.handlecsv.linepointer())}}% from Pablo
+\def\zeroedlineno{\zeroed{\lineno}}% from Pablo (and simplified by him)
 
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Added: trunk/Master/texmf-dist/tex/context/third/handlecsv/t-handlecsv.tex
===================================================================
--- trunk/Master/texmf-dist/tex/context/third/handlecsv/t-handlecsv.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/context/third/handlecsv/t-handlecsv.tex	2018-04-09 21:13:49 UTC (rev 47403)
@@ -0,0 +1,29 @@
+%D \module
+%D   [     file=t-handlecsv.tex,
+%D      version=2018.04.07,
+%D        title=HandleCSV module,
+%D     subtitle=CSV file handling,
+%D       author=Jaroslav Hajtmar,
+%D         date=\currentdate,
+%D    copyright=Jaroslav Hajtmar,
+%D        email=hajtmar at gyza.cz,
+%D      license=GNU General Public License]
+%
+%C Copyright (C) 2018 Jaroslav Hajtmar
+%C
+%C This program is free software: you can redistribute it and/or modify
+%C it under the terms of the GNU General Public License as published by
+%C the Free Software Foundation, either version 3 of the License, or
+%C (at your option) any later version.
+%C
+%C This program is distributed in the hope that it will be useful,
+%C but WITHOUT ANY WARRANTY; without even the implied warranty of
+%C MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+%C GNU General Public License for more details.
+%C
+%C You should have received a copy of the GNU General Public License
+%C along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+\usemodule[handlecsv.lua]
+\usemodule[handlecsv-extra.lua]
+\usemodule[handlecsv-tools.lua]


Property changes on: trunk/Master/texmf-dist/tex/context/third/handlecsv/t-handlecsv.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the tex-live-commits mailing list