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

« back to all changes in this revision

Viewing changes to doc/manual_13.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2009-12-11 21:22:35 UTC
  • mfrom: (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091211212235-5iio4nzpra64snab
Tags: 7.0.10-1
* New upstream.  Closes: #551192.
  - New build-depends: libcairo2-dev, liblua5.1-0-dev, gsfonts
  - patches/config.diff: Remove.  Upstream build system replaced.
  - Runtime lib package changed to libipe7.0.10 from libipe1c2a
  - Devel package renamed to libipe-dev (from libipe1-dev)
  - Package ipe depends on lua5.1 due to ipe-update-master.

* rules: Re-write to use dh.

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.4.1, Sun Dec 24 00:03:22 2006 -->
8
 
<head>
9
 
<title>Ipe Manual -- 4.9 Layers</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_14.html"><img border="0" alt="4.10 Mouse shortcuts" src="next.png"></a></td><td bgcolor="#99ccff"><a href="manual_4.html"><img border="0" alt="4 General Concepts" src="up.png"></a></td><td bgcolor="#99ccff"><a href="manual_12.html"><img border="0" alt="4.8 Groups" src="previous.png"></a></td><td align="center" bgcolor="#99ccff" width="100%"><b>4.9 Layers</b></td></tr></table>
26
 
<h2>4.9 Layers</h2>
27
 
 
28
 
<p>A page of an Ipe document consists of one or more layers.  Each object
29
 
on the page belongs to a layer.  There is no relationship between
30
 
layers and the <a href="manual_5.html">back-to-front ordering</a> of
31
 
objects, so the layer is really just an attribute of the object.
32
 
<p>Layers have several attributes.  They may be editable or locked.
33
 
Objects can be selected and modified only if their layer is editable.
34
 
A layer may be visible, invisible, or dimmed.  A layer may have
35
 
snapping on or off--objects will behave magnetically only if their
36
 
layer has snapping on.
37
 
<p>When editing a page in Ipe, there is one <em>active layer</em>. New
38
 
objects are always created in the active layer.
39
 
<p>Layers are also used to create pages that are displayed incrementally
40
 
in Acrobat Reader.  Once you have distributed your objects over
41
 
various layers, you can create <a href="manual_29.html"><em>page
42
 
views</em></a>, which defines in what order which layers of
43
 
the page are shown.
44
 
<hr />
45
 
<table width="100%" cellpadding=0 cellspacing=2><tr><td bgcolor="#99ccff"><a href="manual_14.html"><img border="0" alt="4.10 Mouse shortcuts" src="next.png"></a></td><td bgcolor="#99ccff"><a href="manual_4.html"><img border="0" alt="4 General Concepts" src="up.png"></a></td><td bgcolor="#99ccff"><a href="manual_12.html"><img border="0" alt="4.8 Groups" src="previous.png"></a></td><td align="center" bgcolor="#99ccff" width="100%"><b>4.9 Layers</b></td></tr></table></body></html>