0% found this document useful (0 votes)
37 views8 pages

Beamer-Purdue: A Beamer Template Inspired by The Purdue Visual Identity

This document provides a Beamer template inspired by the Purdue Visual Identity. It includes examples of itemized lists, equations, theorems, figures, and plots. Plots are included of Bessel functions J0(x) through J5(x) from 0 to 14 using both a PDF plot and a PGF/TikZ plot, with the source code for generating the plots found in an extra file.

Uploaded by

Ahmed Muhumed
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)
37 views8 pages

Beamer-Purdue: A Beamer Template Inspired by The Purdue Visual Identity

This document provides a Beamer template inspired by the Purdue Visual Identity. It includes examples of itemized lists, equations, theorems, figures, and plots. Plots are included of Bessel functions J0(x) through J5(x) from 0 to 14 using both a PDF plot and a PGF/TikZ plot, with the source code for generating the plots found in an extra file.

Uploaded by

Ahmed Muhumed
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/ 8

beamer-purdue

A Beamer template inspired by the Purdue Visual


Identity

Dennis Ogbe

May 19, 2016


Overview

I Part 1: Examples

I Part 2: Plots

2
Hello!

This is the beamer-purdue Theme. A Beamer template inspired


by the Purdue Visual Identity.
An itemized list looks as follows:
I Item 1
I Item 2
The continuous-time Fourier Transform of a signal x(t) is defined
as

Z ∞
X(ω) = x(t)e−jωt dt (1)
−∞

3
A Theorem in a Box

Theorem
The Bessel functions of the first kind Jv (x) are the solutions to the
Bessel differential equation

d2 y dy
x2 + x2 − v 2 y = 0.

2
+x (2)
dx dx

Proof: Omitted.

4
Figures

We can include graphics just like we are used to, for example this
block diagram of an noise-canceling system:

s(t) c(t)
H(z) z −M

σ v(t)

Processor
y(t)

5
Plotting is fun!

On the following pages, we include two examples on how to


include plots:
1. A PDF plot
2. A PGF/TikZ plot
PDF plots are nice, but nothing beats the native look of
PGF/TikZ. The source code to generate both plots can be found
in extra/plot bessel.py

6
A PDF Plot

J0 (x)
1.0
J1 (x)
J2 (x)
J3 (x)
0.5 J4 (x)
J5 (x)
Jn (x)

0.0

−0.5
0 2 4 6 8 10 12 14
x

7
A PGF/TikZ Plot

J0 (x)
1.0
J1 (x)
J2 (x)
J3 (x)
0.5 J4 (x)
J5 (x)
Jn (x)

0.0

−0.5
0 2 4 6 8 10 12 14
x

You might also like