tUpdate contact information, remove unused code - scibeamer - quickly create scientific presentations using LateX and Beamer
(HTM) git clone git://src.adamsgaard.dk/scibeamer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6ff0573392ab40fdb769cd9805d4cb00984fc1ea
(DIR) parent 4dc5db55353dae1c0f283d0e7a57152cfd2ddf99
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 17 Sep 2019 13:21:57 +0200
Update contact information, remove unused code
Diffstat:
M template.tex | 45 ++++++-------------------------
1 file changed, 8 insertions(+), 37 deletions(-)
---
(DIR) diff --git a/template.tex b/template.tex
t@@ -14,49 +14,23 @@
\usepackage[final]{microtype}
\usepackage{lmodern}
-%% Links, colors, citations
-%\usepackage{showkeys} % Show labels in pdf
-
-%% Graphics
-%\graphicspath{{./\jobname-graphics/}}
-%\usepackage{subfig}
-
%% Drawing
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,3d,calc,decorations.pathmorphing}
-%\usepackage{movie15}
\usepackage{multimedia}
-%% Layout
-%\usepackage{multicols} % n columns with \begin{multicols}{<n>} ... \end{multicols}
-%\setlength{\columnsep}{5pc}
-
%% Beamer-specific layout and style
-%\usepackage{beamerthemesplit} %Activate for custom appearance
-%\usetheme{Berkeley}
-%\usetheme{CambridgeUS}
\usetheme{Singapore}
\usecolortheme{seagull} % Gray color theme
-%\usecolortheme{beetle} % Complete Color Theme
-%%\usecolortheme{orchid} % Inner color theme
-%%\usecolortheme{whale} % Outer Color Theme
\xdefinecolor{AUblue}{rgb}{0.0,0.3,0.5}
-%\setbeamercolor{sidebar}{bg=AUblue}
\setbeamercolor{frametitle}{fg=AUblue}
-%\setbeamercolor{logo}{bg=AUblue!80!black}
-%\setbeamercolor{normal text}{bg=white!20}
\setbeamercolor{section in toc}{fg=AUblue}
\setbeamercolor{title}{fg=red!50!black}
-%\usefonttheme{serif} % Serif fonts
-
%% Mathematics, scientific and chemical notation
\usepackage{amssymb,amsmath,amsfonts}
-%\usepackage{mathtools}
-%\usepackage{booktabs} % \toprule, \midrule and \bottomrule in tabular
\usepackage[detect-all]{siunitx}
-%\usepackage[version=3]{mhchem} % chemical notation
%% Code typesetting
\usepackage{listings}
t@@ -66,8 +40,8 @@
%%%% AUTHOR, TITLE, AFFILIATION
\title{\texttt{scibeamer}\\ A beamer-addon for scientific presentations}
\author[A. Damsgaard]{Anders Damsgaard}
-\institute[SIO]{Scripps Institution of Oceanography\\[2mm]
-{\small \url{adamsgaard@ucsd.edu}}}
+\institute[SU]{Stanford University\\[2mm]
+{\small \url{anders@adamsgaard.dk}}}
\date{\small Last revision: \today}
%\logo{\includegraphics[width=30px]{logo1.pdf}}
%\logo{\includegraphics[width=30px]{logo2.pdf}}
t@@ -75,10 +49,7 @@
\begin{document}
\begin{frame}[fragile]
- \begin{centering}
- \framesubtitle{Scripps Institution of Oceanography, UCSD}
- \titlepage{}
- \end{centering}
+ \titlepage{}
\end{frame}
% Optional slide with table of contents
t@@ -147,14 +118,14 @@
\begin{frame}{Conclusions}
\begin{itemize}
- \item \texttt{scibeamer} adds to \emph{beamer} functionality by
- providing functions for quickly creating image-based slides.\\[3mm]
+ \item \texttt{scibeamer} provides macros for quickly creating
+ image-based slides with references using \LaTeX{}/Beamer\\[1em]
- \item Output files can be built as \texttt{pdf} (default), \texttt{dvi},
- or \texttt{eps} using the provided \texttt{Makefile}.\\[3mm]
+ \item Output files can be built as \texttt{pdf}
+ using the provided \texttt{Makefile}\\[1em]
\item \texttt{scibeamer} is available at
- \url{https://github.com/anders-dc/scibeamer}.
+ \url{https://src.adamsgaard.dk/scibeamer}
\end{itemize}
\end{frame}