From 042bd457e1260fd3a46b60c44fb1e878abb5bff4 Mon Sep 17 00:00:00 2001 From: Martin Henz Date: Tue, 30 Jun 2020 14:10:56 +0800 Subject: [PATCH 1/2] fixes #268 --- xml/chapter1/section2/subsection1.xml | 1 - xml/chapter1/section3/subsection2.xml | 4 +- xml/chapter1/section3/subsection3.xml | 2 +- xml/chapter3/section2/subsection1.xml | 9 +- xml/chapter3/section2/subsection4.xml | 234 ++++++++-------- xml/chapter4/section1/section1.xml | 85 +++--- xml/chapter4/section1/subsection1.xml | 373 ++++++++++++++++---------- xml/chapter4/section1/subsection2.xml | 4 +- xml/chapter4/section1/subsection3.xml | 1 - xml/chapter4/section1/subsection4.xml | 4 +- xml/chapter4/section1/subsection6.xml | 98 ++++--- xml/chapter4/section1/subsection7.xml | 20 +- xml/chapter4/section2/subsection2.xml | 14 +- xml/chapter4/section3/subsection3.xml | 8 +- xml/chapter4/section4/subsection4.xml | 10 +- 15 files changed, 461 insertions(+), 406 deletions(-) diff --git a/xml/chapter1/section2/subsection1.xml b/xml/chapter1/section2/subsection1.xml index a48335d97..3b0c60503 100644 --- a/xml/chapter1/section2/subsection1.xml +++ b/xml/chapter1/section2/subsection1.xml @@ -165,7 +165,6 @@ function factorial(n) { We avoided doing this here so as to minimize the number of things to think about at once.