1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-23 08:43:18 +02:00
This commit is contained in:
Pomax
2015-12-31 16:32:30 -08:00
parent 46922ab752
commit a3a01fe0a3
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ function escapeBlockLaTeX(source) {
latex = source.substring(curr, term + ed.length);
// convert this LaTeX code into an SVG file in ./images/latex,
// using mathjax-node in the ./tools directory
// using mathjax-node in the ./tools directory.
var hash = sha1(latex);
var filename = "images/latex/" + hash + ".svg";
var destination = __dirname + "/../" + filename;