Search found 6 matches

by tehingo
Wed May 04, 2011 9:50 am
Forum: General
Topic: Remove navigation bullets from beamer theme
Replies: 3
Views: 18682

Remove navigation bullets from beamer theme

I got a nice answer from Stefan on SE:

\setbeamertemplate{headline}
{%
\begin{beamercolorbox}[ht=3.5ex,dp=1.125ex,%
leftskip=.3cm,rightskip=.3cm plus1fil]{section in head/foot}
\usebeamerfont{section in head/foot}\usebeamercolor[fg]{section in head/foot}%
\insertsectionhead
\end ...
by tehingo
Tue May 03, 2011 9:30 pm
Forum: General
Topic: Remove navigation bullets from beamer theme
Replies: 3
Views: 18682

Re: Remove navigation bullets from beamer theme

Sorry, I should have known that the LaTeX community is small. The reason I did that is because I need an answer urgently, or otherwise work-around the problem in an ugly fashion (which would also not mean the end of the world for me).

In case of an answer I will make sure it will be posted to both ...
by tehingo
Tue May 03, 2011 9:21 pm
Forum: General
Topic: Remove navigation bullets from beamer theme
Replies: 3
Views: 18682

Remove navigation bullets from beamer theme

The navigation bullets that are displayed for some beamer themes by default are very neat for short presentations. For my long talk, however, they look out of place and there are just overwhelmingly many. Here is is a screenshot:
beamer-bullets.png
I would like to get rid of them and place a slide ...
by tehingo
Mon Apr 12, 2010 2:38 pm
Forum: Page Layout
Topic: Umlaute in hyperref
Replies: 1
Views: 3602

Umlaute in hyperref

Hey everbody,

I just encountered a very general error which I could not find on Google, so it might be helpful for a lot of people and I am glad to be able to post it here.

When I try to use Umlaute (Ä Ö Ü etc.) in the title of the hyperref package it does not work. I tried a workaround given in ...
by tehingo
Sun Nov 02, 2008 2:19 pm
Forum: General
Topic: Create own box environment
Replies: 5
Views: 20261

Re: Create own box environment

Thanks a lot for your help. This made my life much easier and my publication looking much better.

I will try to return the favour!
by tehingo
Tue Oct 28, 2008 1:55 pm
Forum: General
Topic: Create own box environment
Replies: 5
Views: 20261

Create own box environment

Hey guys,

my goal is to create simple new environment. The plan is, to have a box with a simple line frame around it. However, the following code does not work, since LaTeX gives me the following error when trying to compile it.

\newenvironment{exampleo}%
{%
\begin{framebox}
\textbf{\textsf ...