-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathws-ijmpd.cls.ltxml
27 lines (22 loc) · 1.05 KB
/
ws-ijmpd.cls.ltxml
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
26
27
# -*- CPERL -*-
# /=======================================================\ #
# | ws-ijmpd.cls - Implementation for LaTeXML | #
# | | #
# |=======================================================| #
# | Part of LaTeXML : http://dlmf.nist.gov/LaTeXML/ | #
# | Copyright (c) 2006 arXMLiv group | #
# | Released under the GNU Public License | #
# \=======================================================/ #
package LaTeXML::Package::Pool;
use strict;
use LaTeXML::Package;
LoadClass("article");
RequirePackage('ws');
# one extra file: epsfsafe.tex is inputed in ws-aa.cls but we have no corresponding .ltxml for it
#**********************************************************************
DefConstructor('\@address{}',"^ <ltx:contact role='address'>#1</ltx:contact>", bounded=>1);
DefMacro('\address{}','\@add@to@frontmatter{ltx:creator}{\@address{#1}}');
#### added by Boyd, 2014
DefConstructor('\keywords{}',
"<keywords>#1</keywords>", mode => 'text');
1;