@@ -298,7 +298,7 @@ \section{Creating a Table of Contents}\label{s:pages-toc}
298
298
\section {Sortable Lists }\label {s:pages-sort-list }
299
299
300
300
Creating nodes allows us to add content to a page,
301
- but we can also rearrange the nodes that are there.
301
+ but we can also rearrange the nodes that are there ( \figref { f:pages-sortlist }) .
302
302
Our next exercise is to sort the elements of a list,
303
303
so that if the author writes:
304
304
@@ -541,10 +541,8 @@ \section{Bibliographic Citations}\label{s:pages-citations}
541
541
\end {minted}
542
542
543
543
\noindent
544
- Here's our function
545
- (which we'll call from an event listener as before---again,
546
- the line breaks in the second call to \texttt {map } are there
547
- so that the printed version will fit the page):
544
+ Here's our function (\figref {f:pages-pipeline }),
545
+ which we'll call from an event listener as before:
548
546
549
547
\begin {minted }{js}
550
548
const citations = () => {
@@ -573,7 +571,7 @@ \section{Bibliographic Citations}\label{s:pages-citations}
573
571
\figpdf {figures/pages-pipeline.pdf}{A Processing Pipeline}{f:pages-pipeline}
574
572
575
573
There is a lot going on here,
576
- but it all uses patterns we have seen before.
574
+ but it all uses patterns we have seen before.
577
575
It starts by building an array of all the links in the document
578
576
i.e., every \texttt {a} element:
579
577
0 commit comments