Lio W, Jaroszewsk L, Godzik A (2001) Clustering of highly homologous se-
quences to reduce the size of large protein databases. Bioinformatics 17(3):
282-283
I want that the letter q is the second line starts under letter o. Any help please
Code: Select all
\documentclass{article}
\usepackage{natbib}
\usepackage{paralist}
\makeatletter
\renewenvironment{thebibliography}[1]
{\bibsection\parindent\z@\begin{inparaitem}}
{\end{inparaitem}}
\makeatother
\usepackage{hyperref}
\hypersetup{
colorlinks = true,
citecolor = blue,
linkcolor = blue,
urlcolor=blue
}
\begin{document}
\citealt{Lio2001}
\begin{thebibliography}{99}
\bibitem[Lio(2001)]{Lio2001} Lio W, Jaroszewsk L, Godzik A (2001) Clustering of highly homologous sequences to reduce the size of large protein databases. Bioinformatics 17(3):282-283.\\
\bibitem[Lio(2000)]{Lio2000} Lio W, Jaroszewsk L, Godzik A (2000) Clustering of highly homologous sequences to reduce the size of large protein databases. Bioinformatics 17(3):282-283.
\end{thebibliography}
\end{document}