latexpdflatexbeamer

How to get rid of the headline in beamer


How to remove the navigation of sections and subsections on the top of each slide generated from a beamer latex file?

By the way, in my preamble, I wrote:

\setbeamertemplate{navigation symbols}{}
\usepackage{beamerthemeshadow}

Solution

  • I don't know whether this is what you want, but if you are talking about the navigation bar which has the symbols you can click on, this is the way to go:

    \beamertemplatenavigationsymbolsempty
    

    Funny, that is the second time you ask this....

    By the way, you might want to check this for a question/answer website focusing on LaTeX.