We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I haven't been able to figure out how to remove the bullets at the top. Is that something that is possible to remove?
The text was updated successfully, but these errors were encountered:
I found a solution here.
Just insert the following code in beamerthemebjeldbak.sty:
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.
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}}
Sorry, something went wrong.
Would this be worth adding as a feature in the template? Seems like this is a common thing to do
No branches or pull requests
I haven't been able to figure out how to remove the bullets at the top. Is that something that is possible to remove?
The text was updated successfully, but these errors were encountered: