~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to doc/kivio/working.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<chapter id="working">
 
2
<title>Working with &kivio;</title>
 
3
 
 
4
<sect1 id="opening">
 
5
<title>Opening a Document</title>
 
6
<para>To open a previously saved document select <menuchoice><guimenu>File</guimenu><guimenuitem>Open</guimenuitem></menuchoice>, a standard KDE file dialog box will appear.</para>
 
7
<para>Recently used documents are listed under <menuchoice><guimenu>File</guimenu><guimenuitem>Open Recent</guimenuitem></menuchoice>.</para>
 
8
</sect1>
 
9
 
 
10
<sect1 id="saving">
 
11
<title>Saving a Document</title>
 
12
<para>To save the current document select <menuchoice><guimenu>File</guimenu><guimenuitem>Save</guimenuitem></menuchoice> or <menuchoice><guimenu>File</guimenu><guimenuitem>Save As</guimenuitem></menuchoice> to give an existing file a different name.</para>
 
13
<note><para>It is possible to save the document in a format that can be opened by earlier versions of &kivio;. Select the version you require from the <guilabel>Filter</guilabel> combo box in the Save file dialog.</para></note>
 
14
</sect1>
 
15
 
 
16
<sect1 id="printing">
 
17
<title>Printing</title>
 
18
<para>The document can be printed by selecting <menuchoice><guimenu>File</guimenu><guimenuitem>Print</guimenuitem></menuchoice>. The standard KDE printing dialog appears. A preview of the printed output can be obtained by selecting <menuchoice><guimenu>File</guimenu><guimenuitem>Print Preview</guimenuitem></menuchoice>.</para>
 
19
</sect1>
 
20
 
 
21
<sect1 id="import-export">
 
22
<title>Importing/Exporting Documents</title>
 
23
<para>The <guimenuitem>Import</guimenuitem> and <guimenuitem>Export</guimenuitem> menu options on the File menu currently perform the same functions as <guimenuitem>Open</guimenuitem> and <guimenuitem>Save</guimenuitem>.</para>
 
24
</sect1>
 
25
 
 
26
<sect1 id="multiple-pages">
 
27
<title>Documents with Multiple Pages</title>
 
28
<para>A &kivio; document can contain several pages of diagrams.</para>
 
29
 
 
30
<sect2>
 
31
<title>Adding Pages</title>
 
32
<para>To <action>add additional pages</action> to a document select <menuchoice><guimenu>Page</guimenu><guimenuitem>Insert Page</guimenuitem></menuchoice>. The selector beneath the document view shows tabs for all the pages in the document that have not been hidden.</para>
 
33
</sect2>
 
34
 
 
35
<sect2>
 
36
<title>Removing Pages</title>
 
37
<para>Unwanted pages can be removed by selecting <menuchoice><guimenu>Page</guimenu><guimenuitem>Remove Page</guimenuitem></menuchoice>.</para>
 
38
</sect2>
 
39
 
 
40
<sect2>
 
41
<title>Renaming Pages</title>
 
42
<para>The names given to each page can be adjusted by double-clicking on the page name on the page selector, a dialog box will appear allowing the name to be edited.</para>
 
43
</sect2>
 
44
 
 
45
<sect2>
 
46
<title>Working with Pages</title>
 
47
<para>The order of the pages can be adjusted by dragging the tabs on the page selector bar.</para>
 
48
<note><para>The arrow buttons on the page selector bar are for scrolling through the page tabs, they do not cycle through the pages themselves.</para></note>
 
49
<para>If you have a lot of pages in a document and you do not want to see them all on the page selector you can hide pages by selecting <menuchoice><guimenu>Page</guimenu><guimenuitem>Hide Page</guimenuitem></menuchoice>. This will remove the currently selected page from the page selector bar.</para>
 
50
<para>To reveal a hidden page select <menuchoice><guimenu>Page</guimenu><guimenuitem>Show Page</guimenuitem></menuchoice> and choose the page you want to see from the list box.</para>
 
51
</sect2>
 
52
 
 
53
</sect1>
 
54
 
 
55
<sect1 id="page-export">
 
56
<title>Exporting a Page</title>
 
57
<para>Individual pages can be exported as bitmap graphics files. To export the current page select <menuchoice><guimenu>Page</guimenu><guimenuitem>Export Page</guimenuitem></menuchoice>. A standard KDE file dialog box appears. The export format is determiend by the name you give the file, it must end with one of the extensions listed below.</para>
 
58
<para>The following formats are supported:</para>
 
59
 
 
60
<itemizedlist>
 
61
<listitem><para>Windows Bitmap (.bmp)</para></listitem>
 
62
<listitem><para>Encapsulated Postscript (.eps)</para></listitem>
 
63
<listitem><para>JPEG (.jpeg)</para></listitem>
 
64
<listitem><para>.krl</para></listitem>
 
65
<listitem><para>.pmb</para></listitem>
 
66
<listitem><para>PCX (.pcx)</para></listitem>
 
67
<listitem><para>Portable Grayscale Map .pgm</para></listitem>
 
68
<listitem><para>Portable Pixmap File .ppm</para></listitem>
 
69
<listitem><para>Targa (.tga)</para></listitem>
 
70
<listitem><para>.xbm</para></listitem>
 
71
<listitem><para>.xpm</para></listitem>
 
72
<listitem><para>.xv</para></listitem>
 
73
</itemizedlist>
 
74
</sect1>
 
75
 
 
76
<sect1 id="grid">
 
77
<title>The Grid</title>
 
78
<para>&kivio; displays a regularly spaced grid over the document to aid stencil positioning. The visibility of the grid can be toggled by selecting <menuchoice><guimenu>View</guimenu><guimenuitem>Show Grid</guimenuitem></menuchoice>.</para>
 
79
<para>Objects edges are snapped to the nearest point on the grid regardless of whether it is visible. To toggle this behavior select <menuchoice><guimenu>View</guimenu><guimenuitem>Snap Grid</guimenuitem></menuchoice>.</para>
 
80
<para>To customise the grid select <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure Kivio...</guimenuitem></menuchoice> and click on the <guiicon>Grid</guiicon> on the icon list.</para>
 
81
<para>This dialog box will let you adjust the color the grid is drawn in, the horizontal and vertical spacing and the snap distance.</para>
 
82
<para>Tip: It is possible to have a non-square grid by specifying different horizontal and vertical spacings.</para>
 
83
</sect1>
 
84
 
 
85
<sect1 id="text-tool">
 
86
<title>Freestanding Text</title>
 
87
<para>The text tool can be used to add text to a document that is not associated with any object. This is useful for noting general information about a drawing.</para>
 
88
<para>To add freestanding text make sure no object is selected by selecting <menuchoice><guimenu>Edit</guimenu><guimenuitem>Select None</guimenuitem></menuchoice>, then activate the text tool by selecting <menuchoice><guimenu>Tools</guimenu><guimenuitem>Edit Stencil Text</guimenuitem></menuchoice>. The mouse pointer will change to indicate the text tool is activated.</para>
 
89
<para>Drag a box to contain the text. A dialog box will appear prompting for the text, enter some text and click OK. The formatting of the text can be adjusted by selecting <menuchoice><guimenu>Format</guimenu><guimenuitem>Text</guimenuitem></menuchoice> or by using the toolbars.</para>
 
90
</sect1>
 
91
 
 
92
<sect1 id="page-layout">
 
93
<title>Page Layout</title>
 
94
<para>The page size, margins and orientation, portrait or landscape, can be adjusted using the <guilabel>Page Size and Margins</guilabel> dialog box. This is accessible by selecting <menuchoice><guimenu>Format</guimenu><guimenuitem>Page Layout</guimenuitem></menuchoice>.</para>
 
95
</sect1>
 
96
 
 
97
<sect1 id="guides">
 
98
<title>Using Guides</title>
 
99
<para>Guides are lines used to help you position  stencils. Not only can you use guides as a visual reference when aligning items but, optionally, &kivio; will snap stencils to guides. This means that as soon as the edge of a stencil is within a certain distance to a guide it will immediately move to the guide's position.</para>
 
100
 
 
101
<sect2>
 
102
<title>Adding Guides</title>
 
103
<para>To add a guide move the mouse pointer over either the horizontal or vertical ruler, depending on the type of guide you require. Hold down the &LMB; and drag the mouse over the document and release the mouse button where you want to position the guide. As you drag the mouse the guide will move accordingly.</para>
 
104
</sect2>
 
105
 
 
106
<sect2>
 
107
<title>Repositioning Guides</title>
 
108
<para>Once a guide is in place you can reposition it by moving the mouse over it, holding down the &LMB; and dragging. Release the mouse button when the guide is in its new position.</para>
 
109
</sect2>
 
110
 
 
111
<sect2>
 
112
<title>Visibility and Snapping</title>
 
113
<para>To hide guides select <menuchoice><guimenu>View</guimenu><guimenuitem>Show Guides</guimenuitem></menuchoice>, this toggles the visibility.</para>
 
114
<para>By default stencil edges are snapped to the nearest guide, to toggle this behavior select <menuchoice><guimenu>View</guimenu><guimenuitem>Snap Guides</guimenuitem></menuchoice>.</para>
 
115
</sect2>
 
116
 
 
117
</sect1>
 
118
 
 
119
<sect1 id="layers">
 
120
<title>Layers</title>
 
121
<para>&kivio; allows complex diagrams to be split into multiple layers. The visibility of layers can be turned on and off. This functionality is useful if you have a basic diagram, for example a floorplan, and need to create several versions of it for different audiences. The information for each audience can be placed in a different layer.
 
122
Each page of the document has its own set of layers.</para>
 
123
 
 
124
<sect2>
 
125
<title>The Layer Docker</title>
 
126
<para>To adjust the current page's layers select <menuchoice><guimenu>View</guimenu><guisubmenu>Docker</guisubmenu><guimenuitem>Layer Manager</guimenuitem></menuchoice>. The Layer Manager docker allows layers to be created, deleted and renamed. It can also be used to adjust layer visibility, drawing order and select the current layer.</para>
 
127
<para>&kivio; has the concept of the currently active layer which is the one affected by any editing actions. By default a page contains only one layer which is the active layer.</para>
 
128
</sect2>
 
129
 
 
130
<sect2>
 
131
<title>Adding Layers</title>
 
132
<para>Using the layer docker you can add new layers by clicking the <guibutton>New Layer</guibutton> button, the first from the left. Layers can be deleted by clicking the second button, <guibutton>Remove Layer</guibutton>. &kivio; numbers the layers consecutively, to rename a layer select it in the list and click <guibutton>Rename Layer</guibutton>.</para>
 
133
</sect2>
 
134
 
 
135
<sect2>
 
136
<title>Layer Settings</title>
 
137
<para>Layers are drawn in the order they are listed. The drawing occurs from the top down so objects in the layer at the bottom of the list are drawn on top of objects in all the other layers. The order of the list can be changed by selecting a layer and using the <guibutton>Move Layer Up</guibutton> and <guibutton>Move Layer Down</guibutton> buttons to change its position.</para>
 
138
<para>Each layer is listed with four small icons next to its name. From left to right they represent:
 
139
        Visibility - shown as a small eye. Clicking on the icon will toggle the layer's visibility.
 
140
</para>
 
141
</sect2>
 
142
</sect1>
 
143
 
 
144
<sect1 id="arranging">
 
145
<title>Arranging Stencils</title>
 
146
 
 
147
<sect2>
 
148
<title>The Align Tool</title>
 
149
<para>The Align tool rearranges a group of stencils so that they are aligned on one edge or on an invisible centerline. To use the tool select several stencils, then select <menuchoice><guimenu>Format</guimenu><guimenuitem>Align &amp; Distribute...</guimenuitem></menuchoice>. If the stencils are arranged in a horizontal row you the choice of aligning along the top or bottom edges or the centerline. For stencils that are arranged in a vertical row the choice is left or right edge or the centerline.</para>
 
150
</sect2>
 
151
 
 
152
<sect2>
 
153
<title>The Distribute Tool</title>
 
154
<para>The distribute tool arranges a group of stencils so that there is an even amount of spacing between each stencil.</para>
 
155
<para>First select the stencils you want to rearrange, then select <menuchoice><guimenu>Format</guimenu><guimenuitem>Align &amp; Distribute...</guimenuitem></menuchoice> and click on the <guilabel>Distribute</guilabel> tab in the tabbed window that appears.</para>
 
156
<para>You can choose whether the items should be spaced so that there is equal spacing between two edges, for example, the distance between the lefthand edge of each stencil should be the same. Or, whether the gap between each item should be identical. Choose the <guilabel>Spacing</guilabel> option if you desire this.</para>
 
157
<para>The second choice is whether the spacing should use the entire extent of the page or just the extent of the selection. If the latter is chosen the stencils will not occupy any more space than they did originally.</para>
 
158
<note><para>The option to use the extent of the page takes the page margins into consideration.</para></note>
 
159
</sect2>
 
160
</sect1>
 
161
 
 
162
</chapter>