File: README

package info (click to toggle)
texlive-extra 2018.20190227-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,308,212 kB
  • sloc: perl: 205,263; cs: 24,503; python: 21,587; java: 17,308; makefile: 14,921; ansic: 12,477; sh: 12,401; xml: 5,150; lisp: 1,708; csh: 1,129; ruby: 938; awk: 163; tcl: 142; cpp: 41; sed: 36; pascal: 25; haskell: 5
file content (69 lines) | stat: -rw-r--r-- 1,862 bytes parent folder | download | duplicates (5)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
present.tex
Version 2.2.1, February 2019

Some simple macros for preparing presentations in TeX
Copyright 2010-2019 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: pdftex

The macros in present.tex allow the user to:
+) set a colour for the background and for the text
+) set background images
+) include links between parts of the presentation
+) include weblinks
+) include links to local files
+) include images
+) show slides incrementally

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.

-----------------------
Changes

From 2.2 to 2.2.1:

Merely updated contact details in files.
No changes to the macros.


From 2.1 to 2.2:

Added macros \Frames, \endFrames, \onframe, \afterframe,
\beforeframe to support the incremental showing of a slide
as a sequence of frames.

The additional source file present-transitions.tex
contains macro definitions which allow to use transition 
effects between slides / frames. 


From 2.0 to 2.1:

Fixed a bug which caused complaints about unknown 
operators 0.0RG and 0.0rg with some pdf-viewers.


From 1.0 to 2.0:

*) An image can be set on the slide background.
*) Added control word \rm for using roman type 
   at correct size within math.
*) Rewritten colour support; miniltx.tex, color.tex, 
   color.sty no longer required. As a result, control
   sequences for handling colour have changed.