diff --git a/Template_Presentation.tex b/Template_Presentation.tex index 802fa88..5292897 100644 --- a/Template_Presentation.tex +++ b/Template_Presentation.tex @@ -1,4 +1,4 @@ -\documentclass[aspectratio=169]{beamer} +\documentclass[aspectratio=169, 17pt]{beamer} \usetheme{utokyo} \input{Packages.tex} diff --git a/beamerinnerthemeutokyo.sty b/beamerinnerthemeutokyo.sty index 4c7efac..fa94b3f 100644 --- a/beamerinnerthemeutokyo.sty +++ b/beamerinnerthemeutokyo.sty @@ -9,7 +9,7 @@ \useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight); \ifnum\insertframenumber>1\relax% \fill[white,opacity=1] (0,0) rectangle(\the\paperwidth,\the\paperheight); - \node [below left] at (\the\paperwidth, \the\paperheight - 4mm) + \node [below left] at (\the\paperwidth, \the\paperheight - 5mm) {\includesvg[height = 1.2 cm]{./images/UTokyo_Logo.svg}}; \node [above] at (0.7, 0) {\includesvg[height = 1.5 cm]{./images/clocktower.svg}}; @@ -18,13 +18,13 @@ \hspace{.05\paperwidth} { \ifx\SUBTITLE\@empty - \footnotesize\inserttitle~| \insertshortauthor~| \insertdate + \tiny\inserttitle~| \insertshortauthor~| \insertdate \else - \footnotesize\inserttitle~ -- \insertsubtitle~| \insertshortauthor~| \insertdate + \tiny\inserttitle~ -- \insertsubtitle~| \insertshortauthor~| \insertdate \fi }}; \node[above left] at (current bounding box.south east) { - {\huge\insertframenumber} + {\large\insertframenumber} }; \fill[color=utokyo-yellow] (0.5,1.7) rectangle(.9,\the\paperheight); \else @@ -34,30 +34,22 @@ \end{tikzpicture} } -%\setbeamertemplate{footline}{ -% \begin{tikzpicture} -% \useasboundingbox (0,0) rectangle(\th\paperwidth,.1*\the\paperheight); -% \ifnum\thpage>1\relax% -% \fi -% \end{tikzpicture} -%} - % Title page \defbeamertemplate*{title page}{utokyo}[1][] { \begin{center} - \Huge + \Large \textbf{\inserttitle}\\ \ifx\SUBTITLE\@empty \else - \huge + \large \insertsubtitle\\ \fi \ifx\TITLEIMAGE\@empty \else \TITLEIMAGE\\ \fi - \Large + \normalsize \insertauthor\\ \insertdate \end{center} diff --git a/beamerouterthemeutokyo.sty b/beamerouterthemeutokyo.sty index fdbd627..cffa5ab 100644 --- a/beamerouterthemeutokyo.sty +++ b/beamerouterthemeutokyo.sty @@ -3,19 +3,19 @@ % Frame title \defbeamertemplate*{frametitle}{texsx}[1][] { -\vskip0.7cm% +\vskip1cm% \begin{beamercolorbox}[wd=\paperwidth,ht=1cm]{frametitle} \begin{tikzpicture} \definecolor{utokyo-gray}{HTML}{231815}; \definecolor{utokyo-blue}{HTML}{187fc3}; \definecolor{utokyo-yellow}{HTML}{f9be00}; - \useasboundingbox[fill=utokyo-blue](0,0) rectangle(.675*\the\paperwidth, 1.2cm); + \useasboundingbox[fill=utokyo-blue](0,0) rectangle(.675*\the\paperwidth, 1.5cm); \ifx\insertframesubtitle\@empty% - {\node[anchor=west, white,font=\Large] at (1,0.61){\insertframetitle};} - \else% - {\node[anchor= west, white,font=\Large] at (1,0.9){\insertframetitle};% - \node[anchor= west, white,font=\normalsize] at (1,0.35){\insertframesubtitle};}% - \fi + {\node[anchor=west, white,font=\large] at (1,0.75){\insertframetitle};} + \else% + {\node[anchor= west, white,font=\large] at (1,1.05){\insertframetitle};% + \node[anchor= west, white,font=\normalsize] at (1,0.35){\insertframesubtitle};}% + \fi \end{tikzpicture} \end{beamercolorbox} } diff --git a/frames/ExampleFrame.tex b/frames/ExampleFrame.tex index a9a642d..1775efb 100644 --- a/frames/ExampleFrame.tex +++ b/frames/ExampleFrame.tex @@ -12,3 +12,17 @@ \item test \end{itemize} \end{frame} + +\begin{frame}[t] + \frametitle{example only title} + example text + \begin{itemize} + \item test + \item test + \begin{itemize} + \item test + \item test + \end{itemize} + \item test + \end{itemize} +\end{frame}