<div dir="ltr"><div><div>山本宗宏様<br>メールありがとうございました。<br><br>>~/.emacs.d/init.el(もしくは、<div id=":fp" class="">>それ以降に読み込まれる設定ファイル)に<br>
>以下を書き込むだけで tex live 2013 側の platex が実行されるはずです。<br>
</div><br>以上を設定しますと,希望通りに,yatexでtex live 2013が実行できました。<br>ありがとうございました。<br><br></div>yatexはuserのpathは見ていないと考えていいのでしょうか。<br>今回の設定が正規?の方法と考えていいのでしょうか?<br><br></div>updmapを使うときも,結構,pathに気づかずに,困ったことを思い出しました。<br><br>ありがとうございました。<br>
<div><div><br><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014年4月24日 23:32 Munehiro Yamamoto <span dir="ltr"><<a href="mailto:munepi@vinelinux.org" target="_blank">munepi@vinelinux.org</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">山本宗宏です。<br>
<br>
2014年4月24日 21:23 須川誠二 <<a href="mailto:nbc00202@nifty.ne.jp">nbc00202@nifty.ne.jp</a>>:<br>
<div class="">> emacs 上のYaTeXからplatexを起動すると,distのtexlive2009が呼ばれています。<br>
> しかし,端末上でplatexと打つとtexlive2013のコマンドやスタイルファイルが使われます。<br>
<br>
</div>現時点の須川さんのお手元では、<br>
bash などの login shell に対する環境変数 PATH に、<br>
texlive 2013 のパスがすでに追加されているのですね?<br>
例えば、PATHに/opt/texlive/2013/bin/x86_64-linuxを追加している場合、<br>
以下のように echo $PATH の結果が返ってきて、<br>
platex を実行しても確かにTeX Live 2013に入っている platex が実行されるわけですね?<br>
$ echo $PATH<br>
/opt/texlive/2013/bin/x86_64-linux:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin<br>
$ which platex<br>
/opt/texlive/2013/bin/x86_64-linux/platex<br>
$ platex --version<br>
e-pTeX 3.1415926-p3.4-130605-2.6 (utf8.euc) (TeX Live 2014/dev)<br>
kpathsea version 6.2.0dev<br>
ptexenc version 1.3.2dev<br>
Copyright 2013 D.E. Knuth.<br>
There is NO warranty.  Redistribution of this software is<br>
covered by the terms of both the e-pTeX copyright and<br>
the Lesser GNU General Public License.<br>
For more information about these matters, see the file<br>
named COPYING and the e-pTeX source.<br>
Primary author of e-pTeX: Peter Breitenlohner.<br>
<br>
<br>
そうしますと、<br>
~/.emacs.d/init.el(もしくは、それ以降に読み込まれる設定ファイル)に<br>
以下を書き込むだけで tex live 2013 側の platex が実行されるはずです。<br>
<br>
(setq tex-command "platex")<br>
<br>
山本 宗宏 Munehiro "munepi" Yamamoto<br>
Founder, President & CEO, Green Cherry Ltd.    <<a href="mailto:munepi@greencherry.jp">munepi@greencherry.jp</a>><br>
<a href="http://greencherry.jp/" target="_blank">http://greencherry.jp/</a><br>
Public Relations, Project Vine    <<a href="mailto:munepi@vinelinux.org">munepi@vinelinux.org</a>> <a href="http://vinelinux.org/" target="_blank">http://vinelinux.org/</a><br>
GPG Key Fingerprint: 61EC 85A8 5F34 5E35 91E8  8AD0 1D28 D5DE C24B 55FD<br>
_______________________________________________<br>
vine-users mailing list<br>
<a href="mailto:vine-users@listserv.linux.or.jp">vine-users@listserv.linux.or.jp</a><br>
<a href="http://listserv.linux.or.jp/mailman/listinfo/vine-users" target="_blank">http://listserv.linux.or.jp/mailman/listinfo/vine-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Sugawa Seiji
</div>