From 36e9b2bddeb7fa8c302596ee16a0e141560d2251 Mon Sep 17 00:00:00 2001
From: "Dr. Martin Goik" <goik@hdm-stuttgart.de>
Date: Wed, 25 Nov 2020 09:28:39 +0100
Subject: [PATCH] Abstarct rather than slide

---
 Doc/Sd1/statements.xml | 30 ++++++++++--------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

diff --git a/Doc/Sd1/statements.xml b/Doc/Sd1/statements.xml
index 5051fdac5..ac29cdec0 100644
--- a/Doc/Sd1/statements.xml
+++ b/Doc/Sd1/statements.xml
@@ -11,29 +11,19 @@
          xmlns:db="http://docbook.org/ns/docbook">
   <title>Statements</title>
 
-  <figure xml:id="sd1_fig_StatementTypes">
-    <title>Purposes of statements</title>
+  <info>
+    <abstract>
+      <para>Purposes of statements:</para>
 
-    <itemizedlist>
-      <listitem>
-        <para>Declaring variables and assigning values.</para>
-      </listitem>
-
-      <listitem>
-        <para>Creating output.</para>
-      </listitem>
+      <para>Declaring variables and assigning values.</para>
 
-      <listitem>
-        <para>Control <emphasis role="bold">whether</emphasis> code will be
-        executed.</para>
-      </listitem>
+      <para>Control <emphasis role="bold">whether</emphasis> code will be
+      executed.</para>
 
-      <listitem>
-        <para>Control <emphasis role="bold">how often</emphasis> code will be
-        executed.</para>
-      </listitem>
-    </itemizedlist>
-  </figure>
+      <para>Control <emphasis role="bold">how often</emphasis> code will be
+      executed.</para>
+    </abstract>
+  </info>
 
   <figure xml:id="sd1_fig_StatementEndSemicolon">
     <title>Statements: General syntax</title>
-- 
GitLab