MiKTeX を使用して Windows 7 で LyX を実行します。LyX の「埋め込みオブジェクト チュートリアル」を PDF にエクスポートしようとしましたが、次のエラーが発生しました。
Undefined control sequence
\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
問題のあるコードは次のようです
\let\myHlineC\hline
\renewcommand{\hline}
{\arrayrulecolor{red}\myHlineC\arrayrulecolor{black}}
(ドキュメントのセクション 2.11.2)。
関連する場合と関連しない場合があります:ドキュメントのプリアンブル。