home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 October / PCWorld_2005-10_cd.bin / komunikace / amaya / amaya-WinXP-9.2.1.exe / doc / WX / Printing.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-03-08  |  5.3 KB  |  130 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.   <meta name="GENERATOR" content="amaya 9.1, see http://www.w3.org/Amaya/" />
  8.   <title>Printing Documents in Amaya</title>
  9.   <style type="text/css">
  10.   </style>
  11.   <link href="style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <div>
  17. <img alt="Amaya" src="../../resources/icons/22x22/logo.png" class="logo" />
  18.  
  19. <p class="nav"><a href="WebDAV.html" accesskey="p"><img alt="previous"
  20. src="../../resources/icons/misc/left.png" /></a> <a href="Manual.html"
  21. accesskey="t"><img alt="top" src="../../resources/icons/misc/up.png" /></a>
  22. <a href="Numbering.html" accesskey="n"><img alt="next"
  23. src="../../resources/icons/misc/right.png" /></a></p>
  24. </div>
  25.  
  26. <div id="page_body">
  27. <h2>Printing Documents in Amaya</h2>
  28.  
  29. <p>Amaya can print documents with or without CSS style sheets, on both Linux
  30. and Windows platforms.</p>
  31.  
  32. <p class="Note"><b>Important</b>:áOn Linux platforms, Amaya can only generate
  33. a Postscript description, so you must have a PostScript printer or use an
  34. application to translate the PostScript into your specific printer
  35. language.</p>
  36.  
  37. <p>You can print a document in three ways:</p>
  38. <ul>
  39.   <li><span class="Link0"><strong>Setup and Print</strong></span>
  40.     (<strong>File> Setup and Print</strong>), which enables you to set
  41.     some parameters and options before printing.</li>
  42.   <li><span class="Link0"><strong>Print</strong></span> (<strong>File
  43.     >Print</strong>), which prints a document using the current print
  44.     configuration (defined using the Setup and Print command).</li>
  45.   <li>The <img src="../../resources/icons/22x22/print.png" alt="Print Button"
  46.     /> button on the button bar. On Linux platforms, this is a shortcut to
  47.     the <strong>Print</strong> command. On Windows platforms, this is a
  48.     shortcut to the <strong>Setup and Print</strong> command, due to a
  49.     problem with the use of DLLs on Windows 95.</li>
  50. </ul>
  51.  
  52. <p>For more information on printing with style sheets, see <span
  53. class="Link0">About Controlling Printing with CSS</span>.</p>
  54.  
  55. <h3>Using the Setup and Print Command</h3>
  56.  
  57. <p>The <strong>Setup and Print</strong> command allows you to change the
  58. printer and toc/page options. Depending on your operating system, some
  59. parameters and options are reset to their default value when you browse
  60. another document. This effect depends on each platform.</p>
  61.  
  62. <h3>The Print Command</h3>
  63.  
  64. <p>This command prints the current document with the default printing
  65. parameters or with the values previously set using <strong>Setup and
  66. Print</strong>.</p>
  67.  
  68. <p>On Windows platforms, the first time you launch the <strong>Print</strong>
  69. command, the standard Windows dialog is opened to verify that the default
  70. printer is correct.</p>
  71.  
  72. <h3>Printing on Windows Platforms</h3>
  73.  
  74. <p>On Windows platforms, the first time <strong>Setup and Print</strong> is
  75. pressed, a dialog allows you to make some choices like:</p>
  76. <ul>
  77.   <li>generate a table of contents for the document,</li>
  78.   <li>generate a table of links for the document,</li>
  79.   <li>print the document URL on top of each page,</li>
  80.   <li>and print with or without style sheets.</li>
  81. </ul>
  82.  
  83. <p>The next times, or when the <strong>Print</strong> command is selected,
  84. the standard Windows dialog is opened, which allows you to choose the other
  85. printing parameters.</p>
  86.  
  87. <h3>Printing on Linux Platforms</h3>
  88.  
  89. <p>Under Linux, the <strong>Setup and Print</strong> command allows you
  90. toá:</p>
  91. <ul>
  92.   <li>set the paper format (A4 or US),</li>
  93.   <li>set the orientation (portrait or landscape),</li>
  94.   <li>choose the number of pages printed on the same sheet (1, 2, or 4 pages
  95.     per sheet),</li>
  96.   <li>choose the output (postsrcipt file or printer).</li>
  97. </ul>
  98.  
  99. <p>In addition, you can:</p>
  100. <ul>
  101.   <li>select the manual paper feed,</li>
  102.   <li>generate a table of contents for the document,</li>
  103.   <li>generate a table of links, which creates a number after each link in
  104.     the document that refers to an entry within the table of links and the
  105.     corresponding URL</li>
  106.   <li>print the document URL on each page,</li>
  107.   <li>print the document with or without style sheets.</li>
  108. </ul>
  109.  
  110. <p>When the <strong>Print</strong> command is selected, the printing is done
  111. with standard options or previous selected options.</p>
  112.  
  113. <h3>About Controlling Printing with CSS</h3>
  114.  
  115. <p>Amaya does not print links as underlined. To make this happen, add the
  116. following line to your user style sheet (amaya.css, located in the <span
  117. class="Link0">Amaya home directory</span>):</p>
  118.  
  119. <p><code>@media print {a:link {text-decoration: underline} ... }</code></p>
  120.  
  121. <p>Amaya supports the CSS page break property <code>page-break-before:
  122. always</code>. When you attach this property to a specific element using an
  123. attribute style, Amaya generates a page break before that element. When you
  124. attach this property to an element type within the style element of the
  125. document or within an external CSS style sheet, Amaya generates a page break
  126. before each instance of that element.</p>
  127. </div>
  128. </body>
  129. </html>
  130.