[FE training-materials-updates] training-materials compilation problems - patch

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Jan 28 15:38:00 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=1db82c7a002f3067ef41ea78941df5087431af85

>---------------------------------------------------------------

commit 1db82c7a002f3067ef41ea78941df5087431af85
Author: Piotr Król <pietrushnic at gmail.com>
Date:   Tue Jan 28 14:03:34 2014 +0100

    training-materials compilation problems - patch
    
    --001a11c13c5eb25e8904f10773b2
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: quoted-printable
    
    Hello Free-Electrons,
    I was unable to compile full-sysdev-slides.pdf and full-boottime-slides.pdf
    using
    68bb0eb.
    
    There are few small errors in paths to png and pdf files.
    I attached patch that fix those issues.
    
    Thanks for all you're doing I really appreciate that.
    
    Cheers from Poland,
    Piotr Kr=C3=B3l
    
    <div dir="ltr">Hello Free-Electrons,<div>I was unable to compile full-sysdev-slides.pdf and full-boottime-slides.pdf using</div><div>68bb0eb.<br></div><div><br></div><div>There are few small errors in paths to png and pdf files. </div>
    <div>I attached patch that fix those issues.</div><div><br></div><div>Thanks for all you're doing I really appreciate that.</div><div><br></div><div>Cheers from Poland,</div><div>Piotr Król</div></div>
    
    From e755902baae35a0b048261015ab23d45b71ad52c Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Piotr=20Kr=C3=B3l?= <pietrushnic at gmail.com>
    Date: Tue, 28 Jan 2014 12:26:33 +0100
    Subject: [PATCH] fix paths to glibc.png. eglibc.png and
     timechart-initramfs.pdf


>---------------------------------------------------------------

1db82c7a002f3067ef41ea78941df5087431af85
 slides/boottime-kernel/boottime-kernel.tex |    2 +-
 slides/c-libraries/c-libraries.tex         |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/boottime-kernel/boottime-kernel.tex b/slides/boottime-kernel/boottime-kernel.tex
index 4c52c92..c8bb36e 100644
--- a/slides/boottime-kernel/boottime-kernel.tex
+++ b/slides/boottime-kernel/boottime-kernel.tex
@@ -103,7 +103,7 @@ First, we focus on reducing the size without removing features
 \frametitle{Results}
 Before 8.54s
 \begin{center}
-    \includegraphics[width=\textwidth]{slides/boottime-init-scripts2/timechart-initramfs.pdf}
+    \includegraphics[width=\textwidth]{slides/boottime-init-scripts3/timechart-initramfs.pdf}
 \end{center}
 After:
 \begin{center}
diff --git a/slides/c-libraries/c-libraries.tex b/slides/c-libraries/c-libraries.tex
index f71fc32..199718a 100644
--- a/slides/c-libraries/c-libraries.tex
+++ b/slides/c-libraries/c-libraries.tex
@@ -13,7 +13,7 @@
     \item \url{http://www.gnu.org/software/libc/}
     \end{itemize}
     \column{0.3\textwidth}
-    \includegraphics[width=\textwidth]{slides/sysdev-toolchains-c-libraries/glibc.png}
+    \includegraphics[width=\textwidth]{slides/c-libraries/glibc.png}
   \end{columns}
 \end{frame}
 
@@ -79,7 +79,7 @@
     \item \url{http://www.eglibc.org}
     \end{itemize}
     \column{0.2\textwidth}
-    \includegraphics[width=\textwidth]{slides/sysdev-toolchains-c-libraries/eglibc.png}
+    \includegraphics[width=\textwidth]{slides/c-libraries/eglibc.png}
   \end{columns}
 \end{frame}
 



More information about the training-materials-updates mailing list