LyXで同じタイプの似た図を載せるとき,(a) (b)というようにキャプションの前に付けるには,図フロートにさらに図フロートを入れるといける。だけど,エラーが出た。
Errors:
You can’t use `\spacefactor’ in vertical mode.
LaTeX Error: Missing \begin{document}
Description
\@
ifundefined{showcaptionsetup}{}{%
Sorry, but I’m not programmed to handle this case;
I’ll just pretend that you didn’t ask for it.
If you’re in the wrong mode, you might be able to
return to the right one by typing `I}’ or `I$’ or `I\par’.
以下のページを参考にプリアンブルの最後に
\makeatletter
を書くとうまくいった。これは@を文字として扱う命令だ。なぜエラーが出たかは原因不明。プリアンブルでこの命令を使って章のスタイルとかを変更したから?
http://kempproject.blogspot.jp/2012/12/subfloat-error-in-lyx.html
http://comments.gmane.org/gmane.editors.lyx.general/64618
関連