]> git.decadent.org.uk Git - ion3-doc.git/blob - artikel3.perl
[svn-upgrade] Integrating new upstream version, ion3-doc (20080103)
[ion3-doc.git] / artikel3.perl
1 # artikel3.perl by Tuomo Valkonen, <tuomov at iki.fi>, 2003-05-10
2 #
3 # Implementation of the documentclass for latex2html. Just load
4 # article.
5 #
6
7 package main;
8
9 &do_require_package("article");
10
11 1;
12