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
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
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