4 # Asciidoc DocBook 4.5 configuration file.
6 # modified for Proxmox VE docs
7 # - add thumbnail attribute
11 # Printable page width and units.
12 # Used to calculate DocBook CALS tables absolute column and table widths.
19 basebackend-docbook45=
20 # For backward compatibility (docbook backend was renamed to docbook45 at 8.6.2)
22 # toc and numbered are set to maintain original default behavior.
27 # Line break markup. Custom processing instruction in fo.xsl.
28 (?m)^(.*)\s\+$=\1<?asciidoc-br?>
31 ifdef::asciidoc7compatible[]
33 \^(.+?)\^=<superscript>\1</superscript>
35 ~(.+?)~=<subscript>\1</subscript>
36 endif::asciidoc7compatible[]
39 # Uses custom processing instructions in fo.xsl and asciidoc-dblatex.xsl.
40 <simpara><?asciidoc-hr?></simpara>
42 [pagebreak-blockmacro]
43 # Uses custom processing instructions in fo.xsl and asciidoc-dblatex.xsl.
44 <simpara><?asciidoc-pagebreak?></simpara>
47 latexmath-style=template="latexmathblock",subs=()
51 (?su)[\\]?(?P<name>latexmath):(?P<subslist>\S*?)\[(?P<passtext>.*?)(?<!\\)\]=[]
52 (?u)^(?P<name>latexmath)::(?P<subslist>\S*?)(\[(?P<passtext>.*?)\])$=#[]
54 [latexmath-inlinemacro]
56 <alt><![CDATA[{passtext}]]></alt>
57 <inlinemediaobject><textobject><phrase></phrase></textobject></inlinemediaobject>
60 [latexmath-blockmacro]
62 <alt><![CDATA[{passtext}]]></alt>
63 <mediaobject><textobject><phrase></phrase></textobject></mediaobject>
67 <equation{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}><title>{title}</title>
68 {title%}<informalequation{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
69 <alt><![CDATA[|]]></alt>
70 <mediaobject><textobject><phrase></phrase></textobject></mediaobject>
72 {title%}</informalequation>
77 <imagedata fileref="{imagesdir=}{imagesdir?/}{target}"{width? contentwidth="{width}"}{height? contentdepth="{height}"}{scale? scale="{scale}"}/>
79 <textobject><phrase>{alt={target}}</phrase></textobject>
83 <figure{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}{pgwide-option? pgwide="1"}><title>{title}</title>
84 {title%}<informalfigure{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>{pgwide-option?<?dbfo pgwide="1"?>}
85 # DocBook XSL Stylesheets custom processing instructions.
86 <?dbfo keep-together="{breakable-option#auto}"?>
87 <?dbfo keep-together="{unbreakable-option#always}"?>
90 <imagedata fileref="{imagesdir=}{imagesdir?/}{target}"{width? contentwidth="{width}"}{height? contentdepth="{height}"}{scale? scale="{scale}"}{scaledwidth? width="{scaledwidth}" scalefit="1"}{align? align="{align}"}/>
92 <textobject><phrase>{alt={target}}</phrase></textobject>
95 {title%}</informalfigure>
97 [indexterm-inlinemacro]
99 # Generate separate index entries for primary, secondary and tertiary
103 {2%} <primary>{1}</primary>
105 # Primary and secondary.
107 {2#}{3%} <primary>{1}</primary><secondary>{2}</secondary>
110 {2#}{3%} <primary>{2}</primary>
112 # Primary, secondary and tertiary.
114 <primary>{1}</primary><secondary>{2}</secondary><tertiary>{3}</tertiary>
117 <primary>{2}</primary><secondary>{3}</secondary>
120 <primary>{3}</primary>
123 [indexterm2-inlinemacro]
125 # Single entry index term that is visible in the primary text flow.
126 <indexterm><primary>{1}</primary></indexterm>{1}
128 [footnote-inlinemacro]
130 <footnote><simpara>{0}</simpara></footnote>
132 [footnoteref-inlinemacro]
133 # Footnote reference.
134 {2#}<footnote id="{1}"><simpara>{2}</simpara></footnote>
135 {2%}<footnoteref linkend="{1}" />
137 [callout-inlinemacro]
143 list=<itemizedlist{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}{compact-option? spacing="compact"}>{unbreakable-option? <?dbfo keep-together="always"?>}{title?<title>{title}</title>}|</itemizedlist>
144 item=<listitem>|</listitem>
145 text=<simpara>|</simpara>
148 list=<orderedlist{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"} numeration="{style}"{compact-option? spacing="compact"}>{unbreakable-option? <?dbfo keep-together="always"?>}{title?<title>{title}</title>}{start?<?dbfo start="{start}"?><?dbhtml start="{start}"?>}|</orderedlist>
149 item=<listitem>|</listitem>
150 text=<simpara>|</simpara>
153 list=<variablelist{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>{title?<title>{title}</title>}|</variablelist>
154 entry=<varlistentry>|</varlistentry>
157 item=<listitem>|</listitem>
158 text=<simpara>|</simpara>
160 [listtags-horizontal]
161 # Horizontal labeled list (implemented with two column table).
162 # Hardwired column widths to 30%,70% because the current crop of PDF
163 # generators do not auto calculate column widths.
164 list=<{title?table}{title!informaltable}{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}{style? tabstyle="{style}"}{pgwide-option? pgwide="1"} frame="none" colsep="0" rowsep="0">{title?<title>{title}</title>}<tgroup cols="2"><colspec colwidth="{labelwidth=15}*"/><colspec colwidth="{itemwidth=85}*"/><tbody valign="top">|</tbody></tgroup><{title?/table}{title!/informaltable}>
166 label=<entry>|</entry>
167 term=<simpara>|</simpara>
168 item=<entry>|</entry>
169 text=<simpara>|</simpara>
172 list=<calloutlist{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>{title?<title>{title}</title>}|</calloutlist>
173 item=<callout arearefs="{coids}">|</callout>
177 list=<qandaset{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>{title?<title>{title}</title>}|</qandaset>
178 entry=<qandaentry>|</qandaentry>
179 label=<question>|</question>
180 term=<simpara>|</simpara>
181 item=<answer>|</answer>
182 text=<simpara>|</simpara>
184 [listtags-bibliography]
185 list=<bibliodiv{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>{title?<title>{title}</title>}|</bibliodiv>
186 item=<bibliomixed>|</bibliomixed>
187 text=<bibliomisc>|</bibliomisc>
191 entry=<glossentry>|</glossentry>
193 term=<glossterm>|</glossterm>
194 item=<glossdef>|</glossdef>
195 text=<simpara>|</simpara>
199 emphasis=<emphasis>{1?<phrase role="{1}">}|{1?</phrase>}</emphasis>
200 strong=<emphasis role="strong">{1?<phrase role="{1}">}|{1?</phrase>}</emphasis>
201 monospaced=<literal>{1?<phrase role="{1}">}|{1?</phrase>}</literal>
202 singlequoted={lsquo}{1?<phrase role="{1}">}|{1?</phrase>}{rsquo}
203 doublequoted={ldquo}{1?<phrase role="{1}">}|{1?</phrase>}{rdquo}
204 unquoted={1?<phrase role="{1}">}|{1?</phrase>}
205 subscript=<subscript>{1?<phrase role="{1}">}|{1?</phrase>}</subscript>
206 superscript=<superscript>{1?<phrase role="{1}">}|{1?</phrase>}</superscript>
208 ifdef::deprecated-quotes[]
209 # Override with deprecated quote attributes.
210 emphasis={role?<phrase role="{role}">}<emphasis>|</emphasis>{role?</phrase>}
211 strong={role?<phrase role="{role}">}<emphasis role="strong">|</emphasis>{role?</phrase>}
212 monospaced={role?<phrase role="{role}">}<literal>|</literal>{role?</phrase>}
213 singlequoted={role?<phrase role="{role}">}{amp}#8216;|{amp}#8217;{role?</phrase>}
214 doublequoted={role?<phrase role="{role}">}{amp}#8220;|{amp}#8221;{role?</phrase>}
215 unquoted={role?<phrase role="{role}">}|{role?</phrase>}
216 subscript={role?<phrase role="{role}">}<subscript>|</subscript>{role?</phrase>}
217 superscript={role?<phrase role="{role}">}<superscript>|</superscript>{role?</phrase>}
218 endif::deprecated-quotes[]
222 <ulink url="{name}:{target}">{0={name}:{target}}</ulink>
224 <ulink url="{name}:{target}">{0={name}:{target}}</ulink>
226 <ulink url="{name}:{target}">{0={name}:{target}}</ulink>
228 <ulink url="{name}:{target}">{0={name}:{target}}</ulink>
230 <ulink url="{name}:{target}">{0={name}:{target}}</ulink>
232 <ulink url="mailto:{target}">{0={target}}</ulink>
234 <ulink url="{name}:{target}">{0={target}}</ulink>
236 <ulink url="{target}">{0={target}}</ulink>
239 <anchor id="{target}" xreflabel="{0=[{target}]}"/>
241 [anchor2-inlinemacro]
242 <anchor id="{1}" xreflabel="{2=[{1}]}"/>
244 [anchor3-inlinemacro]
245 <anchor id="{1}" xreflabel="[{1}]"/>[{1}]
248 <link linkend="{target}">{0}</link>
249 {2%}<xref linkend="{target}"/>
252 <link linkend="{1}">{2}</link>
253 {2%}<xref linkend="{1}"/>
255 [comment-inlinemacro]
256 {showcomments#}<remark>{passtext}</remark>
259 {showcomments#}<remark>{passtext}</remark>
261 [literal-inlinemacro]
263 <literal>{passtext}</literal>
265 # Special word macros
267 <emphasis>{words}</emphasis>
269 <literal>{words}</literal>
271 <emphasis role="strong">{words}</emphasis>
273 # Paragraph substitution.
275 <formalpara{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}><title>{title}</title><para>
276 {thumbnail#}<mediaobject>
277 {thumbnail#} <imageobject>
278 {thumbnail#} <imagedata fileref="images/screenshot/{thumbnail}"{width? contentwidth="{width}"}{height? contentdepth="{height}"}{scale? scale="{scale}"}{scaledwidth? width="{scaledwidth}" scalefit="1"}{align? align="{align}"}/>
279 {thumbnail#} </imageobject>
280 {thumbnail#} <textobject><phrase>{alt={thumbnail}}</phrase></textobject>
281 {thumbnail#}</mediaobject>
282 {title%}<simpara{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
285 {title#}</para></formalpara>
288 [admonitionparagraph]
289 <{name}{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}><simpara>|</simpara></{name}>
293 <formalpara{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}><title>{title}</title><para>
294 {title#}<literallayout class="monospaced">
295 {title%}<literallayout{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"} class="monospaced">
298 {title#}</para></formalpara>
301 <formalpara{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}><title>{title}</title><para>
303 {title%}<screen{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
306 {title#}</para></formalpara>
309 <sidebar{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
310 <title>{title}</title>
316 template::[sidebarblock-open]
318 template::[sidebarblock-close]
321 template::[sidebarblock-open]
323 template::[sidebarblock-close]
326 <abstract{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
327 <title>{title}</title>
329 [abstractblock-close]
333 template::[abstractblock-open]
335 template::[abstractblock-close]
338 template::[abstractblock-open]
340 template::[abstractblock-close]
345 [partintroblock-open]
346 <partintro{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
347 <title>{title}</title>
349 [partintroblock-close]
353 template::[partintroblock-open]
355 template::[partintroblock-close]
358 template::[partintroblock-open]
360 template::[partintroblock-close]
363 # Common quote and verse element template.
364 <blockquote{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
365 <title>{title}</title>
366 # Include attribution only if either {attribution} or {citetitle} is defined.
367 {attribution#}<attribution>
368 {attribution%}{citetitle#}<attribution>
370 <citetitle>{citetitle}</citetitle>
371 {attribution#}</attribution>
372 {attribution%}{citetitle#}</attribution>
378 template::[quote-open]
380 template::[quote-close]
383 template::[quote-open]
384 <literallayout>|</literallayout>
385 template::[quote-close]
388 template::[quote-open]
390 template::[quote-close]
393 <{title?example}{title!informalexample}{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
394 # DocBook XSL Stylesheets custom processing instructions.
395 <?dbfo keep-together="{breakable-option#auto}"?>
396 <?dbfo keep-together="{unbreakable-option#always}"?>
397 <title>{title}</title>
400 </{title?example}{title!informalexample}>
403 template::[exampleblock-open]
405 template::[exampleblock-close]
408 template::[exampleblock-open]
410 template::[exampleblock-close]
413 <{name}{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
414 <title>{title}</title>
420 colspec=<colspec colname="col_{colnumber}" colwidth="{width!{colpcwidth}*}{width?{colabswidth}{pageunits}}"/>
422 headdata=<entry align="{halign}" valign="{valign}"{colspan@1:: namest="col_{colstart}" nameend="col_{colend}"}{morerows@0:: morerows="{morerows}"}>|</entry>
423 bodydata=<entry align="{halign}" valign="{valign}"{colspan@1:: namest="col_{colstart}" nameend="col_{colend}"}{morerows@0:: morerows="{morerows}"}>|</entry>
424 paragraph=<simpara>|</simpara>
427 paragraph=<simpara><emphasis>|</emphasis></simpara>
430 paragraph=<simpara><emphasis role="strong">|</emphasis></simpara>
433 paragraph=<simpara><emphasis role="strong">|</emphasis></simpara>
435 [tabletags-monospaced]
436 paragraph=<simpara><literal>|</literal></simpara>
439 bodydata=<entry align="{halign}" valign="{valign}"{colspan@1:: namest="col_{colstart}" nameend="col_{colend}"}{morerows@0:: morerows="{morerows}"}><literallayout>|</literallayout></entry>
443 bodydata=<entry align="{halign}" valign="{valign}"{colspan@1:: namest="col_{colstart}" nameend="col_{colend}"}{morerows@0:: morerows="{morerows}"}><literallayout class="monospaced">|</literallayout></entry>
450 <{title?table}{title!informaltable}{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}{pgwide-option? pgwide="1"}
452 {grid%rowsep="1" colsep="1"}
453 rowsep="{grid@none|cols:0:1}" colsep="{grid@none|rows:0:1}"
455 <title>{title}</title>
456 # DocBook XSL Stylesheets custom processing instructions.
457 <?dbhtml table-width="{width}"?>
458 <?dbfo table-width="{width}"?>
459 <?dblatex table-width="{width}"?>
460 <?dbfo keep-together="{breakable-option#auto}"?>
461 <?dbfo keep-together="{unbreakable-option#always}"?>
462 <tgroup cols="{colcount}">
474 </{title?table}{title!informaltable}>
476 #--------------------------------------------------------------------
477 # Deprecated old table definitions.
480 [old_tabledef-default]
482 colspec=<colspec colwidth="{colwidth}{pageunits}" align="{colalign}"/>
484 bodydata=<entry>|</entry>
487 <{title?table}{title!informaltable}{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"} pgwide="0"
488 frame="{frame=topbot}"
489 {grid%rowsep="0" colsep="0"}
490 rowsep="{grid@none|cols:0:1}" colsep="{grid@none|rows:0:1}"
492 <title>{title}</title>
493 <tgroup cols="{cols}">
505 </{title?table}{title!informaltable}>
507 # End of deprecated old table definitions.
508 #--------------------------------------------------------------------
512 <preface{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
513 <title>{title=}</title>
518 <index{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
519 <title>{title}</title>
524 <bibliography{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
525 <title>{title}</title>
530 <glossary{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
531 <title>{title}</title>
536 <appendix{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
537 <title>{title}</title>
542 <bridgehead{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"} renderas="sect{level}">{title}</bridgehead>
545 [header-declarations]
546 <?xml version="1.0" encoding="{encoding}"?>
547 <!DOCTYPE {doctype-article?article}{doctype-book?book}{doctype-manpage?refentry} PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
548 {toc#}<?asciidoc-toc?>
549 {numbered#}<?asciidoc-numbered?>
552 {notitle%} <title>{doctitle}</title>
553 <date>{revdate}</date>
554 # To ensure valid articleinfo/bookinfo when there is no AsciiDoc header.
555 {doctitle%}{revdate%}<date>{docdate}</date>
557 <firstname>{firstname}</firstname>
558 <othername>{middlename}</othername>
559 <surname>{lastname}</surname>
560 <email>{email}</email>
562 <authorinitials>{authorinitials}</authorinitials>
563 <revhistory><revision>{revnumber?<revnumber>{revnumber}</revnumber>}<date>{revdate}</date>{authorinitials?<authorinitials>{authorinitials}</authorinitials>}{revremark?<revremark>{revremark}</revremark>}</revision></revhistory>
564 {docinfo1,docinfo2#}{include:{docdir}/docinfo.xml}
565 {docinfo,docinfo2#}{include:{docdir}/{docname}-docinfo.xml}
566 # DEPRECATED: Use docinfo.
567 {revisionhistory#}{include:{docdir}/{docname}-revhistory.xml}
568 # DEPRECATED: Use orgname in preference to companyname.
569 <orgname>{companyname}</orgname>
570 # DEPRECATED: Use orgname in preference to corpname.
571 <orgname>{corpname}</orgname>
572 <orgname>{orgname}</orgname>
574 #-------------------------
575 # article document type
576 #-------------------------
577 ifdef::doctype-article[]
580 template::[header-declarations]
582 <article lang="{lang=en}">
591 # Untitled elements between header and first section title.
595 <abstract{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
600 <section{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
601 <title>{title}</title>
606 <section{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
607 <title>{title}</title>
612 <section{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
613 <title>{title}</title>
618 <section{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
619 <title>{title}</title>
623 endif::doctype-article[]
625 #-------------------------
626 # manpage document type
627 #-------------------------
628 ifdef::doctype-manpage[]
631 # The roff format does not substitute special characters so just print them as
637 template::[header-declarations]
638 <refentry lang="{lang=en}">
643 <refentrytitle>{mantitle}</refentrytitle>
644 <manvolnum>{manvolnum}</manvolnum>
645 # Default source and manual to suppress DocBook XSL warnings.
646 <refmiscinfo class="source">{mansource= }</refmiscinfo>
647 <refmiscinfo class="manual">{manmanual= }</refmiscinfo>
648 <refmiscinfo class="version">{manversion={revnumber}}</refmiscinfo>
651 <refname>{manname1}</refname>
652 <refname>{manname2}</refname>
653 <refname>{manname3}</refname>
654 <refname>{manname4}</refname>
655 <refname>{manname5}</refname>
656 <refname>{manname6}</refname>
657 <refname>{manname7}</refname>
658 <refname>{manname8}</refname>
659 <refname>{manname9}</refname>
660 <refpurpose>{manpurpose}</refpurpose>
668 <refsynopsisdiv{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
673 <refsect1{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
674 <title>{title}</title>
679 <refsect2{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
680 <title>{title}</title>
685 <refsect3{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
686 <title>{title}</title>
690 endif::doctype-manpage[]
692 #-------------------------
694 #-------------------------
695 ifdef::doctype-book[]
698 template::[header-declarations]
700 <book lang="{lang=en}">
709 # Preamble is not allowed in DocBook book so wrap it in a preface.
710 <preface{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
711 <title>{title=}</title>
716 <dedication{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
717 <title>{title}</title>
722 <colophon{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
723 <title>{title}</title>
728 <part{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
729 <title>{title}</title>
734 <chapter{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
735 <title>{title}</title>
740 <section{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
741 <title>{title}</title>
746 <section{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
747 <title>{title}</title>
752 <section{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
753 <title>{title}</title>
757 endif::doctype-book[]
761 # Optional DocBook SGML.
763 # Most of the differences between DocBook XML and DocBook SGML boils
764 # down to the empty element syntax: SGML does not like the XML empty
765 # element <.../> syntax, use <...> instead.
770 [header-declarations]
771 <!DOCTYPE {doctype-article?article}{doctype-book?book}{doctype-manpage?refentry} PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
774 colspec=<colspec colwidth="{colabswidth}{pageunits}" align="{colalign}">
779 <imagedata fileref="{imagesdir=}{imagesdir?/}{target}"{width? width="{width}"}{height? depth="{height}"}>
781 <textobject><phrase>{alt={target}}</phrase></textobject>
785 <figure><title>{title}</title>
786 {title%}<informalfigure>
789 <imagedata fileref="{imagesdir=}{imagesdir?/}{target}"{width? width="{width}"}{height? depth="{height}"}>
791 <textobject><phrase>{alt={target}}</phrase></textobject>
794 {title%}</informalfigure>
798 <link linkend="{target}">{0}</link>
799 {2%}<xref linkend="{target}">
802 <link linkend="{1}">{2}</link>
803 {2%}<xref linkend="{1}">
805 <anchor id="{target}" xreflabel="{0=[{target}]}">
806 [anchor2-inlinemacro]
808 <anchor id="{1}" xreflabel="{2=[{1}]}">