texlive[54898] Master/texmf-dist: kvmap (26apr20)
commits+karl at tug.org
commits+karl at tug.org
Sun Apr 26 23:43:53 CEST 2020
Revision: 54898
http://tug.org/svn/texlive?view=revision&revision=54898
Author: karl
Date: 2020-04-26 23:43:53 +0200 (Sun, 26 Apr 2020)
Log Message:
-----------
kvmap (26apr20)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/kvmap/README.md
trunk/Master/texmf-dist/doc/latex/kvmap/kvmap.pdf
trunk/Master/texmf-dist/source/latex/kvmap/kvmap.dtx
trunk/Master/texmf-dist/tex/latex/kvmap/kvmap.sty
Modified: trunk/Master/texmf-dist/doc/latex/kvmap/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/kvmap/README.md 2020-04-26 21:43:39 UTC (rev 54897)
+++ trunk/Master/texmf-dist/doc/latex/kvmap/README.md 2020-04-26 21:43:53 UTC (rev 54898)
@@ -18,3 +18,5 @@
\bundle[invert=true,reducespace=2pt,overlapmargins=6pt]{1}{0}{2}{3}
\bundle[invert=true,reducespace=2pt]{0}{1}{3}{1}
\end{kvmap}
+
+<sub>`kvmap` is released under the terms of the LPPL 1.3c and maintained by Ben Frank.</sub>
Modified: trunk/Master/texmf-dist/doc/latex/kvmap/kvmap.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/kvmap/kvmap.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/kvmap/kvmap.dtx 2020-04-26 21:43:39 UTC (rev 54897)
+++ trunk/Master/texmf-dist/source/latex/kvmap/kvmap.dtx 2020-04-26 21:43:53 UTC (rev 54898)
@@ -102,7 +102,7 @@
%<*pkg>
%<@@=kvmap>
\RequirePackage{expl3}
-\ProvidesExplPackage{kvmap}{2020/03/27}{0.3.3}{Drawing karnaugh maps with LaTeX}
+\ProvidesExplPackage{kvmap}{2020/04/25}{0.3.4}{Drawing karnaugh maps with LaTeX}
%</pkg>
% \fi
%
@@ -407,9 +407,10 @@
% \end{macro}
% \begin{macro}[int]{\@@_outputmatrix:n}
% \changes{v0.3.2}{2019/12/26}{Allow empty elements}
+% \changes{v0.3.4}{2020/04/25}{Fix node size}
% Define a TikZ style for easier customizability.
% \begin{macrocode}
-\tikzset{kvnode/.style = { inner ~ sep = 8pt }}
+\tikzset{kvnode/.style = { minimum ~ width=.75cm, minimum ~ height=.75cm }}
% \end{macrocode}
% This macro fill the grid with values.
% \begin{arguments}
@@ -441,7 +442,7 @@
at ~
(.5+\int_mod:VV \l_tmpa_int \l_@@_matrix_width_int,
-.5-\int_div_truncate:nn \l_tmpa_int \l_@@_matrix_width_int ) ~
- {$##1$};
+ {\smash[b]{\makebox[0pt]{$##1$}}};
\int_incr:N \l_tmpa_int
}
}
Modified: trunk/Master/texmf-dist/tex/latex/kvmap/kvmap.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/kvmap/kvmap.sty 2020-04-26 21:43:39 UTC (rev 54897)
+++ trunk/Master/texmf-dist/tex/latex/kvmap/kvmap.sty 2020-04-26 21:43:53 UTC (rev 54898)
@@ -15,7 +15,7 @@
%% http://www.latex-project.org/lppl.txt
%%
\RequirePackage{expl3}
-\ProvidesExplPackage{kvmap}{2020/03/27}{0.3.3}{Drawing karnaugh maps with LaTeX}
+\ProvidesExplPackage{kvmap}{2020/04/25}{0.3.4}{Drawing karnaugh maps with LaTeX}
\RequirePackage{xparse}
\RequirePackage{tikz}
\RequirePackage{environ}
@@ -67,7 +67,7 @@
}
}
-\tikzset{kvnode/.style = { inner ~ sep = 8pt }}
+\tikzset{kvnode/.style = { minimum ~ width=.75cm, minimum ~ height=.75cm }}
\cs_new:Npn \__kvmap_outputmatrix:n #1
{
\int_zero:N \l_tmpa_int
@@ -80,7 +80,7 @@
at ~
(.5+\int_mod:VV \l_tmpa_int \l__kvmap_matrix_width_int,
-.5-\int_div_truncate:nn \l_tmpa_int \l__kvmap_matrix_width_int ) ~
-{$##1$};
+{\smash[b]{\makebox[0pt]{$##1$}}};
\int_incr:N \l_tmpa_int
}
}
More information about the tex-live-commits
mailing list.