This file is indexed.

/usr/share/perl5/LaTeXML/Package/ot4.fontmap.ltxml is in latexml 0.8.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# -*- mode: Perl -*-
# /=====================================================================\ #
# |  ot4 font encoding                                                  | #
# | Implementation for LaTeXML                                          | #
# |=====================================================================| #
# | Part of LaTeXML:                                                    | #
# |  Public domain software, produced as part of work done by the       | #
# |  United States Government & not subject to copyright in the US.     | #
# |---------------------------------------------------------------------| #
# | Bruce Miller <bruce.miller@nist.gov>                        #_#     | #
# | http://dlmf.nist.gov/LaTeXML/                              (o o)    | #
# \=========================================================ooo==U==ooo=/ #
package LaTeXML::Package::Pool;
use strict;
use warnings;
use LaTeXML::Package;

DeclareFontMap('OT4', [
    "\x{0393}", "\x{0394}", "\x{0398}", "\x{039B}", "\x{039E}", "\x{03A0}", "\x{03A3}", "\x{03A5}",
    "\x{03A6}", "\x{03A8}", "\x{03A9}", "\x{FB00}", "\x{FB01}", "\x{FB02}", "\x{FB03}", "\x{FB04}",
    "\x{0131}", undef, UTF(0x60), UTF(0xB4), "\x{}", "\x{02D8}", UTF(0xAF), "\x{02DA}",
    UTF(0xB8), UTF(0xDF), UTF(0xE6), "\x{0153}", UTF(0xF8), UTF(0xC6), "\x{152}", UTF(0xD8),
    undef, '!', "\x{201D}", '#', '$', '%', '&', "\x{2018}",
    '(',   ')', '*',        '+', ',', '-', '.', '/',
    '0',   '1', '2',        '3', '4', '5', '6', '7',
    '8', '9', ':', ';', UTF(0xA1), '=', UTF(0xBF), '?',
    '@', 'A', 'B', 'C', 'D', 'E', 'F', 'G',
    'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O',
    'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W',
    'X', 'Y', 'Z', '[', "\x{201C}", ']', UTF(0x5F), "\x{02D9}",
    "\x{2019}", 'a', 'b', 'c', 'd', 'e', 'f', 'g',
    'h',        'i', 'j', 'k', 'l', 'm', 'n', 'o',
    'p',        'q', 'r', 's', 't', 'u', 'v', 'w',
    'x', 'y', 'z', "\x{2013}", "\x{2014}", "\x{02DD}", UTF(0x7E), UTF(0xA8),
    undef, "\x{0104}", "\x{0106}", undef,      undef, undef, "\x{0118}", undef,
    undef, undef,      "\x{0141}", "\x{0143}", undef, undef, undef,      undef,
    undef, "\x{015A}", undef,      undef,      undef, undef, undef,      undef,
    undef, "\x{0179}", undef,      "\x{017B}", undef, undef, undef,      undef,
    undef, "\x{0105}", "\x{0107}", undef,      undef, undef, "\x{0119}", undef,
    undef, undef, "\x{0142}", "\x{0144}", undef, undef, UTF(0xAB), UTF(0xBB),
    undef, "\x{015B}", undef, undef,      undef, undef, undef, undef,
    undef, "\x{017A}", undef, "\x{017C}", undef, undef, undef, undef,
    undef, undef,      undef, undef,      undef, undef, undef, undef,
    undef, undef,      undef, undef,      undef, undef, undef, undef,
    undef, undef, undef, UTF(0xD3), undef, undef, undef, undef,
    undef, undef, undef, undef, undef, undef, undef, undef,
    undef, undef, undef, undef, undef, undef, undef, undef,
    undef, undef, undef, undef, undef, undef, undef, undef,
    undef, undef, undef, UTF(0xF3), undef, undef, undef, undef,
    undef, undef, undef, undef, undef, undef, undef, "\x{201E}"
]);

1;