Tagged Questions
2
votes
0answers
39 views
How to adjust the Beamer default font size more finely?
I can adjust the default font size for a Beamer presentation using any of these options:
\documentclass[pdf,12pt]{beamer} % very small
\documentclass[pdf,14pt]{beamer} % small
...
0
votes
1answer
98 views
page size and font size in latex beamer
I need to add page size as "Letter Paper: 8-1/2X11" and font size 24 pt?following code not worked..What is a solution for this two changes?
\documentclass[24pt]{beamer}
2
votes
1answer
133 views
\beamergotobutton size
How do I change the default size of the button?
Right now I have a frame looking like this:
\documentclass[T]{beamer}
\definecolor{links}{HTML}{2A1B81}
...
1
vote
1answer
92 views
Freeing space by Formating the size of citations on slides in Beamer using Biblatex
I want to change the size of my citations on the slides. My relevant preamble:
\usepackage[style=apa,sorting=nyt,backend=biber]{biblatex}
\DeclareLanguageMapping{ngerman}{ngerman-apa}
...
4
votes
1answer
86 views
Placing text at random positions on the screen in beamer
I am creating a presentation and for the Q&A session slide, I want to show question marks (?) in various colors and sizes in random locations on the screen.
Is this possible in beamer?
2
votes
0answers
26 views
Smaller font sizes in second level of itemize/enumerate in beamer [duplicate]
Possible Duplicate:
Sub-enumeration with the same font size in beamer
In the second level of enumeration or items in beamer, the fonts are automatically made smaller in size. Please see ...
2
votes
1answer
190 views
Warnings with beamer class and itemize
I'm getting the following annoying warnings:
LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <4> not available
(Font) size <5> substituted on input line 16.
...
LaTeX ...
3
votes
1answer
2k views
Change the \frametitle font size; height also affected?
I want to change only the \frametitle font size. Changing this, is the height of the frame title going to decrease also? Because I want that.
I'm using the Warsaw theme.
5
votes
1answer
187 views
Beamer and description environment text size
Is it possible to define a the description environment size like it its possible with itemize and enumerate?
\setbeamerfont{itemize/enumerate body}{size=\small}
\setbeamerfont{itemize/enumerate ...
4
votes
2answers
519 views
Equal font sizes in equation while using Beamer
This is a follow-up question to Equations, change the font size
I was trying to have equal font sizes in equations like the ones in the above link. Using \DeclareMathSizes{display size}{text ...
2
votes
1answer
476 views
Beamer : Changing font size in notes when using \setbeameroption{show notes on second screen}
I'm using Beamer with \setbeameroption{show notes on second screen} to add notes for each slide. I'd like to change the font size of the text in the notes so I can fit more text on the page.
Clues?
5
votes
1answer
923 views
Beamer: Changing the font size of the references using the shrink argument causes an error
I'm trying to change the font size of the references using the shrink of the frame argument.
However, if I run this code:
\documentclass{beamer}
\usepackage[american]{babel}
...
2
votes
1answer
5k views
How to set a small default font size with beamer?
I use beamer class with newcent package for the font. I set
\documentclass[8pt]{beamer}
at the top of my tex file. But I think the font is still too large.
In my beamer theme, I tried to set :
...
6
votes
1answer
1k views
Beamer \institute text size change to small
I am using beamer with the \institute command.
I have several institutes and just want to change the font size of the institutes and not the whole document. I would like the institutes to be much ...
4
votes
2answers
2k views
Beamerposter scale parameter, text font size and title font size
I want to create a poster with beamerposter with pagesize 240cm (width) x 120cm (height) with two columns.
Will the following line of code produce what I need?
...
3
votes
1answer
7k views
Beamer: change size of figure caption
I am creating a beamer presentation and I would like to change the size of the caption under the figures. I am using the Madrid theme.
I tried the obvious way:
\caption{\scriptsize{Text of the ...
1
vote
1answer
1k views
Problems with setbeamerfont
I'm trying to change the size of fonts in the title of my beamer blocks but am getting nowhere.
Here is a link to a ZIP file containing what you should need to see⦠Too much code to post here. The ...
2
votes
2answers
457 views
Beamer, fix-cm math mode, - no asterisk?
I'm using beamer to make a presentation. In order to fit a large table onto a slide, I'm using fix-cm and \fontsize to customize the font size and spacing. The table is produced by estout, which ...
9
votes
2answers
1k views
Sub-enumeration with the same font size in beamer
I have a beamer slide with a several recursive sub-enumerations, e.g.:
\begin{enumerate}
\item Do A
\begin{enumerate}
\item Have B
\item Load C
\item Backup D
...
9
votes
2answers
5k views
Resize/Scale equation in Beamer
I have a slide in my beamer presentation that looks like:
\documentclass{beamer}
\usepackage{graphicx}
\begin{document}
\begin{frame}
\begin{columns}
\column{0.6\textwidth}
...
8
votes
4answers
2k views
When I use [shrink], I lose vertical centering. How do I get my stuff shrunk and centered?
I am creating a beamer slide with a table on it. This table is too big with the normal font size, so I am using the shrink command to try to make it smaller.
shrink is working, however it is ...
3
votes
2answers
2k views
How to reduce font size of TOC on lyx beamer
I am using a LyX beamer template which can be downloaded from this link.
I'm having trouble with a large TOC, which can't fit on one page. How can I reduce the font size of TOC, so that it can be fit ...
15
votes
1answer
17k views
Changing font size of selected slides in beamer
I am preparing a presentation and I have some slides with up to 15 equations. How can I make the font size of these slides smaller? I need to change the font size to 6.
8
votes
1answer
1k views
Subsection size in header doesn't change header height
I want to change the font size of section and subsection titles in the header. It works fine for the section title, the header automatically increases its height (as stated in the beamer manual) but ...
3
votes
2answers
1k views
font size of \footcite of biblatex in beamer
I have unsuccessfully tried to control the font size of \footcite with \renewcommand{\bibfont}{\tiny}? Is there any other way?
3
votes
2answers
3k views
Beamer Font Size for Footer
How can I change the font size of the footer in Beamer without modifying the font of the title (on the title page)? Also, when I try to change the title's font with \title{\fontsize{20}{25} My Title} ...
4
votes
2answers
4k views
Reduce pseudocode font size (not global)
In this example I would like to reduce the pseudocode font size, but only for this slide while keeping the others in the default font size. How can I do that?
5
votes
2answers
2k views
How to get larger item symbols for some lists in a Beamer presentation?
I am writing a Beamer presentation that mixes normal-size font for some slides, and large-size font for other slides. When I use the itemize environment with a large font, the item symbol (a small ...
6
votes
1answer
4k views
How do I change \footnote font size in beamer presentation?
I tried all methods from this question: How to change font family in footnote?
and none of them work for me...
10
votes
1answer
5k views
Automatically resize lstlisting fontsize in a beamer slide
I have frames of the following format (code followed by an itemize):
\begin{frame}[fragile]
\frametitle{Blah}
\begin{lstlisting}
Five to seven lines of code here...
\end{lstlisting}
...
3
votes
2answers
2k views
Line spacing with mixed font sizes in itemize environment
I'd like to mix in footnote-sized text with normal-sized text in beamer. The problem is that when I use \footnotesize the line spacing still corresponds to \normalsize spacing. Here's a minimal sample ...
