diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/bxbase/bxtoolbox.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/bxbase/bxtoolbox.sty | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bxbase/bxtoolbox.sty b/Master/texmf-dist/tex/latex/bxbase/bxtoolbox.sty new file mode 100644 index 00000000000..4f1ee3b8319 --- /dev/null +++ b/Master/texmf-dist/tex/latex/bxbase/bxtoolbox.sty @@ -0,0 +1,27 @@ +%% +%% This is file 'bxtoolbox.sty'. +%% +%% Copyright (c) 2017 Takayuki YATO (aka. "ZR") +%% GitHub: https://github.com/zr-tex8r +%% Twitter: @zr_tex8r +%% +%% This package is distributed under the MIT License. +%% + +%% file declaration +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{bxtoolbox}[2017/05/29 v1.1 BX developers' toolbox] +\def\bxtb@pkgname{bxtoolbox} + +%--------------------------------------- main + +%% load submodules +\providecommand*\bxRequireDefinition[1]{% + \def\bx@@def{def}\@onefilewithoptions{#1}[][]\bx@@def} +\bxRequireDefinition{bxtoolbox} +\bxRequireDefinition{bxtoolbox-ext} +\bxRequireDefinition{bxtoolbox-ja} + +%--------------------------------------- all done +\endinput +%% EOF |