Replies: 3 comments 3 replies
-
Hi, you can try with something like
as I suspect you already did. You get the logo in the first two pages only because of the line
in the copyright page (around line 100 of the file examples/documentation/main.tex). You can remove that line altogether or change |
Beta Was this translation helpful? Give feedback.
-
Thanks, removing |
Beta Was this translation helpful? Give feedback.
-
I used this \titlehead{\includegraphics[width=4cm, right]{unilogo}} and removed \documentclass[
fontsize=10pt,
twoside=false,
numbers=noenddot,
bibstyle=authoryear,
citestyle=authoryear
]{kaobook}
% Set the language
\usepackage[english]{babel} % Load characters and hyphenation
\usepackage[english=british]{csquotes} % English quotes
% Load the bibliography package
\usepackage[backend=biber,style=apa,autocite=inline]{styles/kaobiblio}
\addbibresource{bibliography.bib}
% Load mathematical packages for theorems and related environments. NOTE: choose only one between 'mdftheorems' and 'plaintheorems'.
\usepackage{styles/mdftheorems}
%\usepackage{styles/plaintheorems}
\usepackage{styles/packages}
\usepackage[export]{adjustbox}
\graphicspath{{examples/documentation/images/}{images/}} % Paths in which to look for images
%------------------------------------------------------------------------------
\begin{document}
%------------------------------------------------------------------------------
% BOOK INFORMATION
%------------------------------------------------------------------------------
\titlehead{\includegraphics[width=4cm, right]{unilogo}}
% \subject{Use this document as a template}
\title[]{Thesis Title} |
Beta Was this translation helpful? Give feedback.
-
Hi,
has anyone got any idea how I can include my uni's logo in the top right corner of the title page? If I use
\includegraphics
in the\titlehead
, I get the logo on the first two pages.Andrew
Beta Was this translation helpful? Give feedback.
All reactions