TeX初心者が質問します
先日,emathというものを導入しました.そのzahyouという環境を使おうとしたのですが,! LaTeX Error: File `eclbkbox.sty' not found.と出てエラーになりました.つまりこれはeclbkbox.styがないということですよね?
これを導入したいのですが,どうすればいいかわかりません.教えて下さいm(_ _;)m
% sudo tlmgr repository add http://contrib.texlive.info/current tlcontrib
tlmgr: added repository with tag tlcontrib: http://contrib.texlive.info/current
% sudo tlmgr pinning add tlcontrib '*'
/Library/TeX/texbin/tlmgr: TLPDB::from_file could not download http://contrib.texlive.info/current/tlpkg/texlive.tlpdb;
/Library/TeX/texbin/tlmgr: maybe the repository setting should be changed.
% sudo tlmgr install japanese-otf-nonfree japanese-otf-uptex-nonfree ptex-fontmaps-macos cjk-gs-integrate-macos
/Library/TeX/texbin/tlmgr: TLPDB::from_file could not download http://contrib.texlive.info/current/tlpkg/texlive.tlpdb;
/Library/TeX/texbin/tlmgr: maybe the repository setting should be changed.
% sudo tlmgr pinning add tlcontrib '*'
Password:
tlmgr: package repository http://ftp.jaist.ac.jp/pub/CTAN/systems/texlive/tlnet (verified)
tlmgr: only one repository configured, pinning actions not supported.
tlmgr: action pinning returned an error; continuing.
tlmgr: An error has occurred. See above messages. Exiting.
% sudo cjk-gs-integrate-macos --link-texmf
sudo: cjk-gs-integrate-macos: command not found
Googleなどで探してみても、これに対する解決法を見つけられなかったため、こちらで質問いたしました。解決法などわかる方がいらっしゃいましたら、お教え願いたいと思っております。よろしくお願い申し上げます。
N
eedsTeXFormat{LaTeX2e}[19931201]
となり、停まります。これはクラスファイルacmart.cls中で指定している下りでしたが、対策は不明です。
(不足していた、必要なスタイルファイル類はinsファイルでインストールしました)
ここでの書き込みを見ていて、「Texstrudioは良い」的な投稿がありましたので、できることは何でもする精神で試してみました。
試したソースファイルはsample-acmlarge.tex(他殆ど)で、これらはhttps://www.acm.org/publications/proceedings-template
で配布されているACMのLATEX (Version 1.64)キットです。
Texstudioで実行(コンパイル?)すると、
You can't use `macro parameter character #' in horizontal mode. longdefMFL@insert#
と同様の#に関するエラーが出まくりでした。
エラーの意味は分かりますが、スタイルファイル中の関数への引数定義ですから、対処の仕方が分かりません。
ちなみにエラーを指摘されたのはmanyfoot.styというスタイルファイルで、これは私がinsファイルでインストールし、mktexlsrしたものです。
まとめると、ACMの論文作成キット(LaTeX)を上手く使えていないように思います。
どなたかACMにLaTeXで投稿されたご経験のある方、問題点と改善方法等をご教授願えないでしょうか?