Making L T X Slides A E Albert.Ornstein@Colorado.EDU 15 July - - PDF document

making l t x slides
SMART_READER_LITE
LIVE PREVIEW

Making L T X Slides A E Albert.Ornstein@Colorado.EDU 15 July - - PDF document

Making L T X Slides A E Albert.Ornstein@Colorado.EDU 15 July 1998 You can put figures and tables into slides, using the picture and epsfig and tabular environments, but you cant use the figure and table environ- ments; L T


slide-1
SLIDE 1

Making L

A

T E X “Slides”

Albert.Ornstein@Colorado.EDU 15 July 1998

slide-2
SLIDE 2
  • You can put figures and tables into slides,

using the picture and epsfig and tabular environments, but

  • you can’t use the figure and table environ-

ments; L

A

T E X won’t number and caption figures and tables.

  • Predefined colors are blue, red, black, white ,

cyan, magenta, yellow, green. Define colors? Colored formulae? You bet! \definecolor{darkgreen}{rgb}{0,0.4,0} A = πr2:

r

0 2πx dx = πr2.

1

slide-3
SLIDE 3

For example, here we import an image from a PostScript file:

−0.2 0.2 0.4 0.6 0.8 1 −10 −5 5 10 −10 −5 5 10 −0.5 0.5 1 Demo For CMPUT603 UofA

and here’s a L

A

T E X picture;

❄ ✟ ✟ ✟ ✟ ✟ ❍❍❍❍ ❍ ❍ ❍ ❍ ❍ ❍ ✟✟✟✟ ✟

no yes i = 0

✟ ✟ ✟ ✟ ✟ ❍❍❍❍ ❍ ❍ ❍ ❍ ❍ ❍ ✟✟✟✟ ✟

no yes j ≤ i

✟ ✟ ✟ ✟ ✟ ❍❍❍❍ ❍ ❍ ❍ ❍ ❍ ❍ ✟✟✟✟ ✟

no yes k = j

✫✪ ✬✩

3

✫✪ ✬✩

5

❄ s

y = f(i, j, k)

2

slide-4
SLIDE 4

For more information about L

A

T E X see http://www.colorado.edu/ITS/docs/latex or the printed manuals for L

A

T E X. Overlays are important for presentation transparencies!!

3

slide-5
SLIDE 5

For more information about L

A

T E X see http://www.colorado.edu/ITS/docs/latex or the printed manuals for L

A

T E X. Overlays are important for presentation transparencies!!

3-a

slide-6
SLIDE 6

Here’s a table, produced in the tabular en- vironment. In slides you may not put this into a table environment, i.e., surrounded by \begin{table} and \end{table}. n L1 L2 L3 W 2 1/2 1/3 1.28453 0.35728389 1/3 2/3 1.98720 0.32497238 1/4 1/4 2.97378 0.39902682 3 1/3 1/2 3.09927 0.41826033 1/2 3/4 3.14972 0.41991556 1/5 1/5 4.29072 0.50297387 4 1/4 2/5 4.87208 0.51993702 1/3 3/5 4.96931 0.52083333 1/2 4/5 4.99926 0.52000000

4

slide-7
SLIDE 7

The slides class lacks several of the environ- ments defined for other classes. Here’s how the five basic document classes compare:

environment article report book letter slides abstract

  • description
  • figure
  • figure*
  • picture
  • quotation
  • quote
  • table
  • table*
  • tabular
  • thebibliography
  • theindex
  • titlepage
  • verse
  • 5