I am using thebibliography to manually create my bibliography. However, I would like to divide it into two sections: academics and practitioners.
Here is a sample of my bibliography:
\begin{thebibliography}{}
\bibitem {} Afuah, A. N. and Tucci, C. (2000). \textit{‘Internet business models and strategies: text and cases’}, 1st edition, New York, McGraw-Hill Education.
\bibitem {} Alt, R. and Zimmermann, H.D. (2001). ‘Preface: introduction to special section– business models’, \textit{EM - Electronic Markets}, 11(1): pp. 3-9.
I would like to insert a title, after 'Bibliography', which is generated automatically, saying "Academics". If I write anything which is not contained in the \bibitem environment I get an error. However, for the second section, ('Practitioners') which comes after some 30 items, I can insert text manually outside the \bibitem environment, without getting an error. Just like so:
\bibitem {} Wilson, H.J. et al. (2016). ‘Companies are re-imagining business processes with algorithms’, \textit{Harvard Business Review}, (February 2016).
%(end of academics section, beginning of practitioners section)
\begin{huge}
Practitioners
\end{huge}
\medskip
\bibitem {} Harrington, L. (2016). \textit{‘The predictive enterprise: where data science meets supply chain’}, DHL Supply chain. \url{< http://supplychain.dhl.com/LP=704?nu_ref=Vanity-URL>}
How can I obtain the same thing but at the beginning of the paragraph? It seems like I can write regular text in the middle of the bibliography but not immediately at the beginning.
biblatex? It has dedicated tools. – Bernard Oct 25 '17 at 18:28JabRefcan help avoiding syntax errors. If you post some items from your bibliography, we can show how they should be transformed. – Bernard Oct 26 '17 at 13:08