1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-23 08:43:18 +02:00

canonical section

This commit is contained in:
Pomax
2016-01-03 15:51:35 -08:00
parent d6bf1cbaeb
commit f7aa963f56
17 changed files with 2859 additions and 65 deletions

View File

@@ -40,6 +40,7 @@ function escapeBlockLaTeX(source) {
if (!fs.existsSync(destination)) {
var cmdarg = new Buffer(latex).toString("base64");
var cmd = "npm run latex -- --hash " + hash + " --base64 " + cmdarg;
console.log(" generating " + hash + ".svg");
execSync(cmd);
}