when I view my work on pdf, some of references looks like this with spaces. how to avoid them?
Can I change "bibliography" to "references"?

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
breaklinks
.Code: Select all
%% LyX 2.1.4 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{luainputenc}
\usepackage{babel}
\begin{document}
\begin{thebibliography}{27}
\bibitem[1]{key-1}Fayyazuddin and Riazuddin, \textit{A Modern Introduction
to Particle Physics}, 3rd ed. Singapore: World Scientific Publishing
Company, 2011.
\bibitem[2]{key-2}F. Close, \textit{Particle Physics: A Very Short
Introduction}. Oxford: Oxford University Press, 2004. {[}Online{]}.
Available: http://emilkirkegaard.dk/en/wp-content/uploads/Particle-Physics-A-Very-Short-Introduction.pdf.
Accessed: Feb. 10, 2016.
\bibitem[8]{key-8}J. Carroll, \textquotedbl{}Explainer: Standard
model of particle physics,\textquotedbl{} The Conversation, 2011.
{[}Online{]}. Available: http://theconversation.com/explainer-standard-model-of-particle-physics-2539.
Accessed: Mar. 7, 2016.
\bibitem[27]{key-27}K. Brading, \textquotedbl{}Which Symmetry? Noether,
Weyl, and Conservation of Electric Charge,\textquotedbl{}. {[}Online{]}.
Available: http://www3.nd.edu/\textasciitilde{}kbrading/Research/WhichSymmetryStudiesJuly01.pdf.
Accessed: Mar. 13, 2016.
\bibitem[34]{key-34}\textquotedbl{}Elementary Particles,\textquotedbl{}.
{[}Online{]}. Available: http://www.particlecentral.com/particle\_page.html.
Accessed: Apr. 9, 2016.
\bibitem[35]{key-35}C. G. Vayenas and S. N.-A. Souentie, G\textit{ravity,
Special Relativity, and the Strong Force}. United States: Springer-Verlag
New York, 2012.
\bibitem[43]{key-43}A. Hobson, \textquotedbl{}Teaching E = mc\textasciicircum{}2:
Mass Without Mass,\textquotedbl{} The Physics Teacher, 2005. {[}Online{]}.
Available: http://physics.uark.edu/hobson/pubs/05.02.tpt.pdf. Accessed:
Apr. 12, 2016.\end{thebibliography}
\end{document}
Code: Select all
%% LyX 2.1.4 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{luainputenc}
\usepackage{babel}
\usepackage[hyphens]{url}
\begin{document}
\begin{thebibliography}{27}
% \raggedright % Might give you better results
\bibitem[1]{key-1}Fayyazuddin and Riazuddin, \textit{A Modern Introduction
to Particle Physics}, 3rd ed. Singapore: World Scientific Publishing
Company, 2011.
\bibitem[2]{key-2}F. Close, \textit{Particle Physics: A Very Short
Introduction}. Oxford: Oxford University Press, 2004. {[}Online{]}.
Available:~\url{http://emilkirkegaard.dk/en/wp-content/uploads/Particle-Physics-A-Very-Short-Introduction.pdf}.
Accessed:~Feb. 10, 2016.
\bibitem[8]{key-8}J. Carroll, \textquotedbl{}Explainer: Standard
model of particle physics,\textquotedbl{} The Conversation, 2011.
{[}Online{]}. Available:~\url{http://theconversation.com/explainer-standard-model-of-particle-physics-2539}.
Accessed:~Mar. 7, 2016.
\bibitem[27]{key-27}K. Brading, \textquotedbl{}Which Symmetry? Noether,
Weyl, and Conservation of Electric Charge,\textquotedbl{}. {[}Online{]}.
Available:~\url{http://www3.nd.edu/~kbrading/Research/WhichSymmetryStudiesJuly01.pdf}.
Accessed:~Mar. 13, 2016.
\bibitem[34]{key-34}\textquotedbl{}Elementary Particles,\textquotedbl{}.
{[}Online{]}. Available:~\url{http://www.particlecentral.com/particle\_page.html}.
Accessed:~Apr. 9, 2016.
\bibitem[35]{key-35}C. G. Vayenas and S. N.-A. Souentie, G\textit{ravity,
Special Relativity, and the Strong Force}. United States: Springer-Verlag
New York, 2012.
\bibitem[43]{key-43}A. Hobson, \textquotedbl{}Teaching E = mc\textasciicircum{}2:
Mass Without Mass,\textquotedbl{} The Physics Teacher, 2005. {[}Online{]}.
Available:~\url{http://physics.uark.edu/hobson/pubs/05.02.tpt.pdf}.
Accessed:~Apr. 12, 2016.
\end{thebibliography}
\end{document}
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