Questions tagged [presentation]

This tag groups questions regarding general aspects of presenting data to the user.

461 questions
502
votes
14 answers

How to add new line in Markdown presentation?

How to add new line in Markdown presentation? I mean, something like \newline in TeX.
max04
  • 5,315
  • 3
  • 13
  • 21
168
votes
8 answers

How To Format A Block of Code Within a Presentation?

I am preparing a presentation using Google Slides, though I can also work on the presentation within Open Office that will include code snippets. Is there any easy way to perform basic syntax highlighting on the code snippets with either Google…
Noah Goodrich
  • 24,875
  • 14
  • 66
  • 96
97
votes
3 answers

Include code that does not run in Rpresentation Markdown

I have a .Rpres file in RStudio. I would like to include code, but not have it run (I am only showing the code to explain how it works). Is it possible to accomplish this (and ensure that it will not produce errors, because it is not running)?
user2808302
95
votes
2 answers

Hiding the presentation controls in LaTeX beamer presentation

I am currently building a presentation using LaTeX beamer. Is there a way to hide the presentation controls on the bottom of the slides? I don't use those controls, and they sometimes collide with the slide's text.
Fabian Meumertzheim
  • 1,569
  • 1
  • 11
  • 21
52
votes
9 answers

How do I embed source code or HTML in Open Office Org Presentations without using screenshots?

I need to write a lot of class courses presentations to my programming class, and I constantly need to show source code (mainly C code). I don't find a easy way to: Copy my source code from my editor (kate) and Paste it formated and with source…
DrBeco
  • 11,237
  • 9
  • 59
  • 76
51
votes
20 answers

Should css class names like 'floatleft' that directly describe the attached style be avoided?

Lots of websites use class names like floatleft, clearfloat, alignright, small, center etc that describe the style that is attached to the class. This seems to make sense so when writing new content you can easily wrap (for example)
Flash
  • 15,945
  • 13
  • 70
  • 98
43
votes
6 answers

UIModalPresentationFormSheet resizing view

I am interested to know on how I can resize the view when using UIModalPresentationFormSheet of modalPresentationStyle, it looks like it has a fixed size so I was wondering if anyone out there did managed to manipulate the popup view from the sizing…
tosi
  • 1,873
  • 2
  • 18
  • 38
32
votes
5 answers

Fragments in reveal.js using Markdown

reveal.js supports fragments which will be shown one after another in HTML:

grow

shrink

roll-in

Uwe L. Korn
  • 8,080
  • 1
  • 30
  • 42
31
votes
5 answers

Rpresentation in Rstudio - Make image fill out the whole screen

Making an Rpresentation in Rstudio with knitr I have a slide with just one picture, which I want to fill out the whole screen/slide. How do I do that? The second slide of the following .Rpres-document is set to 2000x2000 pixels but it still only…
Rasmus Larsen
  • 5,721
  • 8
  • 47
  • 79
27
votes
5 answers

How to make PDF presentations in Markdown

Is there a LaTeX style, header, or something so that e.g. markdown2pdf from pandoc would produce a PDF having a new page with each H1/markdown heading? Cheers
type
  • 1,137
  • 2
  • 9
  • 16
24
votes
6 answers

How to draw line after every group in SQL Server Reporting Services?

Below is the report I have created. I would like to draw a line after every group as depicted with red line in the image. Tried meddling with Textbox Properties > Border Style expression. But that would not stay once I close and reopen it. If I set…
Null Head
  • 2,877
  • 13
  • 61
  • 83
23
votes
7 answers

R demos for presentation

I know this is barely programming related, but I'll have to show some intuitive, straightforward and possibly very appealing R presentation so that a department at my current institution will start to evaluate its adoption. Does anyone of you know…
em70
  • 6,088
  • 6
  • 48
  • 80
20
votes
4 answers

What is the best presentation tool for technical stuff?

While recently exploring prezi I realized there have to be better tools than PowerPoint for presenting something, especially technical stuff. What differentiates technical stuff from other stuff in my opinion is the support of these features: be…
Ice09
  • 8,951
  • 4
  • 23
  • 25
19
votes
2 answers

How to include a code snippet in a beamer presentation?

What's the best way to include some code snippets in a beamer presentation? I've already tried verbatim, and lstlisting environments - both destroyed my presentation.
mik01aj
  • 11,928
  • 15
  • 76
  • 119
18
votes
2 answers

How to hide footer (or footline) in a particular slide in Beamer?

I am preparing a presentation in Beamer. I have done a few customizations to the template I am using. Now I want to hide the footline on the title slide. I also want to hide it on a few other slides. How do I achieve that? Thanks!
arpitj
  • 181
  • 1
  • 1
  • 3
1
2 3
30 31