Skip to content

Instantly share code, notes, and snippets.

@AD0791
Created February 12, 2021 03:01
Show Gist options
  • Save AD0791/0d99b07c72df0a628b70bf9f58667f51 to your computer and use it in GitHub Desktop.
Save AD0791/0d99b07c72df0a628b70bf9f58667f51 to your computer and use it in GitHub Desktop.
Some Rmarkdown tricks to produce Latex files
---
title: ""
author: ""
date: "DD/MM/YYYY"
header-includes: |
\usepackage{mathtools, amssymb , amsthm, amsfonts}
output:
pdf_document:
keep_tex: yes
latex_engine: xelatex
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment