BibTeX, biblatex and biber ⇒ thebibliography title align
thebibliography title align
I'm not sure this post is in the right section, as I'm using a simple thebibliography, not BibTeX. However, I have been able to find no information about my question in relation to either.
My issue is this: all of my section titles are left-aligned, but the "References" header is centered. How do I make it move over to the left? (Hacks using a negative margin acceptable!)
Thanks in advance,
Charles
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
thebibliography title align
Re: thebibliography title align
Thank you for pointing me in the direction which I should have tried myself in the first place.
The center alignment of toc and bib section titles turned out to be a side effect of tocbibind. I have eliminated this package and replicated its functionality manually. The titles now left-align, like the other section titles.
Hope this points someone else in the right direction in the future.
Charles
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
thebibliography title align
That is very unlikely as the code below shows.archels wrote:[…] The center alignment of toc and bib section titles turned out to be a side effect of tocbibind. I have eliminated this package and replicated its functionality manually. The titles now left-align, like the other section titles. […]
Code: Select all
\documentclass[11pt,a4paper,english]{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[includeheadfoot,margin=3cm]{geometry}
\usepackage[nottoc]{tocbibind}
\usepackage{blindtext}
\title{Bibliography title align}
\author{archels}
\begin{document}
\maketitle
\tableofcontents
\Blinddocument
\begin{thebibliography}{9}
\bibitem{fe} The Author, \textsl{Book Title}, Publisher (2010).
\end{thebibliography}
\end{document}
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10