AnIntroductiontotheUT BeamerTheme - Enschede

12
. Jasper Goseling Stochastic Operations Research Group, University of Twente May 12, 2011 An Introduction to the UT Beamer Theme

Transcript of AnIntroductiontotheUT BeamerTheme - Enschede

Page 1: AnIntroductiontotheUT BeamerTheme - Enschede

..

Jasper GoselingStochastic Operations Research Group,University of TwenteMay 12, 2011

An Introduction to the UTBeamer Theme

Page 2: AnIntroductiontotheUT BeamerTheme - Enschede

Installation

Make sure that the following files are available to tex

◮ beamerthemeut.sty

◮ beamerthemeutresources.pdf

(One way to make them available to tex is to put them in a directory togetherwith your tex file.)

[ J. Goseling, UT Beamer Manual ] 2/9

Page 3: AnIntroductiontotheUT BeamerTheme - Enschede

A Minimal Example

\documentclass{beamer}

\usetheme{ut}

\title[UT Beamer]{A UT Beamer Theme}

\author[J.~Goseling]{Jasper Goseling}

\institute[UT-EWI-SOR]{Stochastic Operations Research

Group,\\ University of Twente}

\date[12-05-2011]{May 12, 2011}

\footlinetext{[ J.~Goseling ]}

\begin{document}

\maketitle

\begin{frame}\frametitle{Title}

Content.

\end{frame}

\end{document}

Compile with xelatex or pdflatex. If compiled with xelatex (recommended) theArial Narrow truetype/opentype font needs to be available.

[ J. Goseling, UT Beamer Manual ] 3/9

Page 4: AnIntroductiontotheUT BeamerTheme - Enschede

Style Options

◮ uttitlepage=[true,false], default true: If false, use the default Beamer titlepage

◮ titlepage=[A,B,C,D], default A: Select a title page layout, in particularbackground graphics

◮ euler=[true,false], default true: Selects Euler as the math font

◮ debug, not enabled by default: Draws boxes on the title page to facilitatelayout

Example: \usetheme[titlepage=B,euler=false,debug]{ut}

[ J. Goseling, UT Beamer Manual ] 4/9

Page 5: AnIntroductiontotheUT BeamerTheme - Enschede

\utbeamerset

The command \utbeamerset can be used to set additional options in thetheme. Currently only the layout of the title page can be adjusted. Thecommand can be issued in the preamble as:

\utbeamerset{optiona=valuea, optionb=valueb, optionc=valuec}

[ J. Goseling, UT Beamer Manual ] 5/9

Page 6: AnIntroductiontotheUT BeamerTheme - Enschede

Layout of the Title Page

◮ The title page consists of three boxes, A, B and C. Box A contains the titleand subtitle. Box B contains the author names, affiliations and date. BoxC contains the titlegraphic. The boxes are positioned absolutely on thepage. The position and the size of the boxes can be adjusted with the\utbeamerset command. Box A has top left coordinate(tpboxax,tpboxay), width tpboxawd and height tpboxaht. Allsizes and positions are in mm.

◮ Overview of all options that can be used in \utbeamerset: tpboxax,tpboxay, tpboxawd, tpboxaht, tpboxbx, tpboxby, tpboxbwd, tpboxbht,tpboxcx, tpboxcy, tpboxcwd, tpboxcht.

◮ By default the boxes themselves are not visible. By using the optiondebug (\usetheme[debug]{ut}) the boxes are visible, facilitingthe layout.

[ J. Goseling, UT Beamer Manual ] 6/9

Page 7: AnIntroductiontotheUT BeamerTheme - Enschede

Colors

The following colors have been defined:

... utgreen..

utmagenta

..

utyellow

..

utblue

..

utred

.. utforest..

utpurple

..

utgold

..

utnavy

..

utgray

[ J. Goseling, UT Beamer Manual ] 7/9

Page 8: AnIntroductiontotheUT BeamerTheme - Enschede

Fonts

Use xelatex to get Arial fonts.

[ J. Goseling, UT Beamer Manual ] 8/9

Page 9: AnIntroductiontotheUT BeamerTheme - Enschede

Feedback

Feedback is greatly appreciated.Jasper Goseling ([email protected])

[ J. Goseling, UT Beamer Manual ] 9/9

Page 10: AnIntroductiontotheUT BeamerTheme - Enschede

...

In the remainder are some example slides

Page 11: AnIntroductiontotheUT BeamerTheme - Enschede

A Normal Frame

A list

◮ First item

◮ Second item.A Block...Content of the block.

[ J. Goseling, UT Beamer Manual ] 2/3

Page 12: AnIntroductiontotheUT BeamerTheme - Enschede

Testing the Math Font

α,β, γ, 1, 2, 3,

∫ b

af(x)dx,

N∑i=1

, E[X].

[ J. Goseling, UT Beamer Manual ] 3/3