blob: 93025278369abaf8e4a8162416d99cac257bbf2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
%%
%% This is file `cmathmlx.sty.ltxml',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% cmathml.dtx (with options: `ltxmlx')
%%
# -*- CPERL -*-
package LaTeXML::Package::Pool;
use strict;
use LaTeXML::Package;
use LaTeXML::Document;
RequirePackage('LaTeX');
DefConstructor('\Ccomplement [] {}',
"<ltx:XMApp>"
. "<ltx:XMTok meaning='complement' role='CSYMBOL'/>"
. "<ltx:XMArg>#2</ltx:XMArg>"
. "</ltx:XMApp>");
\endinput
%%
%% End of file `cmathmlx.sty.ltxml'.
|