-
-
Save AD0791/0d99b07c72df0a628b70bf9f58667f51 to your computer and use it in GitHub Desktop.
Some Rmarkdown tricks to produce Latex files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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