<inserted text>
\fi
l.89 ...agger(k,\lambda) |0 \rangle \end{eqnarray}
数式を書いていたら、以前まで問題なく表示できていた
行に間違いがあるようにエラーが出ました。
何が原因でどのように処置すればいいのか教えてください。
最近,WindowsにTeXLiveとTeXStudioを導入し,TeX環境を構築しました.はじめは問題なく利用できたのですが,Beamerでスライドを作りはじめ,保存してからまた後日TeXStudioを開いて暫く経つと「TeXStudioの非常事態」というポップアップメッセージが表示されます.内容は
「TeXStudioは 0ac3c3b8 のc++exception のためクラッシュしました.スレッドは停止されています.TeXStudioを実行し続けますか?これはデータの破壊につながるかもしれません.」
です.何日かウェブでいろいろ調べたのですが,全く解決につながりそうな手がかりとなる情報が得られませんでした.
また,これに伴いハードディスクの容量が莫大に消費してしまいます.おそらくクラッシュした際に大量のログがどこかのディレクトリに書き込まれている可能性があるのですが,どこでそのログを消せばよいでしょうか?
何卒ご協力よろしくお願いいたします.
------------------This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./Moduli_3dim_diffeo_rev_3.tex
LaTeX2e <2017-04-15>
Babel <3.15> and hyphenation patterns for 84 language(s) loaded.
(/usr/local/texlive/2017/texmf-dist/tex/latex/amscls/amsart.cls
Document Class: amsart 2015/03/04 v2.20.2
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/usr/local/texlive/2017/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/local/texlive/2017/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2017/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/local/texlive/2017/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/local/texlive/2017/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(/usr/local/texlive/2017/texmf-dist/tex/latex/graphics-def/pdftex.def)))
(/usr/local/texlive/2017/texmf-dist/tex/latex/tools/enumerate.sty)
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsfonts/amssymb.sty)
(/usr/local/texlive/2017/texmf-dist/tex/platex/base/ascmac.sty
(/usr/local/texlive/2017/texmf-dist/tex/platex/base/tascmac.sty
/usr/local/texlive/2017/texmf-dist/tex/platex/base/tascmac.sty:57: Undefined co
ntrol sequence.
l.57 \pdfextension
mapline{+ascgrp <ascgrp.pfb}
? q
OK, entering \batchmode
/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/platex/jsclasses/jsar
ticle.cls:241: Class jsarticle Error: You are running pLaTeX.
(jsarticle) Please use upLaTeX instead, or remove 'uplatex' from
(jsarticle) the class option list.
See the jsarticle class documentation for explanation.
Type H <return> for immediate help.
と出まして、どうも上手く行きません。さらに[upLaTeX]に変更して、タイプセットを押してみますと
(/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/platex/jsclasses/jsl
ogo.sty))
LaTeX Warning: Unused global option(s):
[upLaTeX].
(./test.aux)
./test.tex:6: Undefined control sequence.
l.6 \UTF
{2460}%
?
と出てきて、どうにも上手く行きません。何卒、よろしくお願いいたします。
TeX Live 2014 (texlive2014-20140525.iso) の win32 版を使用しています.
\documentclass{article}
\usepackage{fontspec}
\setmainfont{ipaexm.ttf}
\begin{document}
見
\end{document}
を XeLaTeX でタイプセットすると 見(U+898B) が ⾒(U+2F92) で出力されます.
\documentclass{article}
\usepackage{fontspec}
\setmainfont{ipam.ttf}
\begin{document}
見
\end{document}
のように \setmainfont{ipam.ttf} に変更すると 見(U+898B) で出力されます.
\setmainfont{ipaexm.ttf} で 見(U+898B) を出力するにはどのようにすればいいのでしょうか?
よろしくお願いします.