From 2cc545cec533b2024cc8791cffbad3247d488ff0 Mon Sep 17 00:00:00 2001 From: henz Date: Fri, 4 Oct 2024 15:16:12 +0800 Subject: [PATCH] page breaking for newest pdf fixed --- xml/chapter1/section2/section2.xml | 1 - xml/chapter1/section3/subsection1.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/xml/chapter1/section2/section2.xml b/xml/chapter1/section2/section2.xml index 302685458..b700757b2 100644 --- a/xml/chapter1/section2/section2.xml +++ b/xml/chapter1/section2/section2.xml @@ -93,7 +93,6 @@ describe some typical patterns of process evolution. - In this section we will examine some common shapes for processes generated by simple diff --git a/xml/chapter1/section3/subsection1.xml b/xml/chapter1/section3/subsection1.xml index 756cecb1d..e68dd09f6 100644 --- a/xml/chapter1/section3/subsection1.xml +++ b/xml/chapter1/section3/subsection1.xml @@ -357,7 +357,7 @@ function sum_integers(a, b) { } - \newpage\noindent Then we can add up the integers from 1 to 10: + Then we can add up the integers from 1 to 10: sum_integers_example2 sum_integers_definition2