Skip to content

Commit

Permalink
more content
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomtzlosa committed Oct 26, 2020
1 parent 1a7a4ad commit 58e1ead
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
Binary file modified book-cover/book_cover.dvi
Binary file not shown.
Binary file modified book-cover/book_cover.pdf
Binary file not shown.
Binary file modified book_cover.pdf
Binary file not shown.
Binary file modified report-combine.pdf
Binary file not shown.
Binary file modified report.pdf
Binary file not shown.
11 changes: 5 additions & 6 deletions report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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

Expand All @@ -143,7 +143,6 @@
\nocitepublications{*}
\bibliographystylepublications{./packages/ieeetr-redux}
\bibliographypublications{./utils/publications.bib}
\protect\thispagestyle{phdfancyempty}
\clearpage
\fi

Expand Down
8 changes: 6 additions & 2 deletions utils/macros.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58e1ead

Please sign in to comment.