Document Classesbeamer | Subsection Dots next to each other

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
zimmerpflanze
Posts: 1
Joined: Tue Oct 04, 2011 10:53 am

beamer | Subsection Dots next to each other

Post by zimmerpflanze »

Hi,

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}%
  }%
}
Now, I get nice dots for the subsections, but they are arrange vertically and not next to another. It looks like this:

Image
(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!

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

Post Reply