Document Classesbeamer | Function of inner Theme

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
wcw
Posts: 20
Joined: Thu Mar 08, 2012 12:35 pm

beamer | Function of inner Theme

Post by wcw »

I do not quite understand the meaning of the \useinnertheme. I have tried several inner themes such as "rounded" and "circles". I could not tell the difference between them. Can someone tell me the difference?

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

beamer | Function of inner Theme

Post by localghost »

From Section 15.1 of the beamer user guide (p. 146, version 3.14).
[url=http://ctan.org/pkg/beamer]beamer[/url] User Guide wrote:Inner Themes: An inner theme specifies how certain elements of a presentation are typeset. This includes all elements that are at the “inside” of the frame, that is, that are not part of the headline, footline, or sidebars. This includes all enumerations, itemize environments, block environments, theorem environments, or the table of contents. For example, an inner theme might specify that in an enumeration the number should be typeset without a dot and that a small circle should be shown behind it. The inner theme would not specify what color should be used for the number or the circle (this is the job of the color theme) nor which font should be used (this is the job of the font theme).

Thorsten
wcw
Posts: 20
Joined: Thu Mar 08, 2012 12:35 pm

Re: beamer | Function of inner Theme

Post by wcw »

Thanks for your reply and that really makes sense.
Post Reply