1# $Id: locant.perl,v 1.1 1998/08/24 09:48:49 RRM Exp $
2#
3#  locant.perl   by Ross Moore <ross@mpce.mq.edu.au>
4#
5# This file is part of the LaTeX2HTML support for the XyM-TeX package
6# for TeX and LaTeX by Shinsaku Fujita
7#
8# Change Log
9# ==========
10# $Log locant.perl,v $
11#
12
13package main;
14
15#
16# Each command is treated as generating a separate inlined image.
17#
18# If this is inadequate for more complicated structures, then make
19# use of the \begin{makeimage}...\end{makeimage} environment
20# from the  html.sty  package.
21#
22
23&process_commands_in_tex ( <<_INLINE_CMDS_);
24bdloocant # {} # {} # {} # {} # {} # {}
25bdloocnth # {} # {} # {} # {} # {} # {}
26sxloocant # {} # {} # {} # {} # {} # {}
27sxloocnth # {} # {} # {} # {} # {} # {}
28bdlocant
29bdlocnth
30sxlocant
31sxlocnth
32_INLINE_CMDS_
33
341;
35
36