summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2011-07-18 14:17:33 +0200
committerManuel Traut <manut@linutronix.de>2011-07-18 14:17:33 +0200
commit7af87c3deca16d0b6c6ed80c2869a142e7809c9c (patch)
tree14f5e1ba2df9e8c7ad550b8b77920ef4c4d64e93
parenta47cd5a143bc4cb6438bff35507b59098b13a62d (diff)
reset from hswgt to linutronix style
Signed-off-by: Manuel Traut <manut@linutronix.de>
-rw-r--r--configmasterhandout.tex34
-rw-r--r--configmasterpres.tex4
-rw-r--r--configpres.tex4
-rw-r--r--handout_master.tex5
4 files changed, 12 insertions, 35 deletions
diff --git a/configmasterhandout.tex b/configmasterhandout.tex
index 3f061c6..285bc00 100644
--- a/configmasterhandout.tex
+++ b/configmasterhandout.tex
@@ -1,35 +1,9 @@
-%\documentclass[xlevel]{wise}
-%\documentclass{book}
-%\usepackage{lxextras}
-\documentclass[hyperref]{wise}
+\documentclass{book}
\usepackage{german}
-%\usepackage[utf8]{inputenc}
-\usepackage{listings,color}
-\definecolor{lbcolor}{rgb}{0.95,0.95,0.95}
-\usepackage{hyperref}
+\usepackage[utf8]{inputenc}
+\usepackage{lxextras}
+\lstset{keywordstyle=\color{blue}}
-\hypersetup{colorlinks=true}
-
-\lstset{language=C++,
- frameround=fttt,
- numbers=left,
- stepnumber=1,
- numbersep=5pt,
- numberstyle=\tiny,
- breaklines=true,
- breakautoindent=true,
- postbreak=\space,
- tabsize=2,
- basicstyle=\ttfamily\footnotesize,
- showspaces=false,
- showstringspaces=false,
- extendedchars=true,
- backgroundcolor=\color{lbcolor},
- keywordstyle =\bf ,
- %identifierstyle = \bf ,
- commentstyle =\color{green},
- stringstyle=\color{red}
-}
\begin{document}
\title{Linux Entwicklung}
diff --git a/configmasterpres.tex b/configmasterpres.tex
index 3491653..2fd1ddf 100644
--- a/configmasterpres.tex
+++ b/configmasterpres.tex
@@ -1,7 +1,7 @@
\documentclass{beamer}
\mode<presentation>
{
- \usetheme{default}
+ \usetheme{Dresden}
}
\usepackage{german}
\usepackage[utf8]{inputenc}
@@ -11,7 +11,7 @@
\usepackage{graphicx}
\usepackage{lxextras}
-\institute{Hochschule Ravensburg-Weingarten}
+\institute{Linutronix GmbH}
\definecolor{lbcolor}{RGB}{255,210,150}
\lstset{
language=C++,
diff --git a/configpres.tex b/configpres.tex
index 6417db2..c8f0c5d 100644
--- a/configpres.tex
+++ b/configpres.tex
@@ -1,7 +1,7 @@
\documentclass{beamer}
\mode<presentation>
{
- \usetheme{Dresden}
+ \usetheme{linutronix}
}
\usepackage{german}
\usepackage[utf8]{inputenc}
@@ -11,7 +11,7 @@
\usepackage{graphicx}
\usepackage{lxextras}
-\author{Manuel Traut}
+\institute{Linutronix GmbH}
\definecolor{lbcolor}{RGB}{255,210,150}
\lstset{
language=C++,
diff --git a/handout_master.tex b/handout_master.tex
index 17c8827..68117f2 100644
--- a/handout_master.tex
+++ b/handout_master.tex
@@ -1,13 +1,16 @@
\input{configmasterhandout}
-\section{Grundlagen}
+\chapter{Grundlagen}
+\section{Aufbau}
\input{./linux-basics/boot-process/handout_boot-process_de.tex}
\input{./linux-basics/filesystem-structure/handout_file-system-structure_de.tex}
+\chapter{Userspace}
\section{Applikationsentwicklung}
\input{./linux-basics/sh-programming/handout_sh-programming_de.tex}
\input{./application-devel/app-debugging/handout_app-debugging_de.tex}
\input{./application-devel/devel-environment/handout_devel-environment_de.tex}
\section{Frameworks}
\input{./frameworks/middleware/handout_middleware.tex}
+\chapter{Kernel}
\section{Flashspeicher}
\input{./flash-memory/mtd/handout_mtd_de.tex}
\input{./flash-memory/ubi/handout_ubi_de.tex}