summaryrefslogtreecommitdiff
path: root/linux-basics/networking
diff options
context:
space:
mode:
Diffstat (limited to 'linux-basics/networking')
-rw-r--r--linux-basics/networking/Makefile4
-rw-r--r--linux-basics/networking/pres_networking_en.tex47
2 files changed, 8 insertions, 43 deletions
diff --git a/linux-basics/networking/Makefile b/linux-basics/networking/Makefile
index 4663d52..d641258 100644
--- a/linux-basics/networking/Makefile
+++ b/linux-basics/networking/Makefile
@@ -1,7 +1,7 @@
all:
for pdf in `ls -1 *.tex` ; do \
- pdflatex $$pdf; \
- pdflatex $$pdf; \
+ TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
+ TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
done
clean:
diff --git a/linux-basics/networking/pres_networking_en.tex b/linux-basics/networking/pres_networking_en.tex
index 2adfc3c..21ac72f 100644
--- a/linux-basics/networking/pres_networking_en.tex
+++ b/linux-basics/networking/pres_networking_en.tex
@@ -1,51 +1,16 @@
-\documentclass[11pt]{beamer}
-
-%\usepackage{ngerman}
-\usepackage{times}
-\usepackage{graphicx}
-\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps}
-\usepackage{amsmath,amssymb}
-\usepackage[latin1]{inputenc}
-\usepackage{listings,color}
-\definecolor{lbcolor}{RGB}{255,210,150}
-\lstset{
- language=C,
- 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 ,
- commentstyle=\color{green},
- stringstyle=\color{red}
-}
-
-\mode<presentation>
-{
- \usetheme{linutronix}
-}
-
% on the following slides, include icon in the left sidebar
\def\lximg{/usr/share/lx/icons/fueller.png}
-\title{Network configuration}
-\institute{Linutronix GmbH}
+\input{configpres}
-\begin{document}
-
-\frame{ \titlepage }
+\title{Network configuration}
+\maketitle
% stop displaying 'fueller.png' on the following slides
\def\lximg{none}
+\subsection{Network configuration}
+
\begin{frame}[fragile]
\frametitle{ifconfig}
\begin{verbatim}
@@ -148,4 +113,4 @@ SSH-2.0-dropbear_0.48
\end{itemize}
\end{frame}
-\end{document}
+\input{tailpres}