Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I'm trying to use colortbl together with tex4ht:

\documentclass{article} 
\usepackage{tabulary,colortbl}
\begin{document} 
\begin{tabulary}{\textwidth}{C}
test\\
\end{tabulary}
\end{document}

When calling htlatex.bat, the result is:

! Undefined control sequence.
\begin:current@color ->\let \sv:curcolor
                                     \current@color
l.4 \begin{tabulary}{\textwidth}{C}

I assume that tex4ht needs some more "configuration" (as Eitan always put it). How is this configuration done?

I'm using SVN revision 88 from the tex4ht-SVN: http://svn.gnu.org.ua/sources/tex4ht/trunk/.

htlatex.bat is from: http://svn.gnu.org.ua/sources/tex4ht/trunk/bin/ht/win32/htlatex.bat

share|improve this question
could you please post the content of htlatex.bat , I tried your MWE on Windows 7 / MikteX and could not reproduce the error. – Andreas Wallner May 21 '12 at 11:52
1  
See the same error with TeX Live 2012, so I suspect this is an issue tex4ht. – Joseph Wright Aug 11 '12 at 12:57

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.