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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
|
<!-- <?xml version="1.0" ?>
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd">
To edit or validate this document separately, uncomment this prolog
Be sure to comment it out again when you are done -->
<chapter id="tutorial">
<title
>A Step-By-Step Tutorial</title>
<para
> In this chapter, &kpresenter; is introduced using a simple tutorial. We shall walk through the most basic steps that are involved in creating a presentation, and adding some basic effects. </para>
<sect1 id="start-new">
<title
>Start a new document</title>
<para
> When you start &kpresenter;, the Choose Template dialogue appears. </para>
<screenshot
> <screeninfo
>The <guilabel
>Choose a Template</guilabel
> dialogue</screeninfo
> <mediaobject
> <imageobject
> <imagedata fileref="tut01.png" format="PNG"/></imageobject
> <textobject
><phrase
>The <guilabel
>Choose a Template</guilabel
> dialogue</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> The default option is <guilabel
>Start with an empty document</guilabel
>. Select the template labelled <guilabel
>Title</guilabel
> (highlighted in red) by clicking on it. This also selects <guilabel
>Create new document from a template</guilabel
>. </para>
<para
> Now click <guibutton
>OK</guibutton
>. This brings up the slide editor window, where you can view and edit the slides (and objects contained in them) in your document. At the moment, we just have one slide, with one object on it, which is a text box. </para>
<screenshot
> <screeninfo
>The slide editor</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut02.png" format="PNG"/></imageobject
> <textobject
><phrase
>The slide editor</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> Double-click the text box. The cursor changes to a vertical bar to show that you can now type some text. </para>
<screenshot
> <screeninfo
>The text insertion cursor</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut03.png" format="PNG"/> </imageobject
> <textobject
><phrase
>The text insertion cursor</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> Go ahead, type some text! </para>
<screenshot
> <screeninfo
>Adding text</screeninfo
> <mediaobject
> <imageobject
> <imagedata fileref="tut04.png" format="PNG"/></imageobject
> <textobject
><phrase
>Adding text</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> Click away from the text to de-select the text box when you are done typing. </para>
</sect1>
<sect1 id="insert-page">
<title
>Add a new page</title>
<para
> Let's now add a new slide to our document. To do so, click the <guimenu
>Insert</guimenu
> menu, and then click on <guimenuitem
>Page</guimenuitem
>. </para>
<screenshot
> <screeninfo
>Inserting a page from the menu</screeninfo
> <mediaobject
> <imageobject
> <imagedata fileref="tut05.png" format="PNG"/></imageobject
> <textobject
><phrase
>Inserting a page from the menu</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> This brings up the <guilabel
>Insert Page</guilabel
> dialogue. </para>
<screenshot
> <screeninfo
>The <guilabel
>Insert Page</guilabel
> dialogue</screeninfo
> <mediaobject
> <imageobject
> <imagedata fileref="tut06.png" format="PNG"/></imageobject
> <textobject
><phrase
>The <guilabel
>Insert Page</guilabel
> dialogue</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> Click <guibutton
>OK</guibutton
> to accept the defaults, which will add a new page after page 1. </para>
<para
> The <guilabel
>Choose</guilabel
> dialogue comes up so that we can decide what the new slide should look like. This time, double click on the <guilabel
>One</guilabel
> template (highlighted in red.) </para>
<screenshot
> <screeninfo
>Choosing a template for the new page</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut07.png" format="PNG"/></imageobject
> <textobject
><phrase
>Choosing a template for the new page</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> The new slide now appears in the editing window. To change between pages of your presentation, you can select slides in the pane to the left (highlighted in red for this screenshot). </para>
<screenshot
> <screeninfo
>The slides list</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut08.png" format="PNG"/></imageobject
> <textobject
><phrase
>The slides list</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> The newly inserted page has two text boxes. There is one for a title, and another to contain a bulleted list of items. </para>
<screenshot
> <screeninfo
>The new page</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut09.png" format="PNG"/></imageobject
> <textobject
><phrase
>The new page</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> Double-click and type a title. Then double-click on the second text box. Note that a bullet automatically appears when you start typing. Type some text and end the paragraph by pressing the <keycap
>Enter</keycap
> or <keycap
>Return</keycap
> key. As you type new paragraphs, bullets automatically appear in front of them. </para>
<screenshot
> <screeninfo
>Adding text to the second page</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut10.png" format="PNG"/></imageobject
> <textobject
><phrase
>Adding text to the second page</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> You can de-select the text box by clicking away from it. </para>
</sect1>
<sect1 id="insert-pic">
<title
>Insert a picture</title>
<para
> Let's go back to the first page now. Use the list of slides on the left of your screen. </para>
<para
> In this section, we'll liven our presentation up a bit by adding a nice logo to the title page. To do so, the first step is to click on the <guimenu
>Insert</guimenu
> menu item, and then on <guimenuitem
>Picture</guimenuitem
>. </para>
<screenshot
> <screeninfo
>Using the menu to add an image</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut11.png" format="PNG"/></imageobject
> <textobject
><phrase
>Using the menu to add an image</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> This brings up a file selection dialog. To learn about this or other standard &kde; dialogue boxes in detail, please consult the &kde; documentation. You can browse by clicking on <guiicon
>folder</guiicon
> icons or by using the <guiicon
>browser</guiicon
> style buttons on the toolbar (highlighted in red.) Clicking the <guiicon
>up arrow</guiicon
> takes you up one directory level. </para>
<para
> Find the file named <filename
>koffice-logo.png</filename
>, which may be in a different directory than the one shown in the screenshot below. You can also choose any other graphic file if you like! Select the file, and click <guibutton
>Open</guibutton
>. </para>
<screenshot
> <screeninfo
>Choosing a picture to add</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut12.png" format="PNG"/></imageobject
> <textobject
><phrase
>Choosing a picture to add</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> The logo graphic is now visible in the top left corner of the editing window. There are selection handles (little black squares) visible around the border of the graphic. </para>
<screenshot
> <screeninfo
>The newly added image</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut13.png" format="PNG"/></imageobject
> <textobject
><phrase
>The newly added image</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> Place the mouse cursor anywhere in the middle of the logo, and drag it to the middle of the title page. </para>
<screenshot
> <screeninfo
>Moving the image into place</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut14.png" format="PNG"/></imageobject
> <textobject
><phrase
>Moving the image into place</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> That's it. Now you have a picture on the title page! </para>
</sect1>
<sect1 id="addshadow">
<title
>Add a shadow to the title text</title>
<para
> Let's continue enhancing our title page by adding a shadow behind the title. <mousebutton
>Right</mousebutton
> click anywhere on the title text. This achieves two things: the text box containing the title is selected, and a menu pops-up. </para>
<para
> Select the <guimenuitem
>Shadow</guimenuitem
> option in the pop-up menu. </para>
<screenshot
> <screeninfo
>The context menu</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut15.png" format="PNG"/></imageobject
> <textobject
><phrase
>The context menu</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> The <guilabel
>Shadow</guilabel
> dialogue pops up. The distance between the shadow and the text is currently 0 so the shadow cannot be seen (this part of the dialogue box is highlighted in red.) </para>
<screenshot
> <screeninfo
>The <guilabel
>Shadow</guilabel
> dialogue</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut16.png" format="PNG"/></imageobject
> <textobject
><phrase
>The <guilabel
>Shadow</guilabel
> dialogue</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> Increase the distance value to 3. The effect of changing the distance can be seen in the preview window. Now click <guibutton
>OK</guibutton
>. </para>
<screenshot
> <screeninfo
>Adding a shadow to the title</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut17.png" format="PNG"/></imageobject
> <textobject
><phrase
>Adding a shadow to the title</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> Now the title has a shadow! </para>
<screenshot
> <screeninfo
>The new shadowed title</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut18.png" format="PNG"/></imageobject
> <textobject
><phrase
>The new shadowed title</phrase
></textobject
> </mediaobject
> </screenshot>
</sect1>
<sect1 id="textcolor">
<title
>Change the colour of the title text</title>
<para
> Let's finish by changing the colour of the title text from black to blue. To do so, select the title text by double-clicking the text box. </para>
<para
> Change the colour to blue by clicking on the <guiicon
>dark blue</guiicon
> icon in the colour palette on the right side of the editing window (this icon is highlighted in red.) </para>
<screenshot
> <screeninfo
>The colour palette</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut19.png" format="PNG"/></imageobject
> <textobject
><phrase
>The colour palette</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> Changing the colour of the selected text to blue changes its appearance. The exact colour that highlighted text turns depends on your system colour scheme. </para>
<screenshot
> <screeninfo
>Highlighted text</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut20.png" format="PNG"/></imageobject
> <textobject
><phrase
>Highlighted text</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> Now click away from the text to de-select it. </para>
<screenshot
> <screeninfo
>The finished title</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut21.png" format="PNG"/></imageobject
> <textobject
><phrase
>The finished title</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> Now that there are two slides, why not try a slide show! To start the slide show, press the <guiicon
>play</guiicon
> button (the grey arrow) on the top toolbar. The first slide should appear on your screen. </para>
<screenshot
> <screeninfo
>The first slide</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut22.png" format="PNG"/></imageobject
> <textobject
><phrase
>The first slide</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> To advance from the first slide to the next, just click anywhere on the screen, or use the <keycap
>Page Down</keycap
> key. </para>
<screenshot
> <screeninfo
>The second slide</screeninfo
> <mediaobject
> <imageobject
><imagedata fileref="tut23.png" format="PNG"/></imageobject
> <textobject
><phrase
>The second slide</phrase
></textobject
> </mediaobject
> </screenshot>
<para
> To exit the slide show, <mousebutton
>right</mousebutton
> click, and then select the <guimenuitem
>Exit presentation</guimenuitem
> option from the pop-up menu. </para>
</sect1>
</chapter>
|