1
vote
2answers
78 views

How to center text horizontally within beamer column?

I've got a frame in beamer with two columns. Each column contains a figure that contains an image. I'd like to put some text below each figure. I'd like the text to be centred within each column. ...
3
votes
1answer
121 views

Why does \centering have no effect in my code?

It seems that when I use the \centering command to center a TikZ picture within a Beamer frame, it only works if there is a blank line between the \end{tikzpicture} and \end{frame}. Can someone ...
3
votes
1answer
187 views

Beamer: Transparent AND centered background image on intro slide

I know this is similar to other questions. Other answers address either (1) adding a transparent image or (2) centering an image but I cannot find an answer with both. With previous answers I can ...
4
votes
1answer
90 views

Beamer: combining footnote in one column with figure in the other one

I'd like to put a figure next to a list which contains a footnote. Without the footnote everything works fine. But when I add the footnote, the figure gets shifted to the right and partly appears to ...
2
votes
1answer
82 views

Using ERT in LyX [duplicate]

Using LyX to create a Beamer presentation I used the TeX button to insert some ERT: \begin{table}\caption{Regression table\label{tab1}} \begin{center} \begin{tabular}{l r l r l r l} \hline & ...
5
votes
1answer
128 views

right description list LaTeX beamer

How to do right align a description list using beamer? Name | Joel Spolsky Address | Some address Using the enumitem package as suggested in Description list with right alignment of ...
3
votes
1answer
279 views

Alignment near left margin in beamer

I'm trying to get beamer to have the same left margin for itemize environments and normal text (and for the symbols in the itemize environment to be aligned with the slide title). That is, I want a ...
0
votes
0answers
114 views

alignment inside a block (Beamer) [closed]

I need to align some definitions in a block. I tried with a tabular environment but I get an error. \documentclass{beamer} \begin{document} \begin{frame} \begin{block}{title of the block} ...
4
votes
2answers
165 views

How and when does hyphenation in beamer slides work?

I don't understand how beamer handles hyphenation. Consider the following example: \documentclass{beamer} \begin{document} \begin{frame} \frametitle{Without hyphenation} Latex is the stable ...
3
votes
1answer
180 views

Automatic horizontal centering of beamer frame content

I would like to set some global option so that the content of all beamer frames is horizontally centered with respect to the page. In other words, I want to achieve the effect of wrapping all frame ...
16
votes
1answer
438 views

How to line up blocks in columns with full width blocks in beamer/beamerposter?

This input to pdflatex (whatever version of texlive is on Debian/squeeze) \documentclass{beamer} \usepackage[orientation=portrait,size=a3,scale=0.9]{beamerposter} \usepackage{lipsum} ...
2
votes
1answer
254 views

Align Text in Navigation

I have a beamer template with following code: \begin{beamercolorbox}[wd=.24\paperwidth,ht=\@tempdimb]{section in head/foot}% \vbox ...
7
votes
3answers
4k views

How to center blocks and columns in beamer

On a slide with two blocks aligned using columns, the spacing on the left and the right is not equal, ie the pair of columns in not centered on the page as in this example. I've tried enclosing the ...
3
votes
1answer
364 views

Problem with alignment in listings

I have a follow up question to this post I am using listings in beamer. The content in listings is being pushed further left than the other contents on my slides. I am using the code below to correct ...
1
vote
0answers
356 views

Unexpected text alignment in beamer with wrapfig [closed]

I'm trying to write a poster using beamerposter package. I'm getting a strange behaviour of text alignment when using wrapfig. I attached the result and i encircled the strange behaviour. On the left ...
3
votes
1answer
1k views

Flush to the left align environment in beamer

I would like to use the align environment within my beamer presentation, and have this flushed to the left. However, this should only be done on one frame, on the other frames I would like to keep the ...
5
votes
1answer
3k views

text justify in beamer

I like to justify the texts inside the block using beamer. I cant do that in presentation. Can any one please help me?
7
votes
2answers
807 views

Framezoom artifact when image is centered

When using the framezoom command, while centering the image;\ \documentclass{beamer} \mode<presentation>{\usetheme{Warsaw}} \begin{document} \begin{frame} \begin{center} ...
3
votes
1answer
348 views

Align cell height of the tabularx rows

The following latex code prints rows one at a time. However all the cells of the rows don't come out aligned. How can I fix it. \documentclass{beamer} \usepackage{tabularx} \begin{document} ...
4
votes
1answer
2k views

Beamer: How text wrapping around a graphic right aligned?

I want to include a graphic in beamer presentation with right alignment and this graphic should be wrapping by text. I tried three packages but non of them works correct (minimal example below). ...
4
votes
4answers
7k views

How do I align an image to centre?

How do I align an image to centre? In a beamer presentation I have a 2-3 items on a slide followed by an image. The image is not wide enough to cover whole slide, so it leaves around 30% space from ...
8
votes
2answers
2k views

Justify text inside itemize environment with beamer class

I would like to justify text inside an itemize environment with the beamer class. Text appears to be justified by default with the article class, but not with the beamer class. The following code ...
2
votes
0answers
423 views

Positioning table of contents [closed]

The below command works in .tex file to move the position of table of contents. \frame { \frametitle{Outline} \hfill \parbox{.73\textwidth}{ \tableofcontents } } But I want to do the ...
2
votes
2answers
628 views

Left-aligning Beamer titles with text

How can I set things up so that my \frametitle has the same indentation as the main body of text in my slide?
8
votes
1answer
1k views

Centered frame title in beamer

How to set up beamer in a document so that frame titles are centered? Most of the themes seem to use left aligned frame titles.
1
vote
0answers
294 views

Modify the contents in a single slide in beamer class [closed]

I have an outline frame with a sidebar (which is a background canvas). Only for this slide I want to move the contents to right side. For example the current Outline page is as follows: - Section ...
1
vote
0answers
105 views

Put a logo into frametitle [duplicate]

Possible Duplicate: Positioning logo in the front page as well as slides Preparing a presentation with the beamer class, I want to put a logo into the \frametitle of each slide. I tried ...
4
votes
2answers
3k views

Text alignment in beamer

I make a presentation using LaTeX. But I have a slide with picture and text and I want a text to be aligned to the right. How to do this? \documentclass{beamer} \begin{document} \begin{frame} ...
4
votes
1answer
2k views

Changing the title height in a beamer

How can I change the height of the title in the beamer? Height of the title block is big and I want to make it smaller and similarly the width of the left block is big and I want to make it smaller ...
5
votes
2answers
8k views

Shifting Figure to the Left in Beamer

I have a figure in a .pdf file that I'd like to shift to the left a little bit in how it appears in the slide. How may I do this? \frame { \frametitle{Slide Title} \vspace{-0.75cm} ...
4
votes
1answer
706 views

Make ToC in the center and left aligned in beamer

Using the following code I could put the ToC lines in the center in beamer: \begin{frame} \begin{center} \tableofcontents \end{center} \end{frame} But how to make these ToC lines left aligned ...
4
votes
1answer
770 views

Center aligning a shrunk frame in beamer

I have a beamer related question. I am using [shrink=50] command to shrink a frame. I want the shrunk frame to be center aligned but by default it is aligned left of the slide. How do I do this? ...
7
votes
1answer
3k views

Beamer background image centered

I'm trying to use an image as a background for Beamer presentation according to this post. However, I do not want the image spanning the entire background. Thus, I'm doing something like: ...
4
votes
3answers
707 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 ...
3
votes
1answer
5k views

Centering images and overprint in Beamer

I'm trying to create a beamer presentation with several images replacing each other on consecutive slides. I've gotten it to work with overprint and \onslide, but cannot get the images centered on the ...
6
votes
2answers
7k views

How to align image

If i have in my beamer presentation some list of items and on that slide i wanna add a picture, which i want to be aligned e.g. to right top corner. \begin{frame}[fragile]{III. Override pages} ...
7
votes
3answers
8k views

How to Center a BeamerColorBox

The question is, how to horizontally center a beamercolorbox on the page? I put it in the center environment, but that doesn't work. \setbeamercolor{bgcolor}{fg=black,bg=blue} \begin{center} ...
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. ...
5
votes
2answers
2k views

Two images aligned to the center of the page

I need to add two logos on the first slide. The problem is that these logos have very different dimensions. So I have decided to align to the centre of the page. The slide should look like this: | ...