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
jlreq クラスと BibLaTeX の style=numeric を併用した際に、 文献番号と文献情報の間の空白がかなり狭くなってしまいます。 ltjsbook など、他のクラスでは発生しませんでした。
\documentclass{jlreq} \usepackage[backend=biber,style=numeric]{biblatex} \bibliography{references.bib} \begin{document} \textcite{kunen-set-theory} \printbibliography \end{document}
biblatex パッケージ内の numeric.bbx を参考に \setlength{\labelsep}{\biblabelsep} の部分を \setlength{\labelsep}{1\zw} に変更した bibliography の環境を定義したところ、 以下のように期待する出力が得られました。
biblatex
numeric.bbx
\setlength{\labelsep}{\biblabelsep}
\setlength{\labelsep}{1\zw}
bibliography
\defbibenvironment{bibliography} {\list {\printtext[labelnumberwidth]{% \printfield{labelprefix}% \printfield{labelnumber}}} {\setlength{\labelwidth}{\labelnumberwidth}% \setlength{\leftmargin}{\labelwidth}% % \setlength{\labelsep}{\biblabelsep}% \setlength{\labelsep}{1\zw}% \addtolength{\leftmargin}{\labelsep}% \setlength{\itemsep}{\bibitemsep}% \setlength{\parsep}{\bibparsep}}% \renewcommand*{\makelabel}[1]{\hss##1}} {\endlist} {\item}
大きな問題ではないと思いますが、念のためご報告いたしました。
The text was updated successfully, but these errors were encountered:
\labelsepを0ptにしているせいかと思いますが,ところで\biblabelsepの値を設定するのではまずいのでしょうか?
\labelsep
\biblabelsep
Sorry, something went wrong.
No branches or pull requests
事象
jlreq クラスと BibLaTeX の style=numeric を併用した際に、
文献番号と文献情報の間の空白がかなり狭くなってしまいます。
ltjsbook など、他のクラスでは発生しませんでした。
やってみたこと
biblatex
パッケージ内のnumeric.bbx
を参考に\setlength{\labelsep}{\biblabelsep}
の部分を\setlength{\labelsep}{1\zw}
に変更したbibliography
の環境を定義したところ、以下のように期待する出力が得られました。
大きな問題ではないと思いますが、念のためご報告いたしました。
The text was updated successfully, but these errors were encountered: