Hello,
I'm making a BeamerPoster and, for some reason, the itemize markers (bullet points) are too low compared to the text. The bullets rest on the baseline of the text, but I want them central with respect to the text. How can I achieve this?
Thanks,
Richard
Text Formatting ⇒ Text (or bullet points) vertical alignment
-
- Posts: 52
- Joined: Sat Jun 07, 2008 11:56 am
NEW: TikZ book now 40% off at Amazon.com for a short time.

Text (or bullet points) vertical alignment
Please provide a minimal working example allowing us to reproduce the undesired behaviour mentioned.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
-
- Posts: 52
- Joined: Sat Jun 07, 2008 11:56 am
Text (or bullet points) vertical alignment
I'm afraid the only example I could give would be the entire sty file, as I did not write it myself.
Anyway, turns out there's a new version of the sty file, and this bit of code seems to do what I'm after:
Thanks anyway!
Anyway, turns out there's a new version of the sty file, and this bit of code seems to do what I'm after:
Code: Select all
\setbeamertemplate{itemize item}{\raisebox{0.22ex}{$\bullet$}\hskip0.1em}
\setbeamertemplate{itemize subitem}{\raisebox{0.12ex}{$-$}\hskip0.1em}