I am trying to change the beamer style beamerthemelined.
I like to have dots for the subsections that are next to another instead of the written subsection-words.
For this I commented in the file beamerthemelined.sty 3 lines:
Code: Select all
\setbeamertemplate{headline}[text line]
{%
\vbox{%
\vskip3pt%
\beamerline{\insertnavigation{\paperwidth}}%
\vskip1.5pt%
\insertvrule{0.4pt}{beamerstructure!50!averagebackgroundcolor}%
%\vskip1.5pt%
% \tinyline{\color{beamerstructure}\insertsubsection\hfill}
% \insertvrule{4pt}{beamerstructure!50!averagebackgroundcolor}%
}%
}

(Here there is a section "Test" with two subsections.)
Does anyone know, how I can arrange the dots/circs next to another?
Thank you very much for an answer!