我正在使用 Biblatex,但有些参考书目条目没有打印

我正在使用 Biblatex,但有些参考书目条目没有打印

我正在写论文,不知道为什么今天我重新启用了打印参考书目的选项,但现在它不能正常工作了。

仅显示部分引用的文章。

我的命令行是:

C:\texlive\2019\bin\win32\lualatex.exe -synctex=1 
    -interaction=nonstopmode --shell-escape %.tex
"C:/texlive/2019/bin/win32/biber.exe" %

.tex文档:

% !TeX program = lualatex
\RequirePackage{luatex85}
\documentclass[11pt,a4paper, twoside, spanish]{book}
\usepackage[left=3.5cm, right=3.4cm, top=4.7cm, bottom=4.1cm]{geometry}
\usepackage{enumitem}
\usepackage{indentfirst}
\usepackage[skip=12pt, indent=2em]{parskip}   
\usepackage{mathtools}
\usepackage{amsfonts, amssymb}
\usepackage{newpxmath}
\usepackage[no-math]{fontspec}
\setmainfont{TeXGyrePagellaX}
\usepackage[bookmarks=true, pdfencoding=auto,bookmarksnumbered]{hyperref}
\usepackage{polyglossia}    
\setmainlanguage{spanish}
\usepackage[capitalise,noabbrev]{cleveref}  
\pdfstringdefDisableCommands{\let\cref\autoref} 
\usepackage[style=spanish]{csquotes}
\usepackage[maxbibnames=3,style=numeric,backend=biber, 
       url=false,doi=false, isbn=false]{biblatex} 
\AtEveryBibitem{\clearfield{urlyear}    \clearfield{urlmonth} }
\addbibresource{missings.bib}


\begin{document}

\chapter{INTRODUCCIÓN}
Some words \parencite{Barnard1999, STERNER2009}
redes de conexión \parencite{barabasi_network_2004}, 
More words \parencite{Wasserman1994, Ahuja1993}. 

Long text  \parencite{HosmerJr2013}. 

\printbibliography[heading=bibintoc,type=book,title={BIBLIOGRAFÍA}]

\end{document}

其他一切似乎都运行良好,包括创建书签和交叉引用。

在此处输入图片描述

如您所见,缺少两个参考文献。
我做错了什么?我很久没有修改 bib 文件了,它似乎没问题。我尝试删除空格,但问题仍然存在。

我使用 Jabref 提取了这些参考文献的 biblatex 代码:

@Book{Ahuja1993,
  author     = {Ahuja, Ravindra K. and Magnanti, Thomas L. and Orlin, James B.},
  title      = {Network flows: theory, algorithms, and applications},
  date       = {1993},
  file       = {Snapshot:Ahuja1993 - Network Flows_ Theory, Algorithms, and Applications.- 1993 - network flows theory, algorithms, and application:},
  groups     = {Sequences, All entries},
  shorttitle = {Network flows},
}

@Book{HosmerJr2013,
  author    = {Hosmer Jr, David W. and Lemeshow, Stanley and Sturdivant, Rodney X.},
  title     = {Applied Logistic Regression},
  date      = {2013},
  volume    = {398},
  publisher = {{John Wiley \& Sons}},
  groups    = {Other, All entries},
  timestamp = {2017-05-17T18:57:15Z},
}

@Book{Wasserman1994,
  author     = {Wasserman, Stanley and Faust, Katherine},
  title      = {Social network analysis: Methods and applications},
  date       = {1994},
  volume     = {8},
  publisher  = {Cambridge university press},
  file       = {Snapshot:Wasserman1994 - Social Network Analysis_ Methods and Applications.html:text/html},
  groups     = {Sequences, All entries},
  shorttitle = {Social network analysis},
}

@Article{Barnard1999,
  author          = {Barnard, J and Meng, X L},
  title           = {Applications of multiple imputation in medical studies: from AIDS to NHANES.},
  journal         = {Statistical methods in medical research},
  year            = {1999},
  volume          = {8},
  issue           = {1},
  month           = mar,
  pages           = {17--36},
  issn            = {0962-2802},
  doi             = {10.1177/096228029900800103},
  abstract        = {Rubin's multiple imputation ....},
  citation-subset = {IM, X},
  completed       = {1999-08-06},
  country         = {England},
  groups          = {Missing Data, All entries},
  issn-linking    = {0962-2802},
  keywords        = {Acquired Immunodeficiency Syndrome, mortality; Data Interpretation, Statistical; Epidemiologic Methods; Health Surveys; Humans; Models, Statistical; Monte Carlo Method; Population Surveillance, methods; Random Allocation; Research Design, statistics & numerical data; Survival Analysis},
  nlm-id          = {9212457},
  owner           = {NLM},
  pmid            = {10347858},
  pubmodel        = {Print},
  pubstatus       = {ppublish},
  references      = {44},
  revised         = {2017-02-14},
}


@Article{STERNER2009,
  author       = {STERNER, Jonathan AC and WHITE, Ian R. and CARLIN, John B. and SPRATT, Michael and ROYSTON, Patrick and KENWARD, Michael G. and WOOD, Angela M. and CARPENTER, James R.},
  title        = {Multiple Imputation for Missing Data in Epidemiological and Clinical Research: Potential and Pitfalls},
  journaltitle = {BMJ. British medical journal},
  date         = {2009},
  volume       = {339},
  number       = {7713},
  pages        = {157--160},
  url          = {http://cat.inist.fr/?aModele=afficheN&cpsidt=21677911},
  file         = {Snapshot:STERNER2009 - Multiple Imputation for Missing Data in Epidemiological and Clinical Research_ Potential and Pitfalls.html:text/html},
  groups       = {Missing Data, All entries},
  shorttitle   = {Multiple Imputation for Missing Data in Epidemiological and Clinical Research},
  timestamp    = {2017-05-17T17:59:26Z},
}


@Article{barabasi_network_2004,
  author       = {Barabasi, Albert-Laszlo and Oltvai, Zoltan N},
  title        = {Network biology: understanding the cell's functional organization},
  journaltitle = {Nature reviews genetics},
  date         = {2004},
  volume       = {5},
  number       = {2},
  pages        = {101--113},
  file         = {:barabasi_network_2004 - Network Biology_ Understanding the Cell's Functional Organization.pdf:PDF},
  groups       = {Sequences, All entries},
}

如果我使用 jabref 中的“检查完整性”选项,我会收到以下消息: 在此处输入图片描述 但我认为没有什么严重的事情。

如果我添加一个\nocite{*}

我收到此错误,不知道是否相关:

0..5) ! pdf-xref.c:1634: object id (180 0 R) out of range (0..5) ! pdf-xref.c:1634: object id (181 0 R) out of range (0..5) ! pdf-xref.c:1634: object id (184 0 R) out of range (0..5) ! pdf-xref.c:1634: object id (185 0 R) out of range (0..5) ! pdf-xref.c:1634: object id (188 0 R) out of range (0..5) ! pdf-xref.c:1634: object id (189 0 R) out of range (0..5) ! pdf-xref.c:1634: object id (192 0 R) out of range (0..5) ! pdf-xref.c:1634: object id (193 0 R) out of range (0..5) ! pdf-xref.c:1634: object id (196 0 R) out of range (0..5) ! pdf-xref.c:1634: object id (197 0 R) out of range (0..5) ! pdf-xref.c:1634: object id (200 0 R) out of range (0..5) ! pdf-xref.c:1634: object id (201 0 R) out of range (0..5) - filter-flate.c:55: premature end of data in flate filter ! pdf-xref.c:1634: object id (204 0 R) out of range (0..5) - pdfengine.cpp:1591: document has no pages ! pdf-xref.c:478: cannot recognize version marker - pdf-xref.c:1364: trying to repair broken xref ! pdf-repair.c:326: cannot tell in file ! pdf-xref.c:1451: cannot open document ! pdf-xref.c:2325: cannot load document from stream ! pdf-xref.c:478: cannot recognize version marker - pdf-xref.c:1364: trying to repair broken xref ! pdf-repair.c:326: cannot tell in file ! pdf-xref.c:1451: cannot open document ! pdf-xref.c:2325: cannot load document from stream ! pdf-xref.c:478: cannot recognize version marker - pdf-xref.c:1364: trying to repair broken xref ! pdf-repair.c:326: cannot tell in file ! pdf-xref.c:1451: cannot open document ! pdf-xref.c:2325: cannot load document from stream ! pdf-xref.c:478: cannot recognize version marker - pdf-xref.c:1364: trying to repair broken xref ! pdf-repair.c:326: cannot tell in file ! pdf-xref.c:1451: cannot open document ! pdf-xref.c:2325: cannot load document from stream ! pdf-xref.c:478: cannot recognize version marker - pdf-xref.c:1364: trying to repair broken xref ! pdf-repair.c:326: cannot tell in file ! pdf-xref.c:1451: cannot open document ! pdf-xref.c:2325: cannot load document from stream ! pdf-xref.c:478: cannot recognize version marker - pdf-xref.c:1364: trying to repair broken xref ! pdf-repair.c:326: cannot tell in file ! pdf-xref.c:1451: cannot open document ! pdf-xref.c:2325: cannot load document from stream ! pdf-xref.c:478: cannot recognize version marker - pdf-xref.c:1364: trying to repair broken xref ! pdf-repair.c:326: cannot tell in file ! pdf-xref.c:1451: cannot open document ! pdf-xref.c:2325: cannot load document from stream ! pdf-xref.c:478: cannot recognize version marker - pdf-xref.c:1364: trying to repair broken xref ! pdf-repair.c:326: cannot tell in file ! pdf-xref.c:1451: cannot open document ! pdf-xref.c:2325: cannot load document from stream

答案1

type=book您的选项中有\printbibliography。缺少的参考文献是文章。请改用:

\printbibliography[heading=bibintoc,title={BIBLIOGRAFÍA}]

相关内容