knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

You can use the YAML configuration at the top of the Rmd to customize the template's output. For designing the title page, chapters, and colors, there are design options that are listed below. Also pandoc default template YAML options are available; for additional information, see the the pandoc manual. All of the parameters are optional. The template is also running if it doesn't fill in. Before explaining the options, a few examples of title page designs are given. For more details, click on the image and see the full document for each example.

Title Page

Options for designing the title page are listed below:

Section Page

To make the report more beautiful, some configurations have been considered for the internal pages, the explanations are given below:

This example was generated by below YAML configuration. For more details see example interior page design.

---
title: "Statistical analysis of behavioral data"
date: "`r format(Sys.time(), '%d %B, %Y')`"
author: [Ahmad Ehyaei, Sara Ershadmanesh]
affiliation: Max Planck Institute for Biological Cybernetics 
location: Tübingen
titlepage: true
toc: true
content-has-page: true
logo-primary: src/icon/MPILogoGray.eps
logo-secondary: src/icon/MPIBCWhite.eps
preface-logo: src/icon/MPIBCNNBlack.eps
page-background-color: f6f6f6
banner-color: 009EE2
banner-logo: src/icon/MPIBCNNWhite.eps
banner-text: Max-Planck Institute
banner-text-color: ffffff
chapter-title-color: E90649
output:
  MPIThemes::latex_report
---


Ehyaei/MPIThemes documentation built on Jan. 13, 2022, 7:28 p.m.