This section is dedicated to templates for the bachelor's and/or master's theses.

Doctoral theses (dissertations) are typeset using the aaltoseries class!


4 Comments

  1. AaltoTheses

    Kandi, dippa, lisuri....haluatko näyttää Aalto-julkaisulta? Käytä AaltoTheses-pohjia! Mukana kansi, nimiösivu ja tiivistelmät.

    Bachelor's, Master's, Licentiate, Final Project....wanna look just like the official Aalto publications? Check out these templates! Includes the cover, frontpage and the abstracts.

    Hae tiedostot / Download templates: https://version.aalto.fi/gitlab/latex/aaltotheses

  2. Some small corrections.

    1) The latest aaltoseries already includes a call to microtype, so use \microtypesetup instead.

    2) To get the links in the PDF sidebar correct for abstract / tiivistelmä, you need to use \phantomsection.

    Looks good!

    Martin


    --- ../masters.tex    2017-12-22 19:48:34.000000000 +0200
    +++ masters.tex    2017-12-25 12:46:56.521070567 +0200
    @@ -3,7 +3,8 @@
     \usepackage[finnish,english]{babel}   % Kieli on englanti, abstraktissa suomi
     \usepackage{setspace}                 % Rivivälin säätämiseksi
     \usepackage{afterpage}                 % Sivun taustaväri
    -\usepackage[letterspace=25]{microtype} % Kannen harvaan välistykseen
    +%\usepackage[letterspace=25]{microtype} % Kannen harvaan välistykseen
    +\microtypesetup{letterspace=25}
     \usepackage[pdfusetitle,hidelinks]{hyperref} % PDF-metadata, sivunumerot
     
     
    @@ -131,6 +132,7 @@
     %%  ABSTRACT  ------------------------------------------
     
     \newpage
    +\phantomsection
     \addcontentsline{toc}{chapter}{Abstract}
     
     % Tiivistelmien marginaalit
    @@ -256,6 +258,7 @@
     %%  TIIVISTELMÄ  ---------------------------------------
     
     \newpage
    +\phantomsection
     \addcontentsline{toc}{chapter}{Tiivistelmä}
     
     % Tiivistelmäsivu suomeksi


    1. FIXED and updated.