Text Formatting ⇒ Text (or bullet points) vertical alignment
-
- Posts: 52
- Joined: Sat Jun 07, 2008 11:56 am
Text (or bullet points) vertical alignment
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
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
Text (or bullet points) vertical alignment
-
- Posts: 52
- Joined: Sat Jun 07, 2008 11:56 am
Text (or bullet points) vertical alignment
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}