参考文献之间的行距不规则

参考文献之间的行距不规则

我无法解决有关参考书目的编辑问题:一页中间的参考文献之间的行距不规则,如下所示。我想知道我能否在这里找到任何建议。

在此处输入图片描述

我的代码是:

\documentclass[10.5pt, leqno,twoside]{article} 
\usepackage[utf8]{inputenc}
\usepackage{blindtext}
\usepackage[authordate,autocite=inline,backend=biber,natbib]{biblatex-chicago}
\usepackage{url}  
\urlstyle{same}
\bibliography{sa}
\begin{document}
\cite{burdett2012mapping,Cammers2020footsteps,Dahl2009,De2016,DeCerteau1988,Door2012,Fonseca2019,Grauwin2014,Gutierrez2013,Jacobs1961,Jameson2019}
\printbibliography[heading=bibintoc]
\urlstyle{sf}
\end{document}

bib文件是:

@article{burdett2012mapping,
  title={Mapping Scales of Urban Identity},
  author={Burdett, Ricky},
  journal={Architectural Design},
  volume={82},
  number={6},
  pages={92--97},
  year={2012},
  doi={10.1002/ad.1501}
}

@article{Cammers2020footsteps,
  title={From Footsteps to Data to Art: Seeing (through) a Bridge},
  author={Cammers-Goodwin, Sage and Nagenborg, Michael},
  journal={Contemporary Aesthetics},
  volume={8},
  number={Special Issue},
  year={2020},
  publisher={Contemporary Aesthetics},
  url={https://contempaesthetics.org/2020/07/16/from-footsteps-to-data-to-art-seeing-through-a-bridge/}
}

@article{Dahl2009,
  title={`It all happened so slowly' -- On controlling function creep in forensic DNA databases},
  author={Dahl, Johanne Yttri and S{\ae}tnan, Ann Rudinow},
  journal={International Journal of Law, Crime and Justice},
  volume={37},
  number={3},
  pages={83--103},
  year={2009}
}

@article{Kung2014,
  title={Exploring universal patterns in human home-work commuting from mobile phone data},
  author={Kung, Kevin S. and Greco, Kael and Sobolevsky, Stanislav and Ratti, Carlo},
  journal={PloS One},
  volume={9},
  number={6},
  pages={e96180},
  year={2014},
  doi={10.1371/journal.pone.0096180}
}

@inproceeding{De2016,
  title={The Death and Life of Great Italian Cities: A Mobile Phone Data Perspective},
  author={De Nadai, Marco and Staiano, Jacopo and Larcher, Roberto and Sebe, Nicu and Quercia, Daniele and Lepri, Bruno},
  booktitle={Proceedings of the 25th international conference on world wide web},
  pages={413--423},
  year={2016},
  doi={10.1145/2872427.2883084}
}

@inbook{DeCerteau1988,
author={De Certeau, Michel},
year={1988},
title={Walking the City},
booktitle={The Practice of Everyday Life},
translator={Rendall,Steven},
pages={91--110},
address={London},
publisher={University of California Press}
}

@online{Door2012,
author={Door, Steeph},
year={2012},
title={Meer dan 5000 databases met persoonsgegeven bij overheid},
journal={Sargasso},
volume={10},
url={http://sargasso.nl/meer-dan-5000-databases-met-persoonsgegevens-bij-overheid/}
}

@online{Fonseca2019,
author={Fonseca, Ryan},
year={2019}, 
title={Scooters, Scooters Everywhere. Here's How LA's Grand Experiment Is Going},
journal={LAist},
year={2019},
url={https://laist.com/news/las-big-scooter-experiment}
}

@incollection{Grauwin2014,
  title={Towards a Comparative Science of Cities: Using Mobile Traffic Records in New York, London, and Hong Kong},
  author={Grauwin, S{\'e}bastian and Sobolevsky, Stanislav and Moritz, Simon and G{\'o}dor, Istv{\'a}n and Ratti, Carlo},
  booktitle={Computational approaches for urban environments},
  pages={363--387},
  year={2014},
  editor={Helbich, Marco and Arsanjani, Jamal Jokar and Leitner, Michael},
  doi={10.1007/978-3-319-11469-9_15}
}

@inproceeding{Gutierrez2013,
  title={SmartSantander: Internet of Things Research and Innovation through Citizen Participation},
  author={Guti{\'e}rrez, Ver{\'o}nica and Galache, Jose A and S{\'a}nchez, Luis and Mu{\~n}oz, Luis and Hern{\'a}ndez-Mu{\~n}oz, Jos{\'e} M. and Fernandes, Joao and Presser, Mirko},
  booktitle={The Future Internet},
  series={Future Internet Assembly},
  pages={173--186},
  year={2013},
  address={Berlin},
  publisher={Springer},
  editor={Galis, Alex and Gavras, Anastasius},
  doi={10.1007/978-3-642-38082-2_15}
}

@book{Jacobs1961,
author={Jacobs, Jane},
year={1961},
title={The Death and Life of Great American Cities},
address={New York},
publisher={Random House Inc}
}

@article{Jameson2019,
author = {Jameson, Shazade and Richter, Christine and Taylor, Linnet},
title = {People's strategies for perceived surveillance in Amsterdam Smart City},
journal = {Urban Geography},
volume = {40},
number = {10},
pages = {1467--1484},
year  = {2019},
doi = {10.1080/02723638.2019.1614369}
}

答案1

您的示例不仅会产生奇怪的间距输出,还会产生以下错误

! Package biblatex Error: No driver for 'inproceeding' found.

See the biblatex package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.136 \printbibliography[heading=bibintoc]

永远不要忽略错误信息。发生错误后,您不能期望输出有用的信息!如果您的编辑器隐藏了错误消息,请使用其他编辑器。

解决方案很简单:你的.bib解决方案很简单:你的文件

  • @inproceeding应该有@inproceedings一个s在最后。(在示例中,这与De2016和相关Gutierrez2013相关。)

包含不正确内容的条目@inproceeding会被忽略,从而导致出现一个空行,给人以周围条目之间有较大空间的印象。


biblatex-chicago在这方面,它的行为与大多数其他biblatex样式略有不同。大多数biblatex样式都有(或继承)类似的东西

\DeclareBibliographyAlias{*}{misc}

这意味着对于没有设置驱动程序的条目类型biblatex使用该驱动程序。@miscbiblatex-chicago没有这样的规定,因此如果使用未知的条目类型将会出错。

相关内容