A4用紙タテ置きで、日本語を2段組で縦書きして、脚注を「下段のみ」に入れたいと思います。
横書きでは同様の動作を ftnright.sty というパッケージで動作確認しました。この縦書き版とでもいうべき動作を入手したいのですが、以下のソースでは、以下のとおりエラーが出ます。
ソース
\documentclass[a4paper, twocolumn]{tbook}
\usepackage{ftnright}
\begin{document}
<ここに脚注付き本文が入ります>\end{document}
エラーメッセージ
! Incompatible direction list can't be unboxed.
\@startcolumn ...nsert \footins {\unvbox \footins
}\fi \fi
l.27
上記につきまして何ができるか、ご教示お願いします。