diff options
Diffstat (limited to 'helpcontent2/source/text/simpress/guide/show.xhp')
-rw-r--r-- | helpcontent2/source/text/simpress/guide/show.xhp | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/helpcontent2/source/text/simpress/guide/show.xhp b/helpcontent2/source/text/simpress/guide/show.xhp new file mode 100644 index 000000000..7be2daf99 --- /dev/null +++ b/helpcontent2/source/text/simpress/guide/show.xhp @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + --> + +<meta> + <topic id="textsimpressguideshowxml" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Showing a Slide Show</title> + <filename>/text/simpress/guide/show.xhp</filename> + </topic> + <history> + <created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> + </history> +</meta> + +<body> + <bookmark xml-lang="en-US" branch="index" id="bm_id5592516"> + <bookmark_value>running slide shows</bookmark_value> + <bookmark_value>showing;slide shows</bookmark_value> + <bookmark_value>slide shows; starting</bookmark_value> + <bookmark_value>presentations; starting</bookmark_value> + <bookmark_value>starting; slide shows</bookmark_value> + <bookmark_value>automatic slide shows</bookmark_value> + <bookmark_value>slide transitions;automatic</bookmark_value> + <bookmark_value>automatic slide transition</bookmark_value> + </bookmark> + <h1 id="hd_id4901272"><variable id="show"><link href="text/simpress/guide/show.xhp" name="Showing a Slide Show">Showing a Slide Show</link></variable></h1> + <paragraph role="paragraph" id="par_id9636829">Different ways exist to start a slide show. Once a slide show is running, you can take control pressing keys or clicking the mouse buttons.</paragraph> + <paragraph role="paragraph" id="par_id7076937">By default, a slide show always starts with the first slide. You advance manually through slides up to the last slide. You can change these settings.</paragraph> + <h2 id="hd_id9954527">Running a Slide Show</h2> + <list type="unordered"> + <listitem> + <paragraph role="paragraph" id="par_id6860255">Choose <emph>Slide Show - Slide Show</emph> to run the show.</paragraph> + </listitem> + <listitem> + <paragraph role="paragraph" id="par_id3209936">Click to advance to the next effect or to the next slide.</paragraph> + </listitem> + </list> + <tip id="par_id391634159318692">Press <keycode>Esc</keycode> to abort the slide show before its end.</tip> + <paragraph role="paragraph" id="par_id3741264">Many more keys are available to <link href="text/simpress/04/01020000.xhp">control a slide show</link>. You can also right-click to open a context menu with useful commands.</paragraph> + <h2 id="hd_id5694143">Showing an automatic slide show (kiosk mode)</h2> + <paragraph role="paragraph" id="par_id5829645">For an automatic change to the next slide, you must assign a slide transition to each slide. </paragraph> + <list type="ordered"> + <listitem> + <paragraph role="paragraph" id="par_id2361522">Open the <emph>Slide Transition</emph> sidebar deck.</paragraph> + </listitem> + <listitem> + <paragraph role="paragraph" id="par_id9168980">In the <emph>Advance Slide</emph> area, click <emph>After</emph> and enter a time duration.</paragraph> + </listitem> + <listitem> + <paragraph role="paragraph" id="par_id9766533">Click <emph>Apply Transition to All Slides</emph>.</paragraph> + </listitem> + </list> + <tip id="par_id6081728">You can assign a different time for every slide to advance to the next slide. The <link href="text/simpress/guide/rehearse_timings.xhp">rehearse timings</link> feature can assist you to get the timing right.</tip> + <paragraph role="paragraph" id="par_id9219641">To advance to the first slide, after all slides have been shown, you must set the slide show to repeat automatically.</paragraph> + <list type="ordered"> + <listitem> + <paragraph role="paragraph" id="par_id3174230">Choose <emph>Slide Show - Slide Show Settings</emph>.</paragraph> + </listitem> + <listitem> + <paragraph role="paragraph" id="par_id1336405">In the <emph>Presentation Mode</emph> area, choose <emph>Loop and repeat after</emph> and set the duration of the pause between shows.</paragraph> + </listitem> + </list> + <h2 id="hd_id1906491">Running a slide show from a file</h2> + <paragraph role="paragraph" id="par_id4799340">You can start %PRODUCTNAME from a command prompt, followed by the parameter <item type="literal">-show</item> and an Impress filename. For example, to start the file <item type="literal">filename.odp</item> from the command prompt, enter the following command:</paragraph> + <paragraph role="paragraph" localize="false" id="par_id1502121"> + <input>soffice -show filename.odp</input> + </paragraph> + <paragraph role="paragraph" id="par_id8266853">This assumes that soffice is in the program path of your system, and that <item type="literal">filename.odp</item> is located in the current directory.</paragraph> + + <section id="relatedtopics"> + <embed href="text/simpress/guide/individual.xhp#individual"/> + <embed href="text/simpress/guide/rehearse_timings.xhp#rehearse_timings"/> + <embed href="text/simpress/guide/printing.xhp#printing"/> + </section> +</body> +</helpdocument> |