Page LayoutStyling Bibliography in the way of ToC

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
zryw
Posts: 5
Joined: Sun Mar 20, 2011 1:58 pm

Styling Bibliography in the way of ToC

Post by zryw »

Hi, it's me again. Made a little proggres with latex and found another obstacle.
Almost MWE code:

Code: Select all

\documentclass[a4paper,final]{report}

\usepackage[polish]{babel}
\usepackage{tocloft}              %ToC, LoF styles
\usepackage[Bjornstrup]{fncychap}

\begin{document}
	\tableofcontents
	\newpage
	\listoffigures
	\newpage

	\chapter{About cats}
	\begin{figure}
	\caption{Invisible photo of a cat.}
	\end{figure}
	According to Salzman and Temkin, cats are invincible \cite{JSa97}.

	\bibliographystyle{plain}
	\bibliography{references}
\end{document}
with references.bib containing

Code: Select all

@misc{JSa97,
author="J. Salzman  and  H. Temkin",
title="III-V-N compounds for infrared applications"
}
I like clean style of ToC and Lof, and boxed Chapter style by fncychap. How to force tocloft make Bibliography header the same like ToC or at least prevent fnychap from styling Bibliography?

I'm little jealus for your knowledge... :ugeek:

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

Post Reply