diff --git a/book-cover/book_cover.dvi b/book-cover/book_cover.dvi index 276c5f6..484dbf9 100644 Binary files a/book-cover/book_cover.dvi and b/book-cover/book_cover.dvi differ diff --git a/book-cover/book_cover.pdf b/book-cover/book_cover.pdf index b7fccf9..b0a185c 100644 Binary files a/book-cover/book_cover.pdf and b/book-cover/book_cover.pdf differ diff --git a/book_cover.pdf b/book_cover.pdf index b7fccf9..b0a185c 100644 Binary files a/book_cover.pdf and b/book_cover.pdf differ diff --git a/report-combine.pdf b/report-combine.pdf index 26a7b86..b9013de 100644 Binary files a/report-combine.pdf and b/report-combine.pdf differ diff --git a/report.pdf b/report.pdf index da3f0c1..84b64a3 100644 Binary files a/report.pdf and b/report.pdf differ diff --git a/report.tex b/report.tex index 822bb63..fa1c3f8 100644 --- a/report.tex +++ b/report.tex @@ -28,7 +28,7 @@ \input{chapters/glossary} \ifmultibib - \newcites{publications}{\listofpublicationsname} % multibib bibliography section + \newcites{publications}{\listofpublicationsname\protect\thispagestyle{phdfancyempty}} % multibib bibliography section \fi \begin{document} @@ -127,11 +127,11 @@ \clearpage % Bibliography -\titlebibliography{Bibliography} -\SetHeaderTitle{\MakeUppercase{\titlebibliography}} +\SetTitleBibliography{Bibliography} +\SetHeaderTitle{\MakeUppercase{\bibname}} \protect\bibliographystyle{./packages/ieeetr-redux} % default bibliography style -\protect\pagestyle{phdfancyspecialempty}\bibliography{./utils/report-bib} -\protect\thispagestyle{phdfancyempty} +\bibliography{./utils/report-bib} +\protect\pagestyle{phdfancyspecialempty} \addcontentsline{toc}{chapter}{\bibname} \clearpage @@ -143,7 +143,6 @@ \nocitepublications{*} \bibliographystylepublications{./packages/ieeetr-redux} \bibliographypublications{./utils/publications.bib} - \protect\thispagestyle{phdfancyempty} \clearpage \fi diff --git a/utils/macros.tex b/utils/macros.tex index e560fec..481e2f3 100644 --- a/utils/macros.tex +++ b/utils/macros.tex @@ -310,11 +310,15 @@ % rework bibliography title % https://tex.stackexchange.com/questions/70025/titlesec-and-bibliography % https://latex.org/forum/viewtopic.php?t=28709 +\newcommand{\SetTitleBibliography}[1]{ + \renewcommand{\bibname}{#1} +} + \newcommand{\titlebibliography}[1]{ - \addto{\captionsenglish}{\renewcommand{\bibname}{#1}} + \addto{\captionsenglish}{\bibname} } -\patchcmd{\thebibliography}{\chapter*{\bibname}}{\chapter*{\bibname\\\vspace{-0.5cm}\rule{\linewidth}{1pt}\vspace{-0.5cm}}}{}{} +\patchcmd{\thebibliography}{\chapter*{\bibname}}{\chapter*{\bibname\\\vspace{-0.5cm}\rule{\linewidth}{1pt}\vspace{-0.5cm}}\protect{\thispagestyle{phdfancyempty}}}{}{} % redefine plain style to empty style % https://tex.stackexchange.com/questions/65089/im-trying-to-redefine-the-plain-pagestyle-as-empty