我有这个 LaTex 代码:
\documentclass{book}
\begin{document}
Hello
\begin{tabular}{ c c c }
cell1 & cell2 & cell3 \\
cell4 & cell5 & cell6 \\
cell7 & cell8 & cell9
\end{tabular}
Goodbye
\end{document}
当我运行 tex4ebook 时,它会产生这个(与 pdflatex 配合良好,但我正在制作电子书):
为何我看不到表格?
我已经在 tex4ebook 问题中搜索了表格,但没有找到类似内容。 这个问题看上去类似,但包装却略有不同。
答案1
事实证明这是我正在使用的电子书查看器的问题。
Sudo apt install mupdf
安装 mupdf 的 (1.19.0+ds1-2) 版本,该版本不显示表格,但从源代码构建的 1.23 版本会显示表格。(表格在 calibre 的电子书阅读器和亚马逊的 kindle 预览器中也能正常显示)