# testdb.conf - override some Docbook-specific config stuff
# Override docbook45 definition to not encapsulate LaTeX math
# This requires some cleverness in the latexmath macros to include
# the equation source in the alt block for PDF output, and in
# a Docbook block tag otherwise, using the a2x-format variable.
# a2x-format can be one of: chunked, docbook, dvi, epub, htmlhelp, manpage,
# pdf (default), ps, tex, text, xhtml.
[blockdef-pass]
ifeval::["{a2x-format}"=="pdf"]
latexmath-style=template="latexmathblock",subs=()
endif::[]
ifeval::["{a2x-format}"!="pdf"]
latexmath-style=template="latexmathblock"
subs=specialcharacters
endif::[]
[latexmath-inlinemacro]
ifeval::["{a2x-format}"=="pdf"]
endif::[]
ifeval::["{a2x-format}"!="pdf"]
{passtext}
endif::[]
[latexmath-blockmacro]
ifeval::["{a2x-format}"=="pdf"]
endif::[]
ifeval::["{a2x-format}"!="pdf"]
{passtext}
endif::[]
[latexmathblock]
{title#}{title}
{title%}
ifeval::["{a2x-format}"=="pdf"]
endif::[]
ifeval::["{a2x-format}"!="pdf"]
|
endif::[]
{title#}
{title%}