3
votes
1answer
53 views

Beamer - mystery indent

I've got the following frame: \begin{frame} \frametitle{TP-Basis} Ausgangspunkt: \begin{align*} s(x) = \begin{cases} a+bx & x \leq k \\ c+dx & x > k \end{cases} \end{align*} ...
2
votes
1answer
76 views

Correct indented sections in Beamer's TOC

Following Indent subsections in Beamer's TOC and The LaTeX Beamer Class / Bugtracker / indentation in table of contents - ID: 2882539 I want to correct the behavior that if a section-title exceeds the ...
5
votes
2answers
235 views

Variable itemize indentation on Beamer slides

I'm not sure if what I want is possible at all, but asking doesn't hurt... I've adjusted the itemize environment so that the item text is aligned with the text outside the environment. This might ...
2
votes
1answer
178 views

Indent subsections in Beamer's TOC

Following Beamer: increase radius of circle in TOC and include subsection bullet I set the 'subsection in toc' of Beamer by: \setbeamertemplate{subsection in toc} ...
4
votes
1answer
176 views

more margin before block

I have the following: \documentclass{beamer} \usepackage{graphicx} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage[english]{babel} \usepackage{xcolor} %\usepackage{colordef} ...
3
votes
1answer
91 views

Setting edges in proof environment

I would need to move the itemize environment used in the proof environment more to the left side of every slide. I used \setbeamersize{text margin left=15pt,text margin right=20pt} for moving the ...
2
votes
1answer
105 views

Equation labels in the block environment of beamer class are too close to the right boder

I am using bearmer to write a poster. In the block environment, I have same labeled equations. The problem is the labels are too close to the block border. Is it possible to move the label a little ...
3
votes
2answers
214 views

Increasing indentation in an enumerate

I have a slide with an enumerate that's partially in the main slide and partially in a column on the same slide. Here's a minimal example to show my intention: \documentclass{beamer} \begin{document} ...
3
votes
1answer
1k views

How to indent a block in beamer?

I am creating a presentation using Beamer with the Hannover template. Here is one slide from the presentation: \begin{frame} \frametitle{Vision(Image Acquisition \footnotesize contd.. \large)} ...
7
votes
1answer
2k views

Left-aligning all text in itemized list (beamer)

I'm trying to make an itemized list in beamer (using the beamerposter package). By default, the text of first-level bullet points is left-aligned at the same point as non-list text, and the bullet ...
4
votes
1answer
654 views

How to indent long frametitle (beamer)?

I have (sub)section numbers in the \frametitle, and I want an indentation if the frame title is too long to fit in one line (similar to default LaTeX behavior). I fiddeled around with adding ...
5
votes
2answers
737 views

Same indentation of itemize and itemize in columns

How can I get the indentation to be the same for normal itemize and itemize in columns? Like in the example code below, the itemize in a column is less indented. \documentclass{beamer} ...
3
votes
1answer
194 views

Add some words before counters of enumerate environment in beamer

I want to change the default style of enumerate from item1 item2 to  Stage 1. item1  Stage 2. item2 So I use \setbeamertemplate{enumerate item}{Stage \arabic{enumi}.} \begin{enumerate} \item ...
1
vote
1answer
634 views

Beamer and indentation with alltt

The following beamer code \begin{frame}[fragile] \frametitle{PROC TEMPLATE for a fancy graph (part 2)} \begin{alltt} rowaxes; rowaxis /label = 'Infant Mortality (\%)' ...
4
votes
3answers
705 views

Tabs in a Beamer Presentation

I am putting together a beamer presentation with some programming code. However, the verbatim package by default places the code on the left most fringe of the slide. I want the slide to be a little ...
8
votes
2answers
7k views

Changing default width of blocks in beamer

I use a custom Beamer theme for my presentations. In my presentations I'd like to use blocks (\begin{block}…\end{block}). These blocks are rendered slightly too wide to fit into my theme. Is there a ...
17
votes
1answer
7k views

Changing left margin in itemize environment of beamer class

I can't figure out how to line up the symbols of an itemize environment in beamer with the left part of the main text. In other words, I would like to supress the left margin in beamer itemize lists. ...