0% found this document useful (0 votes)
88 views23 pages

On The Explosion of Large Death Stars: Department of Physics, University of Udine

Luke Skywalker presents a beamer theme for the University of Udine. The document provides an outline and examples of formatting text with colors, blocks, lists, math, citations, and frames. It demonstrates commands for titles, subtitles, descriptions, theorems, and customizing frames with backgrounds and centered text.

Uploaded by

Emmanuel
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)
88 views23 pages

On The Explosion of Large Death Stars: Department of Physics, University of Udine

Luke Skywalker presents a beamer theme for the University of Udine. The document provides an outline and examples of formatting text with colors, blocks, lists, math, citations, and frames. It demonstrates commands for titles, subtitles, descriptions, theorems, and customizing frames with backgrounds and centered text.

Uploaded by

Emmanuel
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/ 23

Department of Physics, University of Udine

On The Explosion of
Large Death Stars

Luke Skywalker, Ph.D.


[email protected]

May 25, 1977


Outline

1 Before you start

2 Colors

3 Blocks

4 Enumerates, itemizes and description


4.1 Enumerates and itemizes
4.2 Description

5 Maths

6 Other blocks

7 Bibliography and Publications

8 Bonus Commands

2/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Overleaf users

Warning
You can ignore this slide if you’re not working with Overleaf.

Overleaf, Beamer and Biber do not always get along well


together. For this reason, if you make a mistake while writing
this presentation, in the drop-down error message you’ll
always get Biber-related error messages.

Luckily, you just have to click on “go to first error/warning”


and the UI will scroll to the line containing your mistake.

3/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Compiling

Warning
You can ignore this slide if you’re working with Overleaf.

To compile this deck you’ll need the biber package. Probably


your TEXeditor already supports it; if not, you will easily find
online the instructions to install it.

If you’re not using an editor, you can compile this presentation


using the command line by running:

$ pdflatex main.tex
$ biber main.bcf
$ pdflatex main.tex
$ pdflatex main.tex

4/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Colors

For this template we defined four colors, following the Style


Manual of the University of Udine:
• UniOrange
• UniBlue
• UniBrown
• UniGold

You can use these colors as you want in your presentation. For
example, you can color the text in gold by writing
\{UniGold}{my gold text}.

We also redefined many of the most common LATEX and Beamer


commands, like itemize, block, etc. You will see samples of
these commands in the following slides.
5/21 Luke Skywalker University of Udine Unofficial Beamer Theme
This is a page with a title and a subtitle
And also some blocks.

Goal of the mission


Shoot in the Death Star’s exhaust port and destroy it before the
it can fire on the Rebel base.

Take care!
TIE Fighters may chase you while approaching the target.

Use the force you must


Remember your training with Obi-Wan, and use the Force to
make the perfect shoot.

6/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Enumerates and itemizes

This is an example of itemize.


• A long time ago in a galaxy far, far away...
And this is an example of enumerate.
1 Go to the Death Star.
2 Find the exhaust port.
3 Make the perfect shot.
4 Become an hero.

7/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Description

This is an example of description.

Luke No. No! That’s not true! That’s impossible!

8/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Description

This is an example of description.


Vader I am your father.
Luke No. No! That’s not true! That’s impossible!

8/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Description

This is an example of description.


Vader I am your father.
Luke No. No! That’s not true! That’s impossible!

And while we’re here, let’s have a look to verbatim as well, to


see how we made items appear in arbitrary order:

\begin{description}
\item<2->[This is the first item] one
\item<1->[This is the second item] two
\end{description}

8/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Maths

A formula will look like this:

x2 + y2 = z2

You can number equations as well:

1+1=2 (1)

1+1=2 (custom label!)

If you want to use the default LATEX math fonts, just go to


beamerfontthemeuniud.sty and uncomment the line
containing ‘\usefonttheme[onlymath]{serif}’.

9/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Theorems

The usual theorem, corollary, definition, definitions, fact,


example and examples blocks are available as well.

Theorem
There exists an infinite set.

Proof.
This follows from the axiom of infinity.

Example (Natural Numbers)


The set of natural numbers is infinite.

10/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Other blocks

Here we display examples of abstract, verse, quotation, and


quote.

Abstract

This is an abstract.

This is a verse.
This is a quotation.
-Han Solo
A quote this is.
-Yoda

11/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Bibliography

You can cite an article


• normally using \cite, e.g.: (article1)
• or display the full citation using \fullcite, e.g.: article1

Look at the code of the following slide to see how to


automatically split the bibliography on many slides. You can
also use \nocite{*} to display the non-cited publications as
well.

12/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Bibliography I

13/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Framecard

You can display a frame with a colored background and a huge


text in the center using the command \framecard.

For example, you can write:

\framecard{A SECTION\\TITLE}

This will display a frame with a orange background and the


phrase "A SECTION TITTLE" in the center. You can also use a
custom color with \framecard:

\framecard{A SECTION\\TITLE}
\framecard[UniBlue]{A SECTION TITLE\\
WITH A CUSTOM COLOR}

You can see the results of the commands above in the following
slides.
14/21 Luke Skywalker University of Udine Unofficial Beamer Theme
A SECTION
TITLE
A SECTION TITLE
WITH A CUSTOM
COLOR
Framepic

You can display a frame with a background image using the


command \framepic. The image will be adapted vertically to
fit the the frame.
For example, you can write:

\framepic{graphics/darth}{
\framefill
\textcolor{white}{Luke,\\I am your supervisor}
\vskip 0.5cm
}

Alternatively, to make the background 50% transparent, you


can write \framepic[0.5]{graphics/darth}...
You can see the results of the commands above in the following
slides.

17/21 Luke Skywalker University of Udine Unofficial Beamer Theme


Luke,
I am your supervisor
Right-aligned text with
Semi-transparent background
Other bonus commands I

We provide two other bonus commands:


pdfnewline you can use \pdfnewline to avoid the annoying
hyperref related warnings when using newlines in
the document’s title, author, etc. For example, in
this presentation the author is defined as:
\author[Luke Skywalker]{
Luke Skywalker, Ph.D.
\pdfnewline
\texttt{[email protected]}
}
marker you can use \marker to highlight some text. The
default color is orange, but you can also use a
custom color. For example:
\marker{Default color}
\marker[UniBlue]{Custom Color}
20/21 Luke Skywalker University of Udine Unofficial Beamer Theme
Other bonus commands II

framefill you can use \framefill to put the text at the bottom
of a slide by filling all the vertical space.

21/21 Luke Skywalker University of Udine Unofficial Beamer Theme

You might also like