Skip to content

Instantly share code, notes, and snippets.

@arimitramaiti
Created July 29, 2021 06:16
Show Gist options
  • Save arimitramaiti/410611ba244ff5d314480d000b2c22d5 to your computer and use it in GitHub Desktop.
Save arimitramaiti/410611ba244ff5d314480d000b2c22d5 to your computer and use it in GitHub Desktop.
---
title: "Getting familiar with Rmarkdown PDF"
subtitle: |
| Examples for Towards Data Science
| Focussing on Metadata
| Reviewed by: Towards Data Science Team
author: |
| Arimitra Maiti
| Author-2
thanks: |
This is the section for acknoledgement with a limit of 150 words
abstract: "This is the section for abstract with a limit of 150 words.\\par \\textbf{Keywords:} Keyword-1, Keyword-2, Keyword-3, Keyword-4"
date: "`r format(Sys.time(), '%d %B, %Y')`"
geometry: "left=2.5cm,right=2.5cm,top=2cm,bottom=2cm"
fontfamily: mathpazo
output:
pdf_document:
keep_tex: true
latex_engine: pdflatex
fig_caption: yes
highlight: haddock
number_sections: yes
toc: yes
toc_depth: 2
citation_package: natbib
header-includes:
- \usepackage{graphicx}
- \usepackage{float}
- \usepackage{amsmath}
- \nocite{*}
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(warning = FALSE, message = FALSE)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment