diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-04-02 09:50:10 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-04-02 09:50:10 +0000 |
commit | e8e2dfdbabfabc0fcdc5301c0f86ccc706e6b5b7 (patch) | |
tree | 961ebc39aedda2a6fc074db334e471358e5120e7 /pt_BR.ISO8859-1/books/fdp-primer | |
parent | d5c6e245d4c32cbf9e02a4fe4db6874c800606f9 (diff) | |
download | doc-e8e2dfdbabfabc0fcdc5301c0f86ccc706e6b5b7.tar.gz doc-e8e2dfdbabfabc0fcdc5301c0f86ccc706e6b5b7.zip |
- Do not specify image file extensions in documents; the proper extension
is appended during rendering
- For the same reason, do not specify format either
- Add constraints to enforce this
Notes
Notes:
svn path=/projects/xml-tools/; revision=41346
Diffstat (limited to 'pt_BR.ISO8859-1/books/fdp-primer')
-rw-r--r-- | pt_BR.ISO8859-1/books/fdp-primer/sgml-markup/chapter.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pt_BR.ISO8859-1/books/fdp-primer/sgml-markup/chapter.xml b/pt_BR.ISO8859-1/books/fdp-primer/sgml-markup/chapter.xml index 7c524df1c7..b623738add 100644 --- a/pt_BR.ISO8859-1/books/fdp-primer/sgml-markup/chapter.xml +++ b/pt_BR.ISO8859-1/books/fdp-primer/sgml-markup/chapter.xml @@ -2673,7 +2673,7 @@ bom valor para <replaceable>n</replaceable>.</para> <programlisting><mediaobject> <imageobject> - <imagedata fileref="fig1.png"> <co id="co-image-ext"/> + <imagedata fileref="fig1"> <co id="co-image-ext"/> </imageobject> <textobject> @@ -2792,7 +2792,7 @@ IMAGES+= fig3.png <programlisting><mediaobject> <imageobject> - <imagedata fileref="chapter1/fig1.png"> <co id="co-image-dir"/> + <imagedata fileref="chapter1/fig1"> <co id="co-image-dir"/> </imageobject> … |