~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to doc/manual_35.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2004-06-08 00:44:02 UTC
  • Revision ID: james.westby@ubuntu.com-20040608004402-72yu51xlh7vt6p9m
Tags: upstream-6.0pre16
ImportĀ upstreamĀ versionĀ 6.0pre16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
   "DTD/xhtml1-transitional.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml">
 
5
<!-- XML file produced from file: manual.tex
 
6
     using Hyperlatex v 2.6 (c) Otfried Cheong
 
7
     on Emacs 21.3.2, Sat Jun  5 10:52:32 2004 -->
 
8
<head>
 
9
<title>Ipe Manual -- 14 The Ipe file format</title>
 
10
 
 
11
<style type="text/css">
 
12
.maketitle { align : center }
 
13
div.abstract { margin-left: 20%; margin-right: 10%; }
 
14
h3.abstract  { align : center }
 
15
div.verse, div.quote, div.quotation {
 
16
  margin-left : 10%; 
 
17
  margin-right : 10%;
 
18
}
 
19
</style>
 
20
 
 
21
<META HTTP-EQUIV="Content-Type" 
 
22
        content="text/html; charset=UTF-8">
 
23
</head>
 
24
<body bgcolor="#ffffe6">
 
25
<table width="100%" cellpadding=0 cellspacing=2><tr><td bgcolor="#99ccff"><a href="manual_40.html"><img border="0" alt="15 If you have used Ipe&nbsp;5 before..." src="next.png"></a></td><td bgcolor="#99ccff"><a href="manual.html"><img border="0" alt="Top" src="up.png"></a></td><td bgcolor="#99ccff"><a href="manual_34.html"><img border="0" alt="13 Customizing Ipe" src="previous.png"></a></td><td align="center" bgcolor="#99ccff" width="100%"><b>14 The Ipe file format</b></td></tr></table>
 
26
<h1>14 The Ipe file format</h1>
 
27
 
 
28
<p>Ipe can store documents in several possible formats.  Among them are
 
29
standard PDF and Postscript, which can be read by any application
 
30
capable of opening such files, such as Acrobat Reader, Xpdf, or
 
31
Ghostview.  (Ipe embeds its own information inside PDF and Postscript
 
32
files.  The way this is done is not documented here.)
 
33
<p>There is one other Ipe file format, which is a pure XML
 
34
implementation.  Files stored in this format can be parsed with any
 
35
XML-aware application, and you can create XML files for Ipe from your
 
36
own applications.  The tags understood by Ipe are described informally
 
37
in this section.  A formal DTD will be provided in due course
 
38
(volunteers?).
 
39
<p>Tags in the XML file can carry attributes other than the ones
 
40
documented here.  Ipe ignores all attributes it does't understand, and
 
41
they will be lost if the document is saved again from Ipe.
 
42
<ul>
 
43
<li><a href="manual_36.html">14.1 The elements of an Ipe XML file</a>
 
44
<li><a href="manual_37.html">14.2 The page element</a>
 
45
<li><a href="manual_38.html">14.3 Ipe object elements</a>
 
46
<li><a href="manual_39.html">14.4 The Ipe style sheet format</a>
 
47
</ul>
 
48
<hr />
 
49
<table width="100%" cellpadding=0 cellspacing=2><tr><td bgcolor="#99ccff"><a href="manual_40.html"><img border="0" alt="15 If you have used Ipe&nbsp;5 before..." src="next.png"></a></td><td bgcolor="#99ccff"><a href="manual.html"><img border="0" alt="Top" src="up.png"></a></td><td bgcolor="#99ccff"><a href="manual_34.html"><img border="0" alt="13 Customizing Ipe" src="previous.png"></a></td><td align="center" bgcolor="#99ccff" width="100%"><b>14 The Ipe file format</b></td></tr></table></body></html>