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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user