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/tex | |
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/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/kvmap/kvmap.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/kvmap/kvmap.sty b/Master/texmf-dist/tex/latex/kvmap/kvmap.sty index f0dd8880570..60c44d062ed 100644 --- a/Master/texmf-dist/tex/latex/kvmap/kvmap.sty +++ b/Master/texmf-dist/tex/latex/kvmap/kvmap.sty @@ -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 } } |