I have a caption in the paragraph above my tables which uses a language specific variable for Table/Tabelle/etc. and the HMTBLCOUNTER variable for the number.
That looks fine in PDF output, but I'd like to also have the captions above the tables in CHM output.
Code: Select all
(from memory, it looks something like this)
<para style="TableCaption"><%TABCAP%> <%HMTBLCOUNTER%>: <tab/>I am a table caption</para>The caption editor doesn't like an IF condition around the variables and I don't want to do that anyway as I am trying to reduce complexity and have a lot of tables. I also don' want an IF condition around the whole paragraph (again due to complexity, translation, maintenance, ...)