2.13. 块引用

块引用使用blockquote环境。用来引述别人的内容。如果加入attribution元素,则可以表示引述他人说过的话。

例 2.22. 块引用

<blockquote>
	<attribution>Richard Dawkins</attribution>
	<para>The universe that we observe has precisely the properties we should 
expect if there is, at bottom, no design, no purpose, no evil and
no good, nothing but pitiless indifference.</para>
</blockquote>

运行结果:

 

The universe that we observe has precisely the properties we should expect if there is, at bottom, no design, no purpose, no evil and no good, nothing but pitiless indifference.

 
--Richard Dawkins