Code: Select all
\clearpage
\chapter*{Bibliography}
\markboth{\MakeUppercase{Bibliography}}{}
or
Code: Select all
\markright{\MakeUppercase{Bibliography}}

Code: Select all
\clearpage
\chapter*{Bibliography}
\markboth{\MakeUppercase{Bibliography}}{}
Code: Select all
\markright{\MakeUppercase{Bibliography}}
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
main.tex
. It says:Code: Select all
% Compiling this template:
% This template uses biber for its bibliography and makeindex for its index.
% This means that to update the bibliography and index in this template you
% will need to run the following sequence of commands in the template
% directory:
%
% 1) pdflatex main
% 2) makeindex main.idx -s StyleInd.ist
% 3) biber main
% 4) pdflatex main
biber
from the Windows command line by navigating to the folder with main.tex
and then using the commands above.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