File: latexsym.perl

package info (click to toggle)
latex2html 2015-debian1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 7,652 kB
  • ctags: 3,386
  • sloc: perl: 30,941; makefile: 429; sh: 155
file content (22 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# supertabular.perl by Ross Moore
#
# Extension to LaTeX2HTML to supply recognition of 
# the extra math symbols defined in the "latexsym" package.
#
# Change Log:
# ===========

package main;
#


%latexsyms = (
	'mho', 'mho', 'Box', 'Box',
	'Diamond', 'Diamond', 'Join', 'Join',
	'lhd', 'lhd', 'rhd', 'rhd',
	'unlhd', 'unlhd', 'unrhd' , 'unrhd',
	'leadsto', 'leadsto',
	'sqsubset', 'sqsubset', 'sqsupset', 'sqsupset'
);

1;                              # This must be the last line