Skip to content
Snippets Groups Projects
Commit 9996dd9f authored by Joshua Fogg's avatar Joshua Fogg
Browse files

Switched to plain-text SVGs

parent da6f8cac
No related branches found
No related tags found
No related merge requests found
File moved
This diff is collapsed.
File moved
This diff is collapsed.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
\RequirePackage{amsfonts} \RequirePackage{amsfonts}
\RequirePackage{graphicx} \RequirePackage{graphicx}
\RequirePackage{times} \RequirePackage{times}
% 9:5 (approx), as in ppt template % 9:5 (approx), as in ppt template
\definecolor{UoEblue}{RGB}{0,50,95} \definecolor{UoEblue}{RGB}{0,50,95}
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
%\setbeamertemplate{items}[ball] %\setbeamertemplate{items}[ball]
\setbeamertemplate{navigation symbols}{} \setbeamertemplate{navigation symbols}{}
\pgfdeclareimage[width=14.69cm]{white-tied-in}{white-tied-in} \pgfdeclareimage[width=14.69cm]{white-tied-in}{Images/white-tied-in}
\pgfdeclareimage[width=4.65cm]{edinburgh-logo}{edinburgh-logo} \pgfdeclareimage[width=4.65cm]{edinburgh-logo}{Images/edinburgh-logo}
\pgfdeclareimage[width=1.25cm]{little=u}{edinburgh-logo} \pgfdeclareimage[width=1.25cm]{little=u}{Images/edinburgh-logo}
\setbeamerfont{alerted text}{series=\bfseries} \setbeamerfont{alerted text}{series=\bfseries}
\setbeamercolor{alerted text}{fg=\beamer@Usher@color!80!black} \setbeamercolor{alerted text}{fg=\beamer@Usher@color!80!black}
\setbeamercolor{title}{fg=black} \setbeamercolor{title}{fg=black}
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
\setbeamertemplate{title page} \setbeamertemplate{title page}
{ {
\begin{minipage}{.6\linewidth} \begin{minipage}{.6\linewidth}
\raggedright \raggedright
{\usebeamerfont{title}\textcolor{white}\inserttitle\par~} {\usebeamerfont{title}\textcolor{white}\inserttitle\par~}
\ifx\insertsubtitle\@empty\else% \ifx\insertsubtitle\@empty\else%
\\[1ex] \\[1ex]
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
\else% \else%
\begin{picture}(25.4,19.05)(0,0) \begin{picture}(25.4,19.05)(0,0)
\put(23.5, 0){\crule[\beamer@Usher@color]{1.75cm}{19.05cm}} \put(23.5, 0){\crule[\beamer@Usher@color]{1.75cm}{19.05cm}}
\put(23.65, 17.3){\includegraphics[width=1.45cm,height=1.45cm]{edinburgh-logo}} \put(23.65, 17.3){\includegraphics[width=1.45cm,height=1.45cm]{Images/edinburgh-logo}}
\end{picture} \end{picture}
\fi \fi
} }
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
%% set top margin for each frame %% set top margin for each frame
%\addtolength{\headsep}{1cm} %\addtolength{\headsep}{1cm}
%%% Local Variables: %%% Local Variables:
%%% mode: latex %%% mode: latex
%%% TeX-master: "sample" %%% TeX-master: "sample"
%%% End: %%% End:
File deleted
...@@ -42,11 +42,11 @@ ...@@ -42,11 +42,11 @@
\item Here's a figure: \item Here's a figure:
\begin{figure}[h] \begin{figure}[h]
\centering \centering
\colorbox{blue}{\includegraphics[width=.13\linewidth]{edinburgh-logo}} \colorbox{blue}{\includegraphics[width=.13\linewidth]{Images/edinburgh-logo}}
\caption{The University of Edinburgh's logo} \caption{The University of Edinburgh's logo}
\label{fig:edinburgh-logo} \label{fig:edinburgh-logo}
\end{figure} \end{figure}
\item \item
And here's a famous equation: And here's a famous equation:
\begin{eqnarray} \begin{eqnarray}
\label{eq:schroedinger} \label{eq:schroedinger}
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment