second item is not being numbered
Large between {#1} and {#2} (included the newcommand definition below)
Error saying
enumerate
is being ended by \end{document}
even though I've included \end{enumerate}
(though "enumerate" is showing in the document as text.newcommand definition is below:
\newcommand{\PubEntry}[4]{
\noindent {#1} \hfill
\noindent \emph{#2}
\normalsize \par}
enumerate section below:
\begin{enumerate}
\item \PubEntry{Aleksic, J. et al. including \textbf{Cook, K. W.}, 2013, A\&A, 556, A67, 28,}{"The simultaneous low state spectral energy distribution of 1ES 2344+514 from radio to very high energies"}
\item \PubEntry{Thomas-Osip, J.E., Prieto, G., Berdja, A., \textbf{Cook, K. W.}, Villanueva Jr., S., DePoy, D.L., Marshall, J. L., Rheault, J.P., Allen, R. D., and Carona, D. W., 2012, PASP, 124, 84,}{"Characterizing Optical Turbulence at the GMT site with MooSci and MASS-DIMM"}
\end{enumerate}
Hopefully this isn't too stupid but I appreciate any help and suggestions you have.