[svn-r1404]
H5.format.html Copy edits Beginning of revisions to bring the Specification up-to-date and move it to present tense Couple of new intro paragraphs, designed largely to offer the user a bit more context H5.user.html Datatypes.html Font correction and minor formatting changes. H5.user.PrintGen.html H5.user.PrintTpg.html New files to enable creating a searchable and printable version of the HDF5 User's Guide. These files enable the creation of a PDF file containing the entire document. H5.user.PrintGen.html controls the print job; H5.user.PrintTpg.html is the title page for the PDF volume.
This commit is contained in:
135
doc/html/H5.user.PrintGen.html
Normal file
135
doc/html/H5.user.PrintGen.html
Normal file
@@ -0,0 +1,135 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
HDF5 User's Guide -- Single Print
|
||||
</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
<center><h1>A User's Guide for HDF5</h1></center>
|
||||
|
||||
This page provides a means of printing the <cite>HDF5 User's Guide</cite>
|
||||
with a single print command as follows:
|
||||
<ol><li>Open this page in Internet Explorer, version 4.0 or or later.
|
||||
(Sorry, but as of this writing, Netscape does not offer the required
|
||||
print feature.)
|
||||
<li>On the <strong>File</strong> menu, select <strong>Print</strong>.
|
||||
<li>In the <strong>Print</strong> dialogue box, select
|
||||
<strong>Print all linked documents</strong>.
|
||||
<li>Select <strong>OK</strong>. Depending on the print settings of your
|
||||
browser, this will produce a 100- to 200-page set of documents,
|
||||
one chapter or section at a time.
|
||||
<li>Once the print job is complete, discard the first page printed (this page).
|
||||
The rest of the printout should form a complete copy of the
|
||||
<cite>HDF5 User's Guide</cite>.
|
||||
</ol>
|
||||
|
||||
|
||||
<br><br>
|
||||
<center>
|
||||
<table border=0 width=85%>
|
||||
|
||||
<tr><td valign=top><a href="H5.user.PrintTpg.html" target="PrintWin">Title Page</a>
|
||||
</td><td> </td>
|
||||
<td valign=top>Title page.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Copyright.html" target="PrintWin">Copyright</a>
|
||||
</td><td> </td>
|
||||
<td valign=top>The HDF5 copyright notice, contact information,
|
||||
and other <i>back-of-the-title-page</i> material.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="H5.user.html" target="PrintWin">TOC</a>
|
||||
</td><td> </td>
|
||||
<td valign=top>Table of contents.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Files.html" target="PrintWin">HDF5 Files</a>
|
||||
</td><td> </td>
|
||||
<td valign=top>A guide to the <strong>H5F</strong> interface.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Datasets.html" target="PrintWin">Datasets</a>
|
||||
</td><td></td><td valign=top>A guide to the <strong>H5D</strong>
|
||||
interface.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Datatypes.html" target="PrintWin">Data Types</a> and
|
||||
<br>
|
||||
<a href="DatatypesEnum.html" target="PrintWin">Enumeration Data Types</a>
|
||||
</td><td></td><td valign=top>A guide to the <strong>H5T</strong>
|
||||
interface.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Dataspaces.html" target="PrintWin">Dataspaces</a>
|
||||
</td><td></td><td valign=top>A guide to the <strong>H5S</strong>
|
||||
interface.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Groups.html" target="PrintWin">Groups</a>
|
||||
</td><td></td><td valign=top>A guide to the <strong>H5G</strong>
|
||||
interface.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="References.html" target="PrintWin">References and
|
||||
Identifiers</a>
|
||||
</td><td></td><td valign=top>A guide to the <strong>H5R</strong>
|
||||
and <strong>H5I</strong> interfaces.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Attributes.html" target="PrintWin">Attributes</a>
|
||||
</td><td></td><td valign=top>A guide to the <strong>H5A</strong>
|
||||
interface.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Properties.html" target="PrintWin">Property Lists</a>
|
||||
</td><td></td><td valign=top>A guide to the <strong>H5P</strong>
|
||||
interface.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Errors.html" target="PrintWin">Error Handling</a>
|
||||
</td><td></td><td valign=top>A guide to the <strong>H5E</strong>
|
||||
interface.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Filters.html" target="PrintWin">Filters</a>
|
||||
</td><td></td><td valign=top>A guide to the <strong>H5Z</strong>
|
||||
interface.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Caching.html" target="PrintWin">Caching</a>
|
||||
</td><td></td><td valign=top>A guide for meta and raw data caching.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Chunking.html" target="PrintWin">Dataset Chunking</a>
|
||||
</td><td></td><td valign=top>A guide to the issues and pitfalls
|
||||
of dataset chunking.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Debugging.html" target="PrintWin">Debugging</a>
|
||||
</td><td></td><td valign=top>A guide to debugging HDF5 API calls.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Environment.html" target="PrintWin">Environment Variables
|
||||
and Configuration Parameters</a>
|
||||
</td><td></td><td valign=top>A list of HDF5 environment variables
|
||||
and <br> configuration parameters.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="ddl.html" target="PrintWin">DDL for HDF5</a>
|
||||
</td><td></td><td valign=top>A DDL in BNF for HDF5.
|
||||
</td></tr>
|
||||
<tr><td valign=top><hr noshade size=1><a href="Ragged.html" target="PrintWin">Ragged Arrays</a>
|
||||
</td><td></td><td valign=top><hr noshade size=1>A guide to the
|
||||
<strong>H5RA</strong> interface.
|
||||
<em><font color=red>(Experimental)</font></em>
|
||||
</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
|
||||
|
||||
<br><br>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
<address>
|
||||
<table width=100% border=0>
|
||||
<tr><td align=left valign=top>
|
||||
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
|
||||
<br>
|
||||
Last modified: 1 June 1999
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user