emath saloon (Read Only)

新規発言一覧最新記事過去一覧検索HOME

No.877  コンパイルエラーを解決できない
発言者: tomo
発言日: 2010 09/20 11:43
初めて投稿します。ずっとemathにお世話になっている高校の教員です。

5年くらい前に、当時の最新版をダウンロードしてインストールしたパソコン
を使用してきましたが、老朽化のため動かなくなり、別のXpパソコンに最新版
をインストールしました。エディタはWinshellを使っています。

これまで使ってきたパソコンで作成し、正常にコンパイルできたtexファイル
の1つをコンパイルしたところ、dviファイルはできるのですが、これまで
出なかった以下のようなエラーがでます。オーバーフル、アンダーフルも出て
このままでは使えません。対処方法がわからず困っています。
よろしくお願いいたします。

プロジェクト構成: 1412h
--------------------------------------------------

1412h.tex...
1412h.tex(61): エラー: ! Missing number, treated as zero.
1412h.tex(61): エラー: ! Missing number, treated as zero.
1412h.tex(63): エラー: ! LaTeX Error: There's no line here to end.
1412h.tex(63): Overfull \hbox (14.42824pt too wide) in paragraph at lines 63--195
1412h.tex(195): エラー: ! Missing number, treated as zero.
1412h.tex(195): エラー: ! Missing number, treated as zero.
1412h.tex(1): Underfull \vbox (badness 10000) has occurred while \output is active on page 1
1412h.tex(236): エラー: ! Missing number, treated as zero.
1412h.tex(236): エラー: ! Missing number, treated as zero.
1412h.tex(238): エラー: ! LaTeX Error: There's no line here to end.
1412h.tex(293): エラー: ! Missing number, treated as zero.
1412h.tex(293): エラー: ! Missing number, treated as zero.
1412h.tex(295): エラー: ! LaTeX Error: There's no line here to end.

--------------------------------------------------
1412h - 11 個のエラー, 0 個の警告, 1 個のオーバーフル, 1 個のアンダーフル

61、195、236、293行目のソースは、「\end{rectbox}」です。
63行目のソースは、「例(1)\hspace{5.4pt} 図のような・・・」です。
238行目のソースは、「{\textbf 1.} \hspace{4.4pt} 例(1)の・・・」です。
295行目のソースは、「{\textbf 2.} \hspace{4.4pt} $\vec{a}=・・・」です。

以下は、ログの抜粋です。

This is e-pTeXk, Version 3.1415926-p3.1.11-100420 (sjis) (Web2C 2010)
 restricted \write18 enabled.
 Source specials enabled.
entering extended mode
(./1412h.tex
pLaTeX2e <2006/11/10>+0 (based on LaTeX2e <2009/09/24> patch level 0)
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, ukenglish, ba
sque, bulgarian, coptic, welsh, czech, slovak, german, ngerman, danish, esperan
to, spanish, catalan, galician, estonian, farsi, finnish, french, irish, greek,
 monogreek, ancientgreek, croatian, hungarian, interlingua, ibycus, bahasa, ice
landic, italian, latin, mongolian, dutch, norsk, polish, portuguese, pinyin, ro
manian, russian, slovenian, samin, uppersorbian, serbian, swedish, turkish, ukr
ainian, dumylang, nohyphenation, loaded.
(c:/w32tex/share/texmf/tex/platex/js/jsarticle.cls
Document Class: jsarticle 2010/03/14 okumura
(c:/w32tex/share/texmf/tex/latex/base/fleqn.clo))
(c:/w32tex/share/texmf/tex/platex/misc/emath/emath.sty

 ・・・・・・・・・・・・・・・・・・・・・・

(c:/w32tex/share/texmf/tex/latex/txr/utxmia.fd)
(c:/w32tex/share/texmf/tex/latex/txr/utxsyc.fd)
! Missing number, treated as zero.
<to be read again> 
                   <
l.61 \end{rectbox}
                  
! Missing number, treated as zero.
<to be read again> 
                   \relax 
l.61 \end{rectbox}
                  

! LaTeX Error: There's no line here to end.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.63 例
       (1)\hspace{5.4pt} 図のような平行六面体$\rm ABCD-EFGH$では

Overfull \hbox (14.42824pt too wide) in paragraph at lines 63--195
[]  []
! Missing number, treated as zero.
<to be read again> 
                   <
l.195 \end{rectbox}
                   
! Missing number, treated as zero.
<to be read again> 
                   \relax 
l.195 \end{rectbox}
                   

Underfull \vbox (badness 10000) has occurred while \output is active [1]
! Missing number, treated as zero.
<to be read again> 
                   <
l.236 \end{rectbox}
                   
! Missing number, treated as zero.
<to be read again> 
                   \relax 
l.236 \end{rectbox}
                   

! LaTeX Error: There's no line here to end.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.238 {
       \textbf 1.} \hspace{4.4pt} 例(1)の平行六面体において,$\overrightarro...

! Missing number, treated as zero.
<to be read again> 
                   <
l.293 \end{rectbox}
                   
! Missing number, treated as zero.
<to be read again> 
                   \relax 
l.293 \end{rectbox}
                   

! LaTeX Error: There's no line here to end.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.295 {
       \textbf 2.} \hspace{4.4pt} $\vec{a}=(2,\;-1,\;1)$,$\vec{b}=(-2,\;3,\...

[2] (./1412h.aux) )
(see the transcript file for additional information)
Output written on 1412h.dvi (2 pages, 25204 bytes).
Transcript written on 1412h.log.

▼関連発言

877:コンパイルエラーを解決できない [tomo] 09/20 11:43
 ├878:Re:コンパイルエラーを解決できない [田中徹] 09/20 12:16
 │└880:Re[2]:コンパイルエラーを解決できない [tomo] 09/20 12:41
 ├879:Re:コンパイルエラーを解決できない [tDB] 09/20 12:29
 └881:Re:コンパイルエラーを解決できない [tDB] 09/20 13:35<-last

  返信フォーム [引用]
名 前 保存
題 名
メール省略可
★この板では,投稿者が改行を入れない限り
 延々と右に続きます。適宜,改行を入れてください。
発 言
URL 省略可
PASSWORD
書き込む

Pass 保存


CGIROOM