Skip to content

Commit f86e54e

Browse files
committed
pngmath is obsolate.
1 parent a28ff51 commit f86e54e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Makefile.am

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ ACLOCAL_AMFLAGS = -I config/m4
22
SUBDIRS = src
33
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
44

5-
EXTRA_DIST = doc bin examples
5+
EXTRA_DIST = doc examples
66

77
docs:
8-
cd doc/ja/;make latexpdfja; make html
9-
cd doc/en/;make latexpdfja; make html
8+
cd doc/ja/;make latexpdf; make html
9+
cd doc/en/;make latexpdf; make html
1010

1111
pngdocs:
12-
cd doc/ja/;sed -i -e "s/mathjax/pngmath/g" conf.py; make latexpdfja; make html
13-
cd doc/en/;sed -i -e "s/mathjax/pngmath/g" conf.py; make latexpdfja; make html
12+
cd doc/ja/;sed -i -e "s/mathjax/imgmath/g" conf.py; make latexpdf; make html
13+
cd doc/en/;sed -i -e "s/mathjax/imgmath/g" conf.py; make latexpdf; make html
1414

1515
docs-clean:
16-
cd doc/ja/; make clean; sed -i -e "s/pngmath/mathjax/g" conf.py
17-
cd doc/en/; make clean; sed -i -e "s/pngmath/mathjax/g" conf.py
16+
cd doc/ja/; make clean; sed -i -e "s/imgmath/mathjax/g" conf.py
17+
cd doc/en/; make clean; sed -i -e "s/imgmath/mathjax/g" conf.py

doc/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
# Additional stuff for the LaTeX preamble.
195195
#'preamble': '\usepackage{pxjahyper}',
196196
'babel': '\\usepackage[english]{babel}',
197-
'classoptions': ',dvipdfmx,openany'
197+
'classoptions': ',pdftex,openany'
198198
}
199199

200200
# Grouping the document tree into LaTeX files. List of tuples

0 commit comments

Comments
 (0)