[gimp-help-2] Rearrange Guides docs
- From: Ulf-D. Ehlert <ulfehlert src gnome org>
- To: svn-commits-list gnome org
- Subject: [gimp-help-2] Rearrange Guides docs
- Date: Sun, 19 Jul 2009 13:09:45 +0000 (UTC)
commit 6b576d1db97f79604bf4e772fc0885278f65cbf8
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date: Sun Jul 19 14:43:36 2009 +0200
Rearrange Guides docs
Move most of the glossary's Guide text to the concepts section.
Fix help-ids of Image/Guides sections.
Rename 'src/menus/image/guides-add*' to 'src/menus/image/guides-new*'.
Plus several minor changes in XML source files.
src/concepts/grid-and-guides.xml | 126 ++++++++++++--------
src/glossary/glossary.xml | 46 +-------
src/menus/image.xml | 6 +-
src/menus/image/guides-add-selection.xml | 49 --------
src/menus/image/guides-add.xml | 91 --------------
...ides-add-percent.xml => guides-new-percent.xml} | 75 +++++-------
src/menus/image/guides-new-selection.xml | 38 ++++++
src/menus/image/guides-new.xml | 83 +++++++++++++
src/menus/image/guides-remove.xml | 51 +++-----
src/menus/image/guides.xml | 12 +--
src/using/grid-and-guides.xml | 7 +-
11 files changed, 262 insertions(+), 322 deletions(-)
---
diff --git a/src/concepts/grid-and-guides.xml b/src/concepts/grid-and-guides.xml
index 73ac4ce..ae49421 100644
--- a/src/concepts/grid-and-guides.xml
+++ b/src/concepts/grid-and-guides.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
2009-02-19 j.h: revised for v2.6
2006-09-17 added norwegian translation by KoSt
@@ -11,10 +12,9 @@
2005-12-18 reviewed and added de translation by lexa
2005-11-28 replaced informalfigures by figures by lexa
-->
-<sect1 id="gimp-concepts-image-grid">
- <title>
- <phrase>Grids and Guides</phrase>
- </title>
+<sect1 id="gimp-concepts-image-grid-and-guides">
+ <title>Grids and Guides</title>
+
<indexterm>
<primary>Image</primary>
<secondary>Grid and guides</secondary>
@@ -38,27 +38,23 @@
make positioning easier: grids and guides.
</para>
<figure>
- <title>
- <phrase>Image used for examples below</phrase>
- </title>
+ <title>Image used for examples below</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/using/wilber-simple-nogrid.png" format="PNG"/>
+ <imagedata format="PNG"
+ fileref="images/using/wilber-simple-nogrid.png"/>
</imageobject>
</mediaobject>
</figure>
- <sect2>
- <title>
- <phrase>The Image Grid</phrase>
- </title>
+ <sect2 id="gimp-concepts-image-grid">
+ <title>The Image Grid</title>
<figure>
- <title>
- <phrase>Image with default grid</phrase>
- </title>
+ <title>Image with default grid</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/using/wilber-simple-defaultgrid.png" format="PNG"/>
+ <imagedata format="PNG"
+ fileref="images/using/wilber-simple-defaultgrid.png"/>
</imageobject>
</mediaobject>
</figure>
@@ -94,12 +90,11 @@
<link linkend="gimp-configure-grid-dialog">Configure Grid</link> dialog.
</para>
<figure>
- <title>
- <phrase>A different grid style</phrase>
- </title>
+ <title>A different grid style</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/using/wilber-simple-othergrid.png" format="PNG"/>
+ <imagedata format="PNG"
+ fileref="images/using/wilber-simple-othergrid.png"/>
</imageobject>
</mediaobject>
</figure>
@@ -122,32 +117,57 @@
</para>
</sect2>
- <sect2>
- <title>
- <phrase>Guides</phrase>
- </title>
+ <sect2 id="gimp-concepts-image-guides">
+ <title>Guides</title>
<figure>
- <title>
- <phrase>Image with four guides</phrase>
- </title>
+ <title>Image with four guides</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/using/wilber-simple-guides.png" format="PNG"/>
+ <imagedata format="PNG"
+ fileref="images/using/wilber-simple-guides.png"/>
</imageobject>
</mediaobject>
</figure>
<para>
In addition to the image grid, <acronym>GIMP</acronym> also gives you a
- more flexible
- type of positioning aid: <emphasis>guides</emphasis>. These are
- horizontal or vertical lines that you create by clicking on one of
- the rulers and dragging into the image. You can create as many
- guides as you like, positioned wherever you like. To move a guide
- after you have created it, activate the Move tool in the Toolbox (or
- press the <keycap>M</keycap> key), you can then click and drag a
- guide. To delete a guide, simply drag it outside the image. Holding
- down the Shift key, you can move everything but a guide, using the
- guides as an effective alignment aid.
+ more flexible type of positioning aid: <emphasis>guides</emphasis>.
+ These are horizontal or vertical lines you can temporarily display on an
+ image while you are working on it.
+ </para>
+ <para>
+ To create a guide, simply click on one of the rulers in the image window
+ and pull out a guide, while holding the
+ <mousebutton>mouse button</mousebutton> pressed. The guide is then
+ displayed as a blue, dashed line, which follows the pointer. As soon as
+ you create a guide, the <quote>Move</quote> tool is activated and the
+ mouse pointer changes to the Move icon.
+ </para>
+ <para>
+ You can also create a guide with the
+ <link linkend="script-fu-guide-new">New Guide</link> command, which
+ allows you to precisely place the guide on the image, the
+ <link linkend="script-fu-guide-new-percent">New Guide (by
+ Percent)</link> command, or the
+ <link linkend="script-fu-guides-from-selection">New Guides from
+ Selection</link> command.
+ </para>
+ <para>
+ You can create as many guides as you like, positioned wherever you like.
+ To move a guide after you have created it, activate the Move tool in the
+ Toolbox (or press the <keycap>M</keycap> key), you can then click and
+ drag a guide. To delete a guide, simply drag it outside the image.
+ Holding down the <keycap>Shift</keycap> key, you can move everything but
+ a guide, using the guides as an effective alignment aid.
+ </para>
+
+ <para>
+ The behavior of the guides depends upon the <guilabel>Move</guilabel>
+ (Affect) mode of the <quote>Move</quote> tool. When
+ <emphasis>Layer</emphasis> mode is selected, the mouse pointer turns
+ into a small hand as soon as it gets close to a guide. Then the guide is
+ activated and it turns red, and you can move the guide or delete it by
+ moving it back into the ruler. If <emphasis>Selection</emphasis> mode is
+ selected, you can position a guide, but you cannot move it after that.
</para>
<para>
As with the grid, you can cause the pointer to snap to nearby
@@ -156,7 +176,7 @@
<guimenu>View</guimenu>
<guimenuitem>Snap to Guides</guimenuitem>
</menuchoice>
- in the image menu. If you have a number of guides and they are
+ in the image menu. If you have a number of guides and they are
making it difficult for you to judge the image properly, you can
hide them by toggling
<menuchoice>
@@ -170,19 +190,25 @@
<para>
If it makes things easier for you, you can change the default behavior
for guides in the
- <link linkend="gimp-prefs-image-window-appearance">Image Window
- Appearance</link> page of the Preferences dialog. Disabling "Show
- guides" is probably a bad idea, though, for the reason just given.
+ <link linkend="gimp-prefs-image-window-appearance">Image Windows
+ Appearance</link> page of the Preferences dialog. Disabling
+ <guilabel>Show guides</guilabel> is probably a bad idea, though,
+ for the reason just given.
+ </para>
+ <para>
+ You can remove the guides with the
+ <menuchoice>
+ <guimenu>Image</guimenu>
+ <guisubmenu>Guides</guisubmenu>
+ <guimenuitem>Remove all Guides</guimenuitem>
+ </menuchoice>
+ command.
</para>
<note>
<para>
- Another use for guides: the <link linkend="plug-in-guillotine">Guillotine</link> plugin can use guides
- to slice an image into a set of sub-images.
- </para>
- </note>
- <note>
- <para>
- See also <link linkend="glossary-guides">Guides</link> in Glossary.
+ Another use for guides: the
+ <link linkend="plug-in-guillotine">Guillotine</link> plugin can use
+ guides to slice an image into a set of sub-images.
</para>
</note>
</sect2>
diff --git a/src/glossary/glossary.xml b/src/glossary/glossary.xml
index 4e17751..2fa0e58 100644
--- a/src/glossary/glossary.xml
+++ b/src/glossary/glossary.xml
@@ -886,49 +886,9 @@
position a selection or a layer on the image. They do not appear when
the image is printed.
</para>
- <!--TODO: a glossary entry should tell what a guide *is*, how to create
- or use a guide should be described somewhere else!
- -->
<para>
- To create a guide, simply click on one of the rulers in the image
- window and pull out a guide, while holding the
- <mousebutton>mouse button</mousebutton> pressed. The guide is then
- displayed as a blue, dashed line, which follows the pointer. As soon
- as you create a guide, the <quote>Move</quote> tool is activated and
- the mouse pointer changes to the Move icon.
- </para>
- <para>
- You can also create a guide with the
- <link linkend="gimp-image-guides-add">New Guide</link> command, which
- allows you to precisely place the guide on the image, the
- <link linkend="gimp-image-guides-percent">New Guide (by Percent)</link>
- command, or the <link linkend="gimp-image-guides-selection">New
- Guides from Selection</link> command.
- </para>
- <para>
- The behavior of the guides depends upon the
- <guilabel>Affect</guilabel> mode of the <quote>Move</quote> tool.
- When <emphasis>Transform Layer</emphasis> mode is selected, the
- mouse pointer turns into a small hand as soon as it gets close to a
- guide. Then the guide is activated and it turns red, and you can
- move the guide or delete it by moving it back into the ruler. If
- <emphasis>Transform Selection</emphasis> mode is selected, you can
- position a guide, but you cannot move it after that.
- </para>
- <para>
- To make it easier for you to position image elements, you can
- <quote>magnetize</quote> the guides with the
- <link linkend="gimp-view-snap-to-guides">Snap to Guides</link>
- command. You can remove the guides with the
- <link linkend="gimp-image-guides-remove">Remove all guides</link>
- command. You can enable and disable displaying the guides without
- removing them by using the
- <link linkend="gimp-view-show-guides">Show Guides</link> command.
- </para>
- <para>
- For more information about guides, see the
- <link linkend="gimp-concepts-image-grid">Grids and Guides</link>
- section.
+ For more information see
+ <xref linkend="gimp-concepts-image-guides"/>.
</para>
</glossdef>
</glossentry>
diff --git a/src/menus/image.xml b/src/menus/image.xml
index 4188c2f..5610453 100644
--- a/src/menus/image.xml
+++ b/src/menus/image.xml
@@ -31,9 +31,9 @@
<xi:include href="image/merge-layers.xml"/>
<xi:include href="image/flatten.xml"/>
<xi:include href="image/guides.xml"/>
- <xi:include href="image/guides-add.xml"/>
- <xi:include href="image/guides-add-percent.xml"/>
- <xi:include href="image/guides-add-selection.xml"/>
+ <xi:include href="image/guides-new.xml"/>
+ <xi:include href="image/guides-new-percent.xml"/>
+ <xi:include href="image/guides-new-selection.xml"/>
<xi:include href="image/guides-remove.xml"/>
<xi:include href="image/configure-grid.xml"/>
<xi:include href="image/align-layers.xml"/>
diff --git a/src/menus/image/guides-add-percent.xml b/src/menus/image/guides-new-percent.xml
similarity index 55%
rename from src/menus/image/guides-add-percent.xml
rename to src/menus/image/guides-new-percent.xml
index d0459e2..db940fa 100644
--- a/src/menus/image/guides-add-percent.xml
+++ b/src/menus/image/guides-new-percent.xml
@@ -1,30 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
+ 2009-07-19 ude: changed id 'gimp-image-guides-percent' to
+ 'script-fu-guide-new-percent'
2007-11-25 j.h: replaced coordinate origin, 'image' with 'canvas' en;fr
2007-09-28 AntI: Added 'es'
2007-03-12 alex falappa: added it translation
2006-07-23 tip translated to en;fr from german by j.h
2006-08-07 scb: 'en' review
- 2005/10/30 created from image-guides.xml by axel.wernicke
+ 2005-10-30 created from image-guides.xml by axel.wernicke
-->
-<sect2 id="gimp-image-guides-percent">
- <!--<sect2info role="cvs">
- <revhistory>
- <revision>
- <revnumber>$Revision$</revnumber>
- <date>2007-11-25</date>
- <authorinitials>j.h</authorinitials>
- </revision>
- </revhistory>
- </sect2info>-->
- <title>
- <phrase>New Guide (by Percent)</phrase>
- </title>
+<sect2 id="script-fu-guide-new-percent">
+ <title>New Guide (by Percent)</title>
+
<indexterm>
- <primary>Guides</primary>
- <secondary>Add a guide (by Percent)</secondary>
+ <primary>Guide</primary>
+ <secondary>Add by percent</secondary>
</indexterm>
+
<para>
The <guimenuitem>New Guide (by Percent)</guimenuitem> command adds
a guide to the image. The position of the guide is specified as a
@@ -38,37 +32,32 @@
positioned as those you draw with this command, however.
</para>
</tip>
+
<sect3>
- <title>
- <phrase>Activate the Command</phrase>
- </title>
- <itemizedlist>
- <listitem>
- <para>
- You can access this command from the image menubar through
- <menuchoice>
- <guimenu>Image</guimenu>
- <guisubmenu>Guides</guisubmenu>
- <guimenuitem>New Guide (by Percent)</guimenuitem>
- </menuchoice>.
- </para>
- </listitem>
- </itemizedlist>
+ <title>Activate the Command</title>
+ <para>
+ You can access this command from the image menubar through
+ <menuchoice>
+ <guimenu>Image</guimenu>
+ <guisubmenu>Guides</guisubmenu>
+ <guimenuitem>New Guide (by Percent)</guimenuitem>
+ </menuchoice>.
+ </para>
</sect3>
+
<sect3>
- <title>
- <phrase><quote>New Guide (by Percent)</quote> Options
- </phrase>
- </title>
+ <title><quote>New Guide (by Percent)</quote> Options</title>
+ <para>
+ When you select this menu item, a dialog opens, which allows you to set
+ the <guilabel>Direction</guilabel> and <guilabel>Position</guilabel>, by
+ percent, of the new guide.
+ </para>
<figure>
- <title>
- <phrase>
- The <quote>New Guide (by Percent)</quote> Dialog
- </phrase>
- </title>
+ <title>The <quote>New Guide (by Percent)</quote> Dialog</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/menus/image-new-guide-percent.png" format="PNG"/>
+ <imagedata format="PNG"
+ fileref="images/menus/image-new-guide-percent.png"/>
</imageobject>
</mediaobject>
</figure>
@@ -86,7 +75,7 @@
<varlistentry>
<term>Position</term>
<listitem>
- <para><!--TODO it: replace 'image' with 'canvas'-->
+ <para>
You can also choose the <guilabel>Position</guilabel> of the
new guide. The coordinate origin is in the upper left corner of
the canvas.
diff --git a/src/menus/image/guides-new-selection.xml b/src/menus/image/guides-new-selection.xml
new file mode 100644
index 0000000..99548c0
--- /dev/null
+++ b/src/menus/image/guides-new-selection.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!-- section history:
+ 2009-07-19 ude: changed id 'gimp-image-guides-selection' to
+ 'script-fu-guides-from-selection'
+ 2007-11-26 j.h: no change for v2.4
+ 2007-09-28 AntI: Added 'es'
+ 2007-03-12 alex falappa: added it translation
+ 2005-10-30 created from image-guides.xml by axel.wernicke
+-->
+<sect2 id="script-fu-guides-from-selection">
+ <title>New Guides from Selection</title>
+
+ <indexterm>
+ <primary>Guides</primary>
+ <secondary>Add from selection</secondary>
+ </indexterm>
+
+ <para>
+ The <guimenuitem>New Guides from Selection</guimenuitem> command adds
+ four guide lines, one for each of the upper, lower, left and right
+ edges of the current selection. If there is no selection in the
+ current image, no guides are drawn.
+ </para>
+
+ <sect3>
+ <title>Activating the Command</title>
+ <para>
+ You can access this command from the image menubar through
+ <menuchoice>
+ <guimenu>Image</guimenu>
+ <guisubmenu>Guides</guisubmenu>
+ <guimenuitem>New Guides from Selection</guimenuitem>
+ </menuchoice>.
+ </para>
+ </sect3>
+</sect2>
diff --git a/src/menus/image/guides-new.xml b/src/menus/image/guides-new.xml
new file mode 100644
index 0000000..a70acaa
--- /dev/null
+++ b/src/menus/image/guides-new.xml
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!-- section history:
+ 2009-07-19 ude: changed id 'gimp-image-guides-add' to 'script-fu-guide-new'
+ 2007-11-25 j.h: changed 'image' to 'canvas' for origin of coordinates
+ 2007-09-28 AntI: Added 'es'
+ 2007-03-09 alex falappa: added it translation
+ 2006-08-10 scb: revised 'en'
+ 2005-10-30 created from image-guides.xml by axel.wernicke
+-->
+<sect2 id="script-fu-guide-new">
+ <title>New Guide</title>
+
+ <indexterm>
+ <primary>Guide</primary>
+ <secondary>Add</secondary>
+ </indexterm>
+
+ <para>
+ The <guimenuitem>New Guide</guimenuitem> command adds a guide to
+ the image.
+ </para>
+ <tip>
+ <para>
+ You can add guides to the image more quickly, but less accurately, by
+ simply clicking and dragging guides from the image rulers and
+ positioning them where you would like.
+ </para>
+ </tip>
+
+ <sect3>
+ <title>Activate the Command</title>
+ <para>
+ You can access this command from the image menubar through
+ <menuchoice>
+ <guimenu>Image</guimenu>
+ <guisubmenu>Guides</guisubmenu>
+ <guimenuitem>New Guide</guimenuitem>
+ </menuchoice>
+ </para>
+ </sect3>
+
+ <sect3>
+ <title><quote>New Guide</quote> Options</title>
+ <para>
+ When you select <guimenuitem>New Guide</guimenuitem>, a dialog opens,
+ which allows you to set the <guilabel>Direction</guilabel> and
+ <guilabel>Position</guilabel>, in pixels, of the new guide more
+ precisely than by using click-and-drag.
+ </para>
+ <figure>
+ <title>The <quote>New Guide</quote> Dialog</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata format="PNG"
+ fileref="images/menus/menus-image-new-guide.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <variablelist>
+ <varlistentry>
+ <term>Direction</term>
+ <listitem>
+ <para>
+ You can choose the <guilabel>Direction</guilabel> of the guide,
+ either <guilabel>Horizontal</guilabel> or
+ <guilabel>Vertical</guilabel>, by using the drop-down list.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Position</term>
+ <listitem>
+ <para>
+ The coordinate origin for the <guilabel>Position</guilabel> is
+ the upper left corner of the canvas.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect3>
+</sect2>
diff --git a/src/menus/image/guides-remove.xml b/src/menus/image/guides-remove.xml
index 35e9c34..e21db6e 100644
--- a/src/menus/image/guides-remove.xml
+++ b/src/menus/image/guides-remove.xml
@@ -1,49 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
+ 2009-07-19 ude: changed id 'gimp-image-guides-remove' to
+ 'script-fu-guides-remove'
2007-11-25 j.h: some more explanations en;fr
2007-03-12 alex falappa: added it translation
2006-08-10 scb: revised 'en'
- 2005/10/30 created from image-guides.xml by axel.wernicke
+ 2005-10-30 created from image-guides.xml by axel.wernicke
-->
-<sect2 id="gimp-image-guides-remove">
- <!--<sect2info role="cvs">
- <revhistory>
- <revision>
- <revnumber>$Revision$</revnumber>
- <date>2007-11-25</date>
- <authorinitials>j.h</authorinitials>
- </revision>
- </revhistory>
- </sect2info>-->
- <title>
- <phrase>Remove all guides</phrase>
- </title>
+<sect2 id="script-fu-guides-remove">
+ <title>Remove all guides</title>
+
<indexterm>
<primary>Guides</primary>
<secondary>Remove</secondary>
</indexterm>
+
<para>
The <guilabel>Remove all Guides</guilabel> command removes all guides
from the image. Clicking-and-dragging one or two guides onto a ruler
- is a quicker way to remove them. This command is interesting if you have
+ is a quicker way to remove them. This command is useful if you have
positioned several guides.
</para>
+
<sect3>
- <title>
- <phrase>Activate the Command</phrase>
- </title>
- <itemizedlist>
- <listitem>
- <para>
- You can access this command from the image menubar through
- <menuchoice>
- <guimenu>Image</guimenu>
- <guisubmenu>Guides</guisubmenu>
- <guimenuitem>Remove all guides</guimenuitem>
- </menuchoice>.
- </para>
- </listitem>
- </itemizedlist>
+ <title>Activate the Command</title>
+ <para>
+ You can access this command from the image menubar through
+ <menuchoice>
+ <guimenu>Image</guimenu>
+ <guisubmenu>Guides</guisubmenu>
+ <guimenuitem>Remove all guides</guimenuitem>
+ </menuchoice>.
+ </para>
</sect3>
</sect2>
diff --git a/src/menus/image/guides.xml b/src/menus/image/guides.xml
index 2271e5e..b30a71d 100644
--- a/src/menus/image/guides.xml
+++ b/src/menus/image/guides.xml
@@ -57,26 +57,22 @@
<itemizedlist>
<listitem>
<para>
- <link linkend="gimp-image-guides-add">New Guide</link>
+ <xref linkend="script-fu-guide-new"/>
</para>
</listitem>
<listitem>
<para>
- <link linkend="gimp-image-guides-percent">
- New Guide (by Percent)
- </link>
+ <xref linkend="script-fu-guide-new-percent"/>
</para>
</listitem>
<listitem>
<para>
- <link linkend="gimp-image-guides-selection">
- New Guides from Selection
- </link>
+ <xref linkend="script-fu-guides-from-selection"/>
</para>
</listitem>
<listitem>
<para>
- <link linkend="gimp-image-guides-remove">Remove all Guides</link>
+ <xref linkend="script-fu-guides-remove"/>
</para>
</listitem>
</itemizedlist>
diff --git a/src/using/grid-and-guides.xml b/src/using/grid-and-guides.xml
index 12b45cd..2adbb63 100644
--- a/src/using/grid-and-guides.xml
+++ b/src/using/grid-and-guides.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- Version history
2009-02-19 j.h: revised for v2.6
2007-04-12 Added Spanish translation by AntI
@@ -8,9 +9,7 @@
2006-03-13 Added link to Concepts-grid and guides by j.h
-->
<sect1 id="gimp-using-grid">
- <title>
- <phrase>Rendering a Grid</phrase>
- </title>
+ <title>Rendering a Grid</title>
<para>
How can you create a grid that is actually part of the image? You can't do
this using the image grid: that is only an aid, and is only visible on the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]