Skip to content

Instantly share code, notes, and snippets.

@langheran
Created May 22, 2019 23:28
Show Gist options
  • Save langheran/dba3ca21048f50d0733a052ec66f7a59 to your computer and use it in GitHub Desktop.
Save langheran/dba3ca21048f50d0733a052ec66f7a59 to your computer and use it in GitHub Desktop.
Rmd Review YAML
---
title: Literature Review
subtitle:
author: "[Nisim Hurst](mailto:langheran@gmail.com)"
date: Monday 15 April 2019
abstract: ""
bibliography: bib.bib
urlcolor: blue
biblio-style: "authoryear" # "apalike" "apa" "authoryear"
link-citations: true
csl: ieee.csl
output:
bookdown::pdf_document2:
pandoc_args:
- "--csl"
- "ieee.csl"
- "--metadata"
- "link-citations"
- "--filter"
- "pandoc-eqnos"
toc: yes
toc_depth: 5
number_sections: no
keep_tex: true
citation_package: biblatex
# includes:
# before_body: ../doc-prefix.tex
header-includes: |
\usepackage{float}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage{truncate}
\renewcommand{\subsectionmark}[1]{\markright{#1}{}}
\fancyhf{}
\lhead{\small\truncate{400pt}{\rightmark}}
\rhead{\small\hyperref[toc]{Table Of Contents}}
\rfoot{Page \thepage}
\usepackage{caption}
\usepackage{listings}
\usepackage{attachfile}
\makeatletter\renewcommand*{\fps@figure}{H}\makeatother
\usepackage{cleveref}
\usepackage{xcolor}
\definecolor{block-gray}{gray}{0.85}
\usepackage{environ}
\NewEnviron{quoteblock}
{\colorbox{block-gray}{
\parbox{\dimexpr\linewidth-2\fboxsep\relax}{
\small\addtolength{\leftskip}{10mm}
\addtolength{\rightskip}{10mm}
\BODY}}
}
\renewcommand{\quote}{\quoteblock}
\renewcommand{\endquote}{\endquoteblock}
\ifdef{\printbibliography}{
\defbibheading{subsubbibliography}[\refname]{\subsubsection*{#1}}
\let\oldprintbibliography\printbibliography
\renewcommand{\printbibliography}[1]{
\phantomsection
\addcontentsline{toc}{section}{References}
\oldprintbibliography[title={References},heading=subsubbibliography]
}
}{
}
\usepackage{mathtools}
\usepackage[export]{adjustbox}
site: bookdown::bookdown_site
documentclass: extarticle
geometry: "left=1cm, right=1cm, top=2.5cm, bottom=2.5cm"
fontsize: 17pt
linestretch: 1.5
---
\label{toc}
```{r main1, child = 'Leonardo\\Effective and Generalizable Graph-Based Clustering for Faces in the Wild\\.comments\\Effective and Generalizable Graph-Based Clustering for Faces in the Wild.pdf.Rmd'}
```
```{r main1, child = 'Leonardo\\Effective and Generalizable Graph-Based Clustering for Faces in the Wild\\references\\.comments\\Clustering Millions of Faces By Identity.pdf.Rmd'}
```
```{r main1, child = 'datasets\\video.Rmd'}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment