発言者: 石原 守
発言日: 2003 12/23 13:53
発言元: 61.124.249.119
emathMyを読み込ませたくないので,
例1,例2の用にするとエラーになります。
(emathPを読み込む必然性のない例ですが)
例1
\documentclass{jarticle}
\usepackage[notMy]{emathP}
\begin{document}
$ a \neqq b$
\end{document}
! LaTeX Error: Unknown option `notMy' for package `emathP'.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.16 \ProcessOptions\relax
? x
例2
\documentclass{jarticle}
\usepackage{emathP}
\usepackage[notMy]{emath}
\begin{document}
$ a \neqq b$
\end{document}
! LaTeX Error: Option clash for package emath.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.4 \begin
{document}
? x
無駄な読み込み順のようですが例3
のようにしないといけないのでしょうか
例3
\documentclass{jarticle}
\usepackage[notMy]{emath}
\usepackage{emathP}
\begin{document}
$ a \neqq b$
\end{document}
▼関連発言
│
└◆474:ロードオプションの付け方 [石原 守] 12/23 13:53
└◆475:Re:ロードオプションの付け方 notMy [tDB] 12/23 14:39
├◆476:Re[2]:ロードオプションの付け方 notMy [石原 守] 12/23 14:45
└◆580:Re[2]:ロードオプションの付け方 notMy [石原 守] 01/07 17:38<-last