[FE training-materials-updates] buildroot/slides: use itemize list for notes

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue May 12 10:36:57 CEST 2015


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

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

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

commit d4f2f320d8dd0fb2952bbc17d110225eddacf9b5
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Tue May 12 10:36:33 2015 +0200

    buildroot/slides: use itemize list for notes
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

d4f2f320d8dd0fb2952bbc17d110225eddacf9b5
 slides/buildroot-build/buildroot-build.tex | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/slides/buildroot-build/buildroot-build.tex b/slides/buildroot-build/buildroot-build.tex
index 079472e..7ade275 100644
--- a/slides/buildroot-build/buildroot-build.tex
+++ b/slides/buildroot-build/buildroot-build.tex
@@ -300,11 +300,12 @@ $ make
     }
   \end{block}
 
-  Note: \code{olddefconfig} expands a minimal {\em defconfig} to a full
-  \code{.config}.
-
-  Note: Saving fragments is not possible; it must be done manually from
-  an existing {\em defconfig}.
+  \begin{itemize}
+  \item \code{olddefconfig} expands a minimal {\em defconfig} to a
+    full \code{.config}
+  \item Saving fragments is not possible; it must be done manually
+    from an existing {\em defconfig}
+  \end{itemize}
 
 \end{frame}
 



More information about the training-materials-updates mailing list