[Commits] [svn:einsteintoolkit] Workshop_Spring_2012/ (Rev. 23)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Sun Apr 1 21:43:30 CDT 2012
User: knarf
Date: 2012/04/01 09:43 PM
Removed:
/scientific_viz/
preamble.tex
Modified:
/
preamble.tex
/numerical_relativity/
numerical_relativity.tex
/scientific_viz/
scientific_viz.tex
Log:
use global preable.tex
Directory Changes:
Directory: /numerical_relativity/
=================================
Property changes on: numerical_relativity
___________________________________________________________________
Directory: /scientific_viz/
===========================
Property changes on: scientific_viz
___________________________________________________________________
Directory: /svn:ignore/
=======================
+ *.log
*.nav
*.toc
*.out
*.aux
*.snm
File Changes:
Directory: /
============
File [modified]: preamble.tex
Delta lines: +11 -1
===================================================================
--- preamble.tex 2012-04-02 02:33:59 UTC (rev 22)
+++ preamble.tex 2012-04-02 02:43:30 UTC (rev 23)
@@ -1,4 +1,4 @@
-\documentclass[xcolor=usenames,xcolor=dvipsnames]{beamer}
+\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage{beamerthemesplit}
@@ -61,4 +61,14 @@
% Make a todo comment stand out visually
\newcommand{\todo}[1]{{~\textbf{\color{red}[TODO: #1]}}}
+\newcommand{\tg}{\tilde\gamma}
+\newcommand{\tG}{\tilde\Gamma}
+\newcommand{\tA}{\tilde A}
+\newcommand{\tK}{\tilde K}
+\newcommand{\lb}{{\cal L}_\beta}
+\newcommand{\dt}{(\partial_t - {\cal L}_\beta)\;}
+\newcommand{\tr}{\mbox{tr}}
+\newcommand{\lbt}[4]{\beta^{#4}\partial_{#4}#1_{#2#3}+#1_{#2#4}\partial_{#3}\beta^{#4}+#1_{#3#4}\partial_{#2}\beta^{#4}-\frac{2}{3}#1_{#2#3}\partial_{#4}\beta^{#4}}
+\newlength{\vs}
+
Directory: /numerical_relativity/
=================================
File [modified]: numerical_relativity.tex
Delta lines: +1 -1
===================================================================
--- numerical_relativity/numerical_relativity.tex 2012-04-02 02:33:59 UTC (rev 22)
+++ numerical_relativity/numerical_relativity.tex 2012-04-02 02:43:30 UTC (rev 23)
@@ -1,4 +1,4 @@
-\input{preamble}
+\input{../preamble}
\usepackage{ragged2e}
\usecolortheme[RGB={200,200,200}]{structure}
Directory: /scientific_viz/
===========================
File [removed]: preamble.tex
Delta lines: +0 -67
===================================================================
--- scientific_viz/preamble.tex 2012-04-02 02:33:59 UTC (rev 22)
+++ scientific_viz/preamble.tex 2012-04-02 02:43:30 UTC (rev 23)
@@ -1,67 +0,0 @@
-\documentclass{beamer}
-
-\usepackage[utf8]{inputenc}
-\usepackage{beamerthemesplit}
-\usepackage{url}
-\usepackage{hyperref}
-%\usepackage{tikz}
-\usepackage{alltt}
-%\usepackage{marvosym}
-
-\usetheme{Madrid}
-\usecolortheme[RGB={77,83,186}]{structure}
-%\usecolortheme[RGB={132,186,75}]{structure}
-\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]}}}
-
-
File [modified]: scientific_viz.tex
Delta lines: +3 -1
===================================================================
--- scientific_viz/scientific_viz.tex 2012-04-02 02:33:59 UTC (rev 22)
+++ scientific_viz/scientific_viz.tex 2012-04-02 02:43:30 UTC (rev 23)
@@ -1,8 +1,9 @@
-\input{preamble}
+\input{../preamble}
\usepackage{listings}
\usepackage{amsmath}
\usepackage{ragged2e}
+
%% Have 1 hour, end with overview of hands-on %%
%% (or put this into a separate file) %%
@@ -11,6 +12,7 @@
\titlegraphic{\includegraphics[height=3cm]{../pics/einstein_flip}}
\date{5. April 2012}
+\usecolortheme[RGB={77,83,186}]{structure}
\begin{document}
\section{Scientific Visualization}
More information about the Commits
mailing list