From 6e203c9d837ca9db1c26a952db442db43d543477 Mon Sep 17 00:00:00 2001 From: Martin Henz Date: Mon, 14 Oct 2024 01:24:06 +0800 Subject: [PATCH] page breaking for newest pdf fixed (#1061) --- 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