免許の住所変更した。
マイナンバーカード4人分申請した。
論文を書こうとしたのだが、なんかWSL2でビルドできない。あと、texindentを入れようとしたら、tlmgrが古いとか言われる。
$ tlmgr update --self
(running on Debian, switching to user mode!)
tlmgr: Remote repository is newer than local (2017 < 2020)
Cross release updates are only supported with
update-tlmgr-latest(.sh/.exe) --update
Please see https://tug.org/texlive/upgrade.html for details.
sudo apt update
sudo apt upgrade
でも、upgradableを見る限りTeXLiveは入っていない気がする?フルインストールしちゃえ。
sudo apt install texlive-full
Windowsだと死ぬほど時間かかるけど、WSL2だとどうだろう?
入った。これでlatexindentが入るかな?
$ latexindent --version
3.4.1, 2018-01-18
入ったみたい。
ダメだ。WindowsのWSL:UbuntuでVS CodeからLaTeX Buildしようとしてもどうしてもうまくいかない。実行マークが永遠にくるくる回るだけ。VS Codeのターミナルから開いて実行したらうまくいくのだが。
やむを得ず、VS Code保存時のビルドを切った。
{
"latex-workshop.latex.autoBuild.run": "never",
}