M .task/backlog.data M .task/completed.data M .task/pending.data M .task/undo.data A PLAN_OF_STUDY_111225.pdf R Writing/202510270-Emerson-Pres/SaboOneSlide.pdf -> Presentations/202510270-Emerson-Pres/SaboOneSlide.pdf R Writing/202510270-Emerson-Pres/beamerthemedane.sty -> Presentations/202510270-Emerson-Pres/beamerthemedane.sty R Writing/202510270-Emerson-Pres/beamerthemedane_native.sty -> Presentations/202510270-Emerson-Pres/beamerthemedane_native.sty
44 lines
1.5 KiB
TeX
44 lines
1.5 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% INNER THEME - The meat and potatoes of your slides
|
|
% Defines: title page, blocks, itemized lists
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\mode<presentation>
|
|
|
|
%%%% TEXT THINGS
|
|
%Itemized Lists / Enumerated Lists
|
|
\setbeamertemplate{items}[square]
|
|
|
|
%Blocks
|
|
\setbeamertemplate{blocks}[shadow=true]
|
|
|
|
%%%% TITLE PAGE
|
|
\defbeamertemplate*{title page}{dane}[1][]{
|
|
\begin{beamercolorbox}[wd = \paperwidth, ht = \paperheight]{title page}
|
|
\begin{tikzpicture}
|
|
\useasboundingbox (0,0) rectangle(\paperwidth,\paperheight);
|
|
|
|
%title
|
|
\node(title)[anchor = north west] at (0,11.75) {\parbox[t]{16cm}{\raggedright\LARGE\textbf\inserttitle}};
|
|
|
|
%Title Image
|
|
\node(title_image)[anchor = center] at (11,5) {\includegraphics[width = 8cm]{images/title.png}};
|
|
|
|
%Author Block
|
|
\node(author)[anchor = west] at (0,6) {\parbox[c]{5cm}{\raggedright\insertauthor}};
|
|
|
|
\node(institute)[anchor = north, below = 0.1cm of author] {\parbox[c]{5cm}{\raggedright\small\insertinstitute}};
|
|
|
|
\node(date)[anchor = north, below = 0.25cm of institute] {\parbox[c]{5cm}{\raggedright\small\insertdate}};
|
|
|
|
%logo
|
|
\node(logo)[anchor = south west] at (0,.75) {\includegraphics[width = 3cm]{images/logo.png}};
|
|
|
|
%Surrounding Structure
|
|
\fill[secondary] (0,0) rectangle(\paperwidth, 0.5);
|
|
\end{tikzpicture}
|
|
\end{beamercolorbox}
|
|
}
|
|
|
|
\mode<all>
|