fix #33580: typos and minor WS

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190094 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2005-07-07 10:12:02 +00:00
parent 6570bf3255
commit 2fce603d82
3 changed files with 23 additions and 25 deletions

View file

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
<refentry id="function.ps-begin-page">
<refnamediv>
<refname>ps_begin_page</refname>
<refpurpose>Start a new page</refpurpose>
</refnamediv>
<refnamediv>
<refname>ps_begin_page</refname>
<refpurpose>Start a new page</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
@ -17,12 +16,12 @@
<methodparam><type>float</type><parameter>height</parameter></methodparam>
</methodsynopsis>
<para>
Starts a new page. Though the parameters <parameter>width</parameter>
Starts a new page. Although the parameters <parameter>width</parameter>
and <parameter>height</parameter> imply a different page size for each
page, this is not possible in PostScript. The first call of
<function>ps_begin_page</function> will set the page size for the whole
document. Consecutive calls will have no effect, except for creating a new
page. The situation is different if you indent to convert the PostScript
page. The situation is different if you intent to convert the PostScript
document into PDF. This function places pdfmarks into the document which
can set the size for each page indiviually. The resulting PDF document will
have different page sizes.

View file

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
<refentry id="function.ps-circle">
<refnamediv>
<refname>ps_circle</refname>
<refpurpose>Draws a circle</refpurpose>
</refnamediv>
<refnamediv>
<refname>ps_circle</refname>
<refpurpose>Draws a circle</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
@ -17,15 +16,15 @@
<methodparam><type>float</type><parameter>y</parameter></methodparam>
<methodparam><type>float</type><parameter>radius</parameter></methodparam>
</methodsynopsis>
<para>Draws a circle with its middle point at
(<parameter>x</parameter>, <parameter>y</parameter>). The circle starts
and ends at position
(<parameter>x</parameter>+<parameter>radius</parameter>,
<parameter>y</parameter>). If this function is called outside a path it
will start a new path. If it is called within a path it will add the
circle as a subpath. If the last drawing operation does not end in point
(<parameter>x</parameter>+<parameter>radius</parameter>,
<parameter>y</parameter>) then there will be a gab in the path.
<para>
Draws a circle with its middle point at (<parameter>x</parameter>,
<parameter>y</parameter>). The circle starts and ends at position
(<parameter>x</parameter>+<parameter>radius</parameter>,
<parameter>y</parameter>). If this function is called outside a path it
will start a new path. If it is called within a path it will add the circle
as a subpath. If the last drawing operation does not end in point
(<parameter>x</parameter>+<parameter>radius</parameter>,
<parameter>y</parameter>) then there will be a gap in the path.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
<refentry id="function.ps-rect">
<refnamediv>
@ -23,7 +23,7 @@
corner. If this function is called outside a path it will start a new path.
If it is called within a path it will add the rectangle as a subpath. If
the last drawing operation does not end in the lower left corner then there
will be a gab in the path.
will be a gap in the path.
</para>
</refsect1>