which commands should I add to get the subsubsetcions titles in the header box of the beamerpresentation?
Code: Select all
\documentclass[xcolor={dvipsnames}]{beamer}
\usepackage[utf8]{inputenc}
\usepackage{marvosym} %
\usepackage{hyperref} %
\usepackage{transparent} %
\usepackage{ragged2e, siunitx, xcolor}
\usepackage{adjustbox, amsmath,booktabs,multicol}
\usepackage{tabularx,graphicx,rotating,subfigure,multirow,colortbl,hhline}
\newcommand{\Min}{\operatornamewithlimits{Min}}
\let\olditem\item
\renewcommand\item{\olditem\justifying}
\usepackage[english]{babel}
\usetheme{Warsaw}
\setbeamertemplate{caption}[numbered]
\hyphenpenalty 10000
\justifying
\setbeamertemplate{footline}[frame number]
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\section{AAAAA}
\subsection{BBBBBB}
\subsubsection{ccccccc}
\begin{frame}
\end{frame}
\end{document}