We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LuaLaTeX で documentclass に jlreq を用いた時に, enumerate 環境で \item[1.5.] one and half の様にカスタムの番号を用いた時に,番号とスペースの間が消えてしまう現象が発生しています.
\item[1.5.] one and half
jlreq:
ltjsaticle:
ltjsarticle の場合の様になるのが適切だと思うのですがどうでしょうか?
(上のコードの overleaf のリンク : https://ja.overleaf.com/read/nnpgzqsyccth)
The text was updated successfully, but these errors were encountered:
ここの空白はユーザレベルで変更できるようデフォルトでは入らないようになっています.デフォルトの設定も空白自身は\labelenumiに入っています.というわけで,例えば\item[1.5. ]や\item[(z) ]と入力して入れてほしいというのがこちらの想定です. ただちょっとこれは変だし通常のクラスファイルと異なるのは仰る通りで(だからreadmeにも記述がない),どうしようかなと思ってはいました.\jlreqsetupに追い出すのもよいかもしれません.
\labelenumi
\item[1.5. ]
\item[(z) ]
\jlreqsetup
Sorry, something went wrong.
\jlreqsetupに追い出すのもよいかもしれません.
すでに追い出されているのを発見しました…….
\jlreqsetup{ itemization_labelsep = {enumerate = 0.5\zw} }
0.5zw分の空きが入るようになると思います.
No branches or pull requests
LuaLaTeX で documentclass に jlreq を用いた時に, enumerate 環境で
\item[1.5.] one and half
の様にカスタムの番号を用いた時に,番号とスペースの間が消えてしまう現象が発生しています.jlreq:
ltjsaticle:
ltjsarticle の場合の様になるのが適切だと思うのですがどうでしょうか?
(上のコードの overleaf のリンク : https://ja.overleaf.com/read/nnpgzqsyccth)
The text was updated successfully, but these errors were encountered: