this is just a correction of some bugs in my previous message:
1st) In the part where I propose to do a 'find of' + 'replace', it should read as follows:
"Do a 'find of' + 'replace' of the string ''\bibitem{'' for this other ''\item %{''. Just comment the 'Code Segment #1', uncomment 'Code Segment #2' and compile until the categorized list is finally visible."
2nd) In the current display of 'Code Segment #2' the '%'s and the 'line breaks' are not present and they should be present. Hoping that they are not removed from the new display, I show here how this segment should look like after the 'find of' + 'replace' + 'uncomment' operations:
% Code Segment #2 :
Code: Select all
\chapter*{List of Publications}\label{publications}
\markboth{List of Publications}{}
\addcontentsline{toc}{chapter}{List of Publications}
\label{page:publications}
\section*{REFEREED JOURNAL PAPERS}
\addcontentsline{toc}{section}{Refereed Journal Papers}
\begin{enumerate}
\item %{Biblio_PhD:Roberto_Motl2007}
R.~Torres-S{\'a}nchez, F.~P. Casares-Miranda, E.~M{\'a}rquez-Segura, and P.~Otero, ``Symmetry, {XPD}, and port isolation in an {ACMPA} array with dual linear polarization,'' \emph{Microwave {O}pt. {T}echnol. {L}ett.}, vol.~49, no.~7, pp. 1722--1727, Jul. 2007.
...
\end{enumerate}
\section*{REFEREED CONFERENCE PAPERS}
\addcontentsline{toc}{section}{Refereed Conference Papers}
\begin{enumerate}
\item %{Biblio_PhD:Roberto_30_ESA_Workshop}
R.~Torres, S.~Vaccaro, and J.~R. Mosig, ``A compact and low cost radiating element for automotive satellite broadcasting reception arrays,'' in \emph{30{t}h {ESA} {A}ntenna {W}orkshop for {E}arth {O}bservation, {S}cience, {T}elecommunication and {N}avigation {S}pace {M}issions}, ESA/ESTEC, Noordwijk, The Netherlands, May 2008.
...
\end{enumerate}
...
\cleardoublepage
I hope it helps.
Regards,
-Roberto