examples of beamer class

Beamer class example 1, beamer class example 2, beamer class example 3, beamer class example 4, beamer class example 5, beamer class example 6, beamer class example 7, beamer class example 8, beamer class example 9, further examples.

Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications You must be signed in to change notification settings

LaTeX beamer template for presentations with a clean and simple style

klb2/beamer-presentation-template

Folders and files, repository files navigation, clean and simple beamer presentation template.

This repository provides a clean and simple template for presentations made with the LaTeX beamer package . The design is based on the metropolis theme .

It is highlighted by many guides on good slide design that slides should contain no clutter and as few objects as possible. Jean-luc Doumont says the following about slide templates in his talk about Creating effective slides :

A template is a way to specify where the content should come and how the content should look once it comes there. As long as you don't have content, there should be nothing.

Usage/Installation

Simply copy all of the files into a new folder or click on "Use this template" on GitHub.

The file presentation.tex is the main file that needs to be compiled. It is recommended to use lualatex , if you want to use the Fira fonts that are the default fonts in the metropolis theme.

Requirements

Make sure that you have a LaTeX installation on your computer, which includes the metropolis theme . It should be included in every popular LaTeX distribution like TeX live or MiKTeX.

If you want to use the Fira fonts , you need to install them on your machine first.

Customization

The template allows an easy customization of the colors and styles according to your needs. In particular, you only need to edit the color definitions in the setup-colors.tex file.

There are four colors in this theme which you can adjust to your needs:

accent : Accent color that is used for the progress bar and \alert{text} .

bgcolor : Main background color that is used as the background color of the slides.

bgcolorAlt : Second/alternative background color that is used as the background color of the slide titles and as the background color for boxes.

fgcolor : Foreground color that is used as the text color.

If you want to show the logo of your institution/university on the title page, you simple need to adjust the \titlegraphic command like

where logo.png refers to the image file of the logo.

The following image shows the provided example slides with an example color scheme.

example presentation

LaTeX Beamer

Your First LaTeX Presentation–Title Page

' src=

Demonstration of how to create a basic presentation and title page using the LaTeX class document: Beamer.

  • 1. Simple title page
  • 2. Add a subtitle

3. Title page with multiple authors

4. add author’s affiliation.

  • 5. Multiple affiliations
  • 6. Modify footer

1. Create a simple title page

The following code creates a simple title page in LaTeX using Beamer . It includes a title , author name and a talk date :

Compiling this code yields:

Title page in beamer latex presentations

  • We have chosen a predefined theme in Beamer, known as AnnArbor which is loaded using the command: \usetheme{AnnArbor}
  • \title{}: is used to set a title to the presentation
  • \author{}: is used to add authors’ names to the talk
  • \date{}: is used to print the date of the talk, using \today will print the compilation day of the presentation.

2. Add a subtitle to the beamer title page

This can be achieved by adding \subtitle{My-subtitle} to the document preamble. Updating the above code and compiling it, we get the following output:

Add subtitle to title page latex presentation

In the previous example, we used \author{} to add the presenter name to the title page. Using the same command, we can add more authors. Check the following code:

Using this line code in the above code, we get the following result:

Multiple authors in Beamer title page

We have three points to highlight about the above line code:

  • Point 1: We used \and command between authors names.
  • Point 2: We added ~ to keep the first name and last name of each author together, otherwise a new line is automatically created to get a sufficient space.
  • Point 3: Authors’ names, presentation title and the date are printed at the bottom of the presentation (footer). These can be modified easily which is the purpose of the “ Modify footer details ” section.

Here is an example with the affiliation “ Online Beamer Tutorials “:

Compiling this code yields the following result:

Add author affiliation in Beamer title page

5. Add several authors with different affiliations

If there are several affiliations or more than one author with different affiliations, we add the command \inst{} inside \author{} and \institute{} commands. Here is an illustrative example of two authors with different affiliations:

Here is the obtained result:

Add two affiliations to a title page in beamer

6. Modify footer details

As we mentioned above, authors names and affiliations, presentation title and date are printed at the bottom of the presentation.

If text is too long and doesn’t fit well with the footer length or If you would like to put something else, we can add brackets to the command in question with desired text . So we use:

  • \title[This one is printed in the footer]{This is original title of the talk}
  • \author[short text printed in the footer]{authors names of the talk}
  • \institute[another short text]{authors affiliation}: The text “another short text” will be added between pair of round brackets to the footer (author section).
  • \date[Anything else]{2021}: The text “Anything else” will be added at the bottom right corner of presentation.

Here is an example:

Modify footer text in beamer latex

If you would like to remove details from the footer, we can use empty brackets, eg. \author[]{Authors name} , \date[]{2021} , etc.

  • The commands \title{}, \subtitle{}, \author{}, \institute{} and \date{} allow us to add a title, subtitle, authors names and their affiliations, and the date of the talk, respectively. We should put these commands in the preamble of the document.
  • To create a title page, we need to put \titlepage command inside a frame environment.
  • Using \title[short title]{Presentation title} will print short title at the bottom of the presentation, depending on the used theme.
  • The line code \title[]{Presentation title} will remove the talk title from the footer. This applies also to \date{} , \author{} and \institute{} commands.

Next Lesson:  02 Add and Position a Logo in Beamer

Gallery — Presentation

Gallery Items tagged Presentation

Show all Gallery Items

Communicating and sharing your work effectively with colleagues, supervisors and the general public often requires the preparation of a suitable presentation, tailored to that audience. These templates make it easy to create such a presentation, and the resulting set of slides is available for distribution in PDF format – perfect for sharing before or after your lecture, seminar or talk.

HCMUT-Slide

Related Tags

Get in touch.

Have you checked our knowledge base ?

Message sent! Our team will review it and reply by email.

Email: 

IMAGES

  1. RLI Latex beamer example slides

    presentation beamer latex example

  2. Latex Beamer Template Poster

    presentation beamer latex example

  3. Using Markdown to Make Beautiful LaTeX Beamer Presentations

    presentation beamer latex example

  4. LaTeX Templates

    presentation beamer latex example

  5. Your First LaTeX Presentation–Title Page

    presentation beamer latex example

  6. Latex Beamer

    presentation beamer latex example

VIDEO

  1. #9

  2. Beamer in LaTeX

  3. LECTURE 5

  4. Use LaTeX to make presentations 1, beamer presentation

  5. How make an presentation using latex and beamer in online#latex#powerpoint #presentation#beamer#pdf

  6. How to make presentation slides using LaTeX Overleaf

COMMENTS

  1. Beamer Presentations: A Tutorial for Beginners (Part 1 ...

    This five-part series of articles uses a combination of video and textual descriptions to teach the basics of creating a presentation using the LaTeX beamer package. These tutorials were first published on the original ShareLateX blog site during August 2013; consequently, today's editor interface (Overleaf) has changed considerably due to the ...

  2. A simple guide to Beamer- Step by Step

    Lesson 1 - Your First LaTeX Presentation-Title Page. Lesson 2 - Add and Position a Logo in Beamer. Lesson 3 - Create a Table of Contents in Beamer. Lesson 4 - Eight Beamer Environments you Should be Familiar With! Lesson 5 - Lists in Beamer - Complete Guide. Lesson 6 - Create and Customize Columns in Beamer.

  3. LaTeX Beamer introduction / Quick-start guide

    The minimal code of a LaTeX presentation includes: 1) loading the beamer class package, 2) choosing a default presentation theme and a frame. Here is an example: Copy to clipboard. % Quick start guide. \documentclass{beamer} \usetheme{default} \begin{document} \begin{frame} This is your first presentation!

  4. beamer class examples example for presentation with latex beamer class

    beamer class example 1. Here an example of a very simple Beamer presentation. One can use it as starting point, the following examples develops on it. For the sake of completeness it is also there. example-1.pdf. example-1.tex. example-1.html.

  5. Beamer Presentations: A Tutorial for Beginners (Part 3 ...

    The beamer "go to" button, the beamer "skip" button and the beamer "return" button: This concludes our second discussion on adding content to our presentation. In the next post we'll look at animating our presentations. All articles in this series. Part 1: Getting Started; Part 2: Lists, Columns, Pictures, Descriptions and Tables

  6. PDF Presentations Using LATEX

    Introduction Code Beamer Features More LATEX Themes Five Theme Categories 1 Presentation (the slide template) 2 Color∗ (color scheme for slide template) 3 Font∗ 4 Inner∗ (how you want bullets, boxes, etc. to look) 5 Outer∗ (how you want the top/bottom of frames to look) ∗ if you don't like the default of the Presentation Theme Example \documentclass[compress, red]{beamer}

  7. Beamer Themes

    The following code is used to generate the Beamer presentation for different themes. It includes a title page, an outline frame, lists and blocks frames. ... \end{alertblock} \begin{exampleblock}{An example of typesetting tool} Example: MS Word, \LaTeX{} \end{exampleblock} \end{frame} \end{document} 1. Default theme. To use the ...

  8. PDF Beamer by Example

    Beamer by Example. Andrew Mertz and William Slough. Email [email protected], [email protected] Address Department of Mathematics and Computer Science Eastern Illinois University 600 Lincoln Avenue Charleston, IL 61920-3099 Abstract There are a variety of LATEX classes which can be used to produce "over- head slides" for presentations.

  9. Making Presentations With LaTeX

    An example of such a program is LaTeX/Beamer. Beamer is a LaTeX package that enables users to create presentations through a LaTeX fashioned document. In this tutorial, we'll explore the LaTeX/Beamer program. First, we'll have a brief conceptual review on Latex and a presentation of the Beamer package. So, we'll investigate several ...

  10. Simple Beamer Template for Total Beginners

    14. Assuming your LaTeX distribution has includes Beamer, here is a simple plain beamer presentation of a slide with an "equation". \(a=b\) Each slide is a \begin{frame} - \end{frame} Frame titles are added by \framettitle{} within each frame. You can also create a title slide using the \author{} and \title{} in combination with \titlepage in a ...

  11. Beautiful presentations done with TeX and related systems

    101. I recently had to persuade a fellow student that you can create beautiful presentations with LaTeX and beamer. Luckily, I already had some examples. But I'm sure that there are better presentations, not necesarily done with beamer but with TeX and related systems. I remembered that I saw some beautiful examples in other questions.

  12. GitHub

    This repository provides a clean and simple template for presentations made with the LaTeX beamer package. The design is based on the metropolis theme . It is highlighted by many guides on good slide design that slides should contain no clutter and as few objects as possible.

  13. Beamer Presentations: A Tutorial for Beginners (Part 5 ...

    There are lots of different predefined presentation themes available for us to use. Here are a few of them. This is the Bergen theme:. This is the Madrid theme:. There are also themes that include navigation bars, for example the Antibes theme:. We could also use a theme that includes a table of contents sidebar, like the Hannover theme:. The Singapore theme is one that includes what beamer ...

  14. Which package to use for presentations? Beamer, Prosper, or Other

    I don't think that Stefan's answer is particularly partisan. But the simple fact is that there are really only two viable TeX packages for presentations, one (Powerdot) requires latex+dvips (which most people don't use anymore) and the other (Beamer) can be used with any engine. Also, the Beamer manual has an 8 page tutorial, which is probably ...

  15. Your First LaTeX Presentation-Title Page

    The following code creates a simple title page in LaTeX using Beamer. It includes a title, author name and a talk date: Compiling this code yields: Comments: \date{}: is used to print the date of the talk, using \today will print the compilation day of the presentation. To print the title page, we create a frame environment and use the command ...

  16. Beamer

    Open this beamer document in Overleaf. After compilation, a two-page PDF file will be produced. The first page is the titlepage, and the second one contains sample content. The first statement in the document declares this is a Beamer slideshow: \documentclass{beamer} The first command after the preamble, \frame{\titlepage}, generates the title ...

  17. Gallery

    Show all Gallery Items. Communicating and sharing your work effectively with colleagues, supervisors and the general public often requires the preparation of a suitable presentation, tailored to that audience. These templates make it easy to create such a presentation, and the resulting set of slides is available for distribution in PDF format ...

  18. LaTeX Templates

    This presentation template uses the well-known beamer class and shows how effortless making presentations using LaTeX can be. The template contains extensive commenting which lets you customize your presentation easily, be it to change the layout theme, colors, fonts, font size, text alignment or more. It also features many example slides for ...

  19. beamer

    For example, \marginnote{\pdfcomment[icon=note]{Your notes goes here.}}. ... This is a simple viewer for latex-beamer presentations that are built with the show notes on second screen option of latex-beamer. It will take your PDF file, split it in a left and right half and render the two halves individually to the screens. ...

  20. Beamer Presentations: A Tutorial for Beginners (Part 1)—Getting Started

    This five-part series of articles uses a combination of video and textual descriptions to teach the basics of creating a presentation using the LaTeX beamer package. These tutorials were first published on the original ShareLateX blog site during August 2013; consequently, today's editor interface (Overleaf) has changed considerably due to the ...

  21. Customize a Beamer (slide)

    Here is a very nice example How to make a presentation in Latex, which should answer most of your questions raised: it starts from scratch in creating your own theme; put a main.tex and the 4 .sty files mentioned into your directory; fill and compile the main.tex; add to the 4 .sty files as indicated AND understand what you add (in principle)

  22. LaTeX Templates

    This presentation template uses the well-known beamer class and shows how effortless making presentations using LaTeX can be. The template contains extensive commenting which lets you customize your presentation easily, be it to change the layout theme, colors, fonts, font size, text alignment or more. It also features many example slides for ...

  23. Add bibliography to my beamer presentation

    Adding a bibliogrpahy to beamer works as in any other documentclass. The main points are that you have to cite some works in the text, otherwise the bibliography will be empty and that \addbibresource{WhatEverName.bib} should be used in the preamble. The default IEEE style is numeric, which is a bit tricky, as beamer normally does not show the ...