summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-28 22:30:34 +0000
committerKarl Berry <karl@freefriends.org>2019-12-28 22:30:34 +0000
commit0c5873595e7802d33b614f9d6890d47da5ffb5cf (patch)
treefa90e5be98a7824e1962157eed88156554cf7992 /Master/texmf-dist/tex/latex
parent918c36aca0e5ef70e7bb01b8ebbc775adcf15c88 (diff)
kvmap (26dec19)
git-svn-id: svn://tug.org/texlive/trunk@53249 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/kvmap/kvmap.sty7
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/kvmap/kvmap.sty b/Master/texmf-dist/tex/latex/kvmap/kvmap.sty
index 128f338aad1..4a736e96c11 100644
--- a/Master/texmf-dist/tex/latex/kvmap/kvmap.sty
+++ b/Master/texmf-dist/tex/latex/kvmap/kvmap.sty
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% kvmap.dtx (with options: `pkg,cfg')
-%% Copyright (C) 2018 Ben Frank
+%% Copyright (C) 2019 Ben Frank
%%
%% It may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License (LPPL), either version 1.3c of
@@ -15,7 +15,7 @@
%% http://www.latex-project.org/lppl.txt
%%
\RequirePackage{expl3}
-\ProvidesExplPackage{kvmap}{2018/09/20}{0.3.1}{Drawing karnaugh maps with LaTeX}
+\ProvidesExplPackage{kvmap}{2019/12/26}{0.3.2}{Drawing karnaugh maps with LaTeX}
\RequirePackage{xparse}
\RequirePackage{tikz}
\RequirePackage{environ}
@@ -71,7 +71,7 @@
\cs_new:Npn \__kvmap_outputmatrix:n #1
{
\int_zero:N \l_tmpa_int
-\seq_set_from_clist:Nn \l_tmpa_seq { #1 }
+\seq_set_split:Nnn \l_tmpa_seq { , } { #1 }
\seq_map_inline:Nn \l_tmpa_seq
{
\node[kvnode] ~
@@ -266,7 +266,6 @@ yshift=\l__kvmap_bundle_reducespace_dim]
\seq_set_split:Nno \l_tmpa_seq { \\ } { \BODY }
\seq_remove_all:Nn \l_tmpa_seq { }
\seq_set_split:Nnx \l_tmpb_seq { & } { \seq_item:Nn \l_tmpa_seq { 1 } }
-\seq_remove_all:Nn \l_tmpb_seq { }
\int_gset:Nn \l__kvmap_matrix_width_int { \seq_count:N \l_tmpb_seq }
\int_gset:Nn \l__kvmap_matrix_height_int { \seq_count:N \l_tmpa_seq }
\seq_clear:N \l__kvmap_tmp_seq