hushidong / biblatex-gb7714-2015

A biblatex implementation of the GB/T7714-2015 bibliography style || GB/T 7714-2015 参考文献著录和标注的biblatex样式包
775 stars 84 forks source link

如何让参考文献中 @article 的 journal 字段断行? #73

Closed spencerwooo closed 4 years ago

spencerwooo commented 4 years ago

比如,这样的一个 BibTeX entry:

@article{Goodfellow+2015a,
    title = {Explaining and Harnessing Adversarial Examples},
    url = {http://arxiv.org/abs/1412.6572},
    journal = {{arXiv}:1412.6572 [cs, stat]},
    author = {Goodfellow, Ian J. and Shlens, Jonathon and Szegedy, Christian},
    urldate = {2020-04-28},
    date = {2015-03-20},
    eprinttype = {arxiv},
    eprint = {1412.6572},
    keywords = {Computer Science - Machine Learning, Statistics - Machine Learning}
}

得到这样的效果:

image

主要是希望让右侧不超过边界,请问有方便的解决办法吗?

hushidong commented 4 years ago

参考https://github.com/hushidong/biblatex-solution-to-latex-bibliography 2.8.5节 关于行溢出问题

如果还不行手动加空格或者横杠

spencerwooo commented 4 years ago

手动加空格成功了,可以,简单粗暴 (/▽\)