Text Formattingchange Itemize level in Beamer (beamerposter)

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Adrien
Posts: 5
Joined: Wed Jun 23, 2010 8:59 pm

change Itemize level in Beamer (beamerposter)

Post by Adrien »

Hi all,

I use beamerposter and have different configuration for itemize level :

Code: Select all

\setbeamerfont{itemize/enumerate body}{}
\setbeamerfont{itemize/enumerate subbody}{size=\small}
But when I do :

Code: Select all

\begin{description}
  \item[Word] blabla
  \begin{itemize}
     \item I want a subitem feature here
  \end{itemize}
\end{description}
I have a "body" behavior and not a "subbody" behavior.
Do you know how I can force this behaviour ?

Thanks.
--
Adrien

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post Reply