Presentations and PostersHow to get subsubsections titles at the header box

Beamer, Powerdot and KOMA-Script presentations, Conference posters (a0poster, baposter, tikzposter)
Post Reply
NELLLY
Posts: 113
Joined: Thu Nov 26, 2009 2:21 am

How to get subsubsections titles at the header box

Post by NELLLY »

Hello,
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}


Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: How to get subsubsections titles at the header box

Post by Stefan Kottwitz »

Hi,

in a presentations, sections are ok, subsections maybe too, but subsubsections...? Do you make a 2 hours presentation that folks may follow?

I would not use sectioning in such a depth. And navigation may be not so important, especially in headers and footers. In my presentations, I don't waste precious screen space for navigation or various sectioning entries. The audience doesn't need sectioning things. I use all space for the content. A presentation is linear anyway, so I just press keys to move forward or sometimes backwards.

Stefan
LaTeX.org admin
Post Reply