I have tried it with no success. I get one sentence in the pdf final file: "1. Publications" and nothing else. the log file tells me that there is no \bibstyle defined (whish is not true since I use the command \bibliographystylebooks{IEEEtran} for each one of the references entry) and that there I did not use any entry, which is not true since I have use the command \nocitebooks{*} (and all the other types- articles, papers, etc).
I run the commands separtly as it says in the manual: latex minimal; bibtex minimal; bibtex papers; bibtex books; bibtex articles; bitex posters; latex minimal.
Minimal example:
Code: Select all
\documentclass{article}
\usepackage{multibib}
\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}
\section{Publications}
\nocitearticles{*}
\nocitepapers{*}
\nocitebooks{*}
\nociteposters{*}
\bibliographyarticles{articles}
\bibliographypapers{papers}
\bibliographybooks{books}
\bibliographyposters{posters}
\end{document}
The bib files:
papers.bib
Code: Select all
@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 and Use},
Year = {2013},
Number = {2},
Pages = {161-171},
Volume = {33},
Doi = {10.3233/ISU-130706},
Owner = {mariana},
Timestamp = {2013.09.16},
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}
}
Code: Select all
@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}
}
Code: Select all
@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}
}
Code: Select all
@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}
}
Code: Select all
This is BibTeX, Version 0.99d (TeX Live 2013/Debian)
Capacity: max_strings=35307, hash_size=35307, hash_prime=30011
The top-level auxiliary file: books.aux
I found no \bibstyle command---while reading file books.aux
You've used 0 entries,