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}
|
\usetheme{utokyo}
|
||||||
|
|
||||||
\input{Packages.tex}
|
\input{Packages.tex}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
|
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
|
||||||
\ifnum\insertframenumber>1\relax%
|
\ifnum\insertframenumber>1\relax%
|
||||||
\fill[white,opacity=1] (0,0) rectangle(\the\paperwidth,\the\paperheight);
|
\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}};
|
{\includesvg[height = 1.2 cm]{./images/UTokyo_Logo.svg}};
|
||||||
\node [above] at (0.7, 0)
|
\node [above] at (0.7, 0)
|
||||||
{\includesvg[height = 1.5 cm]{./images/clocktower.svg}};
|
{\includesvg[height = 1.5 cm]{./images/clocktower.svg}};
|
||||||
@ -18,13 +18,13 @@
|
|||||||
\hspace{.05\paperwidth}
|
\hspace{.05\paperwidth}
|
||||||
{
|
{
|
||||||
\ifx\SUBTITLE\@empty
|
\ifx\SUBTITLE\@empty
|
||||||
\footnotesize\inserttitle~| \insertshortauthor~| \insertdate
|
\tiny\inserttitle~| \insertshortauthor~| \insertdate
|
||||||
\else
|
\else
|
||||||
\footnotesize\inserttitle~ -- \insertsubtitle~| \insertshortauthor~| \insertdate
|
\tiny\inserttitle~ -- \insertsubtitle~| \insertshortauthor~| \insertdate
|
||||||
\fi
|
\fi
|
||||||
}};
|
}};
|
||||||
\node[above left] at (current bounding box.south east) {
|
\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);
|
\fill[color=utokyo-yellow] (0.5,1.7) rectangle(.9,\the\paperheight);
|
||||||
\else
|
\else
|
||||||
@ -34,30 +34,22 @@
|
|||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
}
|
}
|
||||||
|
|
||||||
%\setbeamertemplate{footline}{
|
|
||||||
% \begin{tikzpicture}
|
|
||||||
% \useasboundingbox (0,0) rectangle(\th\paperwidth,.1*\the\paperheight);
|
|
||||||
% \ifnum\thpage>1\relax%
|
|
||||||
% \fi
|
|
||||||
% \end{tikzpicture}
|
|
||||||
%}
|
|
||||||
|
|
||||||
% Title page
|
% Title page
|
||||||
\defbeamertemplate*{title page}{utokyo}[1][]
|
\defbeamertemplate*{title page}{utokyo}[1][]
|
||||||
{
|
{
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\Huge
|
\Large
|
||||||
\textbf{\inserttitle}\\
|
\textbf{\inserttitle}\\
|
||||||
\ifx\SUBTITLE\@empty
|
\ifx\SUBTITLE\@empty
|
||||||
\else
|
\else
|
||||||
\huge
|
\large
|
||||||
\insertsubtitle\\
|
\insertsubtitle\\
|
||||||
\fi
|
\fi
|
||||||
\ifx\TITLEIMAGE\@empty
|
\ifx\TITLEIMAGE\@empty
|
||||||
\else
|
\else
|
||||||
\TITLEIMAGE\\
|
\TITLEIMAGE\\
|
||||||
\fi
|
\fi
|
||||||
\Large
|
\normalsize
|
||||||
\insertauthor\\
|
\insertauthor\\
|
||||||
\insertdate
|
\insertdate
|
||||||
\end{center}
|
\end{center}
|
||||||
|
@ -3,17 +3,17 @@
|
|||||||
% Frame title
|
% Frame title
|
||||||
\defbeamertemplate*{frametitle}{texsx}[1][]
|
\defbeamertemplate*{frametitle}{texsx}[1][]
|
||||||
{
|
{
|
||||||
\vskip0.7cm%
|
\vskip1cm%
|
||||||
\begin{beamercolorbox}[wd=\paperwidth,ht=1cm]{frametitle}
|
\begin{beamercolorbox}[wd=\paperwidth,ht=1cm]{frametitle}
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\definecolor{utokyo-gray}{HTML}{231815};
|
\definecolor{utokyo-gray}{HTML}{231815};
|
||||||
\definecolor{utokyo-blue}{HTML}{187fc3};
|
\definecolor{utokyo-blue}{HTML}{187fc3};
|
||||||
\definecolor{utokyo-yellow}{HTML}{f9be00};
|
\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%
|
\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%
|
\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};}%
|
\node[anchor= west, white,font=\normalsize] at (1,0.35){\insertframesubtitle};}%
|
||||||
\fi
|
\fi
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
|
@ -12,3 +12,17 @@
|
|||||||
\item test
|
\item test
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\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