Skip to content

Commit

Permalink
updated config for local Windows W32TeX based distro used with the ma…
Browse files Browse the repository at this point in the history
…thjax-dev makefiles. Still failing though!...
  • Loading branch information
GerHobbelt committed Sep 17, 2018
1 parent 73aa663 commit 21bf863
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*.md text eol=lf
*.php text eol=lf
*.pl text eol=lf
*.py text eol=lf
*.sass text eol=lf
*.sed text eol=lf
*.sh text eol=lf
Expand Down
2 changes: 2 additions & 0 deletions combiner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ all: core

core:
$(PERL) combineMJ --force $(MATHJAXDIR)

.PHONY: all core
6 changes: 3 additions & 3 deletions custom.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MATHJAXDIR=../../../../
# 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=/c/Program Files\ (x86)/FontForgeBuilds/bin/fontforge.exe
FONTFORGE=fontforge
MFTRACE=/c/W32TeX/bin/mftrace.exe
SFNT2WOFF=/c/W32TeX/bin/sfnt2woff
TTF2EOT=/c/W32TeX/bin/ttf2eot
Expand All @@ -37,8 +37,8 @@ OPTIPNG=optipng
ADVPNG=advpng

##### TeXLive Encoding
TETEXENCODING=/usr/share/texmf-texlive/fonts/enc/dvips/tetex/
BASEENCODING=/usr/share/texmf-texlive/fonts/enc/dvips/base/
TETEXENCODING=/c/W32TeX/share/texmf-dist/fonts/enc/dvips/tetex/
BASEENCODING=/c/W32TeX/share/texmf-dist/fonts/enc/dvips/base/

##### packer #####
YUICOMPRESSOR=/usr/share/yui-compressor/yui-compressor.jar
Expand Down
7 changes: 3 additions & 4 deletions custom.cfg.pl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# 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='/c/Program Files\ (x86)/FontForgeBuilds/bin/fontforge.exe';
$FONTFORGE='fontforge';
$MFTRACE='/c/W32TeX/bin/mftrace.exe';
$SFNT2WOFF='/c/W32TeX/bin/sfnt2woff';
$TTF2EOT='/c/W32TeX/bin/ttf2eot';
Expand All @@ -37,13 +37,12 @@
$ADVPNG='advpng';

##### TeXLive Encoding
$TETEXENCODING='/usr/share/texmf-texlive/fonts/enc/dvips/tetex/';
$BASEENCODING='/usr/share/texmf-texlive/fonts/enc/dvips/base/';
$TETEXENCODING='/c/W32TeX/share/texmf-dist/fonts/enc/dvips/tetex/';
$BASEENCODING='/c/W32TeX/share/texmf-dist/fonts/enc/dvips/base/';

##### packer #####
$YUICOMPRESSOR='/usr/share/yui-compressor/yui-compressor.jar';

$MFTRACE_PATH='/c/W32TeX/bin/mftrace.py';

$MFTRACE_PATH='';
1;

0 comments on commit 21bf863

Please sign in to comment.