summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-26 22:22:21 +0000
committerKarl Berry <karl@freefriends.org>2021-02-26 22:22:21 +0000
commita22a3291a200704a6d22143fea110cdedf4e9048 (patch)
tree5b1cfb8b7a887145d25f04e9888f91f98e1c7e5f /Master/texmf-dist/tex/latex
parent0dc9bb8afcb2eca293a9c139b47771554ea2890f (diff)
blox (26feb21)
git-svn-id: svn://tug.org/texlive/trunk@57949 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/blox/blox.sty14
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/blox/blox.sty b/Master/texmf-dist/tex/latex/blox/blox.sty
index b0782ba4131..a26ad79ab1f 100644
--- a/Master/texmf-dist/tex/latex/blox/blox.sty
+++ b/Master/texmf-dist/tex/latex/blox/blox.sty
@@ -6,7 +6,7 @@
%%
%% blox.dtx (with options: `package')
%% This is a generated file.
-%% Copyright (C) 2014 by Ben Reish
+%% Copyright (C) 2014-2021 by Ben Reish
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3 of this license or (at your option) any later
@@ -16,7 +16,7 @@
%% LaTeX version 1999/12/01 or later.
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{blox}%
-[2014/08/20 v2.5 Just an English translation of schemabloc]
+[2021/2/22 v2.51 Just an English translation of schemabloc]
@@ -24,8 +24,8 @@
\typeout{* }
-\typeout{bloX: Just an English translation of schemabloc package.}
-\typeout{bloX Copyright (C) 2014 Ben Reish}
+\typeout{blox: Just an English translation of schemabloc package.}
+\typeout{blox Copyright (C) 2014-2021 Ben Reish}
\typeout{* }
\typeout{This program comes with ABSOLUTELY NO WARRANTY.}
\typeout{This is free software, and you are welcome to redistribute it}
@@ -139,6 +139,12 @@ node distance=#1em,bXStyleBlocPotato,right] (#2) {#3};
\draw [bXLineStyle] (#2) -|
node[name=#2-#3,near end,right] {#1} (#3) ;
}
+\newcommand{\bXLinktyx}[2]{
+ \draw [bXLineStyle] (#1.north) |- (#2) ;
+}
+\newcommand{\bXLinktb}[2]{
+ \draw [bXLineStyle] (#1.north) -- (#2.south) ;
+}
\newcommand{\bXReturn}[4][4]{
\node [below of=#2, node distance=#1em,
minimum size=0em](return#2) {};