やったこと
既にPythonのバージョン3.7.xが入っているWindowsPCにて、最近(2019.10.18現在)リリースされたPython3.8をインストールした。その際、numpyなどを入れ直した。
既にPythonのバージョン3.7.xが入っているWindowsPCにて、最近(2019.10.18現在)リリースされたPython3.8をインストールした。その際、numpyなどを入れ直した。
ある日こういうメッセージが出た。何をしようと下かというとrsfs
というパッケージをインストールしようとしたんだ。
λ tlmgr install rsfs
tlmgr.pl: package repositories
main = http://ftp.jaist.ac.jp/pub/CTAN/systems/texlive/tlnet (not verified: pubkey missing)
http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/systems/texlive/tlnet/ = http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/systems/texlive/tlnet/ (not verified: pubkey missing)
===============================================================================
tlmgr itself needs to be updated.
Please do this via either
tlmgr update --self
or by getting the latest updater for Unix-ish systems:
http://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh
and/or Windows systems:
http://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.exe
Then continue with other updates as usual.
===============================================================================
tlmgr.pl: Terminating; please see warning above!
TeX/LaTeXで数式部分を太字などにするコマンドとその出力例をまとめた。
TeX/LaTeXでGreek Letter(ギリシャ文字)を入力するときのコマンドを自分的読み方付でまとめました。
完全なメモ。CSSで次をあてるといける。
p.mathjax--block {
overflow-x: auto;
}