Skip to content

Commit 6081f32

Browse files
committed
remove left-over references to PNG generation
1 parent a912b1a commit 6081f32

File tree

7 files changed

+8
-407
lines changed

7 files changed

+8
-407
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
.DS_Store
22
node_modules
3-
batik/*
4-
!batik/README.md
53
mathjax/*
64
!mathjax/README.md

README.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# mathjax-node [![Build Status](https://travis-ci.org/mathjax/MathJax-node.svg?branch=develop)](https://travis-ci.org/mathjax/MathJax-node)
22

3-
This repository contains files that provide APIs to call [MathJax](https://github.com/mathjax/mathjax) from
4-
node.js programs. There is an API for converting individual math
5-
expressions (in any of MathJax's input formats) into SVG images or MathML
6-
code, and there is an API for converting HTML snippets containing any of
3+
This repository contains files that provide APIs to call [MathJax](https://github.com/mathjax/mathjax) from
4+
node.js programs. There is an API for converting individual math
5+
expressions (in any of MathJax's input formats) into SVG images or MathML
6+
code, and there is an API for converting HTML snippets containing any of
77
MathJax input formats into HTML snippets containing SVG or MathML.
88

99
See the comments in the individual files for more details.
1010

11-
The `bin` directory contains a collection of command-line programs for
12-
converting among MathJax's various formats. These can be used as examples
11+
The `bin` directory contains a collection of command-line programs for
12+
converting among MathJax's various formats. These can be used as examples
1313
of calling the MathJax API.
1414

1515
Use
@@ -18,10 +18,7 @@ Use
1818

1919
to install mathjax-node and its dependencies.
2020

21-
These API's can produce PNG images, but that requires the
22-
[Batik](http://xmlgraphics.apache.org/batik/download.html) library. It
23-
should be installed in the `batik` directory. See the README file in that
24-
directory for more details.
21+
These API's no longer produce PNG images but can easily be integrated into workflows using svg-to-png converters (e.g., png2svg, librsvg, batik).
2522

2623
# Getting started
2724

@@ -52,7 +49,7 @@ mjAPI.typeset({
5249
```
5350

5451

55-
* `./lib/mj-page.js` is optimized for handling full HTML pages.
52+
* `./lib/mj-page.js` is optimized for handling full HTML pages.
5653

5754

5855
```javascript

batik/README.md

-7
This file was deleted.

bin/am2png

-73
This file was deleted.

bin/mml2png

-72
This file was deleted.

bin/page2png

-165
This file was deleted.

0 commit comments

Comments
 (0)