\backslashuboxでのエラー

名前: 平井
日時: 2010-01-19 09:53:15
IPアドレス: 211.18.204.*

表に斜線を引きたくてslashbox.styを利用しようとしています。 --------------------------------------------------------- \documentclass{jsarticle} \usepackage{slashbox} \usepackage{multirow} \begin{document} \begin{enumerate} \item 例 \begin{center} \begin{tabular}{|c|c|c|c|c|}\hline \backslashbox{独語}{英語} & 0〜49点 & 50〜69点 & 70〜89点 & 90〜100点 \\ \hline 0〜49点 & 48 & 26 & 10 & \\ \hline 50〜69点 & 22 & 35 & 13 & 4 \\ \hline 70〜89点 & & 17 & 21 & 2 \\ \hline 90〜100点 & & & 1 & 1 \\ \hline \end{tabular} \end{center} \end{enumerate} \end{document} --------------------------------------------------------- では期待通りの表ができあがるのに、実際に作成している文書の場合 --------------------------------------------------------- \documentclass [10pt,b5paper,twoside,titlepage]{jsarticle} \pagestyle{myheadings} \usepackage{amsmath,amssymb,mathptmx,tabularx,multicol,fancybox,bm} \usepackage{mypicins} \usepackage[dvips]{graphicx,color} \usepackage{emathP} \usepackage{slashbox} \setlength{\voffset}{0 cm} \setlength{\topmargin}{0 cm} \setlength{\headheight}{0.5 cm} \setlength{\headsep}{10pt} %\setlength{\textwidth}{32zw} %\setlength{\textheight}{27\baselineskip} \addtolength{\textheight}{\topskip} \numberwithin{equation}{section} \renewcommand{\thesection}{\S\;\arabic{section}} \renewcommand{\theenumi}{\arabic{enumi}} \renewcommand{\theenumii}{\arabic{enumii}} \renewcommand{\labelenumi}{[\textbf{\theenumi}]} \renewcommand{\labelenumii}{(\theenumii)} \renewcommand{\labelenumiii}{(\theenumiii)} \newlength{\minitwocolumn} % \newenvironment{z2dan}% {\def\kaidan{\end{minipage}% \hspace{\columnsep}% \begin{minipage}[t]{\minitwocolumn}}% \setlength{\minitwocolumn}{0.48\textwidth}% \addtolength{\minitwocolumn}{-0.5\columnsep}% \begin{minipage}[t]{\minitwocolumn}}% {\end{minipage}} \newenvironment{FRAME}{\begin{trivlist}\item[] \hrule \hbox to \linewidth\bgroup \advance\linewidth by -30pt \hsize=\linewidth \vrule\hfill \vbox\bgroup \vskip15pt \def\thempfootnote{\arabic{mpfootnote}} \begin{minipage}{\linewidth}}{% \end{minipage}\vskip15pt \egroup\hfill\vrule \egroup\hrule \end{trivlist}} \newcommand{\ruby}[2]{% \leavevmode \setbox0=\hbox{#1}% \setbox1=\hbox{\tiny #2}% \ifdim\wd0>\wd1 \dimen0=\wd0 \else \dimen0=\wd1 \fi \hbox{% \kanjiskip=0pt plus 2fil \xkanjiskip=0pt plus 2fil \vbox{% \hbox to \dimen0{% \tiny \hfil#2\hfil}% \nointerlineskip \hbox to \dimen0{\mathstrut\hfil#1\hfil}}}} \begin{document} \clearpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \addtolength{\leftmargini}{-1zw} \addtolength{\leftmarginii}{-1zw} \addtolength{\leftmarginiii}{-1zw} \newcommand{\Entry}[1]{\markboth{#1}{#1}\setcounter{equation}{0}} \Entry{\underline{比例・割合}} \section{比例・割合} \begin{enumerate} \item 例 \begin{center} \begin{tabular}{|c|c|c|c|c|}\hline \backslashbox{独語}{英語} & 0〜49点 & 50〜69点 & 70〜89点 & 90〜100点 \\ \hline 0〜49点 & 48 & 26 & 10 & \\ \hline 50〜69点 & 22 & 35 & 13 & 4 \\ \hline 70〜89点 & & 17 & 21 & 2 \\ \hline 90〜100点 & & & 1 & 1 \\ \hline \end{tabular} \end{center} \end{enumerate} \clearpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{document} --------------------------------------------------------- では ./test.tex... ./test.tex(1): LaTeX Font Warning: Font shape `OMS/cmss/m/n' undefined ./test.tex(95): エラー: ! Dimension too large. ./test.tex(95): エラー: ! Dimension too large. ./test.tex(95): エラー: ! Dimension too large. ./test.tex(95): エラー: ! Dimension too large. ./test.tex(95): エラー: ! Dimension too large. ./test.tex(1): LaTeX Font Warning: Some font shapes were not available, defaults substituted. -------------------------------------------------- test.tex - 5 個のエラー, 2 個の警告, 0 個のオーバーフル, 0 個のアンダーフル というエラーが出ます。 どこがおかしいのでしょうか?

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます。適宜改行を入れてください)