File: presentations.page

package info (click to toggle)
papers 49.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 21,140 kB
  • sloc: ansic: 37,721; sh: 197; xml: 127; makefile: 112
file content (83 lines) | stat: -rw-r--r-- 2,372 bytes parent folder | download | duplicates (3)
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
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="presentations">

  <info>
    <link type="guide" xref="index#pres"/>
    <desc>How to play presentations.</desc>

    <revision pkgversion="3.2" version="0.1" date="2011-09-05" status="final"/>
    <revision pkgversion="3.10.3" date="2014-03-22" status="review"/>
    <revision pkgversion="3.35.1" date="2020-02-15" status="review"/>
    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Anna Philips</name>
      <email>anna.cs.au@gmail.com</email>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>

  </info>

<title>Presentations</title>
<section id="start-presentation">
<title>Starting a presentation</title>
<p>To start a presentation:</p>
<steps>
 <item>
  <p><link xref="opening">Open a file</link></p>
 </item>
 <item>
   <p>Press the menu button in the top-right corner of the window and select
   <gui style="menuitem">Present as Slideshow</gui> (or press <key>F5</key>).</p>
  <p>
   The presentation will be displayed full screen.
  </p>
 </item>
</steps>
</section>
<section id="present">
 <title>
  Moving through a presentation
 </title>
 <p>
  Use the <key>spacebar</key>, <key>&#8594;</key>, <key>&#8595;</key>, or left mouse click to go to the next slide.
 </p>
 <p>
  Use the <key>&#8592;</key>, <key>&#8593;</key> or right mouse click to go to the previous slide.
 </p>
 <note style = "tip">
  <p>
   You can also use the scroll wheel to move back and forth through the presentation.
  </p>
 </note>
 <p>
  Use <key>Esc</key> to exit the presentation.
 </p>
</section>

<section id="blank-screen">
<title>Showing a blank screen</title>
<p>Press <key>B</key> or <key>.</key> to show a black screen.</p>
<p>Press <key>W</key> to show a white screen.</p>
<p>Press <key>B</key>, <key>.</key>, or <key>W</key> again to show the
slide.</p>
</section>

<section id="file-formats">
<title>Supported presentation file formats</title>
<p>
The following file formats can be used for presentations:
</p>
<list>
 <item><p>Comic Book Archive (.cbr and .cbz)</p></item>
 <item><p>DjVu (.djvu, .djv)</p></item>
 <item><p>Open Document Presentation (.odp)</p></item>
 <item><p>Portable Document Format (.pdf)</p></item>
</list>
</section>
</page>