我改变了我的longtable
用法tabu
,现在我收到很多错误。结果发现它tabu
不像Verbatim
表格里面那样,但根据文档,tabu*
应该这样做,但我无法让它工作。
平均能量损失
\documentclass[12pt]{scrbook}%
\usepackage{amsmath,mathtools}
\usepackage{tabu}
\usepackage{fancyvrb}
\begin{document}
\begin{tabu*}{p{3\textwidth}}% star version supposed to work
\begin{Verbatim}
test
\end{Verbatim}
\end{tabu*}
\end{document}
错误是
lualatex foo3.tex
This is LuaTeX, Version beta-0.80.0.1 (TeX Live 2015) (rev 5863)
restricted \write18 enabled.
(/usr/local/texlive/2015/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/oberdiek/etexcmds.sty)))
(/usr/local/texlive/2015/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)))
Runaway argument?
! File ended while scanning use of \FancyVerbGetLine.
<inserted text>
\par
l.12 \end{tabu*}
?
根据文档它应该可以工作,但我可能需要做更多的事情,但我正在按照第 7 页的内容进行操作,也许更熟练使用 Latex 的人可以更好地理解这一点。特别是,我不明白这是什么意思
It is possible to insert Verbatim material with some \csname control
sequences \endcsname inside a tabu and inside X columns.
下面是第 7 页。
相关问题
答案1
它适用于我(texlive 2016)pdflatex
或lualatex
如果我添加
\RequirePackage{luatex85}
作为第一行