increased the general font size
This commit is contained in:
parent
e82d0c6e39
commit
feb3af6484
@ -1,4 +1,4 @@
|
||||
\documentclass[aspectratio=169]{beamer}
|
||||
\documentclass[aspectratio=169, 17pt]{beamer}
|
||||
\usetheme{utokyo}
|
||||
|
||||
\input{Packages.tex}
|
||||
|
@ -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}
|
||||
|
@ -3,17 +3,17 @@
|
||||
% 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};}
|
||||
{\node[anchor=west, white,font=\large] at (1,0.75){\insertframetitle};}
|
||||
\else%
|
||||
{\node[anchor= west, white,font=\Large] at (1,0.9){\insertframetitle};%
|
||||
{\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}
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user