summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/kvmap/kvmap.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/kvmap/kvmap.sty')
-rw-r--r--Master/texmf-dist/tex/latex/kvmap/kvmap.sty12
1 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/kvmap/kvmap.sty b/Master/texmf-dist/tex/latex/kvmap/kvmap.sty
index 4a736e96c11..f0dd8880570 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) 2019 Ben Frank
+%% Copyright (C) 2020 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}{2019/12/26}{0.3.2}{Drawing karnaugh maps with LaTeX}
+\ProvidesExplPackage{kvmap}{2020/03/27}{0.3.3}{Drawing karnaugh maps with LaTeX}
\RequirePackage{xparse}
\RequirePackage{tikz}
\RequirePackage{environ}
@@ -94,6 +94,12 @@ color .initial:n = { black },
invert .bool_set:N = \l__kvmap_bundle_invert_bool,
invert .default:n = true,
invert .initial:n = false,
+vinvert .bool_set:N = \l__kvmap_bundle_vinvert_bool,
+vinvert .default:n = true,
+vinvert .initial:n = true,
+hinvert .bool_set:N = \l__kvmap_bundle_hinvert_bool,
+hinvert .default:n = true,
+hinvert .initial:n = true,
overlapmargins .dim_set:N = \l__kvmap_bundle_overlapmargins_dim,
overlapmargins .initial:n = { 0pt },
}
@@ -116,6 +122,7 @@ overlapmargins .initial:n = { 0pt },
{
\int_compare_p:n { \l__kvmap_matrix_height_int - 1 = \l__kvmap_bundle_maxy_int }
&& \int_compare_p:n { 0 = \l__kvmap_bundle_miny_int }
+ && \l__kvmap_bundle_vinvert_bool
}
{
\draw[draw=\l__kvmap_bundle_color_tl,kvbundle] ~
@@ -157,6 +164,7 @@ yshift=-\l__kvmap_bundle_overlapmargins_dim]
{
\int_compare_p:n { \l__kvmap_matrix_width_int - 1 = \l__kvmap_bundle_maxx_int }
&& \int_compare_p:n { 0 = \l__kvmap_bundle_minx_int }
+ && \l__kvmap_bundle_hinvert_bool
}
{
\draw[draw=\l__kvmap_bundle_color_tl,kvbundle] ~