From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- graphics/pgf/base/tex/tikzlibraryshapes.arrows.code.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 graphics/pgf/base/tex/tikzlibraryshapes.arrows.code.tex (limited to 'graphics/pgf/base/tex/tikzlibraryshapes.arrows.code.tex') diff --git a/graphics/pgf/base/tex/tikzlibraryshapes.arrows.code.tex b/graphics/pgf/base/tex/tikzlibraryshapes.arrows.code.tex new file mode 100644 index 0000000000..20e2022c11 --- /dev/null +++ b/graphics/pgf/base/tex/tikzlibraryshapes.arrows.code.tex @@ -0,0 +1,16 @@ +% Copyright 2006 by Till Tantau +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% See the file doc/generic/pgf/licenses/LICENSE for more details. + +\ProvidesFileRCS{tikzlibraryshapes.arrows.code.tex} + +\usepgflibrary{shapes.arrows}% + +\pgfkeys{/tikz/arrow box arrows/.code={\pgf@lib@arrowbox@parsearrows{#1}}}% + +\endinput -- cgit v1.2.3