I'm making a presentation in Warsaw theme of Beamer with headline structure as follows:
\setbeamertemplate{headline}{%
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex]{palette quaternary}%
\insertsectionnavigationhorizontal{\paperwidth}{}{\hskip0pt plus1filll}
\end{beamercolorbox}%
}
}
How to display only three sections or like so, previous-current-after sections, with highlighting current section ? As I've a large number of sections ~10, all of them can not be displayed in headline. Please suggest.

sidebartheme? – Ignasi Apr 28 '15 at 12:14\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – samcarter_is_at_topanswers.xyz Apr 28 '15 at 17:16\institute[]{nam3}
\date{\today}
\begin{document} \begin{frame} \titlepage \end{frame} \begin{frame} \frametitle{Outline} \tableofcontents \end{frame} \end{document} – shreekant Apr 29 '15 at 14:52
\end{frame} Then you can see, these generate bands at top of each slide. So I added commands (what mentioned in my question) in preamble to generate a line instead of band. Hope this information is adequate. Sorry again for inconvenience. – shreekant Apr 29 '15 at 15:03