.\" Slide Sample 1
..
.\" STUFF FOR TROFF
.\" Slide Start
.EF '''
.OF '''
.EH '''
.OH '''
.nf
.nr ZQ 0 1
.af ZQ 1
..
.de SS
-------- SLIDE \\n+(ZQ --------
..
.\" Slide End
.de SE
..
..
.\" Slide Command
.de SC
..
..
..
.\" Our Slide Command macros

.\" Our Slide Show Setup Macro (called in first slide)
.SC macro setup
.\" These first two tighten interline spacing
.SC topmargin -2
.SC vertspace 1
.SC loadfont 0 RevueLight.font 30 40 20
.SC loadfont 1 RevueLight.font 32 40 20
.SC loadfont 2 RevueLight.font 32 40 20 italic soft
.SC loadfont 3 RevueLight.font 40 50 20 italic soft
.SC palette 0x664
.SC endm

.SC macro heading
.SC fontnum 2
.SC shadow 0 0 0 0
.SC savepen
.SC pen 4
.SC box 10 4 0 5
.SC xbox 10 15 0 5
.SC xbox 10 25 0 5
.SC box 10 34 0 5
.SC restorepen
.SC shadow 3 3 -1 -1
.SC center 1
.SC endm

.SC macro heading1
.SC pen 1
.SC heading
.SC endm

.SC macro body
.SC fontnum 1
.SC shadow 4 4 -1 -1
.SC pen 1
.SC centeron
.SC endm

.SC macro underline
.SC box 10 0 0 2
.SC endm

.SC macro redline
.SC savepen
.SC pen 3
.SC underline
.SC restorepen
.SC endm

.SC macro centeron
.SC center 9999
.SC endm

.SC macro centeroff
.SC center 0
.SC endm

.\" TITLE SLIDE (calls setup macro)
.SS
.SC setup
.SC pen 1
.SC shadow 4 4 -1 -1
.SC box 40 10 0 0
.SC fontnum 3
.SC pen 3
.SC vertmove 10
.SC centeron
This is a
Sample
Title
Page
.SC centeroff
.SE

.SS
.SC heading1
Classic Slide Title xyz
.SC body
Line 1
xyz Line 2 apq
.SC redline
Line 3
Line 4
Line 5 pgjq
.SC notes

This is a test of additional notes for this slide.
This is the second line of additional notes.
.SC endnotes
.SE

.SS
.SC heading1
Slide Title
.SC body
.SC centeroff
Stuff 1
More Stuff
Even More Stuff
This is the last slide.
.SC addbrush testbrush 320 50
.SC notes

This is a test of additional notes.
This is the second line of additional notes.
.SC endnotes
.SE
