ismayc / thesisdown

An updated R Markdown thesis template using the bookdown package
Other
809 stars 357 forks source link

Putting a logo on the front page of the original thesisdown #160

Closed Sicily-F closed 3 years ago

Sicily-F commented 3 years ago

Hi there,

I saw this old issue from a few years ago, and wondered if anyone had figured out how to do this?

I would love to change also the front page, in order to be able to put some university logo. Could you share with me also if you find one solution? Many thanks @KasperSkytte

Originally posted by @raffdoc in https://github.com/ismayc/thesisdown/issues/17#issuecomment-293922775

KasperSkytte commented 3 years ago

Hi

I just used a plain text front page, I didn't have a nice picture to use anyways. See https://github.com/KasperSkytte/MasterThesis/blob/master/thesis.pdf

KasperSkytte commented 3 years ago

The code to produce the report is not included in the repo, but I should be able to dig it up somewhere if you need.

Sicily-F commented 3 years ago

that would be amazing, if it's not too much trouble, to see how you specified it to link with thesisdown

Sicily-F commented 3 years ago

Sorry - can I just verify, did you use thesisdown, even with the plain text page on the front?

KasperSkytte commented 3 years ago

As mentioned here https://github.com/ismayc/thesisdown/issues/17#issuecomment-294482077 I simply adjusted those lines in the reedthesis.cls file to this:


\renewcommand{\maketitle}{%
  {\pagestyle{empty}
  \fontsize{12}{14}\selectfont
  \begin{titlepage}
  \newpage
  \setcounter{page}{1}
    \begin{center}
        \vspace*{1cm}

        \Huge
        \textbf{\@title}

        \vspace{0.5cm}
        \LARGE
        Exploring differences in the microbial communities using ordination

        \vspace{1.5cm}
        \Large
        Master Thesis in Biotechnology by:\\
        \textbf{\@author}

        \vfill

        \vspace{0.8cm}

        \includegraphics[width=0.4\textwidth]{figure/aaulogo.eps}

        \normalsize
        \textit{\@division}\\
        \textbf{Supervisors:}\\
        \@advisor\\
        \@altadvisor\\
        \@date

    \end{center}
  \par
  \end{titlepage}

  }
}
github-actions[bot] commented 3 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org whenever possible) and link to this issue. If a reprex is not applicable, recording a short Loom video showing what you are seeing can go a long way in helping to diagnose problems.