forked from mathjax/MathJax-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.cfg
44 lines (38 loc) · 1.26 KB
/
default.cfg
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
# Note: paths should be absolute, unless they point to programs in your $PATH.
##### Standard programs #####
DVIPNG=dvipng
FILE=file
GREP=grep
JAVA=java
LATEX=latex
PERL=perl
PYTHON=python
SED=sed
WGET=wget
WHICH=which
##### Installation directories #####
# The MathJax TeX fonts will be created in FONTDIR. It is assumed that the
# STIX fonts (http://stixfonts.org/) are already contained in that directory.
# MATHJAXDIR is the path of the MathJax installation to update.
FONTDIR=
MATHJAXDIR=
##### Font tools #####
# Most of the tools below are standard and should be available from your package
# manager. Batik >= 1.7 (http://xmlgraphics.apache.org/batik/) is required and
# TTF2SVG should point to the absolute path of batik-ttf2svg.jar JAR file.
# For TTF2EOT and SFNT2WOFF, see https://code.google.com/p/ttf2eot/ and
# http://people.mozilla.org/~jkew/woff/ respectively.
FONTFORGE=fontforge
MFTRACE=mftrace
SFNT2WOFF=sfnt2woff
TTF2EOT=ttf2eot
TTF2SVG=/usr/share/java/batik-ttf2svg.jar
TTX=ttx
#### Image compression tools ####
OPTIPNG=optipng
ADVPNG=advpng
##### TeXLive Encoding
TETEXENCODING=/usr/share/texmf-texlive/fonts/enc/dvips/tetex/
BASEENCODING=/usr/share/texmf-texlive/fonts/enc/dvips/base/
##### packer #####
YUICOMPRESSOR=/usr/share/yui-compressor/yui-compressor.jar