Estou tentando submeter um artigo para um periódico que utiliza a classe de documento INFORMS3. Usei o BibDesk para gerar o arquivo BIB e o TexShop para compilar o arquivo fonte. Aqui está o arquivo TEX, um exemplo mínimo (não) funcional:
% LaTeX Article Template
\documentclass[moor]{informs3}
\usepackage{latexsym,amscd}
\usepackage[mathscr]{euscript}
\usepackage{tabstackengine}
\usepackage{mathtools}
\usepackage[round]{natbib}
\stackMath
\newcolumntype{C}[1]{>{\centering\arraybackslash$}m{#1}<{$}}
\newlength{\mycolwd} % array column width
\settowidth{\mycolwd}{$-\frac{3}{4}$}% "width" of $e^{-\frac{i}{\hbar}|A|t$; largest element in array
%\smartqed
%\newcommand{\argmax}{\operatornamewithlimits{argmax}}
\setlength{\jot}{.2in}
% Set the beginning of a LaTeX document
\newtheorem{proposition}{Proposition}
\newtheorem{lemma}{Lemma}
\newtheorem{theorem}{Theorem}
\newtheorem{corollary}{Corollary}
\newtheorem{definition}{Definition}
%\newtheorem{proof}{Proof}
\begin{document}
\RUNAUTHOR{X}
\RUNTITLE{X}
\TITLE{X}
\AUTHOR{X}
\ABSTRACT{
Sample
}
\KEYWORDS{
Sample
}
\maketitle
\section{Introduction}
There have been a number of alternative proofs of this result offered over the years; e.g. \cite{Spinetto:1974aa}, \cite{Charnes:1967aa}, and the methods employed have turned out to be of almost as much interest as the result itself. For example,
\bibliographystyle{informs2014}
\bibliography{BalancedSetsELSArticleBibTex}{}
\end{document}
De dentro do TexShop posso compilar uma vez com Latex e depois duas vezes com BibTex, sem erros. No entanto, quando vou compilar com o Latex novamente, recebo o seguinte erro:
Package natbib Warning: Citation 'Spinetto:1974aa' on page 2 undefined on input line 43
Package natbib Warning: Citation 'Charnes:1967aa' on page 2 undefined on input line 43.
(./BibTexTest.bbl
./BibTexTest.bbl:1: LaTeX Error: \newblock undefined.
...
l.1 \begin{the bibliography}{2}
Aqui está o arquivo bbl
\begin{thebibliography}{2}
\providecommand{\natexlab}[1]{#1}
\providecommand{\url}[1]{\texttt{#1}}
\providecommand{\urlprefix}{URL }
\bibitem[{Charnes \protect\BIBand{} Kortanek(1967)}]{Charnes:1967aa}
Charnes A, Kortanek K (1967) On balanced sets, cores and linear programming.
\emph{Cahiers du Centre d'Etudes de Recherche Operationelle} 9:32--43.
\bibitem[{Spinetto(1974)}]{Spinetto:1974aa}
Spinetto R (1974) The geometry of solution concepts for {\it n}-person
cooperative games. \emph{Manage Sci} 20:1292--1299.
\end{thebibliography}
Estou perdendo o juízo. Não tive problemas em formatar o artigo e a bibliografia com as classes ectaart ou svjour3 ou elsarticle, mas preciso deles (é claro) para o INFORMS3 e não posso enviar até terminar este último artigo.
Quaisquer pensamentos ou sugestões serão apreciados.
EDIT: Acabei de encontrar uma sugestão em um grupo do Google que corrigiu magicamente o problema (ou pelo menos permitiu a geração das Referências que é o que preciso enviar): Na parte inferior do arquivo TEX, logo antes do \bibliographystyle, adicionei a linha:
\newcommand{\newblock}{}
Responder1
Acredito que deveria ser \def\newblock{\ }
, o template Management Science tem as seguintes definições:
\usepackage{natbib}
\bibpunct[, ]{(}{)}{,}{a}{}{,}%
\def\bibfont{\small}%
\def\bibsep{\smallskipamount}%
\def\bibhang{24pt}%
\def\newblock{\ }%
\def\BIBand{and}%
Responder2
Apenas para o benefício de futuros usuários: tive um problema semelhante e encontrei um sinal de 'barra invertida' em minha entrada .bib que não era necessário.
Errôneo:
\newblock 2-way \FSI fails during first time step — {ANSYS} learning forum,
Corrigido:
\newblock 2-way FSI fails during first time step — {ANSYS} learning forum,
Observe que removi a 'barra invertida' para corrigi-la