From e516c72fe6566257e8394c0842f45f4f6f04fb38 Mon Sep 17 00:00:00 2001 From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de> Date: Sun, 06 Oct 2019 14:25:22 +0200 Subject: [PATCH] clean code --- chap/graphik.tex | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/chap/graphik.tex b/chap/graphik.tex index 694d68f..8972bc6 100644 --- a/chap/graphik.tex +++ b/chap/graphik.tex @@ -75,6 +75,7 @@ \begin{latexcode} \begin{figure} + \centering \begin{subfigure}{0.45\textwidth} \includegraphics[scale=0.20]{img/Lenna.png} \caption{Ohne Rotation} @@ -92,6 +93,7 @@ Das Ergebnis sieht so aus: \begin{figure}[H] + \centering \begin{subfigure}{0.45\textwidth} \includegraphics[scale=0.20]{img/Lenna.png} \caption{Ohne Rotation} -- Gitblit v1.10.0-SNAPSHOT