From ae496a1c963576dfe63885afa818b2af745ed44a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 27 Apr 2020 03:03:41 +0000 Subject: CTAN sync 202004270303 --- macros/latex/contrib/kvmap/README.md | 2 ++ macros/latex/contrib/kvmap/kvmap.dtx | 7 ++++--- macros/latex/contrib/kvmap/kvmap.pdf | Bin 109392 -> 110023 bytes 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'macros/latex/contrib/kvmap') diff --git a/macros/latex/contrib/kvmap/README.md b/macros/latex/contrib/kvmap/README.md index 1a241b5eef..6dcefd6da8 100644 --- a/macros/latex/contrib/kvmap/README.md +++ b/macros/latex/contrib/kvmap/README.md @@ -18,3 +18,5 @@ Code example: \bundle[invert=true,reducespace=2pt,overlapmargins=6pt]{1}{0}{2}{3} \bundle[invert=true,reducespace=2pt]{0}{1}{3}{1} \end{kvmap} + +`kvmap` is released under the terms of the LPPL 1.3c and maintained by Ben Frank. diff --git a/macros/latex/contrib/kvmap/kvmap.dtx b/macros/latex/contrib/kvmap/kvmap.dtx index b5fa08b04f..1c7bb4008d 100644 --- a/macros/latex/contrib/kvmap/kvmap.dtx +++ b/macros/latex/contrib/kvmap/kvmap.dtx @@ -102,7 +102,7 @@ End of file %<*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} % % \fi % @@ -407,9 +407,10 @@ End of file % \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 @@ End of file 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 } } diff --git a/macros/latex/contrib/kvmap/kvmap.pdf b/macros/latex/contrib/kvmap/kvmap.pdf index ca8a7b82c4..eb66731d6b 100644 Binary files a/macros/latex/contrib/kvmap/kvmap.pdf and b/macros/latex/contrib/kvmap/kvmap.pdf differ -- cgit v1.2.3