[Commits] [svn:einsteintoolkit] Workshop_Spring_2012/ (Rev. 2)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Mon Mar 5 11:00:07 CST 2012
User: knarf
Date: 2012/03/05 11:00 AM
Added:
/
introduction.tex, preamble.tex
/pics/
einstein_flip.png
Modified:
/
Log:
template
Directory Changes:
Directory: /
============
Property changes on:
___________________________________________________________________
Directory: /svn:ignore/
=======================
+ *.log
*.nav
*.toc
*.out
*.aux
*.snm
Directory: /svn:mime-type/
==========================
+ application/octet-stream
File Changes:
Directory: /
============
File [added]: introduction.tex
Delta lines: +26 -0
===================================================================
--- introduction.tex (rev 0)
+++ introduction.tex 2012-03-05 17:00:06 UTC (rev 2)
@@ -0,0 +1,26 @@
+\input{preamble}
+\usepackage{ragged2e}
+\usecolortheme[RGB={200,200,200}]{structure}
+
+\begin{document}
+
+\begin{frame} \frametitle{What will you learn here?}
+ \begin{centering}
+ \textbf{...}\\
+ \includegraphics[height=2cm]{einstein_flip.png}
+ \end{centering}
+\end{frame}
+
+\begin{frame} \frametitle{What do we assume?}
+ We assume you
+ \begin{itemize}
+ \item are able to write, or at least read, a serial code in C/C++/Fortran;
+ \item ...
+ \end{itemize}
+ It would be advantagous (but not necessary) if you
+ \begin{itemize}
+ \item are familiar with the Linux/Unix environment
+ \end{itemize}
+\end{frame}
+
+\end{document}
File [added]: preamble.tex
Delta lines: +64 -0
===================================================================
--- preamble.tex (rev 0)
+++ preamble.tex 2012-03-05 17:00:06 UTC (rev 2)
@@ -0,0 +1,64 @@
+\documentclass{beamer}
+
+\usepackage[utf8]{inputenc}
+\usepackage{beamerthemesplit}
+\usepackage{url}
+\usepackage{hyperref}
+\usepackage{tikz}
+\usepackage{alltt}
+
+\usetheme{Madrid}
+\definecolor{cactusgreen}{RGB}{132,186,75}
+\graphicspath{{pics/}}
+
+\newcommand{\ilshell}[1]{\colorbox{lightgray}{\small{\texttt{#1}}}}
+\newcommand{\shell}[1]{\hspace{1cm}\colorbox{lightgray}{\small{\texttt{#1}}}}
+
+\hyphenation{Cac-tus-Ein-stein Schwarz-schild vacuum in-fra-struc-ture}
+
+% \logo{\includegraphics[height=1cm]{pics/cactuslogo.png}}
+
+% We want to use the infolines outer theme because it uses so less space, but
+% it also tries to print an institution (which we do not have) and the slide
+% numbers (which we might not want to show). Therefore, we here redefine the
+% footline ourselfes - mostly a copy & paste from
+% /usr/share/texmf/tex/latex/beamer/themes/outer/beamerouterthemeinfolines.sty
+\defbeamertemplate*{footline}{infolines theme without institution and slide numbers}
+{
+ \leavevmode%
+ \hbox{%
+ \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
+ \usebeamerfont{author in head/foot}\insertshortauthor
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
+ \usebeamerfont{title in head/foot}\insertshorttitle
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{date in head/foot}%
+ \usebeamerfont{date in head/foot}\insertshortdate{}
+ \end{beamercolorbox}}%
+ \vskip0pt%
+}
+
+% For some reason this is not displayed by default. This is just a copy & paste
+% from the same file as the footline
+\defbeamertemplate*{headline}{infolines theme with sections/subsections}
+{
+ \leavevmode%
+ \hbox{%
+ \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=1ex,right]{section in head/foot}%
+ \usebeamerfont{section in head/foot}\insertsectionhead\hspace*{2ex}
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=1ex,left]{subsection in head/foot}%
+ \usebeamerfont{subsection in head/foot}\hspace*{2ex}\insertsubsectionhead
+ \end{beamercolorbox}}%
+ \vskip0pt%
+}
+
+\newcommand{\abspic}[4]
+ {\vspace{ #2\paperheight}\hspace{ #3\paperwidth}\includegraphics[height=#4\paperheight]{#1}\\
+ \vspace{-#2\paperheight}\vspace{-#4\paperheight}\vspace{-0.0038\paperheight}}
+
+% Make a todo comment stand out visually
+\newcommand{\todo}[1]{{~\textbf{\color{red}[TODO: #1]}}}
+
+
Directory: /pics/
=================
File [added]: einstein_flip.png
Delta lines: +0 -0
===================================================================
(Binary files differ)
Property changes on: pics/einstein_flip.png
___________________________________________________________________
More information about the Commits
mailing list