From a3df95891edcacfcedc92c9302a8f198d58edc47 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Fri, 10 May 2019 16:16:35 +0200 Subject: [PATCH] Add parboxes --- sections/german/09/alignment-crop.svg | 96 +++++++++++++-------------- sections/german/09/alignment-orig.svg | 94 +++++++++++++------------- sections/german/09/alignment.tex | 2 + sections/german/10/10.md | 4 +- 4 files changed, 99 insertions(+), 97 deletions(-) diff --git a/sections/german/09/alignment-crop.svg b/sections/german/09/alignment-crop.svg index 2eccc89..fd0bc38 100644 --- a/sections/german/09/alignment-crop.svg +++ b/sections/german/09/alignment-crop.svg @@ -1,5 +1,5 @@ - + @@ -69,109 +69,109 @@ - - + + - + - - + + - + - + - - + + - + - + - - + + - + - - - + + + - + - + - + - - + + - + - + - - + + - - - + + + - + - - - + + + - + - + - + - - - + + + - + - + - - - + + + - - - + + + diff --git a/sections/german/09/alignment-orig.svg b/sections/german/09/alignment-orig.svg index f664335..74fe1be 100644 --- a/sections/german/09/alignment-orig.svg +++ b/sections/german/09/alignment-orig.svg @@ -69,109 +69,109 @@ - - + + - + - - + + - + - + - - + + - + - + - - + + - + - - - + + + - + - + - + - - + + - + - + - - + + - - - + + + - + - - - + + + - + - + - + - - - + + + - + - + - - - + + + - - - + + + diff --git a/sections/german/09/alignment.tex b/sections/german/09/alignment.tex index 2e1a411..138d2aa 100644 --- a/sections/german/09/alignment.tex +++ b/sections/german/09/alignment.tex @@ -6,9 +6,11 @@ \usepackage{hyperref} \begin{document} \thispagestyle{empty} +\parbox{.7\linewidth}{ \begin{align} 13 \cdot (4a - 3)^2 &= 13 \cdot (16a^2 - 24a + 9) \\ &= 208a^2 - 312a + 117 \end{align} +} \end{document} diff --git a/sections/german/10/10.md b/sections/german/10/10.md index 7a9b00d..0d449ca 100644 --- a/sections/german/10/10.md +++ b/sections/german/10/10.md @@ -75,9 +75,9 @@ Eine Überschrift wird so ausgezeichnet: \inputminted{java}{Test.java}
public class HelloWorld {
     public static void main(/\*…\*/) {
-        System.out.println("Hello, World!");
+        System.out.println(/\*…\*/);
     }
-    }
+}