答案1
标签文本只是打印在框后面。使用普通文本和图片等可以获得相同的效果。例如,您可以使用 parbox:
\documentclass{scrartcl}
\usepackage{hyperref}
\begin{document}
\begin{Form}
\TextField[width=12cm]{\parbox[t]{5cm}{very long text explaining the type of entry that should go here:}}
\end{Form}
\end{document}
或者重新定义\LayoutTextField
。