Skip to content

Commit ab9e4f8

Browse files
authored
breaking non-space added to fix bold return on 541 (#726)
* breaking non-space added * breaking non-space added
1 parent 4ee0dbf commit ab9e4f8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

javascript/processingFunctions/replaceTagWithSymbol.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ const tagsToReplaceDefault = {
3232
BREAK: "\n",
3333

3434
SPACE: "~",
35-
FIXED_SPACE: "{\\tt~}"
35+
FIXED_SPACE: "{\\tt~}",
36+
37+
BREAKINGNONSPACE: "{\\hspace{0pt}}"
3638
};
3739

3840
const tagsToReplacePdf = {

xml/chapter5/section5/subsection3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ go_to(reg("val")),
11001100
at
11011101
<SPLITINLINE>
11021102
<SCHEME><SCHEMEINLINE>proc-return</SCHEMEINLINE></SCHEME>
1103-
<JAVASCRIPT><JAVASCRIPTINLINE>fun_@return</JAVASCRIPTINLINE>
1103+
<JAVASCRIPT><JAVASCRIPTINLINE>fun_</JAVASCRIPTINLINE><BREAKINGNONSPACE/><TT>return</TT><SPACE/>
11041104
</JAVASCRIPT>
11051105
</SPLITINLINE>
11061106
would have gone.)

0 commit comments

Comments
 (0)