[FE training-materials-updates] Smaller title font

michael.opdenacker at free-electrons.com michael.opdenacker at free-electrons.com
Wed May 30 06:53:41 CEST 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=8c8c66338912b0ccfcb96d6f23de1de1d37cbe7e

commit 8c8c66338912b0ccfcb96d6f23de1de1d37cbe7e
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed May 30 06:52:21 2012 +0200

    Smaller title font
    
    - Chose a slightly small size for the title
      on the first page
    
    - This allowed to keep the "Driver" word
      in the kernel course title, which is rather important.
    
    - Checked that the result still looks good for the other
      course materials

diff --git a/common/beamerthemeFreeElectrons.sty b/common/beamerthemeFreeElectrons.sty
index f4c3302..37bdcd4 100644
--- a/common/beamerthemeFreeElectrons.sty
+++ b/common/beamerthemeFreeElectrons.sty
@@ -100,7 +100,7 @@
   \begin{frame}{#1}
     \begin{columns}[b]
       \column{0.5\textwidth}
-      \huge
+      \Large
       #1\\
       \vspace{0.5cm}
       \footnotesize
diff --git a/common/kernel-title.tex b/common/kernel-title.tex
index 649a334..78789dd 100644
--- a/common/kernel-title.tex
+++ b/common/kernel-title.tex
@@ -1,4 +1,4 @@
 \authors{Grégory Clément, Michael Opdenacker, Maxime Ripard, Thomas Petazzoni}
 \trainingurl{http://free-electrons.com/doc/training/linux-kernel/}
 
-\titleframe{Linux Kernel Development Training}
+\titleframe{Linux Kernel and Driver Development Training}

http://git.free-electrons.com/training-materials/commit/?id=dbaa7d614b88e8277419e7ee700395ed69ed496c

commit dbaa7d614b88e8277419e7ee700395ed69ed496c
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed May 30 06:37:19 2012 +0200

    Simplified and corrected
    
    The latest versions of LXR may take much more time to index
    a new version (at least the last time I tried)

diff --git a/slides/kernel-source-code-management/kernel-source-code-management.tex b/slides/kernel-source-code-management/kernel-source-code-management.tex
index df0a595..d4d2a26 100644
--- a/slides/kernel-source-code-management/kernel-source-code-management.tex
+++ b/slides/kernel-source-code-management/kernel-source-code-management.tex
@@ -33,14 +33,13 @@
   \item Generic source indexing tool and code browser
     \begin{itemize}
     \item Web server based, very easy and fast to use
-    \item Very easy to find the declaration, implementation or usages
+    \item Very easy to find the declaration, implementation or usage
       of symbols
     \item Supports C and C++
     \item Supports huge code projects such as the Linux kernel (431 MB
       of source code in version 3.0).
     \item Takes a little time and patience to setup (configuration,
-      indexing, server configuration) but indexing a new version is
-      quite fast (20 minutes)
+      indexing, web server configuration)
     \item You don't need to set up LXR by yourself. Use our
       \url{http://lxr.free-electrons.com} server!
     \end{itemize}

-----------------------------------------------------------------------

Summary of changes:
 common/beamerthemeFreeElectrons.sty                |    2 +-
 common/kernel-title.tex                            |    2 +-
 .../kernel-source-code-management.tex              |    5 ++---
 3 files changed, 4 insertions(+), 5 deletions(-)


More information about the training-materials-updates mailing list