2週間ほど試行錯誤したのですが、
うまくいかないです。
以下のエラーがでない?ようにするには
どうすればよいかご教示願います。
MacOS Big Sur(11.1) 環境下で
otf.styを使うために、
\documentclass{jarticle}
\usepackage{otf}
\begin{document}
\ajMaru{1}
\ajMaru{51}
\end{document}
をコンパイルしたところ、
pdfファイルは
丸1は表示
丸51は表示されませんでした。
This is e-pTeX, Version 3.14159265-p3.8.3-191112-2.6 (utf8.euc) (TeX Live 2020) (preloaded format=platex)
\write18 enabled.
entering extended mode
(./test.tex
pLaTeX2e <2020-02-02>+3 (based on LaTeX2e <2020-02-02> patch level 5)
L3 programming layer <2020-03-06>
(/usr/local/texlive/2020/texmf-dist/tex/platex/base/jarticle.cls
Document Class: jarticle 2020/01/03 v1.8e Standard pLaTeX class
(/usr/local/texlive/2020/texmf-dist/tex/platex/base/jsize10.clo))
(/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf-uptex/otf.sty
(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf/ajmacros.sty))
(/usr/local/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-dvips.def)
(./test.aux) [1] (./test.aux) )
Output written on test.dvi (1 page, 408 bytes).
Transcript written on test.log.
test -> test.pdf
[1]
3767 bytes written
1. MacTeX.pkgをつかってインストール
2.ターミナル から
sudo tlmgr update --self --all
をすると、
~ % sudo tlmgr update --self --all
Password:
/Library/TeX/texbin/tlmgr: only MacOSX is supported, not darwin 11.1 (from sw_vers -productVersion: 11.1)
query_ctan_mirror: Programs not set up, trying wget
cannot contact mirror.ctan.org, returning a backbone server!
tlmgr: package repositories
main = http://mirror.ctan.org/systems/texlive/tlnet (not verified: gpg unavailable)
tlcontrib = http://contrib.texlive.info/current (not verified: gpg unavailable)
For more about verification, see https://texlive.info/verification.html.
tlmgr: saving backups to /usr/local/texlive/2020/tlpkg/backups
TLPDB::_install_package: unsupported container format xz
tlmgr: Installation of new version of texlive.infra failed, trying to unwind.
[1/1, ??:??/??:??] update: texlive.infra [423k] (54630 -> 57132@main) ... tlmgr: Restoring old package state succeeded.
done
tlmgr: action update returned an error; continuing.
tlmgr: package log updated: /usr/local/texlive/2020/texmf-var/web2c/tlmgr.log
tlmgr: An error has occurred. See above messages. Exiting.
となり、エラーが出てます。これが原因でしょうか?
何度か入れ直しているのですが、同じ結果です。
また、ヒラギノフォントの埋め込みのために無理矢理
sudo tlmgr repository add http://contrib.texlive.info/current tlcontrib
としましたが、当然エラーがでます。