\documentclass[unicode,12pt]{beamer}
\usetheme{metropolis}
\usepackage{luatexja}
\usepackage[ipaex]{luatexja-preset}
\renewcommand{\kanjifamilydefault}{\gtdefault}
\usepackage{bxwareki}
\title{Beamerの最小構成}
\author{いのは}
\institute{さつまいも大学}
\date{\warekicustomdate{}}
\begin{document}
\frame{\titlepage}
\section{はじめに}
\begin{frame}{ごあいさつ}
Hello, Beamer!
\end{frame}
\end{document}
※ LaTeXエンジンには LuaLaTeX を使用しています。
※ 3ページまであります。
☆Tips
bxwarekiパッケージでdateコマンドを \warekicustomdate{} に指定すると、
20YY年MM月DD日のような書式で今日の日付が表示される。