tlmgr update 後にコンパイルできなくなりました
tlmgr update --self --all
でアップデート後、コンパイルできなくなりました。
アップデート後、tl-win64.zipを改めてダウンロード、展開・配置し直して
fmtutil-sys --all
luaotfload-tool --force --update -vvv
は実行しております。
以下のようなエラーが出ます(logファイルを添付しました)。
----------------------------
$ lualatex テスト
This is LuaHBTeX, Version 1.15.0 (TeX Live 2022)
(c:/texlive/2022/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(c:/texlive/2022/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(c:/texlive/2022/texmf-dist/tex/generic/xkeyval/xkvutils.tex
(c:/texlive/2022/texmf-dist/tex/generic/xkeyval/keyval.tex))))
(c:/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(c:/texlive/2022/texmf-dist/tex/latex/everyhook/everyhook.sty
(c:/texlive/2022/texmf-dist/tex/latex/svn-prov/svn-prov.sty))
(c:/texlive/2022/texmf-dist/tex/luatex/luatexja/ltj-base.sty)
(c:/texlive/2022/texmf-dist/tex/luatex/luatexja/ltj-latex.sty
(c:/texlive/2022/texmf-dist/tex/luatex/luatexja/patches/lltjfont.sty
(c:/texlive/2022/texmf-dist/tex/latex/base/tuenc.def
! Undefined control sequence.
l.77 \newprotectedluacmd
\@remove@tlig@@@
?
! Emergency stop.
l.77
-------------------------------
32bitでもコンパイルしてみましたが、以下のようなエラーが出てコンパイルできません。
-------------------------------
$ lualatex テスト
This is LuaHBTeX, Version 1.15.0 (TeX Live 2022)
restricted system commands enabled.
(./テスト.tex
LaTeX2e <2021-11-15> patch level 1
L3 programming layer <2022-04-29>c:/texlive/2022/texmf-dist/tex/latex/l3kernel
/expl3.lua:282: bad bytecode register
stack traceback:
[C]: in function 'lua.getbytecode'
c:/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.lua:282: in main chunk
[C]: in function 'require'
[\directlua]:1: in main chunk.
\lua_now:e #1->\__lua_now:n {#1}
l.1
\documentclass{ltjsarticle}
?
! Emergency stop.
\lua_now:e #1->\__lua_now:n {#1}
l.1
\documentclass{ltjsarticle}
301 words of node memory still in use:
1 hlist, 1 dir, 3 kern, 1 glyph, 1 attribute, 39 glue_spec, 1 attribute_list
nodes
avail lists: 2:10,3:1,4:1
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on テスト.log.
--------------------------------
コンパイルしようとしているTeXファイルは以下の内容です。試しにCloud LaTeXにアップロードしてコンパイルしましたが、問題なくコンパイルできました。
------------------------------
\documentclass{ltjsarticle}
\usepackage{luatexja}
\title{論文タイトル}
\author{著者}
\date{}
\begin{document}
\maketitle% タイトル・著者名の出力。(段組みなしのとき)
\begin{abstract}% 論文要旨(アブストラクト)
概要を書く。
\end{abstract}
%\maketitle% タイトル・著者名の出力。twocolumn(2段組のとき)
\section{見出し}
文章を書く。
\end{document}
-------------------------------
どのように対処すればよいでしょうか?
よろしくお願いいたします。