我刚刚安装了 AcroTex,但它不能正常工作。
\documentclass[12pt]{letter}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage{hyperref}
\usepackage[pdftex]{eforms}
\begin{document}
\begin{Form}
\begin{tabular}{rl}
\checkBox{a}{12pt}{12pt}{a} & hello world! \\
\end{tabular}
\end{Form}
\end{document}
运行 PDFLaTex 会输出包含以下内容的 PDF:
0 0 0 hello world!
texlive 出现以下错误:
! Undefined control sequence.
\@eqBC ...@empty \else \HyColor@XZeroOneThreeFour
{#1}{\eq@BC }{}{}\edef \eq...
我的安装是否已损坏?我正在运行 fedora-repositories 附带的 TeXLive 2007。
我将 AcroTex 文件放入/usr/share/texmf/tex/latex/acrotex
并运行:
sudo latex /usr/share/texmf/tex/latex/acrotex/acrotex.ins
sudo texhash
我不知道这里出了什么问题。任何想法都非常感谢!