blob: 98dc4131d6a7b1703c1f4c83417f2be182edadaf (
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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
% This file is a solution template for:
% - Introducing another speaker.
% - Talk length is about 2min.
% - Style is informal.
% This is adapted from the example by Till Tantau <tantau@users.sourceforge.net>
% included as part of the beamer package in LaTeX
%
% In principle, this file can be redistributed and/or modified under
% the terms of the GNU Public License, version 2.
%
% However, this file is supposed to be a template to be modified
% for your own needs. For this reason, if you use this file as a
% template and not specifically distribute it as part of a another
% package/program, the author grants the extra permission to freely
% copy and modify this file as you see fit and even to delete this
% copyright notice.
\usemodule
[simpleslides]
[style=Boxed,
font=Bookman]
\starttext
\SlideTitle {Speaker's Name}
\startitemize
\item
Current affiliation of Speaker's Name
% Examples:
\startitemize
\item
Professor of mathematics, University of Wherever.
\item
Junior partner at company X.
\item
Speaker for organization/project X.
\stopitemize
\stopitemize
\SlideTitle {Speaker's Name}
\startitemize
\item Experience and achievements
% Optional. Use this if it is appropriate to slightly flatter the
% speaker, for example if the speaker has been invited.
% Using subitems, list things that make the speaker look
% interesting and competent.
% Examples:
\startitemize
\item
Academic degree, but only if appropriate
\item
Current and/or previous positions, possibly with dates
\item
Publications (possibly just number of publications)
\item
Awards, prizes
\stopitemize
\stopitemize
\SlideTitle {Speaker's Name}
\startitemize
\item Concerning today's talk
% Optional. Use this to point out specific experiences/knowledge
% of the speaker that are important for the talk and that do not
% follow from the above.
% Examples:
\startitemize
\item
Expert who has worked in the field/project for X month/years.
\item
Will present his/her/group's/company's research on the subject.
\item
Will summarize project report or current project status.
\stopitemize
\stopitemize
\stoptext
|