27 lines
1.7 KiB
HTML
27 lines
1.7 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>Create a new presentation or open an existing one</title>
|
|||
|
<meta charset="utf-8" />
|
|||
|
<meta name="description" content="Open a recently edited presentation, create a new one, or return to the list of existing presentations" />
|
|||
|
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div class="mainpart">
|
|||
|
<h1>Create a new presentation or open an existing one</h1>
|
|||
|
<p>When Presentation Editor is open, you can immediately proceed to an already existing presentation that you have recently edited, create a new one, or return to the list of existing presentations.</p>
|
|||
|
<p>To create a new presentation within Presentation Editor:</p>
|
|||
|
<ol>
|
|||
|
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar,</li>
|
|||
|
<li>select the <b>Create New</b> option. <!--Here you can choose whether to create a <b>blank</b> text document or use one of the available document <b>templates</b>: contract, letter, list, or plan.--></li>
|
|||
|
</ol>
|
|||
|
<p>To open a recently edited presentation within Presentation Editor:</p>
|
|||
|
<ol>
|
|||
|
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar,</li>
|
|||
|
<li>select the <b>Open Recent</b> option,</li>
|
|||
|
<li>choose the presentation you need from the list of recently edited presentations.</li>
|
|||
|
</ol>
|
|||
|
<p>To return to the list of existing presentations, click the <b>Go to Documents</b> link in the right upper corner or the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Go to Documents</b> option.</p>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|