I agree with you that DITA described the <topichead> element is for a navigation purpose. However, when the PDF plugin is used, these titles are printed in the PDF.I already tried to replace the <topichead> by <topicref> (without .dita file), but for the HTML5 plugin, this does not work. The intermediary .dita file in the temporary folder (I use chunk=to-content) does not contains these titles.
--
You received this message because you are subscribed to a topic in the Google Groups "DITA-OT Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dita-ot-users/q2R9ht9X7_4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dita-ot-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/dita-ot-users/2fdeb53e-48af-443c-b909-160ef2177e62%40googlegroups.com.
I take that back. You need a .dita file with a title element to get the result you want.
On Thu, Nov 21, 2019, 6:38 AM Julio Vazquez <juli...@gmail.com> wrote:
Then there's a bug. You should get a single HTML file in the output folder with that title as the top level. What version of the OT are you using?
On Thu, Nov 21, 2019, 2:34 AM AJ Côté <ander...@gmail.com> wrote:
--I agree with you that DITA described the <topichead> element is for a navigation purpose. However, when the PDF plugin is used, these titles are printed in the PDF.I already tried to replace the <topichead> by <topicref> (without .dita file), but for the HTML5 plugin, this does not work. The intermediary .dita file in the temporary folder (I use chunk=to-content) does not contains these titles.
You received this message because you are subscribed to a topic in the Google Groups "DITA-OT Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dita-ot-users/q2R9ht9X7_4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dita-o...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to dita-ot-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/dita-ot-users/1b7b28f3-38b9-4fb0-8748-7a050847e3c5%40googlegroups.com.
You may need to move that processing earlier in the preprocessing step
May I ask what your objection is to having a title only topic?
I have now is to find a way to override the args.input parameter value (I know, it is insane, but org.dita.base read that parameter without possibility to override it through another parameter).