summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f600ae4)
raw | patch | inline | side by side (parent: f600ae4)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 29 Jun 2011 19:02:00 +0000 (19:02 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 29 Jun 2011 19:02:00 +0000 (19:02 +0000) |
talks/fisl12/beamercolorthemetobi.sty | patch | blob | history | |
talks/fisl12/body.tex | patch | blob | history |
index eadaa5feefa747596c79883740775a3bcc850d7a..3105e034884b1f7987c391382d2dd4b36fc9f364 100644 (file)
\mode<presentation>
-\definecolor{craneorange}{RGB}{255,252,248}
-\definecolor{craneblue}{RGB}{62,28,0}
+\definecolor{backgroundcolor}{RGB}{0,0,0}
+\definecolor{foregroundcolor}{RGB}{255,255,255}
-\setbeamercolor{structure}{fg=craneblue}
+\setbeamercolor{structure}{fg=foregroundcolor}
-\setbeamercolor{palette primary}{fg=craneblue,bg=craneorange!70}
-\setbeamercolor{palette secondary}{fg=craneblue,bg=craneorange!80}
-\setbeamercolor{palette tertiary}{fg=craneblue,bg=craneorange!90}
-\setbeamercolor{palette quaternary}{fg=craneblue,bg=craneorange}
+\setbeamercolor{palette primary}{fg=foregroundcolor,bg=backgroundcolor!70}
+\setbeamercolor{palette secondary}{fg=foregroundcolor,bg=backgroundcolor!80}
+\setbeamercolor{palette tertiary}{fg=foregroundcolor,bg=backgroundcolor!90}
+\setbeamercolor{palette quaternary}{fg=foregroundcolor,bg=backgroundcolor}
+\setbeamercolor{alerted text}{fg=pink}
-\setbeamercolor{titlelike}{fg=craneblue}
+\setbeamercolor{titlelike}{fg=foregroundcolor}
-\setbeamercolor{block title}{fg=craneblue,bg=craneorange}
-\setbeamercolor{block title alerted}{use=alerted text,fg=craneblue,bg=alerted text.fg!75!bg}
-\setbeamercolor{block title example}{use=example text,fg=craneblue,bg=example text.fg!75!bg}
+\setbeamercolor{block title}{fg=foregroundcolor,bg=backgroundcolor}
+\setbeamercolor{block title alerted}{use=alerted text,fg=foregroundcolor,bg=alerted text.fg!75!bg}
+\setbeamercolor{block title example}{use=example text,fg=foregroundcolor,bg=example text.fg!75!bg}
\setbeamercolor{block body}{parent=normal text,use=block title,bg=block title.bg!25!bg}
\setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg!25!bg}
\setbeamercolor{block body example}{parent=normal text,use=block title example,bg=block title example.bg!25!bg}
-\setbeamercolor{sidebar}{bg=craneorange!70}
+\setbeamercolor{sidebar}{bg=backgroundcolor!70}
-\setbeamercolor{palette sidebar primary}{fg=craneblue}
-\setbeamercolor{palette sidebar secondary}{fg=craneblue!75}
-\setbeamercolor{palette sidebar tertiary}{fg=craneblue!75}
-\setbeamercolor{palette sidebar quaternary}{fg=craneblue}
+\setbeamercolor{palette sidebar primary}{fg=foregroundcolor}
+\setbeamercolor{palette sidebar secondary}{fg=foregroundcolor!75}
+\setbeamercolor{palette sidebar tertiary}{fg=foregroundcolor!75}
+\setbeamercolor{palette sidebar quaternary}{fg=foregroundcolor}
\setbeamercolor*{separation line}{}
\setbeamercolor*{fine separation line}{}
-\setbeamercolor{normal text}{bg=craneblue!1,fg=craneblue}
-\setbeamercolor{example text}{bg=craneblue!10}
-\setbeamercolor{frametitle}{fg=craneblue!50}
+\setbeamercolor{normal text}{bg=backgroundcolor,fg=foregroundcolor!50}
+\setbeamercolor{example text}{bg=backgroundcolor}
+\setbeamercolor{frametitle}{fg=foregroundcolor!70}
\mode
<all>
diff --git a/talks/fisl12/body.tex b/talks/fisl12/body.tex
index c24c97447dc34b3173f797ece20159a8786bb8cb..b5bd49c59fad4001014fe01326698e563e9bd316 100644 (file)
--- a/talks/fisl12/body.tex
+++ b/talks/fisl12/body.tex
\lstset{%
language=Perl,%
numbers=left,%
- basicstyle=\ttfamily\footnotesize\color{black},%
- keywordstyle=\color{darkgreen},%
+ basicstyle=\ttfamily\footnotesize\color{white},%
+ keywordstyle=\color{lightgreen},%
% identifyerstyle=\color{brown},%
- commentstyle=\color{mediumpurple},%
- stringstyle=\color{dimgray},
- numberstyle=\ttfamily\scriptsize\color{darkgray},
+ commentstyle=\color{moccasin},%
+ stringstyle=\color{lightskyblue},
+ numberstyle=\ttfamily\scriptsize\color{gray},
showstringspaces=false
}
}
numberstyle=\ttfamily\scriptsize,
% identifyerstyle=\color{brown},%
commentstyle=\itshape,%
- stringstyle=\color{black},
+ stringstyle=\color{white},
showstringspaces=false
}
}
\mode<articel>{\tableofcontents}
-\begin{frame}{a database \ldots}
+\begin{frame}{RRDtool is a database \ldots}
\begin{itemize}[<+-| alert@+>]
\item for time series data
\item with graphics included
\end{itemize}
\end{frame}
-\begin{frame}{designed for speed}
+\begin{frame}{RRDtool is designed for speed}
\addgraph{update-schematics}
\end{frame}
-\begin{frame}{rrdtool command line usage}
+\begin{frame}{RRDtool command line usage}
\begin{description}[<+-| alert@+>]
-\item[rrdtool create] setup a database file
-\item[rrdtool update] add data
-\item[rrdtool graph] create a chart
+\item[\texttt{rrdtool create}] to setup a database file
+\item[\texttt{rrdtool update}] to add data
+\item[\texttt{rrdtool graph}] to create a chart
\end{description}
\end{frame}
+\mode<handout>{There are also native interfaces for perl, python, php, ruby,
+tcl.}
+
\begin{frame}{creating a simple rrd}
\lstinputlisting[language=bash,firstline=0]{ex/create.sh}
One Datasource, 4 Round Robin Archives.
\mode<presentation>{
\begin{frame}
\begin{description}
-\item[I am:] Tobi Oetiker $<$tobi@oetiker.ch$>$
-\item[Handouts for this talk:] \url{http://tobi.oetiker.ch/fisl12/}
-\item[My Homepage:] \url{http://tobi.oetiker.ch}
+\item[I am] Tobi Oetiker $<$tobi@oetiker.ch$>$
+\item[Handouts for this talk] \url{http://tobi.oetiker.ch/fisl12/}
+\item[My Homepage] \url{http://tobi.oetiker.ch}
\end{description}
\end{frame}
}