for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color...

79

Transcript of for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color...

Page 1: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

Introduction to LATEX Part III

for MST�Students

Sascha Frank

IFI

01.12.2011

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 1 / 30

Page 2: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

1 Outline

2 packages

tabularx

booktabs

(x)color

Pdfpagesn auf 1

HyperrefLinks & Co.

3 presentation

beamer class

blocs

split screen

Pictures

joining picture and lists

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 2 / 30

Page 3: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

Outline

Basic

Scienti�c Writing

Usepackages, Presentation etc.

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 3 / 30

Page 4: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

tabularx

\begin{tabularx}{\linewidth}{lX}

column 1 & column 2\\

\hline

A & Wieder mal viel Text, der wie immer keinen

besonderen Sinn erf\"ullt,

sondern einfach nur Platz f\"ullen soll.\\

B & Der Text hat genau so viel Sinn wie der obige Text. \\

\end{tabularx}

column 1 column 2

A Wieder mal viel Text, der wie immer keinen besonderen Sinn

erfüllt, sondern einfach nur Platz füllen soll.

B Der Text hat genau so viel Sinn wie der obige Text.

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 4 / 30

Page 5: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

tabularx

\begin{tabularx}{\linewidth}{lX}

column 1 & column 2\\

\hline

A & Wieder mal viel Text, der wie immer keinen

besonderen Sinn erf\"ullt,

sondern einfach nur Platz f\"ullen soll.\\

B & Der Text hat genau so viel Sinn wie der obige Text. \\

\end{tabularx}

column 1 column 2

A Wieder mal viel Text, der wie immer keinen besonderen Sinn

erfüllt, sondern einfach nur Platz füllen soll.

B Der Text hat genau so viel Sinn wie der obige Text.

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 4 / 30

Page 6: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

booktabs

\begin{tabular}{@{}llr@{}} \toprule

\multicolumn{2}{c}{Study}\\ \cmidrule(r){1-2}

Subject & Duration & Income (\$)\\ \midrule

Info & 2 & 12.75 \\

MST & 6 & 8.20 \\

VWL & 14 & 10.00\\ \bottomrule

\end{tabular}

Study

Subject Duration Income ($)

Info 2 12.75

MST 6 8.20

VWL 14 10.00

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 5 / 30

Page 7: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

booktabs

\begin{tabular}{@{}llr@{}} \toprule

\multicolumn{2}{c}{Study}\\ \cmidrule(r){1-2}

Subject & Duration & Income (\$)\\ \midrule

Info & 2 & 12.75 \\

MST & 6 & 8.20 \\

VWL & 14 & 10.00\\ \bottomrule

\end{tabular}

Study

Subject Duration Income ($)

Info 2 12.75

MST 6 8.20

VWL 14 10.00

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 5 / 30

Page 8: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

package

xcolor

Default colors

red,green, blue, cyan,magenta, yellow, black, white , darkgray,gray,

lightgray

extension

\definecolor{color name}{color Set}{value,value,value}

\definecolor{AliceBlue}{rgb}{0.94,0.97,1}

application

pages, font, frame or �elds

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 6 / 30

Page 9: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

package

xcolor

Default colors

red,green, blue, cyan,magenta, yellow, black, white , darkgray,gray,

lightgray

extension

\definecolor{color name}{color Set}{value,value,value}

\definecolor{AliceBlue}{rgb}{0.94,0.97,1}

application

pages, font, frame or �elds

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 6 / 30

Page 10: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

package

xcolor

Default colors

red,green, blue, cyan,magenta, yellow, black, white , darkgray,gray,

lightgray

extension

\definecolor{color name}{color Set}{value,value,value}

\definecolor{AliceBlue}{rgb}{0.94,0.97,1}

application

pages, font, frame or �elds

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 6 / 30

Page 11: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

package

xcolor

Default colors

red,green, blue, cyan,magenta, yellow, black, white , darkgray,gray,

lightgray

extension

\definecolor{color name}{color Set}{value,value,value}

\definecolor{AliceBlue}{rgb}{0.94,0.97,1}

application

pages, font, frame or �elds

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 6 / 30

Page 12: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

pdfpages

package

pdfpages

application

including of pdf �le(s)

options

�nal, draft and enable-survey

implementation

\usepackage{pdfpages}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 7 / 30

Page 13: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

pdfpages

package

pdfpages

application

including of pdf �le(s)

options

�nal, draft and enable-survey

implementation

\usepackage{pdfpages}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 7 / 30

Page 14: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

pdfpages

package

pdfpages

application

including of pdf �le(s)

options

�nal, draft and enable-survey

implementation

\usepackage{pdfpages}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 7 / 30

Page 15: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

pdfpages

package

pdfpages

application

including of pdf �le(s)

options

�nal, draft and enable-survey

implementation

\usepackage{pdfpages}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 7 / 30

Page 16: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

page include

all pages

\includepdf[pages=-]{file}

all pages reverse order

\includepdf[pages=last-1]{file}

from . . . to . . .

\includepdf[pages={2-7}]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 8 / 30

Page 17: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

page include

all pages

\includepdf[pages=-]{file}

all pages reverse order

\includepdf[pages=last-1]{file}

from . . . to . . .

\includepdf[pages={2-7}]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 8 / 30

Page 18: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

page include

all pages

\includepdf[pages=-]{file}

all pages reverse order

\includepdf[pages=last-1]{file}

from . . . to . . .

\includepdf[pages={2-7}]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 8 / 30

Page 19: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

page include

particular page(s)

\includepdf[pages={2,4,6}]{file}

empty page

\includepdf[pages={2,{},4}]{file}

mixture

\includepdf[pages={2-7,2,4,{},6}]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 9 / 30

Page 20: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

page include

particular page(s)

\includepdf[pages={2,4,6}]{file}

empty page

\includepdf[pages={2,{},4}]{file}

mixture

\includepdf[pages={2-7,2,4,{},6}]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 9 / 30

Page 21: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

page include

particular page(s)

\includepdf[pages={2,4,6}]{file}

empty page

\includepdf[pages={2,{},4}]{file}

mixture

\includepdf[pages={2-7,2,4,{},6}]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 9 / 30

Page 22: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

nup and alignment

nup

nup=<Number Columns>x<Number Rows>

2 on 1

\includepdf[pages={from to}, nup = 1x2]{file}

\includepdf[pages={from to}, nup = 2x1]{file}

nup = 1× 2 6= nup = 2× 1

alignment

portrait is default

landscape

\includepdf[landscape=true,pages=-]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 10 / 30

Page 23: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

nup and alignment

nup

nup=<Number Columns>x<Number Rows>

2 on 1

\includepdf[pages={from to}, nup = 1x2]{file}

\includepdf[pages={from to}, nup = 2x1]{file}

nup = 1× 2 6= nup = 2× 1

alignment

portrait is default

landscape

\includepdf[landscape=true,pages=-]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 10 / 30

Page 24: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

nup and alignment

nup

nup=<Number Columns>x<Number Rows>

2 on 1

\includepdf[pages={from to}, nup = 1x2]{file}

\includepdf[pages={from to}, nup = 2x1]{file}

nup = 1× 2 6= nup = 2× 1

alignment

portrait is default

landscape

\includepdf[landscape=true,pages=-]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 10 / 30

Page 25: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

nup and alignment

nup

nup=<Number Columns>x<Number Rows>

2 on 1

\includepdf[pages={from to}, nup = 1x2]{file}

\includepdf[pages={from to}, nup = 2x1]{file}

nup = 1× 2 6= nup = 2× 1

alignment

portrait is default

landscape

\includepdf[landscape=true,pages=-]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 10 / 30

Page 26: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

nup and alignment

nup

nup=<Number Columns>x<Number Rows>

2 on 1

\includepdf[pages={from to}, nup = 1x2]{file}

\includepdf[pages={from to}, nup = 2x1]{file}

nup = 1× 2 6= nup = 2× 1

alignment

portrait is default

landscape

\includepdf[landscape=true,pages=-]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 10 / 30

Page 27: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

additional

frames

frame= true

delta

delta=Xmm Xmm

Beamer Class Handout

\includepdf[pages=-,nup= 2x2,frame= true,

delta=3mm 3mm]{Handout-classic}

o�set

o�set=Xmm Xmm

signature

\includepdf[pages=-7, signature=4, landscape]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 11 / 30

Page 28: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

additional

frames

frame= true

delta

delta=Xmm Xmm

Beamer Class Handout

\includepdf[pages=-,nup= 2x2,frame= true,

delta=3mm 3mm]{Handout-classic}

o�set

o�set=Xmm Xmm

signature

\includepdf[pages=-7, signature=4, landscape]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 11 / 30

Page 29: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

additional

frames

frame= true

delta

delta=Xmm Xmm

Beamer Class Handout

\includepdf[pages=-,nup= 2x2,frame= true,

delta=3mm 3mm]{Handout-classic}

o�set

o�set=Xmm Xmm

signature

\includepdf[pages=-7, signature=4, landscape]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 11 / 30

Page 30: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

additional

frames

frame= true

delta

delta=Xmm Xmm

Beamer Class Handout

\includepdf[pages=-,nup= 2x2,frame= true,

delta=3mm 3mm]{Handout-classic}

o�set

o�set=Xmm Xmm

signature

\includepdf[pages=-7, signature=4, landscape]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 11 / 30

Page 31: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

additional

frames

frame= true

delta

delta=Xmm Xmm

Beamer Class Handout

\includepdf[pages=-,nup= 2x2,frame= true,

delta=3mm 3mm]{Handout-classic}

o�set

o�set=Xmm Xmm

signature

\includepdf[pages=-7, signature=4, landscape]{file}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 11 / 30

Page 32: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

Hyperref

package

hyperref

jumping

reference

document

properties

opening

Start

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 12 / 30

Page 33: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

Hyperref

package

hyperref

jumping

reference

document

properties

opening

Start

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 12 / 30

Page 34: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

Hyperref

package

hyperref

jumping

reference

document

properties

opening

Start

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 12 / 30

Page 35: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

Hyperref

package

hyperref

jumping

reference

document

properties

opening

Start

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 12 / 30

Page 36: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

hyperref

default

\usepackage{hyperref}

link properties

mode, looking, color

pdf properties

info, openings, etc.

options

draft, debug, implicit, . . .

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 13 / 30

Page 37: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

hyperref

default

\usepackage{hyperref}

link properties

mode, looking, color

pdf properties

info, openings, etc.

options

draft, debug, implicit, . . .

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 13 / 30

Page 38: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

hyperref

default

\usepackage{hyperref}

link properties

mode, looking, color

pdf properties

info, openings, etc.

options

draft, debug, implicit, . . .

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 13 / 30

Page 39: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

hyperref

default

\usepackage{hyperref}

link properties

mode, looking, color

pdf properties

info, openings, etc.

options

draft, debug, implicit, . . .

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 13 / 30

Page 40: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

references

default references

cite, ref and footnotes

references

URLs

bookmarks

headings

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 14 / 30

Page 41: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

references

default references

cite, ref and footnotes

references

URLs

bookmarks

headings

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 14 / 30

Page 42: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

references

default references

cite, ref and footnotes

references

URLs

bookmarks

headings

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 14 / 30

Page 43: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

how to

switch o� default reference

\usepackage[implicit=false]{hyperref}

URLs

\href{http://www.namsu.de}{\LaTeX{} Course}

\href{mailto:[email protected]}{eMail to test}

bookmark options

\usepackage[bookmarksopen]{hyperref}

\usepackage[bookmarksopenlevel=section]{hyperref}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 15 / 30

Page 44: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

how to

switch o� default reference

\usepackage[implicit=false]{hyperref}

URLs

\href{http://www.namsu.de}{\LaTeX{} Course}

\href{mailto:[email protected]}{eMail to test}

bookmark options

\usepackage[bookmarksopen]{hyperref}

\usepackage[bookmarksopenlevel=section]{hyperref}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 15 / 30

Page 45: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

how to

switch o� default reference

\usepackage[implicit=false]{hyperref}

URLs

\href{http://www.namsu.de}{\LaTeX{} Course}

\href{mailto:[email protected]}{eMail to test}

bookmark options

\usepackage[bookmarksopen]{hyperref}

\usepackage[bookmarksopenlevel=section]{hyperref}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 15 / 30

Page 46: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

links and their color

link name

link

cite

url

link color

\usepackage[<name>color=<Farbe>]{hyperref}

\usepackage[urlcolor=blue]{hyperref}

link frame color

\usepackage[<name>bordercolor=<RGB-Code>]{hyperref}

\usepackage[urlbordercolor=1 0 1]{hyperref}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 16 / 30

Page 47: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

links and their color

link name

link

cite

url

link color

\usepackage[<name>color=<Farbe>]{hyperref}

\usepackage[urlcolor=blue]{hyperref}

link frame color

\usepackage[<name>bordercolor=<RGB-Code>]{hyperref}

\usepackage[urlbordercolor=1 0 1]{hyperref}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 16 / 30

Page 48: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

links and their color

link name

link

cite

url

link color

\usepackage[<name>color=<Farbe>]{hyperref}

\usepackage[urlcolor=blue]{hyperref}

link frame color

\usepackage[<name>bordercolor=<RGB-Code>]{hyperref}

\usepackage[urlbordercolor=1 0 1]{hyperref}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 16 / 30

Page 49: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

additional

\hypersetup{colorlinks=false}or

\usepackage[colorlinks=false,

urlbordercolor=1 0 1]{hyperref}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 17 / 30

Page 50: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

document properties

\hypersetup{

pdftitle = {title},

pdfsubject = {subject },

pdfauthor = {author or authors},

pdfkeywords = {keyword 1, keyword 2 ...} ,

pdfcreator = {which application pdflatex},

pdfproducer = {LaTeX with hyperref}

}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 18 / 30

Page 51: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

starting properties

whole page

\usepackage[pdfstartview={Fit}]{hyperref}

heigth

\usepackage[pdfstartview={FitV}]{hyperref}

width

\usepackage[pdfstartview={FitH}]{hyperref}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 19 / 30

Page 52: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

starting properties

whole page

\usepackage[pdfstartview={Fit}]{hyperref}

heigth

\usepackage[pdfstartview={FitV}]{hyperref}

width

\usepackage[pdfstartview={FitH}]{hyperref}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 19 / 30

Page 53: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

starting properties

whole page

\usepackage[pdfstartview={Fit}]{hyperref}

heigth

\usepackage[pdfstartview={FitV}]{hyperref}

width

\usepackage[pdfstartview={FitH}]{hyperref}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 19 / 30

Page 54: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

document

\documentclass{beamer}

\setbeamertemplate{navigation symbols}{}

\usepackage{beamerthemeshadow}

\begin{document}

\title{Beamer Class well nice}

\author{Sascha Frank}

\date{\today}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 20 / 30

Page 55: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

title page

\begin{frame}

\titlepage

\end{frame}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 21 / 30

Page 56: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

table of contents

\begin{frame}

\frametitle{Table of contents}

\tableofcontents

\end{frame}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 22 / 30

Page 57: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

lists with pause

\begin{itemize}

\item Introduction to \LaTeX \pause

\item Course 2 \pause

\item Termpapers and presentations with \LaTeX \pause

\item Beamer class

\end{itemize}

Introduction to LATEX

Course 2

Termpapers and presentations with LATEX

Beamer class

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 23 / 30

Page 58: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

lists with pause

\begin{itemize}

\item Introduction to \LaTeX \pause

\item Course 2 \pause

\item Termpapers and presentations with \LaTeX \pause

\item Beamer class

\end{itemize}

Introduction to LATEX

Course 2

Termpapers and presentations with LATEX

Beamer class

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 23 / 30

Page 59: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

lists with pause

\begin{itemize}

\item Introduction to \LaTeX \pause

\item Course 2 \pause

\item Termpapers and presentations with \LaTeX \pause

\item Beamer class

\end{itemize}

Introduction to LATEX

Course 2

Termpapers and presentations with LATEX

Beamer class

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 23 / 30

Page 60: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

lists with pause

\begin{itemize}

\item Introduction to \LaTeX \pause

\item Course 2 \pause

\item Termpapers and presentations with \LaTeX \pause

\item Beamer class

\end{itemize}

Introduction to LATEX

Course 2

Termpapers and presentations with LATEX

Beamer class

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 23 / 30

Page 61: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

lists with pause

\begin{itemize}

\item Introduction to \LaTeX \pause

\item Course 2 \pause

\item Termpapers and presentations with \LaTeX \pause

\item Beamer class

\end{itemize}

Introduction to LATEX

Course 2

Termpapers and presentations with LATEX

Beamer class

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 23 / 30

Page 62: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

blocs

\begin{block}{title of the bloc}

bloc text

\end{block}

title of the bloc

bloc text

\begin{exampleblock}{title of the bloc}

bloc text

\end{exampleblock}

title of the bloc

bloc text

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 24 / 30

Page 63: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

blocs

\begin{block}{title of the bloc}

bloc text

\end{block}

title of the bloc

bloc text

\begin{exampleblock}{title of the bloc}

bloc text

\end{exampleblock}

title of the bloc

bloc text

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 24 / 30

Page 64: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

blocs

\begin{block}{title of the bloc}

bloc text

\end{block}

title of the bloc

bloc text

\begin{exampleblock}{title of the bloc}

bloc text

\end{exampleblock}

title of the bloc

bloc text

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 24 / 30

Page 65: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

blocs

\begin{block}{title of the bloc}

bloc text

\end{block}

title of the bloc

bloc text

\begin{exampleblock}{title of the bloc}

bloc text

\end{exampleblock}

title of the bloc

bloc text

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 24 / 30

Page 66: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

blocs

\begin{alertblock}{title of the bloc}

bloc text

\end{alertblock}

title of the bloc

bloc text

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 25 / 30

Page 67: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

blocs

\begin{alertblock}{title of the bloc}

bloc text

\end{alertblock}

title of the bloc

bloc text

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 25 / 30

Page 68: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

\begin{columns}

\begin{column}{5cm}

\begin{itemize}

\item Beamer

\item Beamer Class

\item Beamer Class Latex

\end{itemize}

\end{column}

\begin{column}{5cm}

\begin{tabular}{|c|c|}

\hline

\textbf{Instructor} & \textbf{Title} \\

\hline

Sascha Frank & \LaTeX \ Course 1 \\

\hline

Sascha Frank & Course serial \\

\hline

\end{tabular}

\end{column}

\end{columns}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 26 / 30

Page 69: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

splitting screen

Beamer

Beamer Class

Beamer Class Latex

Instructor Title

Sascha Frank LATEX Course 1

Sascha Frank Course serial

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 27 / 30

Page 70: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

pictures in latex beamer class

\begin{figure}

\includegraphics[scale=0.5]{PIC1}

\caption{show an example picture}

\end{figure}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 28 / 30

Page 71: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

pictures and lists in beamer class

\begin{columns}

\begin{column}{5cm}

\begin{itemize}

\item<1-> subject 1

\item<3-> subject 2

\item<5-> subject 3

\end{itemize}

\vspace{3cm}

\end{column}

\begin{column}{5cm}

\begin{overprint}

\includegraphics<2>{PIC1}

\includegraphics<4>{PIC2}

\includegraphics<6>{PIC3}

\end{overprint}

\end{column}

\end{columns}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 29 / 30

Page 72: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

pictures and lists in beamer class

subject 1

subject 2

subject 3

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 30 / 30

Page 73: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

pictures and lists in beamer class

subject 1

subject 2

subject 3

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 30 / 30

Page 74: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

pictures and lists in beamer class

subject 1

subject 2

subject 3

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 30 / 30

Page 75: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

pictures and lists in beamer class

subject 1

subject 2

subject 3

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 30 / 30

Page 76: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

pictures and lists in beamer class

subject 1

subject 2

subject 3

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 30 / 30

Page 77: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

pictures and lists in beamer class

subject 1

subject 2

subject 3

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 30 / 30

Page 78: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

\begin{frame}[plain]

\frametitle{plain, or a way to get more space}

\begin{figure}

\includegraphics[scale=0.5]{PIC1}

\caption{show an example picture}

\end{figure}

\end{frame}

Sascha Frank (IFI) Introduction to LATEX Part III 01.12.2011 31 / 30

Page 79: for MST Students Sascha Frank - uni-freiburg.de1 Outline 2 packages tabularx booktabs (x)color Pdfpages n auf 1 Hyperref Links & Co. 3 presentation beamer class blocs split screen

plain, or a way to get more space

Figure: show an example picture