diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-26 21:43:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-26 21:43:53 +0000 |
commit | 59863983424ba22e243cb2a001ebd55b9b3d969e (patch) | |
tree | 0c765a3af4f524659bc1937de683aec7c474fd56 /Master/texmf-dist/source/latex/kvmap | |
parent | 3ec5e94aafd7ac1e9a234905246ce0bcdb51fe25 (diff) |
kvmap (26apr20)
git-svn-id: svn://tug.org/texlive/trunk@54898 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/kvmap')
-rw-r--r-- | Master/texmf-dist/source/latex/kvmap/kvmap.dtx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/kvmap/kvmap.dtx b/Master/texmf-dist/source/latex/kvmap/kvmap.dtx index b5fa08b04f4..1c7bb4008de 100644 --- a/Master/texmf-dist/source/latex/kvmap/kvmap.dtx +++ b/Master/texmf-dist/source/latex/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} %</pkg> % \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 } } |