Beispiel #1
0
namespace quickbook
{
    QUICKBOOK_VALUE_TAGS(phrase_tags, 0x500,
        (image)
        (url)(link)(anchor)
        (funcref)(classref)(memberref)(enumref)
        (macroref)(headerref)(conceptref)(globalref)
        (bold)(italic)(underline)(teletype)(strikethrough)(quote)(replaceable)
        (footnote)
        (escape)
        (break_mark)
        (role)
    )
    
    QUICKBOOK_VALUE_NAMED_TAGS(source_mode_tags, 0x550,
        ((cpp)("c++"))
        ((python)("python"))
        ((teletype)("teletype"))
    )

    QUICKBOOK_VALUE_TAGS(code_tags, 0x560,
        (code_block)
        (inline_code)
        (inline_code_block)
        (next_source_mode)
    )
}

#endif
Beispiel #2
0
namespace quickbook
{
    QUICKBOOK_VALUE_TAGS(doc_info_tags, 0x400,
        (before_docinfo)
        (type)
        (title)
        (author_surname)(author_first)
        (copyright_year)(copyright_year_end)(copyright_name)
        (license)
        (biblioid_class)(biblioid_value)
    )

    QUICKBOOK_VALUE_NAMED_TAGS(doc_attributes, 0x440,
        ((qbk_version)("quickbook"))
        ((compatibility_mode)("compatibility-mode"))
        ((source_mode)("source-mode"))
    )

    QUICKBOOK_VALUE_NAMED_TAGS(doc_info_attributes, 0x450,
        ((id)("id"))
        ((dirname)("dirname"))
        ((last_revision)("last-revision"))
        ((purpose)("purpose"))
        ((category)("category"))
        ((lang)("lang"))
        ((version)("version"))
        ((authors)("authors"))
        ((copyright)("copyright"))
        ((license)("license"))
        ((biblioid)("biblioid"))