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

« back to all changes in this revision

Viewing changes to doc/manual_29.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:31 2004 -->
 
8
<head>
 
9
<title>Ipe Manual -- 8 Page views</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_30.html"><img border="0" alt="9 Writing ipelets" 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_28.html"><img border="0" alt="7 Style sheets" src="previous.png"></a></td><td align="center" bgcolor="#99ccff" width="100%"><b>8 Page views</b></td></tr></table>
 
26
<h1>8 Page views</h1>
 
27
 
 
28
<p>When making a PDF presentation with Acrobat Reader, one would often
 
29
like to present a page incrementally. For instance, I would first like
 
30
to show a polygon, then add its triangulation, and finally color the
 
31
vertices.  <em>Page views</em> (or simply <em>views</em> in the following)
 
32
make it possible to do this nicely.
 
33
<p>An Ipe document consists of several pages, each of which can consist
 
34
of an arbitrary number of views.  When saving as PDF or Postscript,
 
35
each view generates a separate PDF/Postscript page (if you only look
 
36
at the result in, say, Acrobat reader, you cannot tell whether two
 
37
pages are actually two views of the same Ipe page or two different Ipe
 
38
pages).  
 
39
<p>An Ipe page consists of a number of objects, a number of layers, and a
 
40
number of views.  Each object belongs to exactly one layer.  A layer
 
41
can be shown by any number of views--a view is really just a list of
 
42
layers to be presented. In addition, a view keeps a record of the
 
43
current active layer--this makes it easy to move around your views
 
44
and edit them.  Finally, views can specify a <em>transition style</em>,
 
45
a graphic effect to be used by the PDF viewer when proceeding to the
 
46
following PDF page.
 
47
<p>To return to our polygon triangulation example, let's create an empty
 
48
page.  We draw a polygon into the default layer "alpha."  Now use
 
49
the <em>New layer, new view</em> function (in the <em>Views</em> menu),
 
50
and draw the triangulation into the new layer "beta."  Note that the
 
51
function not only created a new layer, but also a second view showing
 
52
both "alpha" and "beta".  Try moving back and forth between the
 
53
two views (using the PageUp and PageDown keys, or the little buttons
 
54
on the <em>View</em> counter). You'll see changes in the layer list on
 
55
the left: in view&nbsp;1, layer "alpha" is selected and active, in
 
56
view&nbsp;2, both layers are selected and "beta" is active.  Create a
 
57
third layer and view, and mark the vertices.  In the <em>Document
 
58
properties</em> (in the <em>Edit</em> menu), turn <em>cropbox</em> off and
 
59
<em>fullscreen</em> on, and save in PDF format.  Voila, you have a
 
60
lovely little presentation.  
 
61
The result is available <a href="polygon.pdf">here</a>.
 
62
<p>In presentations, one often has slides with mostly text.  The
 
63
<a href="manual_17.html">textbox</a> object is convenient for this, as one
 
64
doesn't need to use the mouse to create it.  To create a slide where
 
65
several text items appear one by one, one only needs to press F10 to
 
66
create a textbox, then Shift+Ctrl+I to make a new view, F10 again for
 
67
the next textbox, and so on.  Finally, one moves the textboxes
 
68
vertically for the most pleasing effect (<em>Shift+Ctrl+Middle
 
69
  Mouse</em> does a constrained vertical move, or <em>Shift+Left Mouse</em>
 
70
in <em>Move</em> mode).
 
71
<hr />
 
72
<table width="100%" cellpadding=0 cellspacing=2><tr><td bgcolor="#99ccff"><a href="manual_30.html"><img border="0" alt="9 Writing ipelets" 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_28.html"><img border="0" alt="7 Style sheets" src="previous.png"></a></td><td align="center" bgcolor="#99ccff" width="100%"><b>8 Page views</b></td></tr></table></body></html>