Skip to content

Commit 270804a

Browse files
Missing figures
1 parent 2c4c252 commit 270804a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

javascript/parseXmlLatex.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,14 @@ const processTextFunctionsDefaultLatex = {
249249
addName(node, writeTo);
250250
recursiveProcessTextLatex(node.firstChild, writeTo);
251251
},
252-
252+
253253
SUBSUBHEADING: (node, writeTo) => {
254254
writeTo.push("{\\emph{");
255255
addName(node, writeTo);
256256
writeTo.push("}\n\n");
257257
recursiveProcessTextLatex(node.firstChild, writeTo);
258258
},
259-
259+
260260
SCHEMEINLINE: (node, writeTo) =>
261261
processTextFunctionsLatex["JAVASCRIPTINLINE"](node, writeTo),
262262
JAVASCRIPTINLINE: (node, writeTo) => {

javascript/processingFunctions/processFigureHtml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const processFigureHtml = (node, writeTo) => {
6161
if (snippet) {
6262
processSnippetHtml(snippet, writeTo);
6363
}
64-
64+
6565
const caption = node.getElementsByTagName("CAPTION")[0];
6666
if (caption) {
6767
writeTo.push(`

scripts/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ svgs: $(orig_path)/ch2-Z-G-65.svg.pdf \
9494
$(js_path)/ch3-Z-G-22.svg.pdf \
9595
$(js_path)/ch3-Z-G-23.svg.pdf \
9696
$(js_path)/preserving_table.svg.pdf \
97+
$(js_path)/Fig5.7b.std.svg.pdf \
9798
$(js_path)/Fig5.11b.std.svg.pdf \
9899
$(js_path)/ch2-Z-G-63.svg.pdf \
99100
$(js_path)/ch2-Z-G-62.svg.pdf \
14 KB
Binary file not shown.

0 commit comments

Comments
 (0)