3
votes
1answer
127 views

lrbox with border in beamer

Can I have border around a \lrbox in beamer? I have a minipage inside the lrbox. I know I can use \fbox. Update Sorry for the confusion. I need a border around the block of data, it is inside a ...
2
votes
1answer
142 views

hbox out of margin, beamer

I wanna put a round image in a presentation il LaTeX out from the margin. I would like to show it just as a 1/4 of the image in the left bottom corner. I tried: \begin{frame} \tableofcontents ...
2
votes
0answers
247 views

Problem with drawing borders around slides in latex beamer handouts with Adobe Reader

I am using the LaTeX beamer package and handoutWithNotes package to create a presentation with notes and rectangle around each slide. \documentclass[handout]{beamer} \usetheme{Madrid} ...
1
vote
1answer
2k views

Fix the height/length of a minipage

I have 2 columns in 1 slide. On the left hand, it is a tabbing inside a minipage in a framed. Some sentences are shown one by one by overlay, that results in the height/length of the whole minipage ...
3
votes
1answer
396 views

Beamer ovalbox frame thickness

I'm working with Beamer and I would like to create boxes with round corners. I use \ovalbox, but I would like to control the thickness of the line. How can I do this? I also tried \thinlines, but I ...
6
votes
1answer
391 views

framed frame in beamer?

Below is an example of the layout I am trying to make for a beamer presentation: just a simple rounded black frame in which I could insert some contents (e.g. text or images). I have looked at ...
13
votes
1answer
1k views

Box around a few items in an itemize environment

I'm using beamer and want to call out a few items in a list by drawing a box around them, and, ideally, having a small comment appear next to the box, like this:
2
votes
2answers
2k views

Frame around minipage containing listing in beamer

I am working on the sheets of a course on LaTeX and would like to have several sheets in which you see on the left an example of a source document and on the right its output. I have this working now ...
4
votes
1answer
666 views

How to make the frame dashed?

I am using \begin{framed} ... \end{framed} in my presentation, does anyone know how to make the frame dashed?
5
votes
3answers
640 views

Smaller frame with listings

I am using listings to put java code in my beamer slides. Sometimes, I want to frame the code but I do not want the frame to occupy the whole width of the page. I want the frame to occupy only the ...
21
votes
3answers
8k views

Can I have framed blocks in beamer?

Is there a simple way to have the body of a block environment in beamer to have a frame around it, rather than having a background colour? I tried putting a \fbox inside the block, but it just wrote ...