summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty
blob: 9c8fe9c59ed658102f89515c360940e4f5e5f8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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