Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bullets at top #3

Open
twistxj opened this issue Feb 9, 2022 · 2 comments
Open

Bullets at top #3

twistxj opened this issue Feb 9, 2022 · 2 comments

Comments

@twistxj
Copy link

twistxj commented Feb 9, 2022

I haven't been able to figure out how to remove the bullets at the top. Is that something that is possible to remove?

@silveira7
Copy link

silveira7 commented Mar 4, 2022

I found a solution here.

Just insert the following code in beamerthemebjeldbak.sty:

\setbeamertemplate{headline}{%
	\begin{beamercolorbox}[colsep=1.5pt]{upper separation line head}
	\end{beamercolorbox}
	\begin{beamercolorbox}{section in head/foot}
		\vskip2pt\insertsectionnavigationhorizontal{\paperwidth}{}{}\vskip1pt
	\end{beamercolorbox}%
	\begin{beamercolorbox}[colsep=1.5pt]{lower separation line head}
	\end{beamercolorbox}
}

You can customize the headline as you want using setbeamertemplate.

I got a result more similar to the images in the README slightly increasing the size of the head font:

\setbeamerfont{section in head/foot}{shape=\scshape,size=\fontsize{8pt}{8pt}}

@martinbjeldbak
Copy link
Owner

Would this be worth adding as a feature in the template? Seems like this is a common thing to do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants