blob: 5ce995d9cf877c2158396aa5c75ccd3824348bea (
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 `ascmac.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% ascmac.dtx (with options: `ascmac')
%%
%% Copyright (c) 2010 ASCII MEDIA WORKS
%% Copyright (c) 2016-2018 Japanese TeX Development Community
%%
%% This file is part of ascmac community edition.
%% -------------------------------------------------------------
%%
%% wrapper for tascmac.sty
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{ascmac}
[2018/03/09 v2.0h
ascmac wrapper (community edition)
]
\RequirePackage{tascmac}
\endinput
%%
%% End of file `ascmac.sty'.
|