summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/csvsimple
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-07 22:28:16 +0000
committerKarl Berry <karl@freefriends.org>2022-01-07 22:28:16 +0000
commitb922ed39a1fc898de298d3e3607e171861b26658 (patch)
tree40be81622277b6f21a979c122459f9b37afd8811 /Master/texmf-dist/tex/latex/csvsimple
parentab6aee754bea3ce1e0d551a75f9a9f97dfecad35 (diff)
csvsimple (7jan22)
git-svn-id: svn://tug.org/texlive/trunk@61521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/csvsimple')
-rw-r--r--Master/texmf-dist/tex/latex/csvsimple/csvsimple-l3.sty14
-rw-r--r--Master/texmf-dist/tex/latex/csvsimple/csvsimple-legacy.sty6
-rw-r--r--Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty6
3 files changed, 16 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/csvsimple/csvsimple-l3.sty b/Master/texmf-dist/tex/latex/csvsimple/csvsimple-l3.sty
index 1d8e036ce7a..12230aa6e64 100644
--- a/Master/texmf-dist/tex/latex/csvsimple/csvsimple-l3.sty
+++ b/Master/texmf-dist/tex/latex/csvsimple/csvsimple-l3.sty
@@ -1,8 +1,8 @@
-%% The LaTeX package csvsimple - version 2.2.0 (2021/09/09)
+%% The LaTeX package csvsimple - version 2.2.1 (2022/01/07)
%% csvsimple-l3.sty: Simple LaTeX CSV file processing (LaTeX3)
%%
%% -------------------------------------------------------------------------------------------
-%% Copyright (c) 2008-2021 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
+%% Copyright (c) 2008-2022 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
%% -------------------------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README.md
%%
-\ProvidesExplPackage{csvsimple-l3}{2021/09/09}{2.2.0}
+\ProvidesExplPackage{csvsimple-l3}{2022/01/07}{2.2.1}
{LaTeX3 CSV file processing}
@@ -106,6 +106,7 @@
\tl_new:N \g__csvsim_hook_late_after_head_tl
\tl_new:N \g__csvsim_hook_late_after_last_line_tl
\tl_new:N \g__csvsim_hook_late_after_line_tl
+\tl_new:N \g__csvsim_hook_late_after_line_application_tl
\tl_new:N \g__csvsim_hook_table_begin_tl
\tl_new:N \g__csvsim_hook_table_end_tl
\tl_new:N \g__csvsim_preprocessor_tl
@@ -297,6 +298,11 @@
}
% read body lines
+ \tl_gset:Nn \g__csvsim_hook_late_after_line_application_tl
+ {
+ \g__csvsim_hook_late_after_first_line_tl
+ \tl_gset_eq:NN \g__csvsim_hook_late_after_line_application_tl \g__csvsim_hook_late_after_line_tl
+ }
\bool_gset_true:N \g__csvsim_line_firstline_bool
\bool_until_do:nn {\ior_if_eof_p:N \g__csvsim_ior}
{
@@ -337,7 +343,7 @@
\bool_gset_false:N \g__csvsim_line_firstline_bool
}
{
- \g__csvsim_hook_late_after_line_tl
+ \g__csvsim_hook_late_after_line_application_tl
\g__csvsim_hook_after_filter_tl
\g__csvsim_hook_before_line_tl
\g__csvsim_body_tl
diff --git a/Master/texmf-dist/tex/latex/csvsimple/csvsimple-legacy.sty b/Master/texmf-dist/tex/latex/csvsimple/csvsimple-legacy.sty
index b25fc3b5165..8451131c6ef 100644
--- a/Master/texmf-dist/tex/latex/csvsimple/csvsimple-legacy.sty
+++ b/Master/texmf-dist/tex/latex/csvsimple/csvsimple-legacy.sty
@@ -1,8 +1,8 @@
-%% The LaTeX package csvsimple - version 2.2.0 (2021/09/09)
+%% The LaTeX package csvsimple - version 2.2.1 (2022/01/07)
%% csvsimple-legacy.sty: Simple LaTeX CSV file processing (LaTeX2e)
%%
%% -------------------------------------------------------------------------------------------
-%% Copyright (c) 2008-2021 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
+%% Copyright (c) 2008-2022 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
%% -------------------------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README.md
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{csvsimple-legacy}[2021/09/09 version 2.2.0 LaTeX2e CSV file processing]
+\ProvidesPackage{csvsimple-legacy}[2022/01/07 version 2.2.1 LaTeX2e CSV file processing]
%---- check package
diff --git a/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty b/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty
index 55a6b32498d..9d8f85bbb3d 100644
--- a/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty
+++ b/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty
@@ -1,8 +1,8 @@
-%% The LaTeX package csvsimple - version 2.2.0 (2021/09/09)
+%% The LaTeX package csvsimple - version 2.2.1 (2022/01/07)
%% csvsimple.sty: Simple LaTeX CSV file processing
%%
%% -------------------------------------------------------------------------------------------
-%% Copyright (c) 2008-2021 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
+%% Copyright (c) 2008-2022 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
%% -------------------------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
@@ -19,7 +19,7 @@
%%
\RequirePackage{l3keys2e}
-\ProvidesExplPackage{csvsimple}{2021/09/09}{2.2.0}
+\ProvidesExplPackage{csvsimple}{2022/01/07}{2.2.1}
{LaTeX CSV file processing}
\cs_if_exist:NT \c__csvsim_package_expl_bool