Changeset 3280 for trunk/doc/src/docbook/developerdoc/write_docbook_doc.xml
- Timestamp:
- Apr 27, 2007, 10:58:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/developerdoc/write_docbook_doc.xml
r3278 r3280 124 124 <mediaobject> 125 125 <imageobject> 126 <imagedata fileref="figures/fileorganization.png" format="PNG"></imagedata>126 <imagedata contentwidth="15cm" width="15cm" fileref="figures/fileorganization.png" format="PNG"></imagedata> 127 127 </imageobject> 128 128 </mediaobject> … … 432 432 distribution. Those two types of output are generated with the ant-target: 433 433 <userinput>ant docbook</userinput> 434 . 434 . This documentation is also generated with 435 <command>ant dist</command> 436 , which will put the output files in the right location for distribution. 435 437 </para> 436 438 </sect2> … … 802 804 <mediaobject> 803 805 <imageobject> 804 <imagedata fileref="figures/menuchoice.png" format="PNG" /> 806 <imagedata 807 contentwidth="7cm" 808 width="7cm" 809 fileref="figures/menuchoice.png" format="PNG" 810 /> 805 811 </imageobject> 806 812 </mediaobject> … … 837 843 ,otherwise the image won't be visible in the generated output files. 838 844 </para> 845 <warning> 846 <para> 847 Images in the pdf-output are, unlike images in html-output, not scaled and can 848 therefore be out of proportion in the document. Avoid this by e.g. setting the 849 attributes 850 <sgmltag class="attribute">contentwidth</sgmltag> 851 and 852 <sgmltag class="attribute">width</sgmltag> 853 in 854 <sgmltag>imagedata</sgmltag> 855 to appropriate values. 856 </para> 857 </warning> 839 858 <example id="write_docbook_doc.examples.screenshot"> 840 859 <title>Screen-shot in the documentation</title> … … 849 868 <mediaobject> 850 869 <imageobject> 851 <imagedata fileref="figures/menuchoice.png" format="PNG" /> 870 <imagedata 871 contentwidth="7cm" 872 width="7cm" 873 fileref="figures/menuchoice.png" format="PNG" 874 /> 852 875 </imageobject> 853 876 </mediaobject> … … 864 887 of something else. 865 888 </para> 889 <warning> 890 <para> 891 More then 80 characters(including indention) in a row of program 892 listings or other verbatim elements will risk to put the end of the row outside 893 the text area. 894 </para> 895 </warning> 866 896 <example id="write_docbook_doc.examples.example"> 867 897 <title>Example in the documentation</title>
Note: See TracChangeset
for help on using the changeset viewer.