summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/csvsimple/csvsimple-l3.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/csvsimple/csvsimple-l3.sty')
-rw-r--r--macros/latex/contrib/csvsimple/csvsimple-l3.sty9
1 files changed, 4 insertions, 5 deletions
diff --git a/macros/latex/contrib/csvsimple/csvsimple-l3.sty b/macros/latex/contrib/csvsimple/csvsimple-l3.sty
index 6144f4e9d8..96888cea1e 100644
--- a/macros/latex/contrib/csvsimple/csvsimple-l3.sty
+++ b/macros/latex/contrib/csvsimple/csvsimple-l3.sty
@@ -1,4 +1,4 @@
-%% The LaTeX package csvsimple - version 2.3.1 (2022/06/21)
+%% The LaTeX package csvsimple - version 2.3.2 (2022/09/20)
%% csvsimple-l3.sty: Simple LaTeX CSV file processing (LaTeX3)
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README.md
%%
-\ProvidesExplPackage{csvsimple-l3}{2022/06/21}{2.3.1}
+\ProvidesExplPackage{csvsimple-l3}{2022/09/20}{2.3.2}
{LaTeX3 CSV file processing}
@@ -42,7 +42,6 @@
\bool_new:N \g__csvsim_check_column_count_bool
\bool_new:N \g__csvsim_collect_data_bool
\bool_new:N \g__csvsim_colnames_detection_bool
-\bool_new:N \g__csvsim_firstline_bool
\bool_new:N \g__csvsim_head_bool
\bool_new:N \g__csvsim_head_to_colnames_bool
\bool_new:N \g__csvsim_line_accepted_bool
@@ -449,13 +448,13 @@
\NewExpandableDocumentCommand \ifcsvfirstrow { }
{
- \bool_if:NTF \g__csvsim_firstline_bool
+ \bool_if:NTF \g__csvsim_line_firstline_bool
}
% deprecated
\NewExpandableDocumentCommand \csviffirstrow { }
{
- \bool_if:NTF \g__csvsim_firstline_bool
+ \bool_if:NTF \g__csvsim_line_firstline_bool
}