前提・実現したいこと
以下の環境のもと、emathを使いたいが、エラーが起きて使えない。
このサイトに基づいてパッケージは配置し、mktexlsrも行った。
http://emath.s40.xrea.com/ydir/Wiki/index.php?emath.sty%A4%CE%C3%D6%A4%AD%BE%EC%BD%EA
####環境
macOS Big Sur (バージョン11.2.3)
Macbook Air (M1, 2020)
チップ:Apple M1
メモリ:16GB
起動ディスク:Macintosh HD
LaTeX:pdfLaTeX
該当のソースコード
以下のコードを書いたtexファイルを実行したがエラーが起きる。
\documentclass{jsarticle} \usepackage{theorem} \usepackage{wrapfig} \usepackage{amsmath, amssymb} \usepackage{type1cm} \usepackage{comment} \usepackage{setspace} \usepackage{braket} \usepackage{stmaryrd} \usepackage{here} \usepackage[dviout]{graphicx} \usepackage{ulem} \usepackage{emathThm} %emathThm.styによる定理型環境。 %Definitionはdefにするとエラーが起きるのでdefiという名前になっている %\newtheorem{コードで指定する名前}{表示される名前} という構造になっているので、1行目はthmでTheoremを表示するよう定めている。 %残りについては \newtheorem{コードで指定する名前}[thm]{表示される名前} により、[thm]を挟むことでthmと共通の通し番号を降ることを定めている。 %\newtheorem{コードで指定する名前}{表示される名前}[suvsection] と [suvsection] をつけることで、通し番号にsuvsectionおよびsectionの番号がついている。ここを[section]に変えればsection番号だけになる。他に変更するときも同様。 % {\theorembodyfont{\upshape}・・・} で囲っているのはイタリック体になるのを防いでいる。 {\theorembodyfont{\upshape}\newtheorem{thm}{\bf{Theorem}}[subsection]} {\theorembodyfont{\upshape}\newtheorem{defi}[thm]{\bf{Definition}}} {\theorembodyfont{\upshape}\newtheorem{lem}[thm]{\bf{Lemma}}} {\theorembodyfont{\upshape}\newtheorem{prop}[thm]{\bf{Proposition}}} {\theorembodyfont{\upshape}\newtheorem{cor}[thm]{\bf{Corollary}}} {\theorembodyfont{\upshape}\newtheorem{rem}[thm]{\bf{Remark}}} %claim, proofはthmと関係ない独自の番号 {\theorembodyfont{\upshape}\newtheorem{claim}{\bf{Claim}}} {\theorembodyfont{\upshape}\newtheorem{proof}{\bf{Proof}}} %claim, proofについて番号付をしないという設定。proofの前にtheをつけたもので指定している。claimは後で、直前の定理番号+α...と言う形で番号を定めるように設定する。 \renewcommand{\theclaim}{} \renewcommand{\theproof}{} \begin{document} \begin{defi} a \end{defi} \end{document}
発生している問題・エラーメッセージ
最初の1行目について \documentclass{article} のとき
Illegal unit of measure (pt inserted). <to be read again> LaTeX
最初の1行目について \documentclass{jarticle} あるいは \documentclass{jsarticle}のとき
newtheorem No counter 'subsection' defined. LaTeX
と出てきて、いずれにせよpdfファイルは出力されない。
どうすればよろしいでしょうか。よろしくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。