blob: 62e6f654ae3c3af16834f0d27e945ce6ece5d745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
present.tex
Version 1.0, August 2010
Some simple macros for preparing presentations in TeX
Copyright 2010 Matthias Meister
Distributed under the LaTeX Project Public License
present.tex
holds the macros, and is simply \input in a file
HowToTalkTeX.pdf
is a presentation on present.tex done with the macros
HowToTalkTeX.tex
is the corresponding source; together with the pdf it
is an example of how the macros are used to prepare a talk.
Required: miniltx.tex, color.tex, color.sty, pdftex
The macros in present.tex allow the user to:
+) set a colour for the background and for the text
+) include images
+) include links between parts of the presentation
+) include weblinks
+) include links to local files
The macros as such are simple enough so that users should
not find it difficult to adapt them to their needs.
A documentation for pdftex and the PDF-Reference might
occasionally be useful in the context of those macros
which have PDF-code in their replacement text.
|