BibTeX, biblatex and biberbibliography indentation

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
amradly
Posts: 7
Joined: Fri Sep 14, 2012 9:35 pm

bibliography indentation

Post by amradly »

Hi All,

Iam using Lyx 2.0.4 with document class book and I have a problem in the bibliography that the reference items margin to right as attached image.

I write the \bibitem :

Code: Select all

 \bibitem[Tsadiras and Margaritis, 2007]{key-20} A. K. Tsadiras and K. G. Margaritis.....

What should I do to remove this margin?!!!!

Thanks
Attachments
ref.png
ref.png (47.17 KiB) Viewed 2962 times
Last edited by cgnieder on Tue Jan 22, 2013 11:46 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

bibliography indentation

Post by Stefan Kottwitz »

Perhaps attach a Infominimal working example, i.e. a LyX file (or a LaTeX export) which can be used to reproduce the problem. Because this is not the default behavior. When I test this:

Code: Select all

\documentclass{book}
\renewcommand*{\bibname}{References}
\begin{document}
\begin{thebibliography}{99}
\bibitem[Tsadiras and Margaritis, 2007]{key-20}
    A. K. Tsadiras and K. G. Margaritis.....
\end{thebibliography}
\end{document}
I get
bibliography.png
bibliography.png (5.02 KiB) Viewed 2950 times
So you are doing something we cannot see yet.

Stefan
LaTeX.org admin
Post Reply