Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | Github | OSChina 博客 | 雲社區 | 雲棲社區 | Facebook | Linkedin | 知乎專欄 | 視頻教程 | About

第 14 章 Images 圖片

目錄

14.1. figure
14.2. mediaobject
14.3. screenshot

14.1. figure

		
<figure><title>Notre Dame Cathedral</title>
	<graphic srccredit="Norman Walsh, 1998" fileref="figures/notredame.png"/>
</figure>		
		
<figure>
 <title>My Image</title>
 <screenshot>
  <screeninfo>Sample GNOME Display</screeninfo>
  <graphic  format="png" fileref="myfile" srccredit="me">
  </graphic>
 </screenshot>
</figure>