Go to file
Séverin Lemaignan df959cd325 Add a small intro to README 2014-07-08 14:43:48 +02:00
doc Translated the sample presentation to English + added documentation 2014-07-08 14:41:03 +02:00
.gitignore Small adjustments of standard values of .gitignore 2013-05-16 15:24:51 +02:00
Makefile Python script to generate the video thumbnails 2014-07-08 14:40:29 +02:00
README.md Add a small intro to README 2014-07-08 14:43:48 +02:00
background.pdf Initial adaptation to my needs 2014-06-27 15:31:59 +02:00
beamerthemehri.sty Display video previews when a video_thumbs.jpg exists 2014-07-08 14:39:53 +02:00
logo.pdf Display video previews when a video_thumbs.jpg exists 2014-07-08 14:39:53 +02:00
make_video_preview.py Python script to generate the video thumbnails 2014-07-08 14:40:29 +02:00
photo-fullscreen.jpg Updated the demo to cover more examples, partially translated 2014-06-27 23:13:56 +02:00
photo.jpg Initial adaptation to my needs 2014-06-27 15:31:59 +02:00
plot.eps Initial Commit 2013-05-16 15:16:01 +02:00
plot.tex Initial Commit 2013-05-16 15:16:01 +02:00
presentation.pdf Translated the sample presentation to English + added documentation 2014-07-08 14:41:03 +02:00
presentation.tex Translated the sample presentation to English + added documentation 2014-07-08 14:41:03 +02:00
slide-background.pdf Added a background to all slides 2014-06-27 23:11:09 +02:00
videoclip.webm Updated the demo to cover more examples, partially translated 2014-06-27 23:13:56 +02:00
videoclip_thumb.jpg Updated the demo to cover more examples, partially translated 2014-06-27 23:13:56 +02:00

README.md

HRI Beamer Theme

A nice looking Beamer theme, based on HSRM Beamer theme by Benjamin.Weiss@kreatiefton.de, with a few improvements like full-screen pictures and videos. Download the pre-compiled demo presentation.

Title page TikZ figure

This Beamer theme requires lualatex for compilation (available in the TeXlive distribution for example).

It also looks nicer if the Flama font is installed in your system. Download it from here:

Special commands in this theme

Full-screen pictures

Full page picture, with optional caption

\imageframe[caption]{mypic.jpg}
  • caption: optional caption (can be any Latex code) that will be displayed as an overlay on top of the picture

Videos

\video[aspect ratio]{width}{myvideo.webm}

This integrates a video in your presentation. Clicking on it opens the default system video player for the given video format (using pdfpc, you can also play the video directly inside your presentation, cf below).

  • aspect ratio is a real value equal to height/width, defaults to 16:9 (ie, 0.56)
  • width is any valid Beamer length (like 0.7\textwidth for instance)

A preview picture (typically, the first frame of the video) is used if a file called myvideo_thumb.jpg is found. Assuming avconv is available on your system, make thumbs will generate such a preview picture for you.

Note that, if played with pdfpc, the video will be nicely overlaid on top of the slide, exactly covering the video preview. pdfpc also support special extended URI for the video file, allowing to define options like start and stop times (in seconds from the beginning), looping, auto-start and mute (no audio). For instance:

\video[aspect ratio]{width}{myvideo.webm?start=20&stop=34&autostart&noaudio&loop}

make thumbs will also use the start time, if specified, to generate a thumbnail of the video at the correct time.

You can also produce a full-screen video frame with:

\videoframe[aspect ratio]{myvideo.webm}

aspect ratio has the same default as for \video (ie, 16:9).

Bibliography references

You can insert references to specific paper in the footer of a slide that way:

{
  \paper{Superman, How Kripton changed my life, Springer 2014}
  \begin{frame}
  ...
  \end{frame}
}

Reference and License

Based on HSRM Beamer theme by Benjamin.Weiss@kreatiefton.de

Made available under the GNU Public License.