Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
42 views18 pages

Beamer Cern

This document introduces the CERN Beamer Theme, a LaTeX theme for creating presentations in the Beamer style that follows CERN's official design guidelines. It discusses what Beamer is, describes the types of slides the theme generates like title slides and section pages, and explains how to use the theme by adding some simple commands to the preamble and document. The goal is to provide Beamer users with an official-looking theme for presentations that adheres to CERN's visual identity.

Uploaded by

zeus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views18 pages

Beamer Cern

This document introduces the CERN Beamer Theme, a LaTeX theme for creating presentations in the Beamer style that follows CERN's official design guidelines. It discusses what Beamer is, describes the types of slides the theme generates like title slides and section pages, and explains how to use the theme by adding some simple commands to the preamble and document. The goal is to provide Beamer users with an official-looking theme for presentations that adheres to CERN's visual identity.

Uploaded by

zeus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

The CERN Beamer Theme

Jérôme Belleman

March 2015 The CERN Beamer Theme 2


Outline

About Beamer

The CERN Beamer Theme

How to Use It?

March 2015 The CERN Beamer Theme 3


About Beamer

March 2015 The CERN Beamer Theme 4


The Beamer Class

• A LATEX class for making slides


• The documentation is just fantastic
• https://bitbucket.org/rivanvx/beamer
• Available in lxplus as part of TEX Live

March 2015 The CERN Beamer Theme 5


Themes

• Beamer comes with a wealth of tasteful themes


• Not one following the CERN official guidelines

March 2015 The CERN Beamer Theme 6


The CERN Beamer Theme

March 2015 The CERN Beamer Theme 7


Purpose

• For Beamer users


• Based on the official CERN template:
http://cern.ch/design-guidelines/
presentations

March 2015 The CERN Beamer Theme 8


Types of Slides (I)

The \frontcover

The \backcover

March 2015 The CERN Beamer Theme 9


Types of Slides (II)

The \titlepage, The CERN Beamer Theme


Jérôme Belleman

complete with author


March 2015 The CERN Beamer Theme 2

The Outline

\tableofcontents, About Beamer

The CERN Beamer Theme

useful when using the How to Use It?

\section command March 2015 The CERN Beamer Theme 3

March 2015 The CERN Beamer Theme 10


Types of Slides (III)

Section pages, generated About Beamer


with the \sectionpage
command
March 2015 The CERN Beamer Theme 4

The Beamer Class

Regular slides with •


A LATEX class for making slides
The documentation is just fantastic
https://bitbucket.org/rivanvx/beamer
bullet points

• Available in lxplus as part of TEX Live

March 2015 The CERN Beamer Theme 5

March 2015 The CERN Beamer Theme 11


Types of Slides (IV)

Types of Slides (III)

More sophisticated slides Section pages, generated


with the \sectionpage
About Beamer

command

with columns, The Beamer Class


March 2015 The CERN Beamer Theme 4

Regular slides with


• A LATEX class for making slides

images, . . .
• The documentation is just fantastic

bullet points
• https://bitbucket.org/rivanvx/beamer
• Available in lxplus as part of TEX Live

March 2015 The CERN Beamer Theme 5

March 2015 The CERN Beamer Theme 11

Anything Beamer would normally allow for, really.

March 2015 The CERN Beamer Theme 12


How to Use It?

March 2015 The CERN Beamer Theme 13


Where to Get It From?

• Available in CERN RPM repositories


• A package called beamer-cern
• Installed in lxplus

March 2015 The CERN Beamer Theme 14


I. Preamble

\ documentclass { beamer }

\ usetheme { cern }

\ author { Your name goes here }


\ title { The name of your talk goes here }
\ date { A free format date which you can omit }

March 2015 The CERN Beamer Theme 15


II. Document
\ begin { document }
\ frontcover

\ frame {\ titlepage }

\ begin { frame }{ A Sample Slide }


Slide contents
\ end {frame }

\ backcover
\ end { document }

March 2015 The CERN Beamer Theme 16


Cover slides. . .

. . . with the CERN logo are generated with


\frontcover and \backcover.

March 2015 The CERN Beamer Theme 17

You might also like