• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D27-Jan-201317.6 KiB341281

MakefileH A D03-May-2022635 3021

READMEH A D27-Jan-2013772 2918

WHATSNEWH A D27-Jan-20132.3 KiB5043

eqn2img.cH A D03-May-202220.6 KiB782590

gladtexH A D27-Jan-201311 KiB349229

gladtex.podH A D27-Jan-20137.3 KiB232147

README

1gladTeX --- generate html with LaTeX equations embedded as images
2Copyright (C) 1999-2010 Martin G. Gulbrandsen
3
4This program is distributed under the GNU GPL; for details
5see the accompanying file COPYING.
6
7Project homepage at http://gladtex.sourceforge.net
8
9Installation
10------------
11
12In a nutshell, run
13
14make
15
16and then (as root)
17
18make install
19
20However, you may want to have a look at the Makefile first. BINPATH
21specifies where to install the executables, MANPATH specifies where
22to put the manual page. The directories pointed to should exist already.
23
24To compile without gif support, for instance in case of problems with gif
25libraries, remove `-DGIF' and `-lgif' from the lines starting with CC
26and LIB, respectively.
27
28See the manual page for further documentation.
29