2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-27 05:22:12 +00:00
Files
website/feed/ext.qbk
Rene Rivera 81675aed30 Update for latest quickbook.
[SVN r40470]
2007-10-26 06:05:18 +00:00

22 lines
765 B
Plaintext

[/
Copyright 2006 Rene Rivera
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
]
[/ i[ref alt]
Image element with alternate text.
ref := Reference to image.
alt := Alternate text data.
]
[template i[ref alt]'''<inlinemediaobject><imageobject><imagedata fileref="'''[ref]'''"></imagedata></imageobject><textobject><phrase role="alt">'''[alt]'''</phrase></textobject></inlinemediaobject>''']
[/ phrase[role text]
Demarcate a section of text with a given role.
role := The role for the text, this is added as the role property.
text := The text to mark.
]
[template phrase[role text]'''<phrase role="'''[role]'''">'''[text]'''</phrase>''']