summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-06-06 21:57:28 +0000
committerKarl Berry <karl@freefriends.org>2017-06-06 21:57:28 +0000
commit289116fcf3cec3b7fe8d462c6563c1c46ba9e13f (patch)
tree27eff31a0ff70f4e10e5a646dfbcc310c03dc8ee /Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty
parentd6136de4d8066d5be6ce0996a3e1ff0b01527f14 (diff)
bxcalc (22may17)
git-svn-id: svn://tug.org/texlive/trunk@44514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty')
-rw-r--r--Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty b/Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty
new file mode 100644
index 00000000000..9c8fe9c59ed
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty
@@ -0,0 +1,25 @@
+%%
+%% This is file 'bxcalc.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.
+%%
+
+%% package declaration
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{bxcalc}[2017/05/21 v1.0]
+\def\bxqcz@pkgname{bxcalc}
+
+%--------------------------------------- main
+
+%% packages
+\RequirePackage{calc}[]
+\RequirePackage{bxcalcize}[2017/05/21]% v1.0
+\RequirePackage{bxcalcux}[2017/05/21]% v1.0
+
+%--------------------------------------- all done
+\endinput
+%% EOF