mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
These weren't finding manual.ced when ref'd by "../../manual.ced"; the
linked one works. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17018 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f2bd4de92a
commit
195e0588f7
3 changed files with 17 additions and 11 deletions
|
@ -180,7 +180,7 @@ sgml-always-quote-attributes:t
|
|||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-default-dtd-file:"../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
|
|
|
@ -718,11 +718,15 @@ fclose($fp);
|
|||
and you cannot ensure that the person watching your document has
|
||||
access on fonts in the document.
|
||||
|
||||
<note><simpara>
|
||||
This function has to be called after
|
||||
<function>PDF_begin_page</function> in order to create a
|
||||
valid pdf document.
|
||||
</simpara></note>
|
||||
</para>
|
||||
|
||||
<note>
|
||||
<simpara>
|
||||
This function has to be called after
|
||||
<function>PDF_begin_page</function> in order to create a valid
|
||||
pdf document.
|
||||
</simpara>
|
||||
</note>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -1939,10 +1943,12 @@ pdf_close_image($pdf, $pim);
|
|||
<para>
|
||||
The <function>PDF_place_image</function> function places an image
|
||||
on the page at postion (<parameter>x-coor</parameter>,
|
||||
<function><parameter>x-coor</parameter>). The image can be scaled at the same
|
||||
time.</para>
|
||||
<parameter>x-coor</parameter>). The image can be scaled at the same
|
||||
time.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>PDF_put_image</function>.</para>
|
||||
See also <function>PDF_put_image</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -2061,7 +2067,7 @@ sgml-always-quote-attributes:t
|
|||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-default-dtd-file:"../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
|
|
|
@ -1815,7 +1815,7 @@ sgml-always-quote-attributes:t
|
|||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-default-dtd-file:"../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
|
|
Loading…
Reference in a new issue