blob: b1a7bd1b1fafe8d0bcb1594eddce377e7a226d82 (
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-2020 Japanese TeX Development Community
%%
%% This file is part of ascmac community edition.
%% -------------------------------------------------------------
%%
%% wrapper for tascmac.sty
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{ascmac}
[2020/01/15 v2.1
ascmac wrapper (community edition)
]
\RequirePackage{tascmac}
\endinput
%%
%% End of file `ascmac.sty'.
|