Support table in jfm features?
a table feature to jfm feature
(Perhaps this functionality is too complex for "JFM feature",) I hope that commit a9ba82a should solve the issue.
I'm using the new ltj-jfont.lua but all jfonts became nullfont. 😥
MWE
\documentclass{ltjarticle} \usepackage{lua-visual-debug} \begin{document} いろは abc \end{document}
I'm using the new ltj-jfont.lua but all jfonts became nullfont. 😥
Updating only ltj-jfont.lua does not work (due to recent commits), so one has to update all files in src/* from the repository.
I see..., thank you very much
I've updated the luatexja package from ctan and it works pretty well! However when I use ctex classes and latexmk, latexmk will recusively run many times and throw error due to font cache updated. It seems to be a ctex bug for I can not reproduce it when using luatexja classes. I'll take contact with ctex team later. The ticket could be closed.
Rule 'lualatex': Reasons for rerun Changed files or newly in use/created: C:/texlive/2023/texmf-var/luatex-cache/generic/names/luaotfload-lookup-cache.luc
I want to add a table feature to jfm feature with syntax like
but it doesn't work and it will make the jfm_feature to be nil.So now I'm trying the workaround to write like
and replace the chars to fit lua syntax from [ foo | bar: "quaz" ] to { foo, bar = "quaz" } then convert it to a table which works well.