Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Nov 18, 2024
1 parent 7f17ca7 commit 410e00d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c09feb98
201a45af
2 changes: 1 addition & 1 deletion chapters/copyediting/27-cop-troubleshooting.html
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ <h2 data-number="28.9" class="anchored" data-anchor-id="attempt-to-compare-nil-w
__L&amp;#8209;a__. This will not generate an error.
:::</code></pre>
<div class="no-first-line-indent-after"></div>
<p>Caution: depending on the length of the hyphenated term and the surrounding text—especially if you refer to the statement intext with the identifier (i.e., <code>@statement-id</code>)—this might mess up the horizontal spacing of lines since the term will not be split up at the hyphen. To avoid this, you can refer to the statement with an internal link, i.e., <code>[L-a](#statement-id)</code>.</p>
<p>Caution: depending on the length of the hyphenated term and the surrounding text—especially if you refer to the statement intext with the identifier (i.e., <code>@statement-id</code>)—this might mess up the horizontal spacing of lines since the term will not be split up at the hyphen. To avoid this, you can refer to the statement with an internal link, i.e., <code>[[L-a]{.smallcaps}](#statement-id)</code>.</p>
<p><strong>Fix 2 (If Fix 1 Fails)</strong>. Surround the dash with spaces</p>
<pre><code>:::{.statement #statement-id}
__L - a__. This will not generate an error.
Expand Down
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@
"href": "chapters/copyediting/27-cop-troubleshooting.html#attempt-to-compare-nil-with-number",
"title": "28  Trouble and troubleshooting",
"section": "28.9 attempt to compare nil with number",
"text": "28.9 attempt to compare nil with number\nError:\nwarning (node filter): error: ...e/2022/texmf-dist/tex/generic/babel/babel-bid\ni-basic.lua:155: attempt to compare nil with number\n\nThis bug can be produced by a statement with a custom label containing an uppercase letter followed by a dash, such as:\n:::{.statement #statement-id}\n__L-a__. This statement might generate an error!\n:::\n\nFix 1. Use the HTML entity for non-breaking hyphen (&#8209;)\n:::{.statement #statement-id}\n__L&#8209;a__. This will not generate an error.\n:::\n\nCaution: depending on the length of the hyphenated term and the surrounding text—especially if you refer to the statement intext with the identifier (i.e., @statement-id)—this might mess up the horizontal spacing of lines since the term will not be split up at the hyphen. To avoid this, you can refer to the statement with an internal link, i.e., [L-a](#statement-id).\nFix 2 (If Fix 1 Fails). Surround the dash with spaces\n:::{.statement #statement-id}\n__L - a__. This will not generate an error.\n:::\n\nA longer dash probably looks better:\n:::{.statement #statement-id}\n__L -- a__. This will not generate an error.\n:::",
"text": "28.9 attempt to compare nil with number\nError:\nwarning (node filter): error: ...e/2022/texmf-dist/tex/generic/babel/babel-bid\ni-basic.lua:155: attempt to compare nil with number\n\nThis bug can be produced by a statement with a custom label containing an uppercase letter followed by a dash, such as:\n:::{.statement #statement-id}\n__L-a__. This statement might generate an error!\n:::\n\nFix 1. Use the HTML entity for non-breaking hyphen (&#8209;)\n:::{.statement #statement-id}\n__L&#8209;a__. This will not generate an error.\n:::\n\nCaution: depending on the length of the hyphenated term and the surrounding text—especially if you refer to the statement intext with the identifier (i.e., @statement-id)—this might mess up the horizontal spacing of lines since the term will not be split up at the hyphen. To avoid this, you can refer to the statement with an internal link, i.e., [[L-a]{.smallcaps}](#statement-id).\nFix 2 (If Fix 1 Fails). Surround the dash with spaces\n:::{.statement #statement-id}\n__L - a__. This will not generate an error.\n:::\n\nA longer dash probably looks better:\n:::{.statement #statement-id}\n__L -- a__. This will not generate an error.\n:::",
"crumbs": [
"Copyediting",
"<span class='chapter-number'>28</span>  <span class='chapter-title'>Trouble and troubleshooting</span>"
Expand Down

0 comments on commit 410e00d

Please sign in to comment.