我的多重参考书目显示为空(使用 multibib 包)

我的多重参考书目显示为空(使用 multibib 包)

我的参考书目(实际上有 4 个不同的参考书目)是空的。如果我只尝试一个,使用普通的 bibtex,它就可以工作。

我已阅读 multibib 软件包手册 pdf 文件。我已阅读该主题currvita、multibib 和 scrbook - multibib 不起作用还有很多其他问题。我遇到了同样的问题 - 没有 .bbl 文件。现在我有了 bbl,但它说我没有引用,这不是真的。

我的 cv.tex 文件的摘录:

\newcites{articles}{Artigos em Congressos}
\newcites{papers}{Papers em Journals}
\newcites{books}{Livros ou Capítulos de Livros}
\newcites{posters}{Posters}
\bibliographystylearticles{IEEEtran}
\bibliographystylepapers{IEEEtran}
\bibliographystylebooks{IEEEtran}
\bibliographystyleposters{IEEEtran}
.....
\nocitearticles{*}
\nocitepapers{*}
\nocitebooks{*}
\nociteposters{*}
\bibliographyarticles{articles}                   % Artigos em conf.
\bibliographypapers{papers}                   % Papers em Journals
\bibliographybooks{books}                   % Livros
\bibliographyposters{posters}             %posters

我可以在 Jabref 中打开所有 bib 文件,并且均未出现任何错误。我的日志文件:

The top-level auxiliary file: cv.aux 
The style file: IEEEtran.bst Illegal, another \bibstyle command---line 3 of file cv.aux : \bibstyle : {IEEEtran} 
I'm skipping whatever remains of this command Illegal, another \bibstyle command---line 4 of file cv.aux : \bibstyle : {IEEEtran} 
I'm skipping whatever remains of this command Illegal, another \bibstyle command---line 5 of file cv.aux : \bibstyle : {IEEEtran} 
I'm skipping whatever remains of this command 
I found no \citation commands---while reading file cv.aux 
I found no \bibdata command---while reading file cv.aux

我将 IEEEtran.bst 与 cv.tex 放在同一个文件夹中

我在终端中所做的正是 multibib 的 pdf 手册第 4 页所说的内容:

latex cv.tex
bibtex cv.tex
bibtex posters.aux
bibtex articles.aux
bibtex papers.aux
bibtex books.aux
latex cv.tex
latex cv.tex

我究竟做错了什么?


好的,这是 tex 文件的一个最小示例:

\documentclass[11pt,a4paper,sans]{moderncv}
\usepackage[utf8]{inputenc}
\usepackage[english, portuguese]{babel}
\usepackage{enumerate}
\moderncvstyle{casual} 
\moderncvcolor{blue} 
\usepackage[scale=0.75]{geometry}
\usepackage{multibib}
\usepackage{url}

\newcites{articles}{Artigos em Congressos}
\newcites{papers}{Papers em Journals}
\newcites{books}{Livros ou Capítulos de Livros}
\newcites{posters}{Posters}
\bibliographystylearticles{IEEEtran}
\bibliographystylepapers{IEEEtran}
\bibliographystylebooks{IEEEtran}
\bibliographystyleposters{IEEEtran}

\begin{document}
\makecvtitle
\section{Habilitações Literárias}
-----
\subsection{Publicações}
\nocitearticles{*}
\nocitepapers{*}
\nocitebooks{*}
\nociteposters{*}
\bibliographyarticles{articles}                   
\bibliographypapers{papers}                  
\bibliographybooks{books}                  
\bibliographyposters{posters}                  
\end{document}

bib 文件如下:

文章目录

@InProceedings{Malta-methodologies,
  Title                    = {State of the Art on Methodologies for the Development of a Metadata Application Profile},
  Author                   = {Curado Malta, M. and Baptista, A. A.},
  Booktitle                = {Comunications in Computer and Information Sciences},
  Year                     = {2012},
  Editor                   = {J. M. Dodero, M. Palomo-Duarte, P. Karampiperis},
  Pages                    = {61–73},
  Publisher                = {Springer-Verlag Berlin Heidelberg},
  Volume                   = {343},

  Owner                    = {mariana},
  Timestamp                = {2012.10.23}
}

@InProceedings{CuradoMalta2013,
  Title                    = {Me4{DCAP V}0.1: A method to develop {D}ublin {C}ore {A}pplication {P}rofiles},
  Author                   = {Curado Malta, M. and Baptista, A. A.},
  Booktitle                = {Proceedings of the 17th International Conference on Electronic Publishing - Mining the Digital Information Networks},
  Year                     = {2013},
  Editor                   = {N. Lavesson, P. Linde, P. Polydoratou},
  Pages                    = {33 - 44},
  Publisher                = {IOS Press},

  Doi                      = {10.3233/978-1-61499-270-7-33},
  Owner                    = {mariana},
  Timestamp                = {2013.06.13},
  Url                      = {http://ebooks.iospress.nl/publication/33460}
}

@InProceedings{CuradoMalta2013c,
  Title                    = {A method for the development of {D}ublin {C}ore {A}pplication {P}rofiles ({M}e{4DCAP V}0.2): detailed description},
  Author                   = {Curado Malta, M. and Baptista, A. A.},
  Booktitle                = {International Conference on Dublin Core and Metadata Applications},
  Year                     = {2013},
  Organization             = {Dublin Core Metadata Initiative},
  Pages                    = {90--103},

  Conference               = {International Conference on Dublin Core and Metadata Applications},
  Owner                    = {mariana},
  Timestamp                = {2013.08.19},
  Url                      = {http://dcevents.dublincore.org/IntConf/dc-2013/paper/view/178/81}
}

论文集

@Article{CuradoMalta2014,
  Title                    = {A panoramic view on {M}etadata {A}pplication {P}rofiles of the last decade},
  Author                   = {Curado Malta, M. and Baptista, A.A.},
  Journal                  = {International Journal of Metadata, Semantics and Ontologies},
  Year                     = {2014},
  Number                   = {1},
  Pages                    = {58-73},
  Volume                   = {9},

  Owner                    = {mariana},
  Timestamp                = {2013.09.16}
}

@Article{CuradoMalta2013b,
  Title                    = {Me4{DCAP V}0.1: A method for the development of {D}ublin {Co}re {A}pplication {P}rofiles},
  Author                   = {Curado Malta, M. and Baptista, A. A.},
  Journal                  = {Journal of Information Systems \& Use},
  Year                     = {2013},
  Number                   = {2},
  Pages                    = {161-171},
  Volume                   = {33},

  Doi                      = {10.3233/ISU-130706},
  Owner                    = {mariana},
  Timestamp                = {2013.09.16},
  Url                      = {\url{http://iospress.metapress.com/content/t04963284412u236/?p=77f967e6089549a1b0f61a689452e804&pi=11}}
}

@Article{CuradoMalta2013d,
  Title                    = {State of the Art on Methodologies for the Development of a Metadata Application Profile},
  Author                   = {Curado Malta, M. and Baptista, A. A.},
  Journal                  = {International Journal of Metadata, Semantics and Ontologies},
  Year                     = {2013},
  Number                   = {4},
  Pages                    = {332-341},
  Volume                   = {8}
}

@Article{CuradoMalta2014a,
  Title                    = {Social and {S}olidarity {E}conomy {W}eb {I}nformation {S}ystems: {S}tate of the {A}rt and an {I}nteroperability {F}ramework},
  Author                   = {Curado Malta, M. and Baptista, A.A. and Parente, C.},
  Journal                  = {Journal of Electronic Commerce in Organisations},
  Year                     = {2014},

  Month                    = {January-March},
  Number                   = {1},
  Pages                    = {35-52},
  Volume                   = {12},

  Owner                    = {mariana},
  Timestamp                = {2013.09.26}
}

图书目录

@PhdThesis{CuradoMalta2014,
  Title                    = {Contributo metodológico  para o desenvolvimento de perfis de aplicação no contexto da Web Semântica},
  Author                   = {Curado Malta, M.},
  School                   = {Universidade do Minho},
  Year                     = {2014},
  Month                    = {Julho},

  Owner                    = {mariana},
  Timestamp                = {2015.05.07}
}

@InCollection{ecommerce,
  Title                    = {E-commerce and the Web of Data},
  Author                   = {Curado Malta, M. and Baptista, A.A.},
  Booktitle                = {Encyclopedia of E-Commerce Development, Implementation, and Management },
  Publisher                = {IGI Global},
  Year                     = {2016},
  Editor                   = {Lee, I.},

  Owner                    = {mariana},
  Timestamp                = {2012.01.14}
}

@InCollection{MaltaWIS-SSE,
  Title                    = {Social and Solidarity Economy Web Information Systems: State of the Art},
  Author                   = {Curado Malta, M. and Baptista, A.A.},
  Booktitle                = {Social e-Entreprise: Value Creation through ICT},
  Publisher                = {IGI Global},
  Year                     = {2012},
  Chapter                  = {1},
  Editor                   = {Vidal, A. and Torres, T.},
  Pages                    = {1-16},

  Owner                    = {mariana},
  Timestamp                = {2012.01.14}
}

海报.bib

@Article{POSTER-ECRM,
  Title                    = {A Design Science Approach: A method for the development of Dublin Core Application Profiles},
  Author                   = {Curado Malta, M. and Baptista, Ana Alice},
  Journal                  = {12th European Conference on Research Methodology for Business and Management Studies},
  Year                     = {2013},

  Owner                    = {mariana},
  Timestamp                = {2014.05.13}
}

@Article{POSTER-El-PUB,
  Title                    = {On the need to develop an interoperability framework for Social and Solidarity Economy Web Based Information Systems},
  Author                   = {Curado Malta, Mariana and Baptista, Ana Alice},
  Journal                  = {16th International Conference on Electronic Publishing - Social Shaping of Digital Publishing: Exploring the interplay between Culture and Technology.},
  Year                     = {2012},

  Owner                    = {mariana},
  Timestamp                = {2014.05.13}
}

@Article{POSTER-APSI,
  Title                    = {Contributing to the definition of a method for the development of Dublin Core Application Profiles},
  Author                   = {Curado Malta, M. and Baptista, Ana Alice and Parente, Cristina},
  Journal                  = {13ª Conferência da Associação Portuguesa de Sistemas de Informação},
  Year                     = {2013},

  Owner                    = {mariana},
  Timestamp                = {2014.05.13}
}

答案1

按原样提供 url,不要用 括\url起来IEEEtran.bst

Url = {http://iospress.metapress.com/content/t04963284412u236/?p=77f967e6089549a1b0f61a689452e804&pi=11}

multibib.sty事实证明,早在 2003 年就有一个本地副本,它也阻止了编译。

相关内容