[tex4ht] [bug #248] sometimes, oolatex may failed when \vskip nested inside \textsf{}

Michal Hoftich puszcza-hackers at gnu.org.ua
Sat Mar 28 15:51:41 CET 2015


Follow-up Comment #1, bug #248 (project tex4ht):

Do you have any reason to use vskip inside of textsf? what is going on here is
that vskip closes current paragraph and start a new one, but this causes
invalid xml, as starting and closing tags are in different paragraphs. 

only way to fix that is to reset configuration for `textsf with 



Preamble{xhtml}
begin{document}
Configure{textsf}{}{}
EndPreamble


this will use only formatting added in dvi postprocessing, instead of semantic
tags. 

but the correct solution is IMHO to not use vskip inside of textsf and other
similar commands.

    _______________________________________________________

Reply to this item at:

  <http://puszcza.gnu.org.ua/bugs/?248>

_______________________________________________
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/



More information about the tex4ht mailing list