我正在尝试colortbl
与以下一起使用tex4ht
:
\documentclass{article}
\usepackage{tabulary,colortbl}
\begin{document}
\begin{tabulary}{\textwidth}{C}
test\\
\end{tabulary}
\end{document}
调用htlatex.bat时,结果为:
! Undefined control sequence.
\begin:current@color ->\let \sv:curcolor
\current@color
l.4 \begin{tabulary}{\textwidth}{C}
我认为 tex4ht 需要更多“配置”(正如 Eitan 总是说的那样)。如何完成此配置?
我正在使用 tex4ht-SVN 中的 SVN 修订版 88:http://svn.gnu.org.ua/sources/tex4ht/trunk/。
htlatex.bat 来自:http://svn.gnu.org.ua/sources/tex4ht/trunk/bin/ht/win32/htlatex.bat
答案1
这似乎是一个错误tex4ht
:我发现 TeX Live 2012 和 TeX Live 2013 存在问题。因此,最好的办法就是正式报告:我会的。