From 8b6b6a4364094f4f6773670749ba23acb83219b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Tue, 11 Feb 2025 12:24:15 +0100
Subject: [PATCH] activity-report-2024: Remove one blank page.

This is a followup to 6d16855c434aa9c2089d26ee84543d80f6e3e488, which
added a new page.

* doc/build.scm (markdown->latex): Remove one blank page.
---
 doc/build.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/doc/build.scm b/doc/build.scm
index ca40c03..9d41ccb 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -242,8 +242,6 @@ directory containing LaTeX files."
 % Insert blank pages for proper pagination of the booklet.
 \\newpage
 \\shipout\\null
-\\newpage
-\\shipout\\null
 
 \\newpage
 \\includepdf[fitpaper=true, pages=-]{back.pdf}
-- 
GitLab