名前: 常夏レモン 日時: 2010-10-27 10:48:18 IPアドレス: 133.102.16.*
>>55395 \end{table}…\end{table} で囲めないですね。 \documentclass[twoside,b5j]{jsbook} \usepackage{longtable} \begin{document} \listoftables \chapter{サンプル} \section{サンプル} \begin{longtable}[c]{|c|l|} \caption{サンプル}\label{sample}\\ \hline 1 & 2 \\ \hline 3 & 4 \\ \hline 5 & 6 \\ \hline \end{longtable} \begin{small} \begin{longtable}[c]{|l|l|p{23zw}|} \caption{サンプル2} \label{sample2}\\ \hline a & b & c \\ \hline ddd & eee & fff \\ \hline \end{longtable} \end{small} \end{document}
この書き込みへの返事: