This file is indexed.

/usr/share/doc/gladtex/README is in gladtex 1.4.2-3.

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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
*contents*

* License
* Installation
* Installation Hints For Windows
* Documentation

License
=======

gladTeX --- generate html with LaTeX equations embedded as images

_Copyright:_

- (C) 1999-2010 Martin G. Gulbrandsen
- (C) 2011-2013 Jonathan Daugherty (especially release 1.3)
- (C) 2013-2014 Sebastian Humenda

Credits go to

- 2013 Patrick Spendrin (patches for cmake and eqn2img to build it on Windows)


This program is distributed under the GNU GPL; for details
see the accompanying file COPYING.

Project homepage is at http://gladtex.sourceforge.net

Installation
============

Dependencies
------------

The following is needed for compiling Gladtex:

* zlib
* libgif, libpng (development headers)
* gcc and cmake (at least on GNU/Linux)and make, but see below)
    * you can use cmake to use other build systems as well
* perl (for pod2man)

For Debian, you need just the command:

    # apt-get install build-essential libzlib1g-dev libpng12-dev libgif-dev
    # apt-get install perl cmake

The following is needed for executing gladTeX:

* a working LaTeX-distribution with the commands dvipng and latex
* zlib
* libpng,  libgif
* perl

For Debian, you run:

    # apt-get install perl dvipng texlive-latex-base libpng12 libgif libzlib1g


Installation using cmake
------------------------

If you have installed the requirements, and gladtex/ is your source folder
run the following commands.

    p@mymachine ~/gladtex $ mkdir build && cd build
    p@mymachine ~/gladtex/build $ cmake ~/gladtex -DCMAKE_INSTALL_PREFIX=/usr
    p@mymachine ~/gladtex/build $ make && make install

Windows
=======

If you want to run GladTeX on Windows, you have to install cmake and a compiler
suite as visual studio. Tell cmake to export visual studio project files and use
those to build the project. To execute GladTeX you will either need perl or
compile it. For compilation, you need `pp` (accompanies perl) and execute:

$ pp -o gladtex gladtex.pl

Finaly, you have to make sure that the executables to gladtex, ghostscript,
latex and dvips are in `%PATH%`. We would currently suggest installing MikTeX.

Documentation
=============

Please use `man gladtex` for further instructions.