diff options
Diffstat (limited to 'help/C/opening.page')
-rw-r--r-- | help/C/opening.page | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/help/C/opening.page b/help/C/opening.page new file mode 100644 index 00000000..6cbc5c57 --- /dev/null +++ b/help/C/opening.page @@ -0,0 +1,73 @@ +<page xmlns="http://projectmallard.org/1.0/" + xmlns:its="http://www.w3.org/2005/11/its" + type="topic" style="task" + id="opening"> + + <info> + <link type="guide" xref="index#reading"/> + <link type="seealso" xref="formats"/> + <link type="seealso" xref="commandline"/> + <revision pkgversion="1.25" version="0.1" date="2021-03-13" status="final"/> + <credit type="author"> + <name>Tiffany Antopolski</name> + <email its:translate="no">[email protected]</email> + </credit> + <credit type="editor"> + <name>Ekaterina Gerasimova</name> + <email its:translate="no">[email protected]</email> + </credit> + + <include href="legal-unported.xml" xmlns="http://www.w3.org/2001/XInclude"/> + + <desc>How to open a document.</desc> + </info> + + <title>Open a document</title> + + <p>You can open a document using any one of the following ways:</p> + + <list> + <item> + <p>Double-click on the file in <app>Caja</app> or your <em>file + manager</em>.</p> + <note style="tip"> + <p>Double clicking PDF, PostScript, .djvu, .dvi and Comic Book + Archive files opens them in <app>Atril</app> by default.</p> + </note> + </item> + <item> + <p>Right-click on a file icon in <app>Caja</app> and click + <guiseq><gui>Open With</gui><gui>Atril</gui></guiseq>.</p> + </item> + </list> + + <p>If an empty <app>Atril</app> window is already open you can:</p> + + <list> + <item> + <p>Drag a file into the window from <app>Caja</app>. The new file will + open in a new window.</p> + </item> + <item> + <p>Press the <gui>Open…</gui> button in the top-left corner of + the window. In the <gui>Open Document</gui> + dialog, choose the file which you wish to open, and click + <gui>Open</gui>. The file will open in a new window.</p> + </item> + </list> + + <p>If a document is already opened in a <app>Atril</app> window you can:</p> + + <list> + <item> + <p>Drag a file into the window from <app>Caja</app>. The new file will + open in a new window.</p> + </item> + <item> + <p>Press <keyseq><key>Ctrl</key><key>O</key></keyseq>. In the <gui>Open Document</gui> + dialog, choose the file which you wish to open, and click + <gui>Open</gui>. The file will open in a new window.</p> + </item> + </list> + +</page> |