initial commit
This commit is contained in:
commit
f7788809a3
6 changed files with 478 additions and 0 deletions
129
kfubeamer.tex
Normal file
129
kfubeamer.tex
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
\documentclass[leqno]{beamer}
|
||||
% KFU theme: font=fira (default), noto, myriad (requires separate install)
|
||||
\usetheme[font=fira]{kfu}
|
||||
|
||||
\usepackage[centercolon]{mathtools}
|
||||
\mathtoolsset{showonlyrefs,showmanualtags}
|
||||
|
||||
\renewcommand{\phi}{\varphi}
|
||||
\newcommand{\eps}{\varepsilon}
|
||||
\newcommand{\N}{\mathbb{N}}
|
||||
\newcommand{\R}{\mathbb{R}}
|
||||
\newcommand{\1}{\mathbb{1}}
|
||||
\newcommand{\calF}{\mathcal{F}}
|
||||
\newcommand{\calG}{\mathcal{G}}
|
||||
\newcommand{\calI}{\mathcal{I}}
|
||||
\newcommand{\calJ}{\mathcal{J}}
|
||||
\newcommand{\calA}{\mathcal{A}}
|
||||
\newcommand{\calC}{\mathcal{C}}
|
||||
\newcommand{\calS}{\mathcal{S}}
|
||||
\newcommand{\scalprod}[1]{\langle #1 \rangle}
|
||||
\newcommand{\norm}[1]{\| #1 \|}
|
||||
\newcommand{\set}[2]{\left\{#1:#2\right\}}
|
||||
\DeclareMathOperator{\sign}{\mathsf{sign}}
|
||||
\DeclareMathOperator{\dom}{\mathsf{dom}}
|
||||
\DeclareMathOperator{\ran}{\mathsf{ran}}
|
||||
\newcommand{\half}{\frac{1}{2}}
|
||||
\renewcommand{\phi}{\varphi}
|
||||
\DeclareMathOperator{\Id}{\mathsf{Id}}
|
||||
\newcommand{\prox}{\mathsf{prox}}
|
||||
\newcommand{\proj}{\mathsf{proj}}
|
||||
\newcommand{\supp}{\mathsf{supp}}
|
||||
|
||||
%======================================================================
|
||||
|
||||
\title{On an interesting equation}
|
||||
|
||||
\subtitle{A nice talk for a nice audience}
|
||||
|
||||
\author{%
|
||||
\textbf{Christian Clason}\inst{1}
|
||||
\and
|
||||
Someone Else\inst{2}
|
||||
}
|
||||
|
||||
\institute{%
|
||||
\inst{1}Institute of Mathematics and Scientific Computing, University of Graz\\
|
||||
\inst{2}Faculty of Mathematics, University of Somewhere Else
|
||||
}
|
||||
|
||||
\date{%
|
||||
\structure{24th Interesting Conference 2021}\\
|
||||
ZOOM, The Cloud, April 1, 2021
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
%======================================================================
|
||||
|
||||
\frame[plain]{\titlepage}
|
||||
|
||||
\begin{frame}[plain]{Acknowledgments}
|
||||
|
||||
Your logo here!
|
||||
|
||||
\end{frame}
|
||||
|
||||
\section{Overview}
|
||||
|
||||
\begin{frame}[t]{Motivation}
|
||||
|
||||
\vfill
|
||||
\begin{bleq}
|
||||
1+1 = 2
|
||||
\end{bleq}
|
||||
|
||||
\medskip
|
||||
|
||||
\textbf{Standard questions:}
|
||||
\begin{enumerate}
|
||||
\item does this \structure{make sense} \\
|
||||
$\leadsto$ philosophy of mathematics
|
||||
\item is it \structure{correct} \\
|
||||
$\leadsto$ logic
|
||||
\item does it \structure{hold for other numbers} \\
|
||||
$\leadsto$ algebra
|
||||
\end{enumerate}
|
||||
|
||||
\textbf{Current research:}
|
||||
|
||||
\begin{itemize}
|
||||
\item $1$ \structure{unnatural number}
|
||||
\item $=$ \structure{inexact}
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\frame[plain]{\tableofcontents}
|
||||
|
||||
\section{Philosophy}
|
||||
\section{Logic}
|
||||
\section{Algebra}
|
||||
\section{Conclusion}
|
||||
\frame[plain]{\tableofcontents[currentsection]}
|
||||
|
||||
\begin{frame}{Conclusion}
|
||||
|
||||
\textbf{The equation}
|
||||
\begin{itemize}
|
||||
\item \structure{makes sense}
|
||||
\item is \structure{correct}
|
||||
\item holds \structure{for unnatural numbers}
|
||||
\end{itemize}
|
||||
|
||||
\bigskip
|
||||
|
||||
\textbf{Outlook:}
|
||||
\smallskip
|
||||
\begin{itemize}
|
||||
\item extension to \structure{surreal numbers}
|
||||
\smallskip
|
||||
\item \structure{numerical evaluation}
|
||||
\end{itemize}
|
||||
|
||||
\vfill
|
||||
\structure{Preprint, codes:} \\
|
||||
{\small \url{https://mathematik.uni-graz.at}}
|
||||
|
||||
\end{frame}
|
||||
\end{document}
|
||||
%=====================================================================
|
||||
Loading…
Add table
Add a link
Reference in a new issue