[FE training-materials-updates] kernel-ng: improve layout of the first page

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jun 27 19:21:44 CEST 2013


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

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

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

commit 23cfbf884990b6be1e2ece7554f957a35b7a4d2e
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Mon Jun 24 17:39:55 2013 +0200

    kernel-ng: improve layout of the first page
    
    Make sure the title and the summary fit on one single page.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

23cfbf884990b6be1e2ece7554f957a35b7a4d2e
 agenda/kernel/agenda-kernel-and-drivers.tex |   22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/agenda/kernel/agenda-kernel-and-drivers.tex b/agenda/kernel/agenda-kernel-and-drivers.tex
index c03dad0..dc045ba 100644
--- a/agenda/kernel/agenda-kernel-and-drivers.tex
+++ b/agenda/kernel/agenda-kernel-and-drivers.tex
@@ -4,6 +4,7 @@
 \usepackage{xcolor}
 \usepackage{palatino}
 \usepackage{calc}
+\usepackage{tabularx}
 %\usepackage[table]{xcolor}
 
 \hypersetup{pdftitle={Embedded Linux kernel and driver development training},
@@ -12,11 +13,8 @@
 \definecolor{fedarkblue}{RGB}{204,204,255}
 \definecolor{felightblue}{RGB}{230,230,255}
 
-\title{Embedded Linux kernel and driver development training}
-\author{Free Electrons}
-
 \begin{document}
-\maketitle
+
 \thispagestyle{fancy}
 
 %% With tabular environments, we cannot use the normal 'l', 'c' or 'r'
@@ -71,10 +69,15 @@
 
 \setlength{\arrayrulewidth}{0.8pt}
 
-\section{Summary}
+\begin{center}
+\LARGE{Embedded Linux kernel and driver development training}
+\end{center}
+\vspace{1cm}
+
+\small
 \arrayrulecolor{lightgray} {\renewcommand{\arraystretch}{1.5}
-  \begin{tabular*}{\textwidth}{| >{\columncolor{fedarkblue}} m{5cm}|
-      >{\columncolor{felightblue}} m{\textwidth-5cm}|}
+  \begin{tabularx}{\textwidth}{| >{\columncolor{fedarkblue}} m{4cm}|
+      >{\columncolor{felightblue}} X|}
     {\bf Title} & Embedded Linux kernel and driver development
     training \\
     \hline
@@ -113,7 +116,7 @@
       Linux}\\
     \hline
 
-    {\bf Required requirement} &
+    {\bf Required equipment} &
     Video projector
     \newline PC computers with at least 1 GB of RAM, and Ubuntu Linux
     installed in a {\bf free partition of at least 10 GB. Using Linux
@@ -134,7 +137,8 @@
     \newline Electronic copy of lab files.\\
     \hline
 
-\end{tabular*}}
+\end{tabularx}}
+\normalsize
 
 
 \section{Day 1 - Morning}



More information about the training-materials-updates mailing list