diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/blox/blox.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/blox/blox.sty | 14 |
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) {}; |