A sentence in count/count.tex doesn't append parentheses for balance_count(). Let's add it so that it can be more consistent. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- count/count.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/count/count.tex b/count/count.tex index 7d7701ff..c8aa959b 100644 --- a/count/count.tex +++ b/count/count.tex @@ -1682,7 +1682,7 @@ Finally, in either case, It is helpful to look at a schematic depicting how the relationship of the counters changes with the execution of first -\co{globalize_count()} and then \co{balance_count}, as shown in +\co{globalize_count()} and then \co{balance_count()}, as shown in \cref{fig:count:Schematic of Globalization and Balancing}. Time advances from left to right, with the leftmost configuration roughly that of -- 2.17.1