BibTeX, biblatex and biberBibliography doesnt match page set up.

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Ross1993
Posts: 1
Joined: Sun Feb 05, 2023 3:46 pm

Bibliography doesnt match page set up.

Post by Ross1993 »

Hi ,

I'm having problem with a document in overleaf where my bibliography margins do not match the rest of the document (see attached). I need reference 4 to go onto the next line and respect the margins in the document.

My main page uses the following :

\documentclass[11pt,twoside]{report}
\usepackage[utf8]{inputenc}
\usepackage[
backend=biber,
style=ieee,
]{biblatex}
\addbibresource{ref.bib} %Import the bibliography file
\usepackage{adjustbox}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{bbding}

\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm,bindingoffset=6mm]{geometry}


\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyhead[RO,LE]{XXXXXXXX}
\fancyfoot{}
\fancyfoot[LE,RO]{Page \thepage}
\fancyfoot[LO,CE]{Chapter \thechapter}
\fancyfoot[CO,RE]{XXXXXX}
\setlength{\headheight}{13.59999pt}

\setlength\parindent{15pt}
\renewcommand{\arraystretch}{1.5}
\renewcommand{\baselinestretch}{1.5}



\begin{document}

\input{titlepage}
\pagestyle{plain}
\tableofcontents


if anybody could help it would be greatly appreciated.

Thanks in advance .

Ross
Attachments
Screenshot 2023-02-05 135400.png
Screenshot 2023-02-05 135400.png (18.97 KiB) Viewed 14156 times
Screenshot 2023-02-05 135342.png
Screenshot 2023-02-05 135342.png (76 KiB) Viewed 14156 times

Recommended reading 2024:

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

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

Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

Bibliography doesnt match page set up.

Post by Bartman »

Please provide a complete Infominimal working example and use the code tags for multi-line code.

At least read the biburlnumpenalty counter description in the biblatex package manual.

You should also read in ltnews28 whether you still need to load the inputenc package.
Post Reply