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

Code, edit and compile here:
\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}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
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